-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Aug 09, 2026 at 03:27 PM
-- Server version: 10.11.18-MariaDB
-- PHP Version: 8.4.23

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 */;

--
-- Database: `alfora7_dbdkb`
--

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

--
-- Table structure for table `wpme_actionscheduler_actions`
--

CREATE TABLE `wpme_actionscheduler_actions` (
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_actionscheduler_claims`
--

CREATE TABLE `wpme_actionscheduler_claims` (
  `claim_id` bigint(20) UNSIGNED NOT NULL,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_actionscheduler_groups`
--

CREATE TABLE `wpme_actionscheduler_groups` (
  `group_id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_actionscheduler_logs`
--

CREATE TABLE `wpme_actionscheduler_logs` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `action_id` bigint(20) UNSIGNED NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_awb_critical_css`
--

CREATE TABLE `wpme_awb_critical_css` (
  `id` bigint(20) NOT NULL,
  `css_key` varchar(255) NOT NULL,
  `mobile_css` longtext NOT NULL,
  `desktop_css` longtext NOT NULL,
  `mobile_preloads` longtext NOT NULL,
  `desktop_preloads` longtext NOT NULL,
  `updated_at` varchar(25) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

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

--
-- Table structure for table `wpme_commentmeta`
--

CREATE TABLE `wpme_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_comments`
--

CREATE TABLE `wpme_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_comments`
--

INSERT INTO `wpme_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 4864, 'MyBlog', '', 'http://mnbdaa.com', '185.36.81.36', '2025-08-14 14:11:07', '2025-08-14 14:11:07', '<strong>itstitle</strong>\n\nexcerptsa', 0, '0', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36', 'trackback', 0, 0),
(2, 4864, 'hello world', '', 'https://ccvjsjjkkkliuwyys.com', '178.159.37.53', '2026-04-12 12:08:44', '2026-04-12 12:08:44', '<strong>hello world</strong>\n\nhello world', 0, '0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1 OPX/2.1.0', 'trackback', 0, 0);

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

--
-- Table structure for table `wpme_duplicator_activity_logs`
--

CREATE TABLE `wpme_duplicator_activity_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(100) NOT NULL,
  `sub_type` varchar(100) NOT NULL,
  `severity` int(8) NOT NULL,
  `title` text NOT NULL,
  `data` longtext NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `version` varchar(30) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wpme_duplicator_activity_logs`
--

INSERT INTO `wpme_duplicator_activity_logs` (`id`, `type`, `sub_type`, `severity`, `title`, `data`, `parent_id`, `version`, `created_at`, `updated_at`) VALUES
(5, 'websites_scan', 'scan_start', 10, 'Scan', '{\n    \"packageId\": 16,\n    \"packageName\": \"20260809_drkarimbennani\",\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"filterOn\": false,\n    \"filterDirs\": [],\n    \"filterExts\": [],\n    \"filterFiles\": [],\n    \"fileCount\": 0,\n    \"dirCount\": 0,\n    \"size\": 0\n}', 0, '4.5.22.2', '2026-08-09 23:06:42', '2026-08-09 23:06:42'),
(6, 'websites_scan', 'scan_end', 10, 'Scan Completed', '{\n    \"packageId\": 16,\n    \"packageName\": \"20260809_drkarimbennani\",\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"filterOn\": false,\n    \"filterDirs\": [],\n    \"filterExts\": [],\n    \"filterFiles\": [],\n    \"fileCount\": 15779,\n    \"dirCount\": 2088,\n    \"size\": 329786576\n}', 5, '4.5.22.2', '2026-08-09 23:06:43', '2026-08-09 23:06:43'),
(7, 'backup_create', 'start', 10, 'Backup create: 20260809_drkarimbennani', '{\n    \"packageId\": 17,\n    \"packageName\": \"20260809_drkarimbennani\",\n    \"packageStatus\": 10,\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"filterOn\": false,\n    \"filterDirs\": [],\n    \"filterExts\": [],\n    \"filterFiles\": [],\n    \"fileCount\": 15779,\n    \"dirCount\": 2088,\n    \"size\": 329786576,\n    \"dbFilterOn\": false,\n    \"dbFilterTables\": [],\n    \"dbPrefixFilter\": false,\n    \"dbPrefixSubFilter\": false,\n    \"archiveEngine\": \"Zip Archive\",\n    \"databaseEngine\": \"PHPCHUNKING\"\n}', 0, '4.5.22.2', '2026-08-09 23:06:53', '2026-08-09 23:06:53'),
(8, 'backup_create', 'db_dump', 10, 'Backup create: 20260809_drkarimbennani - DB Dump', '{\n    \"packageId\": 17,\n    \"packageName\": \"20260809_drkarimbennani\",\n    \"packageStatus\": 20,\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"filterOn\": false,\n    \"filterDirs\": [],\n    \"filterExts\": [],\n    \"filterFiles\": [],\n    \"fileCount\": 15779,\n    \"dirCount\": 2088,\n    \"size\": 329786576,\n    \"dbFilterOn\": false,\n    \"dbFilterTables\": [],\n    \"dbPrefixFilter\": false,\n    \"dbPrefixSubFilter\": false,\n    \"archiveEngine\": \"Zip Archive\",\n    \"databaseEngine\": \"PHPCHUNKING\"\n}', 7, '4.5.22.2', '2026-08-09 23:06:53', '2026-08-09 23:06:53'),
(9, 'backup_create', 'file_dump', 10, 'Backup create: 20260809_drkarimbennani - File Dump', '{\n    \"packageId\": 17,\n    \"packageName\": \"20260809_drkarimbennani\",\n    \"packageStatus\": 40,\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"filterOn\": false,\n    \"filterDirs\": [],\n    \"filterExts\": [],\n    \"filterFiles\": [],\n    \"fileCount\": 15779,\n    \"dirCount\": 2088,\n    \"size\": 329786576,\n    \"dbFilterOn\": false,\n    \"dbFilterTables\": [],\n    \"dbPrefixFilter\": false,\n    \"dbPrefixSubFilter\": false,\n    \"archiveEngine\": \"Zip Archive\",\n    \"databaseEngine\": \"PHPCHUNKING\"\n}', 7, '4.5.22.2', '2026-08-09 23:06:59', '2026-08-09 23:06:59'),
(10, 'backup_create', 'transfer', 10, 'Backup create: 20260809_drkarimbennani - Transfer', '{\n    \"packageId\": 17,\n    \"packageName\": \"20260809_drkarimbennani\",\n    \"packageStatus\": 75,\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"filterOn\": false,\n    \"filterDirs\": [],\n    \"filterExts\": [],\n    \"filterFiles\": [],\n    \"fileCount\": 15779,\n    \"dirCount\": 2088,\n    \"size\": 150005471,\n    \"dbFilterOn\": false,\n    \"dbFilterTables\": [],\n    \"dbPrefixFilter\": false,\n    \"dbPrefixSubFilter\": false,\n    \"archiveEngine\": \"Zip Archive\",\n    \"databaseEngine\": \"PHPCHUNKING\"\n}', 7, '4.5.22.2', '2026-08-09 23:07:26', '2026-08-09 23:07:26'),
(11, 'backup_create', 'end', 10, 'Backup create: 20260809_drkarimbennani - Completed', '{\n    \"packageId\": 17,\n    \"packageName\": \"20260809_drkarimbennani\",\n    \"packageStatus\": 100,\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"filterOn\": false,\n    \"filterDirs\": [],\n    \"filterExts\": [],\n    \"filterFiles\": [],\n    \"fileCount\": 15779,\n    \"dirCount\": 2088,\n    \"size\": 150005471,\n    \"dbFilterOn\": false,\n    \"dbFilterTables\": [],\n    \"dbPrefixFilter\": false,\n    \"dbPrefixSubFilter\": false,\n    \"archiveEngine\": \"Zip Archive\",\n    \"databaseEngine\": \"PHPCHUNKING\"\n}', 7, '4.5.22.2', '2026-08-09 23:07:27', '2026-08-09 23:07:27');

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

--
-- Table structure for table `wpme_duplicator_backups`
--

CREATE TABLE `wpme_duplicator_backups` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL,
  `type` varchar(100) NOT NULL,
  `archive_name` varchar(350) NOT NULL DEFAULT '',
  `flags` set('MANUAL','SCHEDULE','SCHEDULE_RUN_NOW','DB_ONLY','MEDIA_ONLY','HAVE_LOCAL','HAVE_REMOTE','DISASTER_AVAIABLE','DISASTER_SET','CREATED_AFTER_RESTORE','ACTIVE','TEMPLATE','ZIP_ARCHIVE','DUP_ARCHIVE','TEMPORARY') NOT NULL DEFAULT '',
  `version` varchar(30) NOT NULL DEFAULT '',
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_duplicator_backups`
--

INSERT INTO `wpme_duplicator_backups` (`id`, `name`, `hash`, `status`, `created`, `owner`, `package`, `type`, `archive_name`, `flags`, `version`, `updated_at`) VALUES
(16, '20260809_drkarimbennani', '9fd02ff9596a75816706_20260809190641', 5, '2026-08-09 23:06:41', '', '{\n    \"ID\": 16,\n    \"VersionWP\": \"7.0.3\",\n    \"VersionDB\": \"10.11.18\",\n    \"VersionPHP\": \"8.3.32\",\n    \"VersionOS\": \"Linux\",\n    \"name\": \"20260809_drkarimbennani\",\n    \"hash\": \"9fd02ff9596a75816706_20260809190641\",\n    \"execType\": 0,\n    \"notes\": \"\",\n    \"StorePath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-pro\\/tmp\",\n    \"StoreURL\": \"https:\\/\\/drkarimbennani.com\\/wp-content\\/backups-dup-pro\\/\",\n    \"ScanFile\": \"20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_scan.json\",\n    \"timer_start\": -1,\n    \"Runtime\": \"\",\n    \"ExeSize\": \"0\",\n    \"ZipSize\": \"0\",\n    \"Brand\": \"Default\",\n    \"Brand_ID\": -1,\n    \"ziparchive_mode\": 0,\n    \"Archive\": {\n        \"ExportOnlyDB\": false,\n        \"FilterDirs\": \"\",\n        \"FilterExts\": \"\",\n        \"FilterFiles\": \"\",\n        \"FilterDirsAll\": [\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/.opcache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/.tmb\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/ai1wm-backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-lite\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-pro\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backupwordpress\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/bps-backup\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/cache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/content\\/cache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/contents\\/cache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/infinitewp\\/backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/managewp\\/backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/old-cache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/really-simple-captcha\\/tmp\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/wordfence\\/tmp\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/updraft\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/aiowps_backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backup-guard\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backupbuddy_backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backupbuddy_temp\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/ithemes-security\\/backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/mainwp\\/backup\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/pb_backupbuddy\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/snapshots\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/sucuri\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wp-clone\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wp_all_backup\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wpbackitup_backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wfcache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wishlist-backup\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wpvividbackups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-snapshots\"\n        ],\n        \"FilterExtsAll\": [],\n        \"FilterFilesAll\": [\n            \".DS_Store\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/.htaccess\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/.user.ini\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/php.ini\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/web.config\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-config.php\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/debug.log\",\n            \"dbcache\",\n            \"debug_log\",\n            \"error_log\",\n            \"objectcache\",\n            \"pgcache\",\n            \"ws_ftp.log\"\n        ],\n        \"FilterOn\": false,\n        \"FilterNames\": false,\n        \"File\": \"20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_archive.zip\",\n        \"Format\": \"ZIP\",\n        \"PackDir\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/\",\n        \"Size\": 329786576,\n        \"Dirs\": [],\n        \"DirCount\": 2088,\n        \"RecursiveLinks\": [],\n        \"Files\": [],\n        \"FileCount\": 15779,\n        \"file_count\": -1,\n        \"FilterInfo\": {\n            \"Dirs\": {\n                \"AddonSites\": [],\n                \"Size\": [\n                    {\n                        \"ubytes\": 105513913,\n                        \"bytes\": \"100.63MB\",\n                        \"nodes\": 9535,\n                        \"name\": \"plugins\",\n                        \"dir\": \"wp-content\",\n                        \"path\": \"wp-content\\/plugins\"\n                    },\n                    {\n                        \"ubytes\": 244166394,\n                        \"bytes\": \"232.86MB\",\n                        \"nodes\": 13955,\n                        \"name\": \"wp-content\",\n                        \"dir\": \".\",\n                        \"path\": \"wp-content\"\n                    }\n                ],\n                \"Core\": [],\n                \"Global\": [\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-snapshots\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/.opcache\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/.tmb\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-lite\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-pro\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/ai1wm-backups\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backupwordpress\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/content\\/cache\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/contents\\/cache\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/infinitewp\\/backups\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/managewp\\/backups\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/old-cache\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/updraft\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wpvividbackups\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wishlist-backup\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wfcache\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/bps-backup\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/cache\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/aiowps_backups\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backupbuddy_temp\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backupbuddy_backups\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/ithemes-security\\/backups\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/mainwp\\/backup\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/pb_backupbuddy\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/snapshots\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/sucuri\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wp-clone\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wp_all_backup\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wpbackitup_backups\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backup-guard\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/really-simple-captcha\\/tmp\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/wordfence\\/tmp\"\n                ],\n                \"Instance\": [],\n                \"Unreadable\": [],\n                \"Unknown\": []\n            },\n            \"Files\": {\n                \"Size\": [\n                    {\n                        \"ubytes\": 7455489,\n                        \"bytes\": \"7.11MB\",\n                        \"nodes\": 1,\n                        \"name\": \"dkb_db-2023-04-01-142d078.sql\",\n                        \"dir\": \".\",\n                        \"path\": \"dkb_db-2023-04-01-142d078.sql\"\n                    },\n                    {\n                        \"ubytes\": 7455489,\n                        \"bytes\": \"7.11MB\",\n                        \"nodes\": 1,\n                        \"name\": \"dkb_db-2023-04-01-81fc57a.sql\",\n                        \"dir\": \".\",\n                        \"path\": \"dkb_db-2023-04-01-81fc57a.sql\"\n                    },\n                    {\n                        \"ubytes\": 12108773,\n                        \"bytes\": \"11.55MB\",\n                        \"nodes\": 1,\n                        \"name\": \"database.sql\",\n                        \"dir\": \"wp-content\\/uploads\",\n                        \"path\": \"wp-content\\/uploads\\/database.sql\"\n                    }\n                ],\n                \"Core\": [],\n                \"Global\": [\n                    \"error_log\",\n                    \"debug_log\",\n                    \"ws_ftp.log\",\n                    \"dbcache\",\n                    \"pgcache\",\n                    \"objectcache\",\n                    \".DS_Store\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/.htaccess\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/.user.ini\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/php.ini\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/web.config\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/debug.log\",\n                    \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-config.php\"\n                ],\n                \"Instance\": [],\n                \"Unreadable\": [],\n                \"Unknown\": []\n            },\n            \"Exts\": {\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": [],\n                \"Unknown\": []\n            },\n            \"TreeSize\": {\n                \"text\": \"\\/home\\/alfora7\\/drkarimbennani.com <span class=\\\"size\\\" >314.51MB<\\/span> <span class=\\\"nodes\\\" >17867<\\/span>\",\n                \"fullPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\",\n                \"type\": \"folder\",\n                \"state\": {\n                    \"opened\": true,\n                    \"disabled\": false,\n                    \"selected\": false,\n                    \"checked\": false,\n                    \"checkbox_disabled\": true\n                },\n                \"children\": [\n                    {\n                        \"text\": \"wp-content <span class=\\\"size\\\" >232.86MB<\\/span> <span class=\\\"nodes\\\" >13955<\\/span>\",\n                        \"fullPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\",\n                        \"type\": \"folder\",\n                        \"state\": {\n                            \"opened\": true,\n                            \"disabled\": false,\n                            \"selected\": false,\n                            \"checked\": false,\n                            \"checkbox_disabled\": false\n                        },\n                        \"children\": [\n                            {\n                                \"text\": \"plugins <span class=\\\"size\\\" >100.63MB<\\/span> <span class=\\\"nodes\\\" >9535<\\/span>\",\n                                \"fullPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\",\n                                \"type\": \"folder\",\n                                \"state\": {\n                                    \"opened\": false,\n                                    \"disabled\": false,\n                                    \"selected\": false,\n                                    \"checked\": false,\n                                    \"checkbox_disabled\": false\n                                },\n                                \"children\": true,\n                                \"li_attr\": {\n                                    \"data-full-loaded\": false,\n                                    \"class\": \" warning-node\"\n                                },\n                                \"a_attr\": []\n                            },\n                            {\n                                \"text\": \"uploads <span class=\\\"size\\\" >85.27MB<\\/span> <span class=\\\"nodes\\\" >1797<\\/span>\",\n                                \"fullPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\",\n                                \"type\": \"folder\",\n                                \"state\": {\n                                    \"opened\": true,\n                                    \"disabled\": false,\n                                    \"selected\": false,\n                                    \"checked\": false,\n                                    \"checkbox_disabled\": false\n                                },\n                                \"children\": [\n                                    {\n                                        \"text\": \"database.sql <span class=\\\"size\\\" >11.55MB<\\/span> <span class=\\\"nodes\\\" >&nbsp;<\\/span>\",\n                                        \"fullPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/database.sql\",\n                                        \"type\": \"file\",\n                                        \"state\": {\n                                            \"opened\": false,\n                                            \"disabled\": false,\n                                            \"selected\": false,\n                                            \"checked\": false,\n                                            \"checkbox_disabled\": false\n                                        },\n                                        \"children\": null,\n                                        \"li_attr\": {\n                                            \"class\": \" warning-node\"\n                                        },\n                                        \"a_attr\": []\n                                    }\n                                ],\n                                \"li_attr\": {\n                                    \"data-full-loaded\": false,\n                                    \"class\": \" warning-childs\"\n                                },\n                                \"a_attr\": []\n                            }\n                        ],\n                        \"li_attr\": {\n                            \"data-full-loaded\": false,\n                            \"class\": \" warning-node\"\n                        },\n                        \"a_attr\": []\n                    },\n                    {\n                        \"text\": \"dkb_db-2023-04-01-142d078.sql <span class=\\\"size\\\" >7.11MB<\\/span> <span class=\\\"nodes\\\" >&nbsp;<\\/span>\",\n                        \"fullPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/dkb_db-2023-04-01-142d078.sql\",\n                        \"type\": \"file\",\n                        \"state\": {\n                            \"opened\": false,\n                            \"disabled\": false,\n                            \"selected\": false,\n                            \"checked\": false,\n                            \"checkbox_disabled\": false\n                        },\n                        \"children\": null,\n                        \"li_attr\": {\n                            \"class\": \" warning-node\"\n                        },\n                        \"a_attr\": []\n                    },\n                    {\n                        \"text\": \"dkb_db-2023-04-01-81fc57a.sql <span class=\\\"size\\\" >7.11MB<\\/span> <span class=\\\"nodes\\\" >&nbsp;<\\/span>\",\n                        \"fullPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/dkb_db-2023-04-01-81fc57a.sql\",\n                        \"type\": \"file\",\n                        \"state\": {\n                            \"opened\": false,\n                            \"disabled\": false,\n                            \"selected\": false,\n                            \"checked\": false,\n                            \"checkbox_disabled\": false\n                        },\n                        \"children\": null,\n                        \"li_attr\": {\n                            \"class\": \" warning-node\"\n                        },\n                        \"a_attr\": []\n                    }\n                ],\n                \"li_attr\": {\n                    \"data-full-loaded\": false,\n                    \"class\": \" root-node core-node warning-childs\"\n                },\n                \"a_attr\": {\n                    \"title\": \"Core WordPress directories should not be filtered. Use caution when excluding files.\"\n                }\n            }\n        },\n        \"ListDelimiter\": \"\\n\"\n    },\n    \"Multisite\": {\n        \"FilterSites\": []\n    },\n    \"Installer\": {\n        \"File\": \"20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_installer.php\",\n        \"Size\": 0,\n        \"OptsSecureOn\": 0,\n        \"passowrd\": \"k0ewvEjE3NwfDkuXzwWjv2HjnpoMAkIWOw8qgugq2KAarHPl\\/e0cG1pfoW6PamtnJ2q6gligdWewN5WIhxv5Jg==\",\n        \"OptsSecurePass\": \"\",\n        \"OptsSkipScan\": false,\n        \"OptsDBHost\": \"\",\n        \"OptsDBName\": \"\",\n        \"OptsDBUser\": \"\",\n        \"OptsCPNLHost\": \"\",\n        \"OptsCPNLUser\": \"\",\n        \"OptsCPNLPass\": \"\",\n        \"OptsCPNLEnable\": false,\n        \"OptsCPNLConnect\": false,\n        \"OptsCPNLDBAction\": \"create\",\n        \"OptsCPNLDBHost\": \"\",\n        \"OptsCPNLDBName\": \"\",\n        \"OptsCPNLDBUser\": \"\",\n        \"numFilesAdded\": 0,\n        \"numDirsAdded\": 0\n    },\n    \"Database\": {\n        \"info\": {\n            \"buildMode\": \"PHPCHUNKING\",\n            \"charSetList\": [\n                \"utf8mb4\",\n                \"utf8mb3\",\n                \"latin1\"\n            ],\n            \"collationList\": [\n                \"latin1_swedish_ci\",\n                \"utf8mb3_general_ci\",\n                \"utf8mb4_unicode_520_ci\",\n                \"utf8mb4_unicode_ci\"\n            ],\n            \"engineList\": [\n                \"MyISAM\",\n                \"InnoDB\"\n            ],\n            \"isTablesUpperCase\": false,\n            \"lowerCaseTableNames\": 0,\n            \"isNameUpperCase\": false,\n            \"name\": \"alfora7_dbdkb\",\n            \"tablesBaseCount\": 64,\n            \"tablesFinalCount\": 64,\n            \"muFilteredTableCount\": 0,\n            \"tablesRowCount\": 4600,\n            \"tablesSizeOnDisk\": 44084236,\n            \"tablesList\": {\n                \"wpme_actionscheduler_actions\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wpme_actionscheduler_claims\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_actionscheduler_groups\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wpme_actionscheduler_logs\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_awb_critical_css\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_commentmeta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wpme_comments\": {\n                    \"inaccurateRows\": \"2\",\n                    \"insertedRows\": 0,\n                    \"size\": 8720\n                },\n                \"wpme_duplicator_activity_logs\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 0,\n                    \"size\": 11784\n                },\n                \"wpme_duplicator_backups\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 0,\n                    \"size\": 37364\n                },\n                \"wpme_duplicator_entities\": {\n                    \"inaccurateRows\": \"9\",\n                    \"insertedRows\": 0,\n                    \"size\": 41844\n                },\n                \"wpme_duplicator_packages\": {\n                    \"inaccurateRows\": \"2\",\n                    \"insertedRows\": 0,\n                    \"size\": 18136\n                },\n                \"wpme_fusion_forms\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_fusion_form_entries\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_fusion_form_fields\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_fusion_form_submissions\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_layerslider\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_layerslider_revisions\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_links\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_options\": {\n                    \"inaccurateRows\": \"621\",\n                    \"insertedRows\": 0,\n                    \"size\": 3349544\n                },\n                \"wpme_postmeta\": {\n                    \"inaccurateRows\": \"2566\",\n                    \"insertedRows\": 0,\n                    \"size\": 598568\n                },\n                \"wpme_posts\": {\n                    \"inaccurateRows\": \"743\",\n                    \"insertedRows\": 0,\n                    \"size\": 39506428\n                },\n                \"wpme_revslider_css\": {\n                    \"inaccurateRows\": \"121\",\n                    \"insertedRows\": 0,\n                    \"size\": 105288\n                },\n                \"wpme_revslider_css_bkp\": {\n                    \"inaccurateRows\": \"121\",\n                    \"insertedRows\": 0,\n                    \"size\": 98840\n                },\n                \"wpme_revslider_layer_animations\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_layer_animations_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_navigations\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 0,\n                    \"size\": 2752\n                },\n                \"wpme_revslider_navigations_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_sliders\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 0,\n                    \"size\": 12112\n                },\n                \"wpme_revslider_sliders7\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 0,\n                    \"size\": 6848\n                },\n                \"wpme_revslider_sliders_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_slides\": {\n                    \"inaccurateRows\": \"6\",\n                    \"insertedRows\": 0,\n                    \"size\": 50544\n                },\n                \"wpme_revslider_slides7\": {\n                    \"inaccurateRows\": \"7\",\n                    \"insertedRows\": 0,\n                    \"size\": 53872\n                },\n                \"wpme_revslider_slides_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_static_slides\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 0,\n                    \"size\": 12316\n                },\n                \"wpme_revslider_static_slides_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_termmeta\": {\n                    \"inaccurateRows\": \"87\",\n                    \"insertedRows\": 0,\n                    \"size\": 22124\n                },\n                \"wpme_terms\": {\n                    \"inaccurateRows\": \"68\",\n                    \"insertedRows\": 0,\n                    \"size\": 15632\n                },\n                \"wpme_term_relationships\": {\n                    \"inaccurateRows\": \"68\",\n                    \"insertedRows\": 0,\n                    \"size\": 6548\n                },\n                \"wpme_term_taxonomy\": {\n                    \"inaccurateRows\": \"68\",\n                    \"insertedRows\": 0,\n                    \"size\": 8812\n                },\n                \"wpme_tm_taskmeta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wpme_tm_tasks\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_usermeta\": {\n                    \"inaccurateRows\": \"99\",\n                    \"insertedRows\": 0,\n                    \"size\": 23176\n                },\n                \"wpme_users\": {\n                    \"inaccurateRows\": \"3\",\n                    \"insertedRows\": 0,\n                    \"size\": 8620\n                },\n                \"wpme_wc_download_log\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_wc_product_meta_lookup\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 2048\n                },\n                \"wpme_wc_tax_rate_classes\": {\n                    \"inaccurateRows\": \"2\",\n                    \"insertedRows\": 0,\n                    \"size\": 9288\n                },\n                \"wpme_wc_webhooks\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_api_keys\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 2048\n                },\n                \"wpme_woocommerce_attribute_taxonomies\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_downloadable_product_permissions\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_log\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_order_itemmeta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_order_items\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_payment_tokenmeta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_payment_tokens\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_sessions\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 0,\n                    \"size\": 4420\n                },\n                \"wpme_woocommerce_shipping_zones\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_shipping_zone_locations\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_shipping_zone_methods\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_tax_rates\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_tax_rate_locations\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_wpforms_lite\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 16384\n                },\n                \"wpme_yoast_seo_links\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_yoast_seo_meta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                }\n            },\n            \"dbEngine\": \"MariaDB\",\n            \"version\": \"10.11.18\",\n            \"versionComment\": \"MariaDB Server\",\n            \"viewCount\": 0,\n            \"procCount\": 0,\n            \"funcCount\": 0,\n            \"triggerList\": []\n        },\n        \"Type\": \"MySQL\",\n        \"Size\": 0,\n        \"File\": \"20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_database.sql\",\n        \"FilterTables\": \"\",\n        \"FilterOn\": false,\n        \"prefixFilter\": false,\n        \"prefixSubFilter\": false,\n        \"DBMode\": \"PHPCHUNKING\",\n        \"Compatible\": \"\",\n        \"Comments\": \"MariaDB Server\",\n        \"dbStorePathPublic\": \"\"\n    },\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"status\": 5,\n    \"progressPercent\": 5,\n    \"schedule_id\": -1,\n    \"descriptorsMng\": null,\n    \"build_progress\": {\n        \"thread_start_time\": 0,\n        \"initialized\": false,\n        \"installer_built\": false,\n        \"archive_started\": false,\n        \"archive_start_time\": 0,\n        \"archive_has_database\": false,\n        \"archive_built\": false,\n        \"database_script_built\": false,\n        \"failed\": false,\n        \"next_archive_file_index\": 0,\n        \"next_archive_dir_index\": 0,\n        \"retries\": 0,\n        \"current_build_mode\": 2,\n        \"current_build_compression\": true,\n        \"dupCreate\": null,\n        \"dupExpand\": null,\n        \"warnings\": []\n    },\n    \"db_build_progress\": {\n        \"tablesToProcess\": [],\n        \"validationStage1\": false,\n        \"doneInit\": false,\n        \"doneFiltering\": false,\n        \"doneCreates\": false,\n        \"completed\": false,\n        \"startTime\": 0,\n        \"wasInterrupted\": false,\n        \"errorOut\": false,\n        \"failureCount\": 0,\n        \"countCheckData\": {\n            \"impreciseTotalRows\": 0,\n            \"countTotal\": 0,\n            \"tables\": []\n        }\n    },\n    \"upload_infos\": [\n        {\n            \"storage_id\": 9,\n            \"storageClass\": \"Duplicator\\\\Models\\\\Storages\\\\AbstractStorageEntity\",\n            \"archive_offset\": 0,\n            \"copied_installer\": false,\n            \"copied_archive\": false,\n            \"progress\": 0,\n            \"num_failures\": 0,\n            \"failed\": false,\n            \"cancelled\": false,\n            \"upload_id\": null,\n            \"failure_count\": 0,\n            \"data\": \"\",\n            \"data2\": \"\",\n            \"has_started\": false,\n            \"status_message_details\": \"\",\n            \"started_timestamp\": 0,\n            \"stopped_timestamp\": 0,\n            \"chunkPosition\": [],\n            \"storage\": null,\n            \"packageExists\": true,\n            \"isDownloadFromRemote\": false,\n            \"copyExtraData\": []\n        }\n    ],\n    \"active_storage_id\": -1,\n    \"template_id\": -1,\n    \"buildEmailSent\": false,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"2026-08-09 19:06:41\",\n    \"updated\": \"2026-08-09 19:06:43\",\n    \"flags\": [\n        \"MANUAL\",\n        \"ZIP_ARCHIVE\",\n        \"TEMPORARY\"\n    ],\n    \"flagUpdatedAfterLoad\": false,\n    \"mainScanLogId\": 5,\n    \"mainActivityLogId\": 0\n}', 'Standard', '20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_archive.zip', 'MANUAL,ZIP_ARCHIVE,TEMPORARY', '4.5.22.2', '2026-08-09 23:06:43');
INSERT INTO `wpme_duplicator_backups` (`id`, `name`, `hash`, `status`, `created`, `owner`, `package`, `type`, `archive_name`, `flags`, `version`, `updated_at`) VALUES
(17, '20260809_drkarimbennani', '9fd02ff9596a75816706_20260809190641', 100, '2026-08-09 23:06:41', '', '{\n    \"ID\": 17,\n    \"VersionWP\": \"7.0.3\",\n    \"VersionDB\": \"10.11.18\",\n    \"VersionPHP\": \"8.3.32\",\n    \"VersionOS\": \"Linux\",\n    \"name\": \"20260809_drkarimbennani\",\n    \"hash\": \"9fd02ff9596a75816706_20260809190641\",\n    \"execType\": 0,\n    \"notes\": \"\",\n    \"StorePath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-pro\\/tmp\",\n    \"StoreURL\": \"https:\\/\\/drkarimbennani.com\\/wp-content\\/backups-dup-pro\\/\",\n    \"ScanFile\": \"20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_scan.json\",\n    \"timer_start\": 1786302413.59862995147705078125,\n    \"Runtime\": \"30.878 sec.\",\n    \"ExeSize\": \"127.66KB\",\n    \"ZipSize\": \"143.06MB\",\n    \"Brand\": \"Default\",\n    \"Brand_ID\": -1,\n    \"ziparchive_mode\": 0,\n    \"Archive\": {\n        \"ExportOnlyDB\": false,\n        \"FilterDirs\": \"\",\n        \"FilterExts\": \"\",\n        \"FilterFiles\": \"\",\n        \"FilterDirsAll\": [\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/.opcache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/.tmb\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/ai1wm-backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-lite\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-pro\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backupwordpress\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/bps-backup\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/cache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/content\\/cache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/contents\\/cache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/infinitewp\\/backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/managewp\\/backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/old-cache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/really-simple-captcha\\/tmp\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/plugins\\/wordfence\\/tmp\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/updraft\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/aiowps_backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backup-guard\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backupbuddy_backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/backupbuddy_temp\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/ithemes-security\\/backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/mainwp\\/backup\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/pb_backupbuddy\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/snapshots\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/sucuri\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wp-clone\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wp_all_backup\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/uploads\\/wpbackitup_backups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wfcache\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wishlist-backup\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/wpvividbackups\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-snapshots\"\n        ],\n        \"FilterExtsAll\": [],\n        \"FilterFilesAll\": [\n            \".DS_Store\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/.htaccess\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/.user.ini\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/php.ini\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/web.config\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-config.php\",\n            \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/debug.log\",\n            \"dbcache\",\n            \"debug_log\",\n            \"error_log\",\n            \"objectcache\",\n            \"pgcache\",\n            \"ws_ftp.log\"\n        ],\n        \"FilterOn\": false,\n        \"FilterNames\": false,\n        \"File\": \"20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_archive.zip\",\n        \"Format\": \"ZIP\",\n        \"PackDir\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/\",\n        \"Size\": 150005471,\n        \"Dirs\": [],\n        \"DirCount\": 2088,\n        \"RecursiveLinks\": [],\n        \"Files\": [],\n        \"FileCount\": 15779,\n        \"file_count\": 17867,\n        \"FilterInfo\": {\n            \"Dirs\": {\n                \"AddonSites\": [],\n                \"Size\": [],\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": [],\n                \"Unknown\": []\n            },\n            \"Files\": {\n                \"Size\": [],\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": [],\n                \"Unknown\": []\n            },\n            \"Exts\": {\n                \"Core\": [],\n                \"Global\": [],\n                \"Instance\": [],\n                \"Unreadable\": [],\n                \"Unknown\": []\n            },\n            \"TreeSize\": null\n        },\n        \"ListDelimiter\": \"\\n\"\n    },\n    \"Multisite\": {\n        \"FilterSites\": []\n    },\n    \"Installer\": {\n        \"File\": \"20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_installer.php\",\n        \"Size\": 130728,\n        \"OptsSecureOn\": 0,\n        \"passowrd\": \"datFo+fXm6XLUujzTHxwZiziNub6eDwc+2wcb9dCJ1wCwGFfGWS8aUm2f4eVKVmMrCf2\\/4nCqj0bqm0g+JUUOg==\",\n        \"OptsSecurePass\": \"\",\n        \"OptsSkipScan\": false,\n        \"OptsDBHost\": \"\",\n        \"OptsDBName\": \"\",\n        \"OptsDBUser\": \"\",\n        \"OptsCPNLHost\": \"\",\n        \"OptsCPNLUser\": \"\",\n        \"OptsCPNLPass\": \"\",\n        \"OptsCPNLEnable\": false,\n        \"OptsCPNLConnect\": false,\n        \"OptsCPNLDBAction\": \"create\",\n        \"OptsCPNLDBHost\": \"\",\n        \"OptsCPNLDBName\": \"\",\n        \"OptsCPNLDBUser\": \"\",\n        \"numFilesAdded\": 0,\n        \"numDirsAdded\": 0\n    },\n    \"Database\": {\n        \"info\": {\n            \"buildMode\": \"PHPCHUNKING\",\n            \"charSetList\": [\n                \"utf8mb4\",\n                \"utf8mb3\",\n                \"latin1\"\n            ],\n            \"collationList\": [\n                \"latin1_swedish_ci\",\n                \"utf8mb3_general_ci\",\n                \"utf8mb4_unicode_520_ci\",\n                \"utf8mb4_unicode_ci\"\n            ],\n            \"engineList\": [\n                \"MyISAM\",\n                \"InnoDB\"\n            ],\n            \"isTablesUpperCase\": false,\n            \"lowerCaseTableNames\": 0,\n            \"isNameUpperCase\": false,\n            \"name\": \"alfora7_dbdkb\",\n            \"tablesBaseCount\": 64,\n            \"tablesFinalCount\": 64,\n            \"muFilteredTableCount\": 0,\n            \"tablesRowCount\": 4600,\n            \"tablesSizeOnDisk\": 44084236,\n            \"tablesList\": {\n                \"wpme_actionscheduler_actions\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wpme_actionscheduler_claims\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_actionscheduler_groups\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wpme_actionscheduler_logs\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_awb_critical_css\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_commentmeta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wpme_comments\": {\n                    \"inaccurateRows\": \"2\",\n                    \"insertedRows\": 2,\n                    \"size\": 8720\n                },\n                \"wpme_duplicator_activity_logs\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 4,\n                    \"size\": 11784\n                },\n                \"wpme_duplicator_backups\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 2,\n                    \"size\": 37364\n                },\n                \"wpme_duplicator_entities\": {\n                    \"inaccurateRows\": \"9\",\n                    \"insertedRows\": 9,\n                    \"size\": 41844\n                },\n                \"wpme_duplicator_packages\": {\n                    \"inaccurateRows\": \"2\",\n                    \"insertedRows\": 2,\n                    \"size\": 18136\n                },\n                \"wpme_fusion_forms\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_fusion_form_entries\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_fusion_form_fields\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_fusion_form_submissions\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_layerslider\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_layerslider_revisions\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_links\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_options\": {\n                    \"inaccurateRows\": \"621\",\n                    \"insertedRows\": 621,\n                    \"size\": 3349544\n                },\n                \"wpme_postmeta\": {\n                    \"inaccurateRows\": \"2566\",\n                    \"insertedRows\": 2566,\n                    \"size\": 598568\n                },\n                \"wpme_posts\": {\n                    \"inaccurateRows\": \"743\",\n                    \"insertedRows\": 743,\n                    \"size\": 39506428\n                },\n                \"wpme_revslider_css\": {\n                    \"inaccurateRows\": \"121\",\n                    \"insertedRows\": 121,\n                    \"size\": 105288\n                },\n                \"wpme_revslider_css_bkp\": {\n                    \"inaccurateRows\": \"121\",\n                    \"insertedRows\": 121,\n                    \"size\": 98840\n                },\n                \"wpme_revslider_layer_animations\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_layer_animations_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_navigations\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 1,\n                    \"size\": 2752\n                },\n                \"wpme_revslider_navigations_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_sliders\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 1,\n                    \"size\": 12112\n                },\n                \"wpme_revslider_sliders7\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 1,\n                    \"size\": 6848\n                },\n                \"wpme_revslider_sliders_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_slides\": {\n                    \"inaccurateRows\": \"6\",\n                    \"insertedRows\": 6,\n                    \"size\": 50544\n                },\n                \"wpme_revslider_slides7\": {\n                    \"inaccurateRows\": \"7\",\n                    \"insertedRows\": 7,\n                    \"size\": 53872\n                },\n                \"wpme_revslider_slides_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_revslider_static_slides\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 1,\n                    \"size\": 12316\n                },\n                \"wpme_revslider_static_slides_bkp\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_termmeta\": {\n                    \"inaccurateRows\": \"87\",\n                    \"insertedRows\": 87,\n                    \"size\": 22124\n                },\n                \"wpme_terms\": {\n                    \"inaccurateRows\": \"68\",\n                    \"insertedRows\": 68,\n                    \"size\": 15632\n                },\n                \"wpme_term_relationships\": {\n                    \"inaccurateRows\": \"68\",\n                    \"insertedRows\": 68,\n                    \"size\": 6548\n                },\n                \"wpme_term_taxonomy\": {\n                    \"inaccurateRows\": \"68\",\n                    \"insertedRows\": 68,\n                    \"size\": 8812\n                },\n                \"wpme_tm_taskmeta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 4096\n                },\n                \"wpme_tm_tasks\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_usermeta\": {\n                    \"inaccurateRows\": \"99\",\n                    \"insertedRows\": 99,\n                    \"size\": 23176\n                },\n                \"wpme_users\": {\n                    \"inaccurateRows\": \"3\",\n                    \"insertedRows\": 3,\n                    \"size\": 8620\n                },\n                \"wpme_wc_download_log\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_wc_product_meta_lookup\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 2048\n                },\n                \"wpme_wc_tax_rate_classes\": {\n                    \"inaccurateRows\": \"2\",\n                    \"insertedRows\": 2,\n                    \"size\": 9288\n                },\n                \"wpme_wc_webhooks\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_api_keys\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 2048\n                },\n                \"wpme_woocommerce_attribute_taxonomies\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_downloadable_product_permissions\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_log\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_order_itemmeta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_order_items\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_payment_tokenmeta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_payment_tokens\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_sessions\": {\n                    \"inaccurateRows\": \"1\",\n                    \"insertedRows\": 1,\n                    \"size\": 4420\n                },\n                \"wpme_woocommerce_shipping_zones\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_shipping_zone_locations\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_shipping_zone_methods\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_tax_rates\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_woocommerce_tax_rate_locations\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_wpforms_lite\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 16384\n                },\n                \"wpme_yoast_seo_links\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                },\n                \"wpme_yoast_seo_meta\": {\n                    \"inaccurateRows\": \"0\",\n                    \"insertedRows\": 0,\n                    \"size\": 1024\n                }\n            },\n            \"dbEngine\": \"MariaDB\",\n            \"version\": \"10.11.18\",\n            \"versionComment\": \"MariaDB Server\",\n            \"viewCount\": 0,\n            \"procCount\": 0,\n            \"funcCount\": 0,\n            \"triggerList\": []\n        },\n        \"Type\": \"MySQL\",\n        \"Size\": 47091721,\n        \"File\": \"20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_database.sql\",\n        \"FilterTables\": \"\",\n        \"FilterOn\": false,\n        \"prefixFilter\": false,\n        \"prefixSubFilter\": false,\n        \"DBMode\": \"PHPCHUNKING\",\n        \"Compatible\": \"\",\n        \"Comments\": \"MariaDB Server\",\n        \"dbStorePathPublic\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/wp-content\\/backups-dup-pro\\/tmp\\/20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_database.sql\"\n    },\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"status\": 100,\n    \"progressPercent\": 100,\n    \"schedule_id\": -1,\n    \"descriptorsMng\": {\n        \"hash\": \"9fd02ff-09190641\",\n        \"date\": \"20260809190641\",\n        \"mapping\": {\n            \"orig_files\": \"orig_files\",\n            \"archive_config\": \"archive.txt\",\n            \"scan\": \"scan.json\",\n            \"file_list\": \"scanned-files.txt\",\n            \"dir_list\": \"scanned-dirs.txt\",\n            \"file_index\": \"index.txt\",\n            \"manual_extract\": \"manual-extract\",\n            \"db_dump\": \"db_dumps\\/20260809190641-dump.sql\",\n            \"inst_chunk_data\": \"installer-chunk-data.json\",\n            \"inst_notices\": \"installer-notices.json\",\n            \"inst_db_data\": \"installer-db-data.json\",\n            \"inst_db_seek_log\": \"installer-db-seek-tell-log.txt\",\n            \"inst_extraction_data\": \"installer-extraction.json\",\n            \"inst_s3_data\": \"installer-s3data.json\",\n            \"inst_php_error_log\": \"php_error.log\",\n            \"params\": \"params.json\"\n        }\n    },\n    \"build_progress\": {\n        \"thread_start_time\": 0,\n        \"initialized\": false,\n        \"installer_built\": false,\n        \"archive_started\": false,\n        \"archive_start_time\": 0,\n        \"archive_has_database\": false,\n        \"archive_built\": false,\n        \"database_script_built\": false,\n        \"failed\": false,\n        \"next_archive_file_index\": 0,\n        \"next_archive_dir_index\": 0,\n        \"retries\": 0,\n        \"current_build_mode\": 2,\n        \"current_build_compression\": true,\n        \"dupCreate\": null,\n        \"dupExpand\": null,\n        \"warnings\": []\n    },\n    \"db_build_progress\": {\n        \"tablesToProcess\": [],\n        \"validationStage1\": false,\n        \"doneInit\": false,\n        \"doneFiltering\": false,\n        \"doneCreates\": false,\n        \"completed\": false,\n        \"startTime\": 0,\n        \"wasInterrupted\": false,\n        \"errorOut\": false,\n        \"failureCount\": 0,\n        \"countCheckData\": {\n            \"impreciseTotalRows\": 0,\n            \"countTotal\": 0,\n            \"tables\": []\n        }\n    },\n    \"upload_infos\": [\n        {\n            \"storage_id\": 9,\n            \"storageClass\": \"Duplicator\\\\Models\\\\Storages\\\\AbstractStorageEntity\",\n            \"archive_offset\": 0,\n            \"copied_installer\": true,\n            \"copied_archive\": true,\n            \"progress\": 0,\n            \"num_failures\": 0,\n            \"failed\": false,\n            \"cancelled\": false,\n            \"upload_id\": null,\n            \"failure_count\": 0,\n            \"data\": \"\",\n            \"data2\": \"\",\n            \"has_started\": true,\n            \"status_message_details\": \"\",\n            \"started_timestamp\": 1786302446,\n            \"stopped_timestamp\": 1786302447,\n            \"chunkPosition\": [],\n            \"storage\": null,\n            \"packageExists\": true,\n            \"isDownloadFromRemote\": false,\n            \"copyExtraData\": []\n        }\n    ],\n    \"active_storage_id\": 9,\n    \"template_id\": -1,\n    \"buildEmailSent\": false,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"2026-08-09 19:06:41\",\n    \"updated\": \"2026-08-09 19:07:27\",\n    \"flags\": [\n        \"MANUAL\",\n        \"ZIP_ARCHIVE\",\n        \"HAVE_LOCAL\",\n        \"DISASTER_AVAIABLE\"\n    ],\n    \"flagUpdatedAfterLoad\": false,\n    \"mainScanLogId\": 5,\n    \"mainActivityLogId\": 7\n}', 'Standard', '20260809_drkarimbennani_9fd02ff9596a75816706_20260809190641_archive.zip', 'MANUAL,HAVE_LOCAL,DISASTER_AVAIABLE,ZIP_ARCHIVE', '4.5.22.2', '2026-08-09 23:07:27');

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

--
-- Table structure for table `wpme_duplicator_entities`
--

CREATE TABLE `wpme_duplicator_entities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(100) DEFAULT NULL,
  `data` longtext NOT NULL,
  `value_1` varchar(255) NOT NULL DEFAULT '',
  `value_2` varchar(255) NOT NULL DEFAULT '',
  `value_3` varchar(255) NOT NULL DEFAULT '',
  `value_4` varchar(255) NOT NULL DEFAULT '',
  `value_5` varchar(255) NOT NULL DEFAULT '',
  `version` varchar(30) NOT NULL DEFAULT '',
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_duplicator_entities`
--

INSERT INTO `wpme_duplicator_entities` (`id`, `type`, `data`, `value_1`, `value_2`, `value_3`, `value_4`, `value_5`, `version`, `created_at`, `updated_at`) VALUES
(2, 'DUP_PRO_Secure_Global_Entity', '{\n    \"basic_auth_password\": \"\",\n    \"lkp\": \"\",\n    \"value1\": \"\",\n    \"value2\": \"\",\n    \"value3\": \"\",\n    \"value4\": \"\",\n    \"value5\": \"\",\n    \"id\": 2,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"0000-00-00 00:00:00\",\n    \"updated\": \"2025-07-28 11:10:30\"\n}', '', '', '', '', '', '4.5.22.2', '0000-00-00 00:00:00', '2025-07-28 15:10:30'),
(3, 'DUP_PRO_System_Global_Entity', '{\n    \"recommended_fixes\": [],\n    \"schedule_failed\": false,\n    \"package_check_ts\": 1786303628,\n    \"value1\": \"\",\n    \"value2\": \"\",\n    \"value3\": \"\",\n    \"value4\": \"\",\n    \"value5\": \"\",\n    \"id\": 3,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"0000-00-00 00:00:00\",\n    \"updated\": \"2026-08-09 19:27:08\"\n}', '', '', '', '', '', '4.5.22.2', '0000-00-00 00:00:00', '2026-08-09 23:27:08'),
(4, 'DUP_PRO_Package_Template_Entity', '{\"name\":\"Default\",\"notes\":\"The default template.\",\"filter_sites\":[],\"archive_export_onlydb\":0,\"archive_filter_on\":0,\"archive_filter_dirs\":\"\",\"archive_filter_exts\":\"\",\"archive_filter_files\":\"\",\"database_filter_on\":0,\"database_filter_tables\":\"\",\"database_compatibility_modes\":[],\"installer_opts_secure_on\":0,\"installer_opts_secure_pass\":\"\",\"installer_opts_skip_scan\":0,\"installer_opts_db_host\":\"\",\"installer_opts_db_name\":\"\",\"installer_opts_db_user\":\"\",\"installer_opts_cpnl_enable\":false,\"installer_opts_cpnl_host\":\"\",\"installer_opts_cpnl_user\":\"\",\"installer_opts_cpnl_pass\":\"\",\"installer_opts_cpnl_db_action\":\"create\",\"installer_opts_cpnl_db_host\":\"\",\"installer_opts_cpnl_db_name\":\"\",\"installer_opts_cpnl_db_user\":\"\",\"installer_opts_brand\":-2,\"is_default\":true,\"is_manual\":false,\"type\":\"DUP_PRO_Package_Template_Entity\"}', '', '', '', '', '', '', '0000-00-00 00:00:00', '2025-07-28 11:10:25'),
(5, 'DUP_PRO_Package_Template_Entity', '{\n    \"name\": \"[Manual Mode]\",\n    \"package_name_format\": \"%year%%month%%day%_%sitetitle%\",\n    \"notes\": \"\",\n    \"filter_sites\": \"\",\n    \"archive_export_onlydb\": 0,\n    \"archive_filter_on\": false,\n    \"archive_filter_dirs\": \"\",\n    \"archive_filter_exts\": \"\",\n    \"archive_filter_files\": \"\",\n    \"archive_filter_names\": false,\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"database_filter_on\": false,\n    \"databasePrefixFilter\": false,\n    \"databasePrefixSubFilter\": false,\n    \"database_filter_tables\": \"\",\n    \"database_compatibility_modes\": \"\",\n    \"installer_opts_secure_on\": 0,\n    \"installerPassowrd\": \"O2L5FeHTTAgz6XIFIkTP+H4yLzg53kxzSXC+PhyIk5PFHYPe9gpECl2IzWNxACKxr0WTWnPJoMruYyFZgntokw==\",\n    \"installer_opts_skip_scan\": false,\n    \"installer_opts_db_host\": \"\",\n    \"installer_opts_db_name\": \"\",\n    \"installer_opts_db_user\": \"\",\n    \"installer_opts_cpnl_enable\": false,\n    \"installer_opts_cpnl_host\": \"\",\n    \"installer_opts_cpnl_user\": \"\",\n    \"installer_opts_cpnl_pass\": \"\",\n    \"installer_opts_cpnl_db_action\": \"create\",\n    \"installer_opts_cpnl_db_host\": \"\",\n    \"installer_opts_cpnl_db_name\": \"\",\n    \"installer_opts_cpnl_db_user\": \"\",\n    \"installer_opts_brand\": -1,\n    \"is_default\": false,\n    \"is_manual\": true,\n    \"value1\": \"\",\n    \"value2\": \"\",\n    \"value3\": \"\",\n    \"value4\": \"\",\n    \"value5\": \"\",\n    \"id\": 5,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"0000-00-00 00:00:00\",\n    \"updated\": \"2026-08-09 19:06:41\"\n}', '', '', '', '', '', '4.5.22.2', '0000-00-00 00:00:00', '2026-08-09 23:06:41'),
(6, 'LicenseDataEntity', '{\n    \"licenseKey\": \"4Y2tf+Q0zzXGDD4yIcjLiaK2FTwH7LbW\\/RZnr+uf6PjaZbe9PEgJpYNz4g7Xvl\\/+jMdPXOhVNMQ3fMaFqwHFWyrpu\\/hAjWpml5q4isGlAqzzVUoj+embTSaPugMT2vOx\",\n    \"status\": \"nIxL52xLLZcZTF9lGFhqOMzFO1QdUQCInoIvNWgkd6dCWX+PhIivWPhhDwvZi41wzZDsx27oHgXV3gwpy10ziXYHJTYCxi\\/z\",\n    \"type\": \"JmrzakSekMbTN51qDpPBv2nIRiYg+8ViyRzfJ5DavM4gx0PMaSU3zGccIcI2t1SkI6L+\\/lOJKl847\\/VOX72c1OiPb7nvsmTs\",\n    \"data\": \"UGhY32cerncFOC2DGIUolk8h3TOkMjZVZbqDzdKT75U6fgL47co0Sc2777jSf4JxD77UbBFhZzcw+h4PJvfWz0UthfNplq7dS1\\/Rc3wDlUtirVbaF6B\\/2nCPoZzlseNAn4qyvm5pR25CPVdbO4URovv0KIA+iM6+1pUhHI8SqUzrdxWZwyifPUtJbqqoMqeYoKGd5Lf4eom5aGNj36Ccg2KZE0RgiZTOZL1\\/VUGL5Ov+5Xtx\\/oh5\\/+1MgQ9QhiD1\\/rixnLBRIvRbCD9cKHUFJcHsv8xfdCgir3JpvlZRsDsPvtRsEWFnN9M9\\/oupgP65wTvMtJ\\/dUfzifCM17UiO\\/Bsi2kkMRq1xls1sJhYN5AWJ9n7\\/\\/JeAH3gaeen1Feet1kKYekb5Y8lwh6BkxnEYStbBcYzSuxcERWYnH8LiTHtsSc2\\/ZDPxckO+QxX5A75oMEt+04pWTEtrYfpFcuMYPFKdrJGxtCuA\",\n    \"lastRemoteUpdate\": \"2025-11-24 14:17:06\",\n    \"lastFailureTime\": \"2026-08-09 18:48:43\",\n    \"value1\": \"\",\n    \"value2\": \"\",\n    \"value3\": \"\",\n    \"value4\": \"\",\n    \"value5\": \"\",\n    \"id\": 6,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"2025-07-28 11:10:27\",\n    \"updated\": \"2026-08-09 18:48:43\"\n}', '', '', '', '', '', '4.5.22.2', '2025-07-28 15:10:27', '2026-08-09 22:48:43'),
(7, 'DUP_PRO_Global_Entity', '{\n    \"uninstall_settings\": false,\n    \"uninstall_packages\": false,\n    \"crypt\": true,\n    \"email_summary_frequency\": \"weekly\",\n    \"email_summary_recipients\": [\n        \"slahrichi@alforasco.com\"\n    ],\n    \"usageTracking\": true,\n    \"amNotices\": true,\n    \"package_mysqldump\": false,\n    \"package_mysqldump_path\": \"\",\n    \"package_phpdump_mode\": 0,\n    \"package_mysqldump_qrylimit\": 131072,\n    \"packageMysqldumpOptions\": [\n        {\n            \"option\": \"quick\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": false,\n            \"arguments\": []\n        },\n        {\n            \"option\": \"extended-insert\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": false,\n            \"arguments\": []\n        },\n        {\n            \"option\": \"routines\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": true,\n            \"arguments\": []\n        },\n        {\n            \"option\": \"disable-keys\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": false,\n            \"arguments\": []\n        },\n        {\n            \"option\": \"compact\",\n            \"inputGroupPrefix\": \"package_mysqldump_\",\n            \"possibleArguments\": [],\n            \"enabled\": false,\n            \"arguments\": []\n        }\n    ],\n    \"archive_build_mode\": 2,\n    \"archive_compression\": true,\n    \"ziparchive_validation\": null,\n    \"ziparchive_mode\": 0,\n    \"ziparchive_chunk_size_in_mb\": 32,\n    \"homepath_as_abspath\": false,\n    \"server_load_reduction\": 0,\n    \"max_package_runtime_in_min\": 90,\n    \"max_package_transfer_time_in_min\": 90,\n    \"php_max_worker_time_in_sec\": 20,\n    \"cleanup_mode\": 0,\n    \"cleanup_email\": \"slahrichi@alforasco.com\",\n    \"auto_cleanup_hours\": 24,\n    \"lock_mode\": 1,\n    \"ajax_protocol\": \"admin\",\n    \"custom_ajax_url\": \"http:\\/\\/drkarimbennani.com\\/wp-admin\\/admin-ajax.php\",\n    \"clientside_kickoff\": false,\n    \"basic_auth_enabled\": false,\n    \"basic_auth_user\": \"\",\n    \"basic_auth_password\": \"\",\n    \"installer_name_mode\": \"simple\",\n    \"installer_base_name\": \"installer.php\",\n    \"skip_archive_scan\": false,\n    \"send_email_on_build_mode\": 1,\n    \"notification_email_address\": \"\",\n    \"storage_htaccess_off\": false,\n    \"max_storage_retries\": 10,\n    \"purgeBackupRecords\": 2,\n    \"manual_mode_storage_ids\": [\n        9\n    ],\n    \"license_key_visible\": 0,\n    \"lkp\": \"\",\n    \"last_system_check_timestamp\": 0,\n    \"initial_activation_timestamp\": 1753701030,\n    \"ssl_useservercerts\": true,\n    \"ssl_disableverify\": true,\n    \"import_chunk_size\": 1024,\n    \"import_custom_path\": \"\",\n    \"ipv4_only\": false,\n    \"unhook_third_party_js\": false,\n    \"unhook_third_party_css\": false,\n    \"recoveryCustomPath\": \"\",\n    \"value1\": \"\",\n    \"value2\": \"\",\n    \"value3\": \"\",\n    \"value4\": \"\",\n    \"value5\": \"\",\n    \"id\": 7,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"2025-07-28 11:10:27\",\n    \"updated\": \"2026-08-09 19:06:41\"\n}', '', '', '', '', '', '4.5.22.2', '2025-07-28 15:10:27', '2026-08-09 23:06:41'),
(8, 'Dynamic_Entity', '{\n    \"data\": \"hfA4r0Cb0YSERSR4XbuZzMlyfGME\\/wq7Z7Tpjlnlv3lw7HQigfPIu8G9Irow+EdHsE\\/iFzGPiEKnJWfhvxtRNlUNeRKpXvf93+uqWcx8678Zg9XJJ3eEAuCZfcH4\\/Rud\\/bDKRtj16ranJWfhvxtRNo9zIbV6GCNzKsxCnfjsFsojU+Tvfyd6Mce9G65Gc3wltCKJCOB27QIAP\\/acpjCmto+IFmdgRbIa\",\n    \"value1\": \"\",\n    \"value2\": \"\",\n    \"value3\": \"\",\n    \"value4\": \"\",\n    \"value5\": \"\",\n    \"id\": 8,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"2025-07-28 11:10:30\",\n    \"updated\": \"2025-07-28 12:14:17\",\n    \"dataIsEncrypted\": true\n}', '', '', '', '', '', '4.5.22.2', '2025-07-28 15:10:30', '2025-07-28 16:14:17'),
(9, 'DUP_PRO_Storage_Entity', '{\n    \"name\": \"Default\",\n    \"notes\": \"The default location for storage on this server.\",\n    \"storage_type\": -2,\n    \"config\": \"3gBpJCHATtKr9R4aEN0232cNRcS7uteLMBKCTXqTXE9f1Td6kqBMuAus+dwo3YsszqAbrrCGhrShSECCD6uiTm8yF4VyVIkr+\\/A7UZGnss3tPJqdvbaWWT04my45sTsWyhzqjUsXmR4yIrgRl8WU2zKWl6RfmpIJxIMbrO+Z\\/8tNCfNR103ETK5h1e6aW\\/A+gfnMB5c1RMn212LKCUkLt5C7SLh8ctb8PzItNBjs2Ij\\/xbDf7c8z8p8ye5GPXIxJ\",\n    \"legacyEntity\": false,\n    \"local_storage_folder\": \"\",\n    \"local_max_files\": 10,\n    \"local_filter_protection\": true,\n    \"purge_package_record\": true,\n    \"dropbox_access_token\": \"\",\n    \"dropbox_access_token_secret\": \"\",\n    \"dropbox_v2_access_token\": \"\",\n    \"dropbox_storage_folder\": \"\",\n    \"dropbox_max_files\": 10,\n    \"dropbox_authorization_state\": 0,\n    \"onedrive_endpoint_url\": \"\",\n    \"onedrive_resource_id\": \"\",\n    \"onedrive_access_token\": \"\",\n    \"onedrive_refresh_token\": \"\",\n    \"onedrive_token_obtained\": 0,\n    \"onedrive_user_id\": \"\",\n    \"onedrive_storage_folder\": \"\",\n    \"onedrive_max_files\": 10,\n    \"onedrive_storage_folder_id\": \"\",\n    \"onedrive_authorization_state\": 0,\n    \"onedrive_storage_folder_web_url\": \"\",\n    \"ftp_server\": \"\",\n    \"ftp_port\": 21,\n    \"ftp_username\": \"\",\n    \"ftp_password\": \"\",\n    \"ftp_use_curl\": false,\n    \"ftp_storage_folder\": \"\",\n    \"ftp_max_files\": 10,\n    \"ftp_timeout_in_secs\": 15,\n    \"ftp_ssl\": false,\n    \"ftp_passive_mode\": false,\n    \"sftp_server\": \"\",\n    \"sftp_port\": 22,\n    \"sftp_username\": \"\",\n    \"sftp_password\": \"\",\n    \"sftp_private_key\": \"\",\n    \"sftp_private_key_password\": \"\",\n    \"sftp_storage_folder\": \"\",\n    \"sftp_timeout_in_secs\": 15,\n    \"sftp_max_files\": 10,\n    \"sftp_disable_chunking_mode\": false,\n    \"gdrive_access_token_set_json\": \"\",\n    \"gdrive_refresh_token\": \"\",\n    \"gdrive_storage_folder\": \"\",\n    \"gdrive_max_files\": 10,\n    \"gdrive_authorization_state\": 0,\n    \"gdrive_client_number\": -1,\n    \"s3_access_key\": \"\",\n    \"s3_bucket\": \"\",\n    \"s3_max_files\": 10,\n    \"s3_provider\": \"amazon\",\n    \"s3_region\": \"\",\n    \"s3_endpoint\": \"\",\n    \"s3_secret_key\": \"\",\n    \"s3_storage_class\": \"STANDARD\",\n    \"s3_storage_folder\": \"\",\n    \"s3_ACL_full_control\": true,\n    \"value1\": \"\",\n    \"value2\": \"\",\n    \"value3\": \"\",\n    \"value4\": \"\",\n    \"value5\": \"\",\n    \"id\": 9,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"2025-07-28 11:10:30\",\n    \"updated\": \"2025-07-28 12:14:17\"\n}', '', '', '', '', '', '4.5.22.2', '2025-07-28 15:10:30', '2025-07-28 16:14:17'),
(10, 'EmailSummary', '{\n    \"manualPackageIds\": [\n        17\n    ],\n    \"scheduledPackageIds\": [],\n    \"failedPackageIds\": [],\n    \"failedUploads\": [],\n    \"cancelledUploads\": [],\n    \"successfulUploads\": [],\n    \"scheduleIds\": [],\n    \"storageIds\": [],\n    \"value1\": \"\",\n    \"value2\": \"\",\n    \"value3\": \"\",\n    \"value4\": \"\",\n    \"value5\": \"\",\n    \"id\": 10,\n    \"version\": \"4.5.22.2\",\n    \"created\": \"2025-07-28 11:10:30\",\n    \"updated\": \"2026-08-09 19:07:24\"\n}', '', '', '', '', '', '4.5.22.2', '2025-07-28 15:10:30', '2026-08-09 23:07:24');

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

--
-- Table structure for table `wpme_duplicator_packages`
--

CREATE TABLE `wpme_duplicator_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_duplicator_packages`
--

INSERT INTO `wpme_duplicator_packages` (`id`, `name`, `hash`, `status`, `created`, `owner`, `package`) VALUES
(6, '20210524_drkarimbennani', 'd0e21f80f220343d2541_20210706153746', 100, '2021-07-06 15:38:08', 'unknown', 'O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-07-06 15:37:46\";s:7:\"Version\";s:5:\"1.4.1\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:7:\"10.2.38\";s:10:\"VersionPHP\";s:5:\"8.0.6\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:6;s:4:\"Name\";s:23:\"20210524_drkarimbennani\";s:4:\"Hash\";s:35:\"d0e21f80f220343d2541_20210706153746\";s:8:\"NameHash\";s:59:\"20210524_drkarimbennani_d0e21f80f220343d2541_20210706153746\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:69:\"20210524_drkarimbennani_d0e21f80f220343d2541_20210706153746_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:11:\"348.19 sec.\";s:7:\"ExeSize\";s:7:\"64.14KB\";s:7:\"ZipSize\";s:6:\"70.3MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:71:\"20210524_drkarimbennani_d0e21f80f220343d2541_20210706153746_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:32:\"/home/alfora7/drkarimbennani.com\";s:4:\"Size\";i:73717872;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:8126;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:41:\"/home/alfora7/drkarimbennani.com/wp-admin\";i:1;s:51:\"/home/alfora7/drkarimbennani.com/wp-content/uploads\";i:2;s:53:\"/home/alfora7/drkarimbennani.com/wp-content/languages\";i:3;s:50:\"/home/alfora7/drkarimbennani.com/wp-content/themes\";i:4;s:44:\"/home/alfora7/drkarimbennani.com/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:32:\"/home/alfora7/drkarimbennani.com\";i:1;s:43:\"/home/alfora7/drkarimbennani.com/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:44:\"/home/alfora7/drkarimbennani.com/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:73:\"20210524_drkarimbennani_d0e21f80f220343d2541_20210706153746_installer.php\";s:4:\"Size\";i:65684;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:6588689;s:4:\"File\";s:72:\"20210524_drkarimbennani_d0e21f80f220343d2541_20210706153746_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:2:{i:0;s:18:\"utf8mb4_unicode_ci\";i:1;s:15:\"utf8_general_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:6:\"dkb_db\";s:15:\"tablesBaseCount\";i:54;s:16:\"tablesFinalCount\";i:54;s:14:\"tablesRowCount\";s:5:\"4,374\";s:16:\"tablesSizeOnDisk\";s:6:\"6.44MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.2.38\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:54:{s:28:\"wpme_actionscheduler_actions\";s:1:\"0\";s:27:\"wpme_actionscheduler_claims\";s:1:\"0\";s:27:\"wpme_actionscheduler_groups\";s:1:\"0\";s:25:\"wpme_actionscheduler_logs\";s:1:\"0\";s:16:\"wpme_commentmeta\";s:1:\"0\";s:13:\"wpme_comments\";s:1:\"0\";s:24:\"wpme_duplicator_packages\";s:1:\"1\";s:16:\"wpme_layerslider\";s:1:\"0\";s:26:\"wpme_layerslider_revisions\";s:1:\"0\";s:10:\"wpme_links\";s:1:\"0\";s:12:\"wpme_options\";s:3:\"568\";s:13:\"wpme_postmeta\";s:4:\"3100\";s:10:\"wpme_posts\";s:3:\"152\";s:18:\"wpme_revslider_css\";s:3:\"121\";s:22:\"wpme_revslider_css_bkp\";s:3:\"121\";s:31:\"wpme_revslider_layer_animations\";s:1:\"0\";s:35:\"wpme_revslider_layer_animations_bkp\";s:1:\"0\";s:26:\"wpme_revslider_navigations\";s:1:\"1\";s:30:\"wpme_revslider_navigations_bkp\";s:1:\"0\";s:22:\"wpme_revslider_sliders\";s:1:\"3\";s:26:\"wpme_revslider_sliders_bkp\";s:1:\"0\";s:21:\"wpme_revslider_slides\";s:2:\"10\";s:25:\"wpme_revslider_slides_bkp\";s:1:\"0\";s:28:\"wpme_revslider_static_slides\";s:1:\"3\";s:32:\"wpme_revslider_static_slides_bkp\";s:1:\"0\";s:23:\"wpme_term_relationships\";s:2:\"76\";s:18:\"wpme_term_taxonomy\";s:2:\"57\";s:13:\"wpme_termmeta\";s:2:\"46\";s:10:\"wpme_terms\";s:2:\"57\";s:16:\"wpme_tm_taskmeta\";s:1:\"0\";s:13:\"wpme_tm_tasks\";s:1:\"0\";s:13:\"wpme_usermeta\";s:2:\"53\";s:10:\"wpme_users\";s:1:\"2\";s:20:\"wpme_wc_download_log\";s:1:\"0\";s:27:\"wpme_wc_product_meta_lookup\";s:1:\"0\";s:24:\"wpme_wc_tax_rate_classes\";s:1:\"2\";s:16:\"wpme_wc_webhooks\";s:1:\"0\";s:25:\"wpme_woocommerce_api_keys\";s:1:\"0\";s:37:\"wpme_woocommerce_attribute_taxonomies\";s:1:\"0\";s:49:\"wpme_woocommerce_downloadable_product_permissions\";s:1:\"0\";s:20:\"wpme_woocommerce_log\";s:1:\"0\";s:31:\"wpme_woocommerce_order_itemmeta\";s:1:\"0\";s:28:\"wpme_woocommerce_order_items\";s:1:\"0\";s:34:\"wpme_woocommerce_payment_tokenmeta\";s:1:\"0\";s:31:\"wpme_woocommerce_payment_tokens\";s:1:\"0\";s:25:\"wpme_woocommerce_sessions\";s:1:\"1\";s:40:\"wpme_woocommerce_shipping_zone_locations\";s:1:\"0\";s:38:\"wpme_woocommerce_shipping_zone_methods\";s:1:\"0\";s:31:\"wpme_woocommerce_shipping_zones\";s:1:\"0\";s:35:\"wpme_woocommerce_tax_rate_locations\";s:1:\"0\";s:26:\"wpme_woocommerce_tax_rates\";s:1:\"0\";s:17:\"wpme_wpforms_lite\";s:1:\"0\";s:20:\"wpme_yoast_seo_links\";s:1:\"0\";s:19:\"wpme_yoast_seo_meta\";s:1:\"0\";}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:137:\"/home/alfora7/drkarimbennani.com/wp-content/backups-dup-lite/tmp/20210524_drkarimbennani_d0e21f80f220343d2541_20210706153746_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-07-06 15:37:46\";s:7:\"Version\";s:5:\"1.4.1\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:7:\"10.2.38\";s:10:\"VersionPHP\";s:5:\"8.0.6\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20210524_drkarimbennani\";s:4:\"Hash\";s:35:\"d0e21f80f220343d2541_20210706153746\";s:8:\"NameHash\";s:59:\"20210524_drkarimbennani_d0e21f80f220343d2541_20210706153746\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:76;s:8:\"Database\";r:90;s:13:\"BuildProgress\";r:178;}}}'),
(7, '20210524_drkarimbennani', '6589f820386f09718945_20210708090209', 100, '2021-07-08 09:03:07', 'unknown', 'O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-07-08 09:02:09\";s:7:\"Version\";s:5:\"1.4.2\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:7:\"10.2.38\";s:10:\"VersionPHP\";s:5:\"8.0.6\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:7;s:4:\"Name\";s:23:\"20210524_drkarimbennani\";s:4:\"Hash\";s:35:\"6589f820386f09718945_20210708090209\";s:8:\"NameHash\";s:59:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:69:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";s:11:\"442.10 sec.\";s:7:\"ExeSize\";s:7:\"64.26KB\";s:7:\"ZipSize\";s:7:\"85.95MB\";s:6:\"Status\";s:5:\"100.0\";s:6:\"WPUser\";s:7:\"unknown\";s:7:\"Archive\";O:11:\"DUP_Archive\":23:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";s:71:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:32:\"/home/alfora7/drkarimbennani.com\";s:4:\"Size\";i:90128232;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:10406;s:10:\"\0*\0Package\";r:1;s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:41:\"/home/alfora7/drkarimbennani.com/wp-admin\";i:1;s:51:\"/home/alfora7/drkarimbennani.com/wp-content/uploads\";i:2;s:53:\"/home/alfora7/drkarimbennani.com/wp-content/languages\";i:3;s:50:\"/home/alfora7/drkarimbennani.com/wp-content/themes\";i:4;s:44:\"/home/alfora7/drkarimbennani.com/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:32:\"/home/alfora7/drkarimbennani.com\";i:1;s:43:\"/home/alfora7/drkarimbennani.com/wp-content\";}s:19:\"isOuterWPContentDir\";b:0;s:25:\"wpContentDirNormalizePath\";s:44:\"/home/alfora7/drkarimbennani.com/wp-content/\";}s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";s:73:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209_installer.php\";s:4:\"Size\";i:65805;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:1;}s:8:\"Database\";O:12:\"DUP_Database\":15:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";i:7716194;s:4:\"File\";s:72:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";s:9:\"MYSQLDUMP\";s:13:\"collationList\";a:2:{i:0;s:18:\"utf8mb4_unicode_ci\";i:1;s:15:\"utf8_general_ci\";}s:17:\"isTablesUpperCase\";i:0;s:15:\"isNameUpperCase\";i:0;s:4:\"name\";s:6:\"dkb_db\";s:15:\"tablesBaseCount\";i:58;s:16:\"tablesFinalCount\";i:58;s:14:\"tablesRowCount\";s:5:\"3,374\";s:16:\"tablesSizeOnDisk\";s:6:\"7.74MB\";s:18:\"varLowerCaseTables\";s:1:\"0\";s:7:\"version\";s:7:\"10.2.38\";s:14:\"versionComment\";s:14:\"MariaDB Server\";s:18:\"tableWiseRowCounts\";a:58:{s:28:\"wpme_actionscheduler_actions\";s:1:\"0\";s:27:\"wpme_actionscheduler_claims\";s:1:\"0\";s:27:\"wpme_actionscheduler_groups\";s:1:\"0\";s:25:\"wpme_actionscheduler_logs\";s:1:\"0\";s:16:\"wpme_commentmeta\";s:1:\"0\";s:13:\"wpme_comments\";s:1:\"0\";s:24:\"wpme_duplicator_packages\";s:1:\"2\";s:24:\"wpme_fusion_form_entries\";s:1:\"0\";s:23:\"wpme_fusion_form_fields\";s:1:\"0\";s:28:\"wpme_fusion_form_submissions\";s:1:\"0\";s:17:\"wpme_fusion_forms\";s:1:\"0\";s:16:\"wpme_layerslider\";s:1:\"0\";s:26:\"wpme_layerslider_revisions\";s:1:\"0\";s:10:\"wpme_links\";s:1:\"0\";s:12:\"wpme_options\";s:3:\"612\";s:13:\"wpme_postmeta\";s:4:\"2052\";s:10:\"wpme_posts\";s:3:\"161\";s:18:\"wpme_revslider_css\";s:3:\"121\";s:22:\"wpme_revslider_css_bkp\";s:3:\"121\";s:31:\"wpme_revslider_layer_animations\";s:1:\"0\";s:35:\"wpme_revslider_layer_animations_bkp\";s:1:\"0\";s:26:\"wpme_revslider_navigations\";s:1:\"1\";s:30:\"wpme_revslider_navigations_bkp\";s:1:\"0\";s:22:\"wpme_revslider_sliders\";s:1:\"3\";s:26:\"wpme_revslider_sliders_bkp\";s:1:\"0\";s:21:\"wpme_revslider_slides\";s:2:\"10\";s:25:\"wpme_revslider_slides_bkp\";s:1:\"0\";s:28:\"wpme_revslider_static_slides\";s:1:\"3\";s:32:\"wpme_revslider_static_slides_bkp\";s:1:\"0\";s:23:\"wpme_term_relationships\";s:2:\"62\";s:18:\"wpme_term_taxonomy\";s:2:\"57\";s:13:\"wpme_termmeta\";s:2:\"52\";s:10:\"wpme_terms\";s:2:\"57\";s:16:\"wpme_tm_taskmeta\";s:1:\"0\";s:13:\"wpme_tm_tasks\";s:1:\"0\";s:13:\"wpme_usermeta\";s:2:\"55\";s:10:\"wpme_users\";s:1:\"2\";s:20:\"wpme_wc_download_log\";s:1:\"0\";s:27:\"wpme_wc_product_meta_lookup\";s:1:\"0\";s:24:\"wpme_wc_tax_rate_classes\";s:1:\"2\";s:16:\"wpme_wc_webhooks\";s:1:\"0\";s:25:\"wpme_woocommerce_api_keys\";s:1:\"0\";s:37:\"wpme_woocommerce_attribute_taxonomies\";s:1:\"0\";s:49:\"wpme_woocommerce_downloadable_product_permissions\";s:1:\"0\";s:20:\"wpme_woocommerce_log\";s:1:\"0\";s:31:\"wpme_woocommerce_order_itemmeta\";s:1:\"0\";s:28:\"wpme_woocommerce_order_items\";s:1:\"0\";s:34:\"wpme_woocommerce_payment_tokenmeta\";s:1:\"0\";s:31:\"wpme_woocommerce_payment_tokens\";s:1:\"0\";s:25:\"wpme_woocommerce_sessions\";s:1:\"1\";s:40:\"wpme_woocommerce_shipping_zone_locations\";s:1:\"0\";s:38:\"wpme_woocommerce_shipping_zone_methods\";s:1:\"0\";s:31:\"wpme_woocommerce_shipping_zones\";s:1:\"0\";s:35:\"wpme_woocommerce_tax_rate_locations\";s:1:\"0\";s:26:\"wpme_woocommerce_tax_rates\";s:1:\"0\";s:17:\"wpme_wpforms_lite\";s:1:\"0\";s:20:\"wpme_yoast_seo_links\";s:1:\"0\";s:19:\"wpme_yoast_seo_meta\";s:1:\"0\";}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:1;s:24:\"\0DUP_Database\0tempDbPath\";s:137:\"/home/alfora7/drkarimbennani.com/wp-content/backups-dup-lite/tmp/20210524_drkarimbennani_6589f820386f09718945_20210708090209_database.sql\";s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;s:19:\"sameNameTableExists\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:1;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-07-08 09:02:09\";s:7:\"Version\";s:5:\"1.4.2\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:7:\"10.2.38\";s:10:\"VersionPHP\";s:5:\"8.0.6\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20210524_drkarimbennani\";s:4:\"Hash\";s:35:\"6589f820386f09718945_20210708090209\";s:8:\"NameHash\";s:59:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";r:76;s:8:\"Database\";r:90;s:13:\"BuildProgress\";r:182;}}}');

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

--
-- Table structure for table `wpme_fusion_forms`
--

CREATE TABLE `wpme_fusion_forms` (
  `id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `views` bigint(20) DEFAULT 0,
  `submissions_count` bigint(20) DEFAULT 0,
  `data` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_fusion_form_entries`
--

CREATE TABLE `wpme_fusion_form_entries` (
  `id` bigint(20) NOT NULL,
  `submission_id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `field_id` bigint(20) NOT NULL,
  `value` longtext DEFAULT NULL,
  `privacy` tinyint(1) DEFAULT NULL,
  `data` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_fusion_form_fields`
--

CREATE TABLE `wpme_fusion_form_fields` (
  `id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `field_name` varchar(256) NOT NULL,
  `field_label` varchar(256) DEFAULT NULL,
  `data` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_fusion_form_submissions`
--

CREATE TABLE `wpme_fusion_form_submissions` (
  `id` bigint(20) NOT NULL,
  `form_id` bigint(20) NOT NULL,
  `time` datetime NOT NULL,
  `source_url` varchar(512) NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `ip` varchar(512) DEFAULT NULL,
  `is_read` tinyint(1) DEFAULT NULL,
  `privacy_scrub_date` date DEFAULT NULL,
  `on_privacy_scrub` varchar(20) NOT NULL,
  `data` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_layerslider`
--

CREATE TABLE `wpme_layerslider` (
  `id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `name` varchar(100) DEFAULT '',
  `slug` varchar(100) DEFAULT '',
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL,
  `date_m` int(10) NOT NULL,
  `schedule_start` int(10) NOT NULL DEFAULT 0,
  `schedule_end` int(10) NOT NULL DEFAULT 0,
  `flag_hidden` tinyint(1) NOT NULL DEFAULT 0,
  `flag_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `flag_popup` tinyint(1) NOT NULL DEFAULT 0,
  `group_id` int(10) DEFAULT NULL,
  `flag_group` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_layerslider_revisions`
--

CREATE TABLE `wpme_layerslider_revisions` (
  `id` int(10) NOT NULL,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT 0,
  `data` mediumtext NOT NULL,
  `date_c` int(10) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_links`
--

CREATE TABLE `wpme_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_options`
--

CREATE TABLE `wpme_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_options`
--

INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://drkarimbennani.com', 'yes'),
(2, 'home', 'https://drkarimbennani.com', 'yes'),
(3, 'blogname', 'Dr. Karim Bennani', 'yes'),
(4, 'blogdescription', 'Toujours à l&#039;écoute', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'slahrichi@alforasco.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '0', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '1', 'yes'),
(27, 'moderation_notify', '', 'yes'),
(28, 'permalink_structure', '/%category%/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(34, 'category_base', '/20%', 'yes'),
(35, 'ping_sites', 'https://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:2:{i:0;s:72:\"/home/alfora7/drkarimbennani.com/wp-content/themes/Avada-child/style.css\";i:2;s:0:\"\";}', 'no'),
(44, 'comment_registration', '1', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '61833', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'widget_text', 'a:9:{i:10;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:563:\"[fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"liftup\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"bottom-in-view\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img alt=\"\" src=\"http://theme-fusion.com/avada/classic/wp-content/uploads/sites/54/2016/02/home_magazine_ad_sidebar.png\" />[/fusion_imageframe]\";s:6:\"filter\";b:0;}i:11;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1029:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam bibendum ultrices arcu ac vestibulum. Nam nec tempus quam.\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"10px\" bottom_margin=\"10px\" /]\r\n\r\n[fusion_button link=\"http://drkarimbennani.com/our-team/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"left\" modal=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Our Team[/fusion_button]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:14;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1035:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam bibendum ultrices arcu ac vestibulum. Nam nec tempus quam.\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"10px\" bottom_margin=\"10px\" /]\r\n\r\n[fusion_button link=\"http://drkarimbennani.com/our-history/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"left\" modal=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Our History[/fusion_button]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:12;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1035:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam bibendum ultrices arcu ac vestibulum. Nam nec tempus quam.\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"10px\" bottom_margin=\"10px\" /]\r\n\r\n[fusion_button link=\"http://drkarimbennani.com/our-culture/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"left\" modal=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Our Culture[/fusion_button]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:13;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1039:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam bibendum ultrices arcu ac vestibulum. Nam nec tempus quam.\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"10px\" bottom_margin=\"10px\" /]\r\n\r\n[fusion_button link=\"http://drkarimbennani.com/corporate-faq/\" text_transform=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"left\" modal=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Corporate FAQ[/fusion_button]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:17;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2510:\"[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"15px\" /]\r\n\r\n[fusion_imageframe image_id=\"3638|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"zoomin\" bordersize=\"\" bordercolor=\"\" borderradius=\"6\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe]\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"15px\" /]\r\n\r\n<span style=\"font-size: 18px;\"><strong><a href=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\"><span style=\"color: #368498;\">Médecine Générale</span></a></strong></span>\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"20px\" bottom_margin=\"35px\" /]\r\n\r\n[fusion_imageframe image_id=\"3641|medium\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"6\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg[/fusion_imageframe]\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"15px\" /]\r\n\r\n<span style=\"font-size: 18px;\"><strong><a href=\"http://drkarimbennani.com/?avada_portfolio=nutrition\"><span style=\"color: #368498;\">Nutrition</span></a></strong></span>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:18;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2503:\"[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"15px\" /]\r\n\r\n[fusion_imageframe image_id=\"3640|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"6\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_03c.jpg[/fusion_imageframe]\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"15px\" /]\r\n\r\n<span style=\"font-size: 18px;\"><strong><a href=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\"><span style=\"color: #368498;\">Gynécologie Médicale</span></a></strong></span>\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"20px\" bottom_margin=\"35px\" /]\r\n\r\n[fusion_imageframe image_id=\"3639|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"zoomin\" bordersize=\"\" bordercolor=\"\" borderradius=\"6\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe]\r\n\r\n[fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" top_margin=\"15px\" /]\r\n\r\n<span style=\"font-size: 18px;\"><strong><a href=\"http://drkarimbennani.com/?avada_portfolio=diabete\"><span style=\"color: #368498;\">Diabète</span></a></strong></span>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:6:\"center\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:20;a:12:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:7:{s:53:\"child-theme-configurator/child-theme-configurator.php\";s:22:\"chld_thm_cfg_uninstall\";s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:27:\"wp-optimize/wp-optimize.php\";s:21:\"wpo_uninstall_actions\";s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:31:\"cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}s:33:\"duplicator-pro/duplicator-pro.php\";a:2:{i:0;s:24:\"Duplicator\\Core\\Unistall\";i:1;s:8:\"unistall\";}s:78:\"home/labora20/salamkidz.com/wp-content/plugins/cache-enabler/cache-enabler.php\";a:2:{i:0;s:13:\"Cache_Enabler\";i:1;s:12:\"on_uninstall\";}}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '0', 'yes'),
(84, 'page_on_front', '18', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'wpme_user_roles', 'a:12:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:162:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:8:\"backwpup\";b:1;s:13:\"backwpup_jobs\";b:1;s:18:\"backwpup_jobs_edit\";b:1;s:19:\"backwpup_jobs_start\";b:1;s:16:\"backwpup_backups\";b:1;s:25:\"backwpup_backups_download\";b:1;s:23:\"backwpup_backups_delete\";b:1;s:13:\"backwpup_logs\";b:1;s:20:\"backwpup_logs_delete\";b:1;s:17:\"backwpup_settings\";b:1;s:27:\"access_white_label_branding\";b:1;s:9:\"access_cp\";b:1;s:20:\"duplicator_pro_basic\";b:1;s:21:\"duplicator_pro_create\";b:1;s:23:\"duplicator_pro_schedule\";b:1;s:22:\"duplicator_pro_storage\";b:1;s:29:\"duplicator_pro_backup_restore\";b:1;s:21:\"duplicator_pro_import\";b:1;s:21:\"duplicator_pro_export\";b:1;s:23:\"duplicator_pro_settings\";b:1;s:22:\"duplicator_pro_license\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:44:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:15:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:7:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:108:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:13:\"bbp_keymaster\";a:2:{s:4:\"name\";s:9:\"Keymaster\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_spectator\";a:2:{s:4:\"name\";s:9:\"Spectator\";s:12:\"capabilities\";a:0:{}}s:11:\"bbp_blocked\";a:2:{s:4:\"name\";s:7:\"Blocked\";s:12:\"capabilities\";a:0:{}}s:13:\"bbp_moderator\";a:2:{s:4:\"name\";s:9:\"Moderator\";s:12:\"capabilities\";a:0:{}}s:15:\"bbp_participant\";a:2:{s:4:\"name\";s:11:\"Participant\";s:12:\"capabilities\";a:0:{}}}', 'yes'),
(93, 'tribe_last_save_post', '1552326212', 'yes'),
(94, 'fresh_site', '0', 'off'),
(95, 'widget_search', 'a:2:{i:6;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'sidebars_widgets', 'a:18:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:3:{i:0;s:14:\"custom_html-13\";i:1;s:13:\"media_image-3\";i:2;s:7:\"text-20\";}s:21:\"avada-footer-widget-1\";a:2:{i:0;s:13:\"custom_html-3\";i:1;s:13:\"media_image-2\";}s:21:\"avada-footer-widget-2\";a:1:{i:0;s:21:\"contact_info-widget-6\";}s:21:\"avada-footer-widget-3\";a:1:{i:0;s:13:\"custom_html-4\";}s:25:\"avada-slidingbar-widget-1\";a:6:{i:0;s:13:\"custom_html-7\";i:1;s:13:\"custom_html-8\";i:2;s:14:\"custom_html-10\";i:3;s:13:\"custom_html-9\";i:4;s:14:\"custom_html-12\";i:5;s:21:\"social_links-widget-2\";}s:25:\"avada-slidingbar-widget-2\";a:1:{i:0;s:14:\"custom_html-11\";}s:31:\"avada-custom-sidebar-faqsidebar\";a:3:{i:0;s:8:\"search-6\";i:1;s:18:\"pyre_tabs-widget-7\";i:2;s:7:\"text-10\";}s:35:\"avada-custom-sidebar-aboutuscolumn1\";a:1:{i:0;s:7:\"text-11\";}s:35:\"avada-custom-sidebar-aboutuscolumn2\";a:1:{i:0;s:7:\"text-14\";}s:35:\"avada-custom-sidebar-aboutuscolumn3\";a:1:{i:0;s:7:\"text-12\";}s:35:\"avada-custom-sidebar-aboutuscolumn4\";a:1:{i:0;s:7:\"text-13\";}s:37:\"avada-custom-sidebar-investorscolumn1\";a:0:{}s:37:\"avada-custom-sidebar-investorscolumn2\";a:1:{i:0;s:7:\"text-17\";}s:37:\"avada-custom-sidebar-investorscolumn3\";a:1:{i:0;s:7:\"text-18\";}s:21:\"avada-footer-widget-4\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_image', 'a:3:{i:2;a:23:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:278;s:6:\"height\";i:86;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:3756;s:3:\"url\";s:72:\"http://drkarimbennani.com/wp-content/uploads/2019/09/Logo_DKB_footer.png\";s:5:\"title\";s:0:\"\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:3;a:23:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:1920;s:6:\"height\";i:720;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:50:\"http://drkarimbennani.com/?avada_portfolio=diabete\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:3639;s:3:\"url\";s:69:\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg\";s:5:\"title\";s:0:\"\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_custom_html', 'a:10:{i:3;a:13:{s:5:\"title\";s:8:\"HORAIRES\";s:7:\"content\";s:144:\"<p style=\"margin-bottom:-15px;\"><span> Lundi-Vendredi (9h - 18h)</span></p>\r\n<p style=\"margin-bottom:-30px;\"><span> Samedi (9h - 13h)</span></p>\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:5:\"solid\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";s:20:\"fusion_display_title\";s:3:\"yes\";s:13:\"fusion_margin\";s:0:\"\";s:20:\"fusion_divider_color\";s:0:\"\";}i:4;a:10:{s:5:\"title\";s:12:\"LOCALISATION\";s:7:\"content\";s:512:\"[fusion_map api_type=\"embed\" embed_address=\"33.554050,-7.685922\" embed_map_type=\"roadmap\" address=\" latlng=33.554050,-7.685922\" type=\"roadmap\" width=\"401px\" height=\"175\" zoom=\"14\" scrollwheel=\"yes\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"no\" popup=\"yes\" map_style=\"default\" overlay_color=\"\" static_map_color=\"\" infobox_content=\"\" infobox=\"default\" infobox_text_color=\"\" infobox_background_color=\"\" icon=\"\" icon_static=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /]\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:7;a:10:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:84:\"<b><p style=\"font-size: 20px;color: #ffffff;margin-top: -20px;\">Appelez-Nous</p></b>\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:8;a:13:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:83:\"<b><p style=\"font-size: 40px;color: #a0ce4e;margin-top: -50px;\">05226-57533</p></b>\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:5:\"solid\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";s:20:\"fusion_display_title\";s:3:\"yes\";s:13:\"fusion_margin\";s:0:\"\";s:20:\"fusion_divider_color\";s:0:\"\";}i:9;a:13:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:118:\"<p style=\"font-size: 15px; margin-top: -40px;margin-bottom:-7px\">LUNDI-VENDREDI (9h - 18h)<br/>\r\nSAMEDI (9h - 13h)</p>\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:5:\"solid\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";s:20:\"fusion_display_title\";s:3:\"yes\";s:13:\"fusion_margin\";s:0:\"\";s:20:\"fusion_divider_color\";s:0:\"\";}i:10;a:13:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:157:\"<p style=\"font-size: 20px; color: #ffffff; margin-top: -60px;\"><strong>En cas d\'urgence, appelez <span style=\"color: #a0ce4e;\">0631990165</span></strong></p>\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:5:\"solid\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";s:20:\"fusion_display_title\";s:3:\"yes\";s:13:\"fusion_margin\";s:0:\"\";s:20:\"fusion_divider_color\";s:0:\"\";}i:11;a:10:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:512:\"[fusion_map api_type=\"embed\" embed_address=\"33.554050,-7.685922\" embed_map_type=\"roadmap\" address=\" latlng=33.554050,-7.685922\" type=\"roadmap\" width=\"325px\" height=\"350\" zoom=\"14\" scrollwheel=\"yes\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"no\" popup=\"yes\" map_style=\"default\" overlay_color=\"\" static_map_color=\"\" infobox_content=\"\" infobox=\"default\" infobox_text_color=\"\" infobox_background_color=\"\" icon=\"\" icon_static=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /]\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:12;a:10:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:151:\"<p style=\"font-size: 15px; margin-top: -40px;margin-bottom:-7px\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,<br/> Hay-Hassani, Casablanca 20220</p>\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}i:13;a:10:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:0:\"\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'cron', 'a:19:{i:1786303648;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1786305501;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1786312123;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1786330187;a:3:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1786340399;a:1:{s:22:\"wp_https_support_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1786358322;a:1:{s:18:\"wpstg_weekly_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1786360230;a:1:{s:31:\"duplicator_activity_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"duplicator_daily_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1786361629;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1786366179;a:1:{s:21:\"wpo_weekly_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1786370400;a:1:{s:33:\"duplicator_pro_email_summary_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1786373421;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1786373524;a:1:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1786383220;a:1:{s:18:\"wpseo_onpage_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1786386374;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1786386568;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1786614080;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1786673754;a:1:{s:30:\"duplicator_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1786803200;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}', 'on'),
(295939, '_site_transient_timeout_php_check_8848b67e8d9c18dd15937c9885b72409', '1786803497', 'off'),
(295940, '_site_transient_php_check_8848b67e8d9c18dd15937c9885b72409', 'a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:3:\"7.4\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(111, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1513867825;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'off'),
(114, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(115, 'woocommerce_admin_notices', 'a:1:{i:0;s:6:\"update\";}', 'yes'),
(139, 'current_theme', 'Avada', 'yes'),
(140, 'theme_mods_Avada/Avada', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:15:\"main_navigation\";i:22;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1513867835;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"avada-footer-widget-1\";a:0:{}s:21:\"avada-footer-widget-2\";a:0:{}s:21:\"avada-footer-widget-3\";a:0:{}s:21:\"avada-footer-widget-4\";a:0:{}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:25:\"avada-slidingbar-widget-4\";a:0:{}}}s:18:\"custom_css_post_id\";i:-1;}', 'off'),
(141, 'theme_switched', '', 'yes'),
(142, 'avada_version', '7.16.0', 'yes'),
(143, 'widget_ad_125_125-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144, 'widget_contact_info-widget', 'a:2:{i:6;a:20:{s:5:\"title\";s:7:\"CONTACT\";s:7:\"address\";s:68:\"321 Bd Oued Sebou, Quartier Oulfa, 2ème Etage<Br/> Casablanca 20220\";s:5:\"phone\";s:14:\"05 22 65 75 33\";s:6:\"mobile\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:24:\"drbennanikarim@gmail.com\";s:8:\"emailtxt\";s:24:\"drbennanikarim@gmail.com\";s:3:\"web\";s:25:\"http://drkarimbennani.ma/\";s:6:\"webtxt\";s:21:\"www.drkarimbennani.ma\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:5:\"solid\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";s:20:\"fusion_display_title\";s:3:\"yes\";s:13:\"fusion_margin\";s:0:\"\";s:20:\"fusion_divider_color\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(145, 'widget_pyre_tabs-widget', 'a:2:{i:7;a:17:{s:11:\"design_tabs\";s:7:\"classic\";s:12:\"design_posts\";s:13:\"image_default\";s:5:\"posts\";s:1:\"3\";s:8:\"comments\";s:1:\"3\";s:4:\"tags\";s:1:\"3\";s:18:\"show_popular_posts\";s:2:\"on\";s:17:\"show_recent_posts\";s:2:\"on\";s:13:\"show_comments\";s:2:\"on\";s:7:\"orderby\";s:10:\"view_count\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(146, 'widget_recent_works-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(147, 'widget_tweets-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(148, 'widget_flickr-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(149, 'widget_social_links-widget', 'a:2:{i:2;a:48:{s:5:\"title\";s:0:\"\";s:10:\"linktarget\";s:0:\"\";s:15:\"icons_font_size\";s:4:\"16px\";s:10:\"icon_color\";s:0:\"\";s:10:\"boxed_icon\";s:3:\"Yes\";s:11:\"boxed_color\";s:0:\"\";s:10:\"color_type\";s:5:\"brand\";s:17:\"boxed_icon_radius\";s:3:\"4px\";s:18:\"boxed_icon_padding\";s:3:\"8px\";s:11:\"tooltip_pos\";s:3:\"Top\";s:11:\"show_custom\";s:2:\"No\";s:7:\"fb_link\";s:0:\"\";s:11:\"flickr_link\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";s:12:\"twitter_link\";s:0:\"\";s:10:\"vimeo_link\";s:0:\"\";s:12:\"youtube_link\";s:0:\"\";s:14:\"instagram_link\";s:0:\"\";s:14:\"pinterest_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:13:\"dribbble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";s:12:\"blogger_link\";s:0:\"\";s:10:\"skype_link\";s:0:\"\";s:11:\"forrst_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"yahoo_link\";s:0:\"\";s:11:\"reddit_link\";s:0:\"\";s:11:\"paypal_link\";s:0:\"\";s:12:\"dropbox_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:12:\"spotify_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:13:\"whatsapp_link\";s:0:\"\";s:9:\"xing_link\";s:0:\"\";s:9:\"yelp_link\";s:0:\"\";s:10:\"email_link\";s:0:\"\";s:6:\"use_to\";s:3:\"Yes\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(150, 'widget_facebook-like-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(151, 'widget_menu-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(152, 'widget_avada-vertical-menu-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(157, 'shop_catalog_image_size', 'a:3:{s:5:\"width\";i:500;s:6:\"height\";s:0:\"\";i:0;i:0;}', 'yes'),
(158, 'shop_single_image_size', 'a:3:{s:5:\"width\";i:700;s:6:\"height\";s:0:\"\";i:0;i:0;}', 'yes'),
(159, 'shop_thumbnail_image_size', 'a:3:{s:5:\"width\";i:120;s:6:\"height\";s:0:\"\";i:0;i:0;}', 'yes'),
(160, 'fusion_dynamic_css_posts', 'a:6:{i:18;b:1;s:6:\"global\";b:1;s:11:\"127-archive\";b:1;i:4570;b:1;s:11:\"119-archive\";b:1;i:3646;b:1;}', 'yes'),
(224, 'fusion_core_version', '5.16', 'yes'),
(245, 'fusion_builder_version', '3.16', 'yes'),
(249, 'ls-plugin-version', '6.11.1', 'yes'),
(250, 'ls-db-version', '6.9.0', 'yes'),
(251, 'ls-installed', '0', 'yes'),
(252, 'ls-date-installed', '1513867915', 'yes'),
(259, 'fusion_supported_plugins_active', 'a:2:{i:0;s:5:\"WPCF7\";i:1;s:14:\"RS_PLUGIN_PATH\";}', 'yes'),
(260, 'revslider_servers', 'a:3:{i:0;s:22:\"themepunch-ext-b.tools\";i:1;s:22:\"themepunch-ext-c.tools\";i:2;s:22:\"themepunch-ext-a.tools\";}', 'yes'),
(261, 'revslider_server_refresh', '1784177501', 'yes'),
(262, 'revslider-update-check-short', '1786300100', 'yes'),
(263, 'revslider-templates-check', '1786228629', 'yes'),
(264, 'widget_layerslider_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(289, 'woocommerce_store_address', '', 'yes'),
(290, 'woocommerce_store_address_2', '', 'yes'),
(291, 'woocommerce_store_city', '', 'yes'),
(292, 'woocommerce_default_country', 'GB', 'yes');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(293, 'woocommerce_store_postcode', '', 'yes'),
(294, 'woocommerce_allowed_countries', 'all', 'yes'),
(295, 'woocommerce_all_except_countries', 'a:0:{}', 'yes'),
(296, 'woocommerce_specific_allowed_countries', 'a:0:{}', 'yes'),
(297, 'woocommerce_ship_to_countries', '', 'yes'),
(298, 'woocommerce_specific_ship_to_countries', 'a:0:{}', 'yes'),
(299, 'woocommerce_default_customer_address', 'geolocation', 'yes'),
(300, 'woocommerce_calc_taxes', 'no', 'yes'),
(301, 'woocommerce_demo_store', 'no', 'yes'),
(302, 'woocommerce_demo_store_notice', 'This is a demo store for testing purposes &mdash; no orders shall be fulfilled.', 'no'),
(303, 'woocommerce_currency', 'GBP', 'yes'),
(304, 'woocommerce_currency_pos', 'left', 'yes'),
(305, 'woocommerce_price_thousand_sep', ',', 'yes'),
(306, 'woocommerce_price_decimal_sep', '.', 'yes'),
(307, 'woocommerce_price_num_decimals', '2', 'yes'),
(308, 'woocommerce_weight_unit', 'kg', 'yes'),
(309, 'woocommerce_dimension_unit', 'cm', 'yes'),
(310, 'woocommerce_enable_reviews', 'yes', 'yes'),
(311, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(312, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(313, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(314, 'woocommerce_review_rating_required', 'yes', 'no'),
(315, 'woocommerce_shop_page_id', '', 'yes'),
(316, 'woocommerce_shop_page_display', '', 'yes'),
(317, 'woocommerce_category_archive_display', '', 'yes'),
(318, 'woocommerce_default_catalog_orderby', 'menu_order', 'yes'),
(319, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(320, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(321, 'woocommerce_manage_stock', 'yes', 'yes'),
(322, 'woocommerce_hold_stock_minutes', '60', 'no'),
(323, 'woocommerce_notify_low_stock', 'yes', 'no'),
(324, 'woocommerce_notify_no_stock', 'yes', 'no'),
(325, 'woocommerce_stock_email_recipient', '2771478289@qq.com', 'no'),
(326, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(327, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(328, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(329, 'woocommerce_stock_format', '', 'yes'),
(330, 'woocommerce_file_download_method', 'force', 'no'),
(331, 'woocommerce_downloads_require_login', 'no', 'no'),
(332, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(333, 'woocommerce_prices_include_tax', 'no', 'yes'),
(334, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(335, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(336, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(337, 'woocommerce_tax_classes', 'Reduced rate\r\nZero rate', 'yes'),
(338, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(339, 'woocommerce_tax_display_cart', 'excl', 'no'),
(340, 'woocommerce_price_display_suffix', '', 'yes'),
(341, 'woocommerce_tax_total_display', 'itemized', 'no'),
(342, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(343, 'woocommerce_shipping_cost_requires_address', 'no', 'no'),
(344, 'woocommerce_ship_to_destination', 'billing', 'no'),
(345, 'woocommerce_shipping_debug_mode', 'no', 'no'),
(346, 'woocommerce_enable_coupons', 'yes', 'yes'),
(347, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(348, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(349, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(350, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(351, 'woocommerce_cart_page_id', '997', 'yes'),
(352, 'woocommerce_checkout_page_id', '998', 'yes'),
(353, 'woocommerce_terms_page_id', '', 'no'),
(354, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(355, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(356, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(357, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(358, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(359, 'woocommerce_myaccount_page_id', '999', 'yes'),
(360, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(361, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(362, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(363, 'woocommerce_registration_generate_username', 'yes', 'no'),
(364, 'woocommerce_registration_generate_password', 'no', 'no'),
(365, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(366, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(367, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(368, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(369, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(370, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(371, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(372, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(373, 'woocommerce_email_from_name', 'Avada Freelancer', 'no'),
(374, 'woocommerce_email_from_address', '2771478289@qq.com', 'no'),
(375, 'woocommerce_email_header_image', '', 'no'),
(376, 'woocommerce_email_footer_text', 'Avada Freelancer', 'no'),
(377, 'woocommerce_email_base_color', '#96588a', 'no'),
(378, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(379, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(380, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(381, 'woocommerce_api_enabled', 'yes', 'yes'),
(382, 'widget_bbp_login_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(383, 'widget_bbp_views_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(384, 'widget_bbp_search_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(385, 'widget_bbp_forums_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(386, 'widget_bbp_topics_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(388, 'widget_bbp_replies_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(389, 'widget_bbp_stats_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(396, 'convert_plug_modules', 'a:3:{i:0;s:11:\"Modal_Popup\";i:1;s:8:\"Info_Bar\";i:2;s:14:\"Slide_In_Popup\";}', 'yes'),
(397, 'ultimate_google_fonts', 'a:0:{}', 'yes'),
(398, 'ultimate_selected_google_fonts', 'a:0:{}', 'yes'),
(399, 'convert_plug_redirect', '', 'yes'),
(400, 'bsf_force_check_extensions', '', 'no'),
(401, 'cp_is_new_user', '', 'yes'),
(402, 'cp_previous_version', '3.5.1', 'yes'),
(420, 'widget_convertplug_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(422, '_bbp_private_forums', 'a:0:{}', 'yes'),
(423, '_bbp_hidden_forums', 'a:0:{}', 'yes'),
(424, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"6.1.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1513867924;s:7:\"version\";s:5:\"4.9.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(425, '_bbp_db_version', '250', 'yes'),
(430, 'revslider-library-check', '1785086514', 'yes');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(436, 'rs-library', 'a:3:{s:4:\"hash\";s:32:\"8f5739c44eebb6dd2c18c90b8e1b26f0\";s:7:\"objects\";a:417:{i:0;a:13:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14130;s:4:\"orig\";i:220294;}}i:1;a:13:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:27127;s:4:\"orig\";i:1192484;}}i:2;a:13:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:1745;s:4:\"orig\";i:36243;}}i:3;a:13:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10511;s:4:\"orig\";i:102067;}}i:4;a:13:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18581;s:4:\"orig\";i:776243;}}i:5;a:13:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4745;s:4:\"orig\";i:330658;}}i:6;a:13:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4461;s:4:\"orig\";i:109963;}}i:7;a:13:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6790;s:4:\"orig\";i:407746;}}i:8;a:13:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18710;s:4:\"orig\";i:985569;}}i:9;a:13:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6113;s:4:\"orig\";i:75865;}}i:10;a:13:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8145;s:4:\"orig\";i:400329;}}i:11;a:13:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5251;s:4:\"orig\";i:358141;}}i:12;a:13:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:127536;s:4:\"orig\";i:838279;}}i:13;a:13:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4081;s:4:\"orig\";i:22391;}}i:14;a:13:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9331;s:4:\"orig\";i:516465;}}i:15;a:13:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7834;s:4:\"orig\";i:463818;}}i:16;a:13:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6359;s:4:\"orig\";i:102578;}}i:17;a:13:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22078;s:4:\"orig\";i:1107904;}}i:18;a:13:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15660;s:4:\"orig\";i:355784;}}i:19;a:13:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5586;s:4:\"orig\";i:106514;}}i:20;a:13:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20909;s:4:\"orig\";i:988589;}}i:21;a:13:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6807;s:4:\"orig\";i:604409;}}i:22;a:13:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10484;s:4:\"orig\";i:229243;}}i:23;a:13:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6034;s:4:\"orig\";i:516575;}}i:24;a:13:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:30999;s:4:\"orig\";i:627862;}}i:25;a:13:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11735;s:4:\"orig\";i:658948;}}i:26;a:13:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16432;s:4:\"orig\";i:531684;}}i:27;a:13:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15860;s:4:\"orig\";i:212685;}}i:28;a:13:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12774;s:4:\"orig\";i:290128;}}i:29;a:13:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8558;s:4:\"orig\";i:264887;}}i:30;a:13:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23349;s:4:\"orig\";i:324946;}}i:31;a:13:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18439;s:4:\"orig\";i:583276;}}i:32;a:13:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8475;s:4:\"orig\";i:241613;}}i:33;a:13:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12227;s:4:\"orig\";i:465092;}}i:34;a:13:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23476;s:4:\"orig\";i:838985;}}i:35;a:13:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:128594;s:4:\"orig\";i:323284;}}i:36;a:13:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15763;s:4:\"orig\";i:606028;}}i:37;a:13:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8743;s:4:\"orig\";i:230696;}}i:38;a:13:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18213;s:4:\"orig\";i:963650;}}i:39;a:13:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9109;s:4:\"orig\";i:190560;}}i:40;a:13:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7469;s:4:\"orig\";i:161910;}}i:41;a:13:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8883;s:4:\"orig\";i:223813;}}i:42;a:13:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13021;s:4:\"orig\";i:334845;}}i:43;a:13:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20718;s:4:\"orig\";i:626836;}}i:44;a:13:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:135139;s:4:\"orig\";i:761240;}}i:45;a:13:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13099;s:4:\"orig\";i:337348;}}i:46;a:13:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13096;s:4:\"orig\";i:413010;}}i:47;a:13:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8043;s:4:\"orig\";i:146037;}}i:48;a:13:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37011;s:4:\"orig\";i:2569343;}}i:49;a:13:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:118650;s:4:\"orig\";i:83713;}}i:50;a:13:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16941;s:4:\"orig\";i:419726;}}i:51;a:13:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23620;s:4:\"orig\";i:734047;}}i:52;a:13:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21088;s:4:\"orig\";i:683735;}}i:53;a:13:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121307;s:4:\"orig\";i:454357;}}i:54;a:13:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39586;s:4:\"orig\";i:1296460;}}i:55;a:13:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21396;s:4:\"orig\";i:835061;}}i:56;a:13:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9545;s:4:\"orig\";i:197811;}}i:57;a:13:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12033;s:4:\"orig\";i:168991;}}i:58;a:13:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39587;s:4:\"orig\";i:1318549;}}i:59;a:13:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:137321;s:4:\"orig\";i:211275;}}i:60;a:13:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14164;s:4:\"orig\";i:731428;}}i:61;a:13:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:130362;s:4:\"orig\";i:908876;}}i:62;a:13:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:132862;s:4:\"orig\";i:925492;}}i:63;a:13:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119015;s:4:\"orig\";i:133010;}}i:64;a:13:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28476;s:4:\"orig\";i:203448;}}i:65;a:13:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:120592;s:4:\"orig\";i:133753;}}i:66;a:13:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119554;s:4:\"orig\";i:160622;}}i:67;a:13:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14058;s:4:\"orig\";i:98209;}}i:68;a:13:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:126007;s:4:\"orig\";i:137953;}}i:69;a:13:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:124418;s:4:\"orig\";i:108064;}}i:70;a:13:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:125639;s:4:\"orig\";i:131820;}}i:71;a:13:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11948;s:4:\"orig\";i:74707;}}i:72;a:13:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:115633;s:4:\"orig\";i:176188;}}i:73;a:13:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121535;s:4:\"orig\";i:315586;}}i:74;a:13:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:133693;s:4:\"orig\";i:907152;}}i:75;a:13:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11689;s:4:\"orig\";i:183976;}}i:76;a:13:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:119147;s:4:\"orig\";i:164255;}}i:77;a:13:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9499;s:4:\"orig\";i:358634;}}i:78;a:13:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14203;s:4:\"orig\";i:523017;}}i:79;a:13:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10702;s:4:\"orig\";i:121030;}}i:80;a:13:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9002;s:4:\"orig\";i:338072;}}i:81;a:13:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:121622;s:4:\"orig\";i:211345;}}i:82;a:13:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:122962;s:4:\"orig\";i:353407;}}i:83;a:13:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7170;s:4:\"orig\";i:118827;}}i:84;a:13:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:125910;s:4:\"orig\";i:126452;}}i:85;a:13:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12207;s:4:\"orig\";i:177730;}}i:86;a:13:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13663;s:4:\"orig\";i:833006;}}i:87;a:13:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9899;s:4:\"orig\";i:247486;}}i:88;a:13:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7169;s:4:\"orig\";i:522980;}}i:89;a:13:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12411;s:4:\"orig\";i:1051815;}}i:90;a:13:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14974;s:4:\"orig\";i:1082610;}}i:91;a:13:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26819;s:4:\"orig\";i:1283468;}}i:92;a:13:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22713;s:4:\"orig\";i:1335327;}}i:93;a:13:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5513;s:4:\"orig\";i:477513;}}i:94;a:13:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24077;s:4:\"orig\";i:1392352;}}i:95;a:13:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11502;s:4:\"orig\";i:779077;}}i:96;a:13:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7975;s:4:\"orig\";i:323107;}}i:97;a:13:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:129564;s:4:\"orig\";i:432451;}}i:98;a:13:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6743;s:4:\"orig\";i:479348;}}i:99;a:13:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3910;s:4:\"orig\";i:246373;}}i:100;a:13:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9677;s:4:\"orig\";i:154608;}}i:101;a:13:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5998;s:4:\"orig\";i:447839;}}i:102;a:13:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10117;s:4:\"orig\";i:559800;}}i:103;a:13:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24853;s:4:\"orig\";i:1214851;}}i:104;a:13:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18163;s:4:\"orig\";i:1098732;}}i:105;a:13:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5457;s:4:\"orig\";i:320148;}}i:106;a:13:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13313;s:4:\"orig\";i:828871;}}i:107;a:13:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5901;s:4:\"orig\";i:268842;}}i:108;a:13:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37178;s:4:\"orig\";i:1972817;}}i:109;a:13:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26589;s:4:\"orig\";i:851135;}}i:110;a:13:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13334;s:4:\"orig\";i:225651;}}i:111;a:13:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17640;s:4:\"orig\";i:719125;}}i:112;a:13:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8897;s:4:\"orig\";i:83416;}}i:113;a:13:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:29174;s:4:\"orig\";i:1663503;}}i:114;a:13:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3668;s:4:\"orig\";i:69153;}}i:115;a:13:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3179;s:4:\"orig\";i:45340;}}i:116;a:13:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21907;s:4:\"orig\";i:937495;}}i:117;a:13:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:124560;s:4:\"orig\";i:575796;}}i:118;a:13:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20553;s:4:\"orig\";i:734042;}}i:119;a:13:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9048;s:4:\"orig\";i:129827;}}i:420;a:13:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19226;s:4:\"orig\";i:758093;}}i:421;a:13:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12387;s:4:\"orig\";i:472820;}}i:422;a:13:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10972;s:4:\"orig\";i:380716;}}i:423;a:13:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12394;s:4:\"orig\";i:959761;}}i:424;a:13:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11474;s:4:\"orig\";i:284282;}}i:425;a:13:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13395;s:4:\"orig\";i:519568;}}i:426;a:13:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15367;s:4:\"orig\";i:364626;}}i:427;a:13:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16174;s:4:\"orig\";i:265728;}}i:428;a:13:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7677;s:4:\"orig\";i:256526;}}i:429;a:13:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12408;s:4:\"orig\";i:354771;}}i:430;a:13:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17621;s:4:\"orig\";i:673109;}}i:431;a:13:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9464;s:4:\"orig\";i:180683;}}i:432;a:13:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16190;s:4:\"orig\";i:381967;}}i:433;a:13:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26583;s:4:\"orig\";i:792941;}}i:434;a:13:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17464;s:4:\"orig\";i:394604;}}i:435;a:13:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19126;s:4:\"orig\";i:403268;}}i:436;a:13:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16597;s:4:\"orig\";i:552042;}}i:437;a:13:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16027;s:4:\"orig\";i:430912;}}i:438;a:13:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15961;s:4:\"orig\";i:706482;}}i:439;a:13:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20286;s:4:\"orig\";i:704324;}}i:440;a:13:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10077;s:4:\"orig\";i:197347;}}i:441;a:13:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14092;s:4:\"orig\";i:517927;}}i:442;a:13:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18629;s:4:\"orig\";i:620706;}}i:443;a:13:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10220;s:4:\"orig\";i:348322;}}i:444;a:13:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6348;s:4:\"orig\";i:211494;}}i:445;a:13:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9826;s:4:\"orig\";i:377551;}}i:446;a:13:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13862;s:4:\"orig\";i:454028;}}i:447;a:13:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18636;s:4:\"orig\";i:785357;}}i:448;a:13:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17409;s:4:\"orig\";i:996686;}}i:449;a:13:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12053;s:4:\"orig\";i:916937;}}i:450;a:13:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:3887;s:4:\"orig\";i:154603;}}i:451;a:13:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16305;s:4:\"orig\";i:483681;}}i:452;a:13:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12105;s:4:\"orig\";i:314746;}}i:453;a:13:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18137;s:4:\"orig\";i:371805;}}i:454;a:13:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11586;s:4:\"orig\";i:354781;}}i:455;a:13:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9848;s:4:\"orig\";i:195359;}}i:456;a:13:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10089;s:4:\"orig\";i:218538;}}i:457;a:13:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16403;s:4:\"orig\";i:547096;}}i:458;a:13:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19188;s:4:\"orig\";i:371592;}}i:459;a:13:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15157;s:4:\"orig\";i:658386;}}i:460;a:13:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24833;s:4:\"orig\";i:942816;}}i:461;a:13:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15887;s:4:\"orig\";i:345362;}}i:462;a:13:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15665;s:4:\"orig\";i:407640;}}i:463;a:13:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19443;s:4:\"orig\";i:844506;}}i:464;a:13:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15564;s:4:\"orig\";i:573777;}}i:465;a:13:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13337;s:4:\"orig\";i:762091;}}i:466;a:13:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16746;s:4:\"orig\";i:365391;}}i:467;a:13:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12699;s:4:\"orig\";i:427166;}}i:468;a:13:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4748;s:4:\"orig\";i:238506;}}i:469;a:13:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19043;s:4:\"orig\";i:595277;}}i:470;a:13:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11863;s:4:\"orig\";i:228649;}}i:471;a:13:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10878;s:4:\"orig\";i:313238;}}i:472;a:13:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7596;s:4:\"orig\";i:193734;}}i:473;a:13:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9305;s:4:\"orig\";i:223763;}}i:474;a:13:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:23289;s:4:\"orig\";i:699269;}}i:475;a:13:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16638;s:4:\"orig\";i:415507;}}i:476;a:13:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11706;s:4:\"orig\";i:310875;}}i:477;a:13:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18880;s:4:\"orig\";i:531273;}}i:478;a:13:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20175;s:4:\"orig\";i:554813;}}i:479;a:13:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6818;s:4:\"orig\";i:122809;}}i:480;a:13:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8776;s:4:\"orig\";i:190452;}}i:481;a:13:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:52127;s:4:\"orig\";i:352596;}}i:482;a:13:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8878;s:4:\"orig\";i:183427;}}i:483;a:13:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15887;s:4:\"orig\";i:368977;}}i:484;a:13:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15080;s:4:\"orig\";i:707157;}}i:485;a:13:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:5473;s:4:\"orig\";i:288675;}}i:486;a:13:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19262;s:4:\"orig\";i:513524;}}i:487;a:13:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9810;s:4:\"orig\";i:317981;}}i:488;a:13:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15773;s:4:\"orig\";i:519696;}}i:489;a:13:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:32647;s:4:\"orig\";i:350074;}}i:490;a:13:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14643;s:4:\"orig\";i:314424;}}i:491;a:13:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19823;s:4:\"orig\";i:511473;}}i:492;a:13:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:37262;s:4:\"orig\";i:1590451;}}i:493;a:13:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13647;s:4:\"orig\";i:408622;}}i:494;a:13:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10075;s:4:\"orig\";i:216586;}}i:495;a:13:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10969;s:4:\"orig\";i:405945;}}i:496;a:13:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9975;s:4:\"orig\";i:257177;}}i:497;a:13:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9598;s:4:\"orig\";i:300066;}}i:498;a:13:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7588;s:4:\"orig\";i:184359;}}i:499;a:13:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9507;s:4:\"orig\";i:290246;}}i:500;a:13:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14875;s:4:\"orig\";i:324145;}}i:501;a:13:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18138;s:4:\"orig\";i:736181;}}i:502;a:13:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10664;s:4:\"orig\";i:411404;}}i:503;a:13:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11609;s:4:\"orig\";i:273103;}}i:504;a:13:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16837;s:4:\"orig\";i:456937;}}i:505;a:13:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13774;s:4:\"orig\";i:385875;}}i:506;a:13:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12285;s:4:\"orig\";i:546492;}}i:507;a:13:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12631;s:4:\"orig\";i:540206;}}i:508;a:13:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9964;s:4:\"orig\";i:309994;}}i:509;a:13:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13683;s:4:\"orig\";i:369417;}}i:510;a:13:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15941;s:4:\"orig\";i:475914;}}i:511;a:13:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17854;s:4:\"orig\";i:371480;}}i:512;a:13:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17441;s:4:\"orig\";i:507045;}}i:513;a:13:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:32396;s:4:\"orig\";i:750503;}}i:514;a:13:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25355;s:4:\"orig\";i:517171;}}i:515;a:13:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:30467;s:4:\"orig\";i:1076108;}}i:516;a:13:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17629;s:4:\"orig\";i:804567;}}i:517;a:13:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12952;s:4:\"orig\";i:489898;}}i:518;a:13:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11065;s:4:\"orig\";i:384178;}}i:519;a:13:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6262;s:4:\"orig\";i:198960;}}i:520;a:13:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16353;s:4:\"orig\";i:245636;}}i:521;a:13:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6048;s:4:\"orig\";i:133907;}}i:522;a:13:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15187;s:4:\"orig\";i:450326;}}i:523;a:13:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17977;s:4:\"orig\";i:582673;}}i:524;a:13:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20171;s:4:\"orig\";i:617346;}}i:525;a:13:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14937;s:4:\"orig\";i:227355;}}i:526;a:13:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9789;s:4:\"orig\";i:321713;}}i:527;a:13:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18374;s:4:\"orig\";i:642218;}}i:528;a:13:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17332;s:4:\"orig\";i:791283;}}i:529;a:13:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28854;s:4:\"orig\";i:1228379;}}i:530;a:13:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7529;s:4:\"orig\";i:263779;}}i:531;a:13:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18101;s:4:\"orig\";i:617407;}}i:532;a:13:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18049;s:4:\"orig\";i:757700;}}i:533;a:13:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18133;s:4:\"orig\";i:633849;}}i:534;a:13:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24430;s:4:\"orig\";i:954378;}}i:535;a:13:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16738;s:4:\"orig\";i:664032;}}i:536;a:13:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17594;s:4:\"orig\";i:503413;}}i:537;a:13:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15558;s:4:\"orig\";i:508616;}}i:538;a:13:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14665;s:4:\"orig\";i:429256;}}i:539;a:13:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20433;s:4:\"orig\";i:1162968;}}i:540;a:13:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10872;s:4:\"orig\";i:289488;}}i:541;a:13:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17988;s:4:\"orig\";i:602577;}}i:542;a:13:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9794;s:4:\"orig\";i:352053;}}i:543;a:13:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11735;s:4:\"orig\";i:370551;}}i:544;a:13:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10397;s:4:\"orig\";i:280660;}}i:545;a:13:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:26832;s:4:\"orig\";i:677097;}}i:546;a:13:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13591;s:4:\"orig\";i:846550;}}i:547;a:13:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12138;s:4:\"orig\";i:511326;}}i:548;a:13:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14005;s:4:\"orig\";i:392648;}}i:549;a:13:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11612;s:4:\"orig\";i:688650;}}i:550;a:13:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:28096;s:4:\"orig\";i:766943;}}i:551;a:13:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17419;s:4:\"orig\";i:759716;}}i:552;a:13:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10910;s:4:\"orig\";i:191059;}}i:553;a:13:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:24825;s:4:\"orig\";i:706226;}}i:554;a:13:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11091;s:4:\"orig\";i:300143;}}i:555;a:13:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15004;s:4:\"orig\";i:475888;}}i:556;a:13:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13155;s:4:\"orig\";i:683645;}}i:557;a:13:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15305;s:4:\"orig\";i:655207;}}i:558;a:13:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17740;s:4:\"orig\";i:745183;}}i:559;a:13:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17442;s:4:\"orig\";i:641873;}}i:560;a:13:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16088;s:4:\"orig\";i:241567;}}i:561;a:13:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8512;s:4:\"orig\";i:267430;}}i:562;a:13:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25804;s:4:\"orig\";i:908234;}}i:563;a:13:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:4691;s:4:\"orig\";i:108160;}}i:564;a:13:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12753;s:4:\"orig\";i:218714;}}i:565;a:13:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19312;s:4:\"orig\";i:438345;}}i:566;a:13:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16224;s:4:\"orig\";i:409547;}}i:567;a:13:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22344;s:4:\"orig\";i:432904;}}i:568;a:13:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9431;s:4:\"orig\";i:220442;}}i:569;a:13:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:29538;s:4:\"orig\";i:733632;}}i:570;a:13:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12859;s:4:\"orig\";i:430959;}}i:571;a:13:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13413;s:4:\"orig\";i:324558;}}i:572;a:13:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11553;s:4:\"orig\";i:146076;}}i:573;a:13:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21184;s:4:\"orig\";i:537577;}}i:574;a:13:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14134;s:4:\"orig\";i:245565;}}i:575;a:13:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16035;s:4:\"orig\";i:401592;}}i:576;a:13:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12906;s:4:\"orig\";i:483885;}}i:577;a:13:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7834;s:4:\"orig\";i:80956;}}i:578;a:13:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11452;s:4:\"orig\";i:175118;}}i:579;a:13:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12170;s:4:\"orig\";i:236860;}}i:580;a:13:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10268;s:4:\"orig\";i:117315;}}i:581;a:13:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12485;s:4:\"orig\";i:374567;}}i:582;a:13:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8401;s:4:\"orig\";i:203253;}}i:583;a:13:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12578;s:4:\"orig\";i:287796;}}i:584;a:13:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8484;s:4:\"orig\";i:199508;}}i:585;a:13:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16659;s:4:\"orig\";i:524922;}}i:586;a:13:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9240;s:4:\"orig\";i:109310;}}i:587;a:13:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8288;s:4:\"orig\";i:216553;}}i:588;a:13:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6855;s:4:\"orig\";i:234043;}}i:589;a:13:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12347;s:4:\"orig\";i:238706;}}i:590;a:13:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7748;s:4:\"orig\";i:169462;}}i:591;a:13:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10402;s:4:\"orig\";i:358403;}}i:592;a:13:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12887;s:4:\"orig\";i:261525;}}i:593;a:13:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:2963;s:4:\"orig\";i:30890;}}i:594;a:13:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10266;s:4:\"orig\";i:183341;}}i:595;a:13:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:8156;s:4:\"orig\";i:102119;}}i:596;a:13:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10271;s:4:\"orig\";i:138495;}}i:597;a:13:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11654;s:4:\"orig\";i:171098;}}i:598;a:13:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10569;s:4:\"orig\";i:437331;}}i:599;a:13:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15739;s:4:\"orig\";i:446809;}}i:600;a:13:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9456;s:4:\"orig\";i:206722;}}i:601;a:13:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13833;s:4:\"orig\";i:341185;}}i:602;a:13:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10647;s:4:\"orig\";i:193025;}}i:603;a:13:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:6239;s:4:\"orig\";i:48178;}}i:604;a:13:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14454;s:4:\"orig\";i:454843;}}i:605;a:13:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:7734;s:4:\"orig\";i:119909;}}i:606;a:13:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11927;s:4:\"orig\";i:209224;}}i:607;a:13:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9609;s:4:\"orig\";i:230249;}}i:608;a:13:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12396;s:4:\"orig\";i:290596;}}i:629;a:14:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:25803;s:11:\"video_thumb\";i:2753823;s:5:\"cover\";i:127867;s:4:\"orig\";i:5991847;}}i:630;a:14:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19154;s:11:\"video_thumb\";i:4783500;s:5:\"cover\";i:97843;s:4:\"orig\";i:12408832;}}i:631;a:14:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:28284;s:11:\"video_thumb\";i:2150510;s:5:\"cover\";i:124176;s:4:\"orig\";i:7726114;}}i:632;a:14:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23354;s:11:\"video_thumb\";i:3635377;s:5:\"cover\";i:106283;s:4:\"orig\";i:12688465;}}i:633;a:14:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:29858;s:11:\"video_thumb\";i:9614915;s:5:\"cover\";i:153660;s:4:\"orig\";i:13424151;}}i:634;a:14:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19155;s:11:\"video_thumb\";i:2361089;s:5:\"cover\";i:103588;s:4:\"orig\";i:14717688;}}i:635;a:14:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:11719;s:11:\"video_thumb\";i:4841259;s:5:\"cover\";i:40309;s:4:\"orig\";i:11715637;}}i:636;a:14:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:56469;s:11:\"video_thumb\";i:5107558;s:5:\"cover\";i:273635;s:4:\"orig\";i:13833056;}}i:637;a:14:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:30439;s:11:\"video_thumb\";i:3864288;s:5:\"cover\";i:133345;s:4:\"orig\";i:13159814;}}i:638;a:14:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31267;s:11:\"video_thumb\";i:2732735;s:5:\"cover\";i:173636;s:4:\"orig\";i:5536475;}}i:639;a:14:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:29090;s:11:\"video_thumb\";i:4861363;s:5:\"cover\";i:188894;s:4:\"orig\";i:13731609;}}i:640;a:14:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31123;s:11:\"video_thumb\";i:1386258;s:5:\"cover\";i:219740;s:4:\"orig\";i:6479275;}}i:641;a:14:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:21091;s:11:\"video_thumb\";i:11134706;s:5:\"cover\";i:115059;s:4:\"orig\";i:12313637;}}i:642;a:14:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19624;s:11:\"video_thumb\";i:3913179;s:5:\"cover\";i:118864;s:4:\"orig\";i:14700830;}}i:643;a:14:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:45123;s:11:\"video_thumb\";i:2547876;s:5:\"cover\";i:268587;s:4:\"orig\";i:8823724;}}i:644;a:14:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:33867;s:11:\"video_thumb\";i:5972511;s:5:\"cover\";i:172632;s:4:\"orig\";i:13869858;}}i:645;a:14:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:16185;s:11:\"video_thumb\";i:4097952;s:5:\"cover\";i:160912;s:4:\"orig\";i:12307362;}}i:646;a:14:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:9324;s:11:\"video_thumb\";i:1843046;s:5:\"cover\";i:94919;s:4:\"orig\";i:4938526;}}i:647;a:14:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:13455;s:11:\"video_thumb\";i:5101194;s:5:\"cover\";i:66493;s:4:\"orig\";i:11852447;}}i:648;a:14:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:20003;s:11:\"video_thumb\";i:1696754;s:5:\"cover\";i:103202;s:4:\"orig\";i:12515577;}}i:649;a:14:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19377;s:11:\"video_thumb\";i:3861934;s:5:\"cover\";i:101592;s:4:\"orig\";i:13370749;}}i:650;a:14:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31120;s:11:\"video_thumb\";i:2732488;s:5:\"cover\";i:190596;s:4:\"orig\";i:13625169;}}i:651;a:14:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:17475;s:11:\"video_thumb\";i:1248121;s:5:\"cover\";i:203284;s:4:\"orig\";i:4921567;}}i:652;a:14:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:26132;s:11:\"video_thumb\";i:5777142;s:5:\"cover\";i:138198;s:4:\"orig\";i:12817212;}}i:653;a:14:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:40668;s:11:\"video_thumb\";i:3711074;s:5:\"cover\";i:243587;s:4:\"orig\";i:12354374;}}i:654;a:14:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:41275;s:11:\"video_thumb\";i:2631988;s:5:\"cover\";i:330226;s:4:\"orig\";i:8304831;}}i:655;a:14:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:54209;s:11:\"video_thumb\";i:4596191;s:5:\"cover\";i:335804;s:4:\"orig\";i:13306988;}}i:656;a:14:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:75484;s:11:\"video_thumb\";i:3134686;s:5:\"cover\";i:461854;s:4:\"orig\";i:20337064;}}i:657;a:14:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:25915;s:11:\"video_thumb\";i:2352326;s:5:\"cover\";i:136931;s:4:\"orig\";i:12104254;}}i:658;a:14:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:40965;s:11:\"video_thumb\";i:8637814;s:5:\"cover\";i:195812;s:4:\"orig\";i:13878956;}}i:659;a:14:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19037;s:11:\"video_thumb\";i:3065043;s:5:\"cover\";i:65493;s:4:\"orig\";i:12935967;}}i:660;a:14:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:24344;s:11:\"video_thumb\";i:1911296;s:5:\"cover\";i:192540;s:4:\"orig\";i:4631422;}}i:661;a:14:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23517;s:11:\"video_thumb\";i:4899641;s:5:\"cover\";i:86737;s:4:\"orig\";i:12281833;}}i:662;a:14:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:31844;s:11:\"video_thumb\";i:4412295;s:5:\"cover\";i:154844;s:4:\"orig\";i:10753079;}}i:663;a:14:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:14905;s:11:\"video_thumb\";i:3394055;s:5:\"cover\";i:73276;s:4:\"orig\";i:11722124;}}i:664;a:14:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:48591;s:11:\"video_thumb\";i:5268295;s:5:\"cover\";i:211021;s:4:\"orig\";i:11990742;}}i:665;a:14:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:27863;s:11:\"video_thumb\";i:2674570;s:5:\"cover\";i:119321;s:4:\"orig\";i:11602755;}}i:666;a:14:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:27505;s:11:\"video_thumb\";i:3025283;s:5:\"cover\";i:144357;s:4:\"orig\";i:13176990;}}i:667;a:14:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22543;s:11:\"video_thumb\";i:1327376;s:5:\"cover\";i:111224;s:4:\"orig\";i:4727340;}}i:668;a:14:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:34936;s:11:\"video_thumb\";i:3198076;s:5:\"cover\";i:160493;s:4:\"orig\";i:12804022;}}i:669;a:14:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:28883;s:11:\"video_thumb\";i:4750283;s:5:\"cover\";i:153687;s:4:\"orig\";i:13054569;}}i:670;a:14:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:53693;s:11:\"video_thumb\";i:9780815;s:5:\"cover\";i:341419;s:4:\"orig\";i:13738077;}}i:671;a:14:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:9494;s:11:\"video_thumb\";i:942533;s:5:\"cover\";i:52833;s:4:\"orig\";i:6629299;}}i:672;a:14:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22781;s:11:\"video_thumb\";i:2415073;s:5:\"cover\";i:126450;s:4:\"orig\";i:11684367;}}i:673;a:14:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:22296;s:11:\"video_thumb\";i:1465206;s:5:\"cover\";i:73047;s:4:\"orig\";i:4008355;}}i:674;a:14:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19851;s:11:\"video_thumb\";i:3023599;s:5:\"cover\";i:25426;s:4:\"orig\";i:12847145;}}i:675;a:14:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:18002;s:11:\"video_thumb\";i:1791449;s:5:\"cover\";i:101725;s:4:\"orig\";i:13746552;}}i:676;a:14:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:8176;s:11:\"video_thumb\";i:4255586;s:5:\"cover\";i:75455;s:4:\"orig\";i:10948491;}}i:677;a:14:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:46567;s:11:\"video_thumb\";i:3789289;s:5:\"cover\";i:25425;s:4:\"orig\";i:15943336;}}i:678;a:14:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:26927;s:11:\"video_thumb\";i:2605391;s:5:\"cover\";i:149830;s:4:\"orig\";i:13232415;}}i:679;a:14:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:20000;s:11:\"video_thumb\";i:655504;s:5:\"cover\";i:620066;s:4:\"orig\";i:13229794;}}i:680;a:14:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:23213;s:11:\"video_thumb\";i:498407;s:5:\"cover\";i:308442;s:4:\"orig\";i:11108924;}}i:681;a:14:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:21648;s:11:\"video_thumb\";i:109062;s:5:\"cover\";i:305957;s:4:\"orig\";i:6267674;}}i:682;a:14:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19198;s:11:\"video_thumb\";i:326656;s:5:\"cover\";i:554701;s:4:\"orig\";i:10151652;}}i:683;a:14:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:14725;s:11:\"video_thumb\";i:72977;s:5:\"cover\";i:72535;s:4:\"orig\";i:4938006;}}i:684;a:14:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:12165;s:11:\"video_thumb\";i:256975;s:5:\"cover\";i:340550;s:4:\"orig\";i:9691449;}}i:685;a:14:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:36900;s:11:\"video_thumb\";i:920631;s:5:\"cover\";i:949012;s:4:\"orig\";i:13422013;}}i:686;a:14:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:17289;s:11:\"video_thumb\";i:137402;s:5:\"cover\";i:300574;s:4:\"orig\";i:7528458;}}i:687;a:14:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:16562;s:11:\"video_thumb\";i:161004;s:5:\"cover\";i:291708;s:4:\"orig\";i:7596827;}}i:688;a:14:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";s:9:\"file_size\";a:4:{s:5:\"thumb\";i:19186;s:11:\"video_thumb\";i:404406;s:5:\"cover\";i:496556;s:4:\"orig\";i:15358645;}}i:689;a:14:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11778;s:5:\"video\";i:126230;}}i:690;a:14:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:9342;s:5:\"video\";i:258890;}}i:691;a:14:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22925;s:5:\"video\";i:337622;}}i:692;a:14:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13590;s:5:\"video\";i:143116;}}i:693;a:14:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12603;s:5:\"video\";i:267056;}}i:694;a:14:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11225;s:5:\"video\";i:104722;}}i:695;a:14:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16221;s:5:\"video\";i:183244;}}i:696;a:14:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15072;s:5:\"video\";i:90577;}}i:697;a:14:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:11741;s:5:\"video\";i:96061;}}i:698;a:14:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15979;s:5:\"video\";i:136040;}}i:699;a:14:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13637;s:5:\"video\";i:98053;}}i:700;a:14:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14892;s:5:\"video\";i:125449;}}i:701;a:14:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16568;s:5:\"video\";i:127133;}}i:702;a:14:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:19099;s:5:\"video\";i:202784;}}i:703;a:14:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21756;s:5:\"video\";i:295899;}}i:704;a:14:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20783;s:5:\"video\";i:279347;}}i:705;a:14:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17862;s:5:\"video\";i:111140;}}i:706;a:14:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:10799;s:5:\"video\";i:49269;}}i:707;a:14:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:14442;s:5:\"video\";i:143950;}}i:708;a:14:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16819;s:5:\"video\";i:142842;}}i:709;a:14:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12575;s:5:\"video\";i:106541;}}i:710;a:14:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:12931;s:5:\"video\";i:84922;}}i:711;a:14:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:18105;s:5:\"video\";i:184683;}}i:712;a:14:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:13440;s:5:\"video\";i:104866;}}i:713;a:14:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:17477;s:5:\"video\";i:147765;}}i:714;a:14:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:36069;s:5:\"video\";i:104559;}}i:715;a:14:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20095;s:5:\"video\";i:60429;}}i:716;a:14:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:38056;s:5:\"video\";i:45726;}}i:717;a:14:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:54736;s:5:\"video\";i:26685;}}i:718;a:14:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34717;s:5:\"video\";i:16283;}}i:719;a:14:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25700;s:5:\"video\";i:38602;}}i:720;a:14:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:55897;s:5:\"video\";i:21279;}}i:721;a:14:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:39579;s:5:\"video\";i:22677;}}i:722;a:14:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:41903;s:5:\"video\";i:65515;}}i:723;a:14:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:25902;s:5:\"video\";i:15295;}}i:724;a:14:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:40029;s:5:\"video\";i:28970;}}i:725;a:14:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:21834;s:5:\"video\";i:21250;}}i:726;a:14:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:36633;s:5:\"video\";i:51973;}}i:727;a:14:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:22669;s:5:\"video\";i:46598;}}i:728;a:14:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:52537;s:5:\"video\";i:29580;}}i:729;a:14:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34343;s:5:\"video\";i:18413;}}i:730;a:14:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:20519;s:5:\"video\";i:25391;}}i:731;a:14:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:16265;s:5:\"video\";i:75634;}}i:732;a:14:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:41495;s:5:\"video\";i:49692;}}i:733;a:14:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:40417;s:5:\"video\";i:80078;}}i:734;a:14:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:34150;s:5:\"video\";i:23500;}}i:735;a:14:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:15426;s:5:\"video\";i:21651;}}i:736;a:14:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";s:9:\"file_size\";a:2:{s:5:\"thumb\";i:33524;s:5:\"video\";i:46449;}}}s:4:\"tags\";a:23:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:35;a:3:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:2:\"ai\";s:4:\"name\";s:2:\"AI\";}i:34;a:3:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:12:\"architecture\";s:4:\"name\";s:12:\"Architecture\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:33;a:3:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:5:\"drink\";s:4:\"name\";s:5:\"Drink\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}i:32;a:3:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:10:\"technology\";s:4:\"name\";s:10:\"Technology\";}i:31;a:3:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:8:\"textures\";s:4:\"name\";s:8:\"Textures\";}}}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(437, 'revslider_checktables', '1', 'yes'),
(440, 'rs_tables_created', '1', 'yes'),
(441, 'revslider_table_version', '1.0.13', 'yes'),
(442, 'revslider-global-settings', '{\"version\":\"6.2.0\",\"permission\":\"admin\",\"includeids\":\"\",\"script\":{\"footer\":false,\"defer\":false,\"full\":false},\"fonturl\":\"\",\"size\":{\"desktop\":1240,\"notebook\":1024,\"tablet\":778,\"mobile\":480},\"tracking\":\"2023-05-24\",\"getTec\":{\"engine\":\"SR7\"}}', 'yes'),
(455, 'bsf_local_transient', '1585579538', 'yes'),
(459, 'brainstrom_products', 'a:1:{s:7:\"plugins\";a:1:{i:14058953;a:32:{s:2:\"id\";s:8:\"14058953\";s:4:\"name\";s:11:\"ConvertPlus\";s:4:\"slug\";s:11:\"convertplug\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:57:\"Transform your website into a lead generation powerhouse.\";s:7:\"version\";s:5:\"3.5.1\";s:12:\"download_url\";s:0:\"\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:3:\"5.3\";s:14:\"privacy_policy\";s:48:\"https://www.convertplug.com/plus/privacy-policy/\";s:16:\"terms_conditions\";s:54:\"https://www.convertplug.com/plus/terms-and-conditions/\";s:12:\"purchase_url\";s:75:\"https://codecanyon.net/cart/add_items?item_ids=14058953&ref=BrainstormForce\";s:13:\"changelog_url\";s:43:\"https://www.convertplug.com/plus/changelog/\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:4:\"true\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:4:\"true\";s:13:\"support_forum\";s:36:\"http://brainstormforce.freshdesk.com\";s:25:\"after_registration_action\";s:38:\"admin.php?page=bsf-extensions-14058953\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Convert-Plug.png\";s:32:\"show_on_register_licence_listing\";s:4:\"true\";s:15:\"show_on_listing\";s:4:\"true\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:8:\"14058953\";s:8:\"template\";s:27:\"convertplug/convertplug.php\";s:6:\"remote\";s:5:\"3.5.6\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:14:\"not-registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:12:\"Convert Plus\";}}}', 'yes'),
(461, 'bsf_local_transient_bundled', '1585333705', 'yes'),
(467, 'bsf_skip_braisntorm_menu', '1', 'no'),
(468, 'smile_lists', 'a:1:{i:0;a:5:{s:4:\"date\";s:10:\"21-12-2017\";s:9:\"list-name\";s:5:\"First\";s:13:\"list-provider\";s:12:\"Convert Plug\";s:4:\"list\";s:0:\"\";s:13:\"provider_list\";s:0:\"\";}}', 'yes'),
(469, 'cp_new_bg_type', '1', 'yes'),
(470, 'revslider_update_version', '6.7.25', 'yes'),
(471, 'widget_rev-slider-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(507, 'revslider-valid-notice', 'false', 'yes'),
(508, 'avada_revslider_version', '6.7.58', 'yes'),
(530, 'acf_version', '5.8.12', 'yes'),
(548, 'widget_woocommerce_widget_cart', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(549, 'widget_woocommerce_layered_nav_filters', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(550, 'widget_woocommerce_layered_nav', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(551, 'widget_woocommerce_price_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(552, 'widget_woocommerce_product_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(553, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(554, 'widget_woocommerce_product_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(555, 'widget_woocommerce_products', 'a:2:{i:2;a:15:{s:5:\"title\";s:8:\"Products\";s:6:\"number\";i:3;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(556, 'widget_woocommerce_recently_viewed_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(557, 'widget_woocommerce_top_rated_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(558, 'widget_woocommerce_recent_reviews', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(559, 'widget_woocommerce_rating_filter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(563, 'tribe_events_calendar_options', 'a:5:{s:14:\"schema-version\";s:3:\"3.9\";s:21:\"previous_ecp_versions\";a:5:{i:0;s:1:\"0\";i:1;s:5:\"4.6.8\";i:2;s:6:\"4.6.17\";i:3;s:6:\"4.6.23\";i:4;s:5:\"4.7.3\";}s:18:\"latest_ecp_version\";s:5:\"4.8.2\";s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:39:\"last-update-message-the-events-calendar\";s:5:\"4.6.8\";}', 'yes'),
(564, 'widget_tribe-events-list-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(652, 'fusion_applied_patches', 'a:54:{i:0;i:416063;i:1;i:416065;i:2;i:416070;i:3;i:416075;i:4;i:416079;i:5;i:416081;i:6;i:416094;i:7;i:416380;i:8;i:416382;i:9;i:416385;i:10;i:416388;i:11;i:416644;i:12;i:416645;i:13;i:416672;i:14;i:416675;i:15;i:416917;i:16;i:416918;i:17;i:416920;i:18;i:416931;i:19;i:416993;i:20;i:417090;i:21;i:417119;i:22;i:417126;i:23;i:417127;i:24;i:417128;i:25;i:417131;i:26;i:417137;i:27;i:417139;i:28;i:417158;i:29;i:417159;i:30;i:417364;i:31;i:417368;i:32;i:417380;i:33;i:417401;i:34;i:417410;i:35;i:417414;i:36;i:417416;i:37;i:417717;i:38;i:417721;i:39;i:417728;i:40;i:417759;i:41;i:417830;i:42;i:417809;i:43;i:419279;i:44;i:419309;i:45;i:421372;i:46;i:421430;i:47;i:421534;i:48;i:421562;i:49;i:421980;i:50;i:423141;i:51;i:423145;i:52;i:423200;i:53;i:423741;}', 'off'),
(815, 'fusion_demo_history', 'a:1:{s:7:\"classic\";a:10:{s:5:\"terms\";a:67:{i:0;a:2:{s:7:\"term_id\";i:48;s:8:\"taxonomy\";s:8:\"category\";}i:1;a:2:{s:7:\"term_id\";i:49;s:8:\"taxonomy\";s:8:\"category\";}i:2;a:2:{s:7:\"term_id\";i:50;s:8:\"taxonomy\";s:8:\"category\";}i:3;a:2:{s:7:\"term_id\";i:51;s:8:\"taxonomy\";s:8:\"category\";}i:4;a:2:{s:7:\"term_id\";i:52;s:8:\"taxonomy\";s:8:\"category\";}i:5;a:2:{s:7:\"term_id\";i:53;s:8:\"taxonomy\";s:8:\"category\";}i:6;a:2:{s:7:\"term_id\";i:54;s:8:\"taxonomy\";s:8:\"category\";}i:7;a:2:{s:7:\"term_id\";i:55;s:8:\"taxonomy\";s:8:\"category\";}i:8;a:2:{s:7:\"term_id\";i:56;s:8:\"taxonomy\";s:8:\"category\";}i:9;a:2:{s:7:\"term_id\";i:57;s:8:\"taxonomy\";s:8:\"category\";}i:10;a:2:{s:7:\"term_id\";i:58;s:8:\"taxonomy\";s:8:\"category\";}i:11;a:2:{s:7:\"term_id\";i:59;s:8:\"taxonomy\";s:8:\"post_tag\";}i:12;a:2:{s:7:\"term_id\";i:60;s:8:\"taxonomy\";s:8:\"post_tag\";}i:13;a:2:{s:7:\"term_id\";i:61;s:8:\"taxonomy\";s:8:\"post_tag\";}i:14;a:2:{s:7:\"term_id\";i:62;s:8:\"taxonomy\";s:8:\"post_tag\";}i:15;a:2:{s:7:\"term_id\";i:63;s:8:\"taxonomy\";s:8:\"post_tag\";}i:16;a:2:{s:7:\"term_id\";i:64;s:8:\"taxonomy\";s:8:\"post_tag\";}i:17;a:2:{s:7:\"term_id\";i:65;s:8:\"taxonomy\";s:8:\"post_tag\";}i:18;a:2:{s:7:\"term_id\";i:66;s:8:\"taxonomy\";s:8:\"post_tag\";}i:19;a:2:{s:7:\"term_id\";i:67;s:8:\"taxonomy\";s:11:\"product_cat\";}i:20;a:2:{s:7:\"term_id\";i:68;s:8:\"taxonomy\";s:11:\"product_tag\";}i:21;a:2:{s:7:\"term_id\";i:69;s:8:\"taxonomy\";s:11:\"product_tag\";}i:22;a:2:{s:7:\"term_id\";i:70;s:8:\"taxonomy\";s:18:\"portfolio_category\";}i:23;a:2:{s:7:\"term_id\";i:71;s:8:\"taxonomy\";s:11:\"product_tag\";}i:24;a:2:{s:7:\"term_id\";i:72;s:8:\"taxonomy\";s:16:\"element_category\";}i:25;a:2:{s:7:\"term_id\";i:73;s:8:\"taxonomy\";s:12:\"faq_category\";}i:26;a:2:{s:7:\"term_id\";i:74;s:8:\"taxonomy\";s:16:\"portfolio_skills\";}i:27;a:2:{s:7:\"term_id\";i:75;s:8:\"taxonomy\";s:11:\"product_tag\";}i:28;a:2:{s:7:\"term_id\";i:76;s:8:\"taxonomy\";s:16:\"portfolio_skills\";}i:29;a:2:{s:7:\"term_id\";i:77;s:8:\"taxonomy\";s:12:\"faq_category\";}i:30;a:2:{s:7:\"term_id\";i:78;s:8:\"taxonomy\";s:11:\"product_cat\";}i:31;a:2:{s:7:\"term_id\";i:79;s:8:\"taxonomy\";s:18:\"portfolio_category\";}i:32;a:2:{s:7:\"term_id\";i:80;s:8:\"taxonomy\";s:16:\"element_category\";}i:33;a:2:{s:7:\"term_id\";i:81;s:8:\"taxonomy\";s:11:\"product_tag\";}i:34;a:2:{s:7:\"term_id\";i:82;s:8:\"taxonomy\";s:11:\"product_tag\";}i:35;a:2:{s:7:\"term_id\";i:83;s:8:\"taxonomy\";s:11:\"product_tag\";}i:36;a:2:{s:7:\"term_id\";i:84;s:8:\"taxonomy\";s:11:\"product_tag\";}i:37;a:2:{s:7:\"term_id\";i:85;s:8:\"taxonomy\";s:16:\"portfolio_skills\";}i:38;a:2:{s:7:\"term_id\";i:86;s:8:\"taxonomy\";s:11:\"product_tag\";}i:39;a:2:{s:7:\"term_id\";i:87;s:8:\"taxonomy\";s:12:\"faq_category\";}i:40;a:2:{s:7:\"term_id\";i:88;s:8:\"taxonomy\";s:11:\"product_cat\";}i:41;a:2:{s:7:\"term_id\";i:89;s:8:\"taxonomy\";s:11:\"product_tag\";}i:42;a:2:{s:7:\"term_id\";i:90;s:8:\"taxonomy\";s:12:\"faq_category\";}i:43;a:2:{s:7:\"term_id\";i:91;s:8:\"taxonomy\";s:11:\"product_tag\";}i:44;a:2:{s:7:\"term_id\";i:92;s:8:\"taxonomy\";s:11:\"product_cat\";}i:45;a:2:{s:7:\"term_id\";i:93;s:8:\"taxonomy\";s:18:\"portfolio_category\";}i:46;a:2:{s:7:\"term_id\";i:94;s:8:\"taxonomy\";s:11:\"product_tag\";}i:47;a:2:{s:7:\"term_id\";i:95;s:8:\"taxonomy\";s:11:\"product_tag\";}i:48;a:2:{s:7:\"term_id\";i:96;s:8:\"taxonomy\";s:11:\"product_tag\";}i:49;a:2:{s:7:\"term_id\";i:97;s:8:\"taxonomy\";s:11:\"product_tag\";}i:50;a:2:{s:7:\"term_id\";i:98;s:8:\"taxonomy\";s:18:\"portfolio_category\";}i:51;a:2:{s:7:\"term_id\";i:99;s:8:\"taxonomy\";s:12:\"faq_category\";}i:52;a:2:{s:7:\"term_id\";i:100;s:8:\"taxonomy\";s:18:\"portfolio_category\";}i:53;a:2:{s:7:\"term_id\";i:101;s:8:\"taxonomy\";s:11:\"product_tag\";}i:54;a:2:{s:7:\"term_id\";i:102;s:8:\"taxonomy\";s:16:\"element_category\";}i:55;a:2:{s:7:\"term_id\";i:103;s:8:\"taxonomy\";s:11:\"product_cat\";}i:56;a:2:{s:7:\"term_id\";i:104;s:8:\"taxonomy\";s:11:\"product_cat\";}i:57;a:2:{s:7:\"term_id\";i:105;s:8:\"taxonomy\";s:11:\"product_tag\";}i:58;a:2:{s:7:\"term_id\";i:106;s:8:\"taxonomy\";s:11:\"product_tag\";}i:59;a:2:{s:7:\"term_id\";i:107;s:8:\"taxonomy\";s:12:\"faq_category\";}i:60;a:2:{s:7:\"term_id\";i:108;s:8:\"taxonomy\";s:16:\"portfolio_skills\";}i:61;a:2:{s:7:\"term_id\";i:109;s:8:\"taxonomy\";s:16:\"portfolio_skills\";}i:62;a:2:{s:7:\"term_id\";i:110;s:8:\"taxonomy\";s:18:\"portfolio_category\";}i:63;a:2:{s:7:\"term_id\";i:111;s:8:\"taxonomy\";s:16:\"portfolio_skills\";}i:64;a:2:{s:7:\"term_id\";i:112;s:8:\"taxonomy\";s:11:\"product_cat\";}i:65;a:2:{s:7:\"term_id\";i:113;s:8:\"taxonomy\";s:18:\"portfolio_category\";}i:66;a:2:{s:7:\"term_id\";i:114;s:8:\"taxonomy\";s:8:\"nav_menu\";}}s:13:\"theme_options\";b:0;s:7:\"widgets\";a:52:{i:0;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"143\";s:11:\"option_name\";s:24:\"widget_ad_125_125-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:1;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"98\";s:11:\"option_name\";s:15:\"widget_archives\";s:12:\"option_value\";s:94:\"a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:2;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"152\";s:11:\"option_name\";s:33:\"widget_avada-vertical-menu-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:3;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"385\";s:11:\"option_name\";s:24:\"widget_bbp_forums_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:4;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"382\";s:11:\"option_name\";s:23:\"widget_bbp_login_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:5;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"388\";s:11:\"option_name\";s:25:\"widget_bbp_replies_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:6;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"384\";s:11:\"option_name\";s:24:\"widget_bbp_search_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:7;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"389\";s:11:\"option_name\";s:23:\"widget_bbp_stats_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:8;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"386\";s:11:\"option_name\";s:24:\"widget_bbp_topics_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:9;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"383\";s:11:\"option_name\";s:23:\"widget_bbp_views_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:10;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"102\";s:11:\"option_name\";s:15:\"widget_calendar\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:11;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"78\";s:11:\"option_name\";s:17:\"widget_categories\";s:12:\"option_value\";s:118:\"a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:12;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"144\";s:11:\"option_name\";s:26:\"widget_contact_info-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:13;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"420\";s:11:\"option_name\";s:25:\"widget_convertplug_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:14;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"109\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:15;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"150\";s:11:\"option_name\";s:27:\"widget_facebook-like-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:16;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"148\";s:11:\"option_name\";s:20:\"widget_flickr-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:17;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"1272\";s:11:\"option_name\";s:27:\"widget_fusion_author-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:18;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"264\";s:11:\"option_name\";s:25:\"widget_layerslider_widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:19;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"103\";s:11:\"option_name\";s:18:\"widget_media_audio\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:20;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"105\";s:11:\"option_name\";s:20:\"widget_media_gallery\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:21;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"104\";s:11:\"option_name\";s:18:\"widget_media_image\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:22;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"106\";s:11:\"option_name\";s:18:\"widget_media_video\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:23;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"151\";s:11:\"option_name\";s:18:\"widget_menu-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:24;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"99\";s:11:\"option_name\";s:11:\"widget_meta\";s:12:\"option_value\";s:59:\"a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:25;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"108\";s:11:\"option_name\";s:15:\"widget_nav_menu\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:26;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"101\";s:11:\"option_name\";s:12:\"widget_pages\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:27;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"145\";s:11:\"option_name\";s:23:\"widget_pyre_tabs-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:28;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"146\";s:11:\"option_name\";s:26:\"widget_recent_works-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:29;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"97\";s:11:\"option_name\";s:22:\"widget_recent-comments\";s:12:\"option_value\";s:76:\"a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:30;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"96\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:12:\"option_value\";s:76:\"a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:31;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"471\";s:11:\"option_name\";s:24:\"widget_rev-slider-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:32;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"80\";s:11:\"option_name\";s:10:\"widget_rss\";s:12:\"option_value\";s:6:\"a:0:{}\";s:8:\"autoload\";s:3:\"yes\";}i:33;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"95\";s:11:\"option_name\";s:13:\"widget_search\";s:12:\"option_value\";s:59:\"a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:34;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"149\";s:11:\"option_name\";s:26:\"widget_social_links-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:35;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"107\";s:11:\"option_name\";s:16:\"widget_tag_cloud\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:36;O:8:\"stdClass\":4:{s:9:\"option_id\";s:2:\"79\";s:11:\"option_name\";s:11:\"widget_text\";s:12:\"option_value\";s:6:\"a:0:{}\";s:8:\"autoload\";s:3:\"yes\";}i:37;O:8:\"stdClass\":4:{s:9:\"option_id\";s:4:\"3599\";s:11:\"option_name\";s:35:\"widget_tribe-events-adv-list-widget\";s:12:\"option_value\";s:639:\"a:2:{i:3;a:24:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"3\";s:18:\"no_upcoming_events\";b:0;s:20:\"featured_events_only\";b:0;s:13:\"jsonld_enable\";i:0;s:5:\"venue\";N;s:7:\"country\";s:1:\"1\";s:7:\"address\";N;s:4:\"city\";s:1:\"1\";s:6:\"region\";s:1:\"1\";s:3:\"zip\";N;s:5:\"phone\";N;s:4:\"cost\";N;s:9:\"organizer\";N;s:7:\"operand\";s:2:\"OR\";s:7:\"filters\";s:0:\"\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:38;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"564\";s:11:\"option_name\";s:31:\"widget_tribe-events-list-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:39;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"147\";s:11:\"option_name\";s:20:\"widget_tweets-widget\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:40;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"550\";s:11:\"option_name\";s:30:\"widget_woocommerce_layered_nav\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:41;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"549\";s:11:\"option_name\";s:38:\"widget_woocommerce_layered_nav_filters\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:42;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"551\";s:11:\"option_name\";s:31:\"widget_woocommerce_price_filter\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:43;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"552\";s:11:\"option_name\";s:37:\"widget_woocommerce_product_categories\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:44;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"553\";s:11:\"option_name\";s:33:\"widget_woocommerce_product_search\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:45;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"554\";s:11:\"option_name\";s:36:\"widget_woocommerce_product_tag_cloud\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:46;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"555\";s:11:\"option_name\";s:27:\"widget_woocommerce_products\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:47;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"559\";s:11:\"option_name\";s:32:\"widget_woocommerce_rating_filter\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:48;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"558\";s:11:\"option_name\";s:33:\"widget_woocommerce_recent_reviews\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:49;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"556\";s:11:\"option_name\";s:43:\"widget_woocommerce_recently_viewed_products\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:50;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"557\";s:11:\"option_name\";s:37:\"widget_woocommerce_top_rated_products\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}i:51;O:8:\"stdClass\":4:{s:9:\"option_id\";s:3:\"548\";s:11:\"option_name\";s:30:\"widget_woocommerce_widget_cart\";s:12:\"option_value\";s:30:\"a:1:{s:12:\"_multiwidget\";i:1;}\";s:8:\"autoload\";s:3:\"yes\";}}s:16:\"sidebars_widgets\";a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"avada-footer-widget-1\";a:0:{}s:21:\"avada-footer-widget-2\";a:0:{}s:21:\"avada-footer-widget-3\";a:0:{}s:21:\"avada-footer-widget-4\";a:0:{}s:25:\"avada-slidingbar-widget-1\";a:0:{}s:25:\"avada-slidingbar-widget-2\";a:0:{}s:25:\"avada-slidingbar-widget-3\";a:0:{}s:25:\"avada-slidingbar-widget-4\";a:0:{}s:13:\"array_version\";i:3;}s:12:\"sbg_sidebars\";s:0:\"\";s:8:\"blogname\";s:16:\"Avada Freelancer\";s:13:\"page_on_front\";s:1:\"0\";s:13:\"show_on_front\";s:5:\"posts\";s:18:\"nav_menu_locations\";a:2:{s:15:\"main_navigation\";i:45;s:14:\"top_navigation\";i:46;}s:12:\"general_data\";s:8:\"imported\";}}', 'no'),
(818, 'fusion_import_data', 'a:13:{s:4:\"post\";a:1:{i:0;s:7:\"classic\";}s:4:\"page\";a:1:{i:0;s:7:\"classic\";}s:15:\"avada_portfolio\";a:0:{}s:9:\"avada_faq\";a:1:{i:0;s:7:\"classic\";}s:10:\"attachment\";a:1:{i:0;s:7:\"classic\";}s:7:\"product\";a:1:{i:0;s:7:\"classic\";}s:5:\"event\";a:0:{}s:5:\"forum\";a:0:{}s:7:\"sliders\";a:1:{i:0;s:7:\"classic\";}s:7:\"widgets\";a:1:{i:0;s:7:\"classic\";}s:13:\"theme_options\";a:1:{i:0;s:7:\"classic\";}s:12:\"general_data\";a:1:{i:0;s:7:\"classic\";}s:3:\"all\";a:1:{i:0;s:7:\"classic\";}}', 'no'),
(833, 'tribe_events_cat_children', 'a:0:{}', 'yes'),
(851, 'sbg_sidebars', 'a:8:{s:3:\"faq\";s:11:\"FAQ Sidebar\";s:10:\"about_us_1\";s:17:\"About Us Column 1\";s:10:\"about_us_2\";s:17:\"About Us Column 2\";s:10:\"about_us_3\";s:17:\"About Us Column 3\";s:10:\"about_us_4\";s:17:\"About Us Column 4\";s:11:\"investors_1\";s:18:\"Investors Column 1\";s:11:\"investors_2\";s:18:\"Investors Column 2\";s:11:\"investors_3\";s:18:\"Investors Column 3\";}', 'yes'),
(852, 'avada_imported_demo', 'false', 'yes'),
(867, 'fusion_dynamic_css_time', '1624900206', 'yes'),
(879, 'ls-latest-version', '6.11.8', 'yes'),
(917, 'recently_activated', 'a:0:{}', 'off'),
(920, 'bsf_skip_author', '', 'no'),
(991, 'revslider-connection', '1', 'yes'),
(992, 'revslider-latest-version', '6.7.58', 'yes'),
(993, 'revslider-stable-version', '4.2.0', 'yes'),
(994, 'revslider-notices', 'a:2:{i:0;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"6.9.9\";s:4:\"text\";s:505:\"<div style=\"display: block;  background: linear-gradient(to right, #EEE8FF 45%, #FF2399 55%);text-align: center; height:500px;\"><a href=\"https://www.sliderrevolution.com/what-stays-yours-sr7-options/?utm_source=wp_admin&utm_medium=dashboard_banner&utm_campaign=sr7_transition_sr6_onetime_owners_2026&utm_content=wp_banner_postlaunch_permanent\" target=\"_blank\"><img src=\"//updates.themepunch-ext-b.tools//banners/pgradetosr7-admin.jpg\" style=\"min-width:920px;height:500px;display: inline-block;\"></a></div>\";s:4:\"code\";s:8:\"TPSR7REL\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:1;s:10:\"registered\";b:1;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":11:{s:7:\"version\";s:5:\"6.9.9\";s:4:\"text\";s:496:\"<div style=\"display: block; background: linear-gradient(to right, #171023 45%, #ff2399 55%);text-align: center; height:500px;\"><a href=\"https://account.sliderrevolution.com/portal/premium-slider-revolution/?utm_source=wp_admin&utm_medium=dashboard_banner&utm_campaign=sr7_premium_upgrade_2026&utm_content=wp_banner_postlaunch_secondary\" target=\"_blank\"><img src=\"//updates.themepunch-ext-b.tools//banners/SR7-upgrade-now.jpg\" style=\"min-width:920px;height:500px;display: inline-block;\"></a></div>\";s:4:\"code\";s:13:\"TPSR7_2026_NR\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:2:\"id\";s:8:\"rs_ads_1\";s:10:\"additional\";a:0:{}}}', 'yes'),
(995, 'revslider-dashboard', 'a:0:{}', 'yes');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(996, 'revslider-addons', 'O:8:\"stdClass\":37:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"559\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"6.7.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particlewave.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_particlewave.jpg\";s:7:\"img_md5\";s:32:\"623bec30f175f4cc541048f1d6d5fd07\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"558\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_particles.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_particles.jpg\";s:7:\"img_md5\";s:32:\"b668a4015ddc6a532b43bb558967a062\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_bubblemorph.jpg\";s:7:\"img_md5\";s:32:\"22d03d5de3034069c6db1fdeafd467cd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"567\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_cluster.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_cluster.jpg\";s:7:\"img_md5\";s:32:\"7ada93a9f08a3bcfddc078699674d755\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-hovermorph-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"618\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:26:\"revslider-hovermorph-addon\";s:12:\"version_from\";s:6:\"6.7.38\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"Hover Morph\";s:6:\"line_1\";s:65:\"Hover Morph adds an interactive lens warp effect to your modules.\";s:6:\"line_2\";s:189:\"When users hover over elements such as text, shapes, SVGs, or images, the area under the cursor visually bends, stretches, or “morphs,” creating a dynamic liquid-like refraction effect.\";s:9:\"available\";s:5:\"6.7.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:11:\"last_update\";s:10:\"2026-01-08\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_hovermorph.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_hovermorph.jpg\";s:7:\"img_md5\";s:32:\"357c8c3f7496289820ee8706b9377c93\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"HM\";}s:6:\"banner\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/videos/hovermorph.mp4\";s:11:\"banner_file\";s:45:\"revslider/addons/images/videos/hovermorph.mp4\";s:10:\"banner_md5\";s:32:\"f1a6c69351bf280903fd41856b21c381\";s:4:\"tags\";a:2:{i:0;s:14:\"Visual Effects\";i:1;s:19:\"Added Functionality\";}}s:29:\"revslider-fluiddynamics-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"551\";s:9:\"releaseid\";s:2:\"31\";s:4:\"slug\";s:29:\"revslider-fluiddynamics-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Fluid Dynamics\";s:6:\"line_1\";s:46:\"Creating breathtaking Dynamic Fluid animations\";s:6:\"line_2\";s:25:\"as layer or as background\";s:9:\"available\";s:5:\"6.8.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:11:\"last_update\";s:10:\"2026-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_fluid.png\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_fluid.png\";s:7:\"img_md5\";s:32:\"4e52333540d80bcb2a41b8ed5961e088\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FD\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:4:\"1471\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:6:\"6.7.32\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"6.8.0\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2026-01-08\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_transition.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_transition.jpg\";s:7:\"img_md5\";s:32:\"fe0f1c539053620039a0ad96c4ac27e6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"545\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_beforeafter.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_beforeafter.jpg\";s:7:\"img_md5\";s:32:\"5a34f20417a7874e1b95693ef37a0758\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"569\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_typewriter.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_typewriter.jpg\";s:7:\"img_md5\";s:32:\"727b604f6fd3fc55894ba50eb566efed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"555\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"6.7.6\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_mousetrap.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_mousetrap.jpg\";s:7:\"img_md5\";s:32:\"2329053c3b1d19bdaee131c3dc258d3a\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"552\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"6.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2026-04-17\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_distortion.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_distortion.jpg\";s:7:\"img_md5\";s:32:\"c26c52a563008b7dc907a288c1e4bb8e\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"553\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_lottie.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_lottie.jpg\";s:7:\"img_md5\";s:32:\"4aa677a45bb13732e4f10bcb632afcce\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"556\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"6.7.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2026-02-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_paintbrush.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_paintbrush.jpg\";s:7:\"img_md5\";s:32:\"308a56289b9a29d1916c2acfc141b699\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"547\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_charts.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_charts.jpg\";s:7:\"img_md5\";s:32:\"d2c184371a575faade425c0377c1fdbd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_slicey.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_slicey.jpg\";s:7:\"img_md5\";s:32:\"28afd29b7738a452194f0a0bc1d21cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"550\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2024-12-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_filmstrip.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_filmstrip.jpg\";s:7:\"img_md5\";s:32:\"dac40ee57d2be9aaf01faacf51ccb412\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"554\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2024-12-06\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:84:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_underconstruction.jpg\";s:8:\"img_file\";s:51:\"revslider/addons/images/addon_underconstruction.jpg\";s:7:\"img_md5\";s:32:\"17f8cba84931541c065cfb1943edafb2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"562\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reveal.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reveal.jpg\";s:7:\"img_md5\";s:32:\"a7ce4bf5eb6fdc1497ed6276ca623046\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"616\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:6:\"6.7.21\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"6.7.7\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_panorama.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_panorama.jpg\";s:7:\"img_md5\";s:32:\"210953d59903bed91688138cb60777d2\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"575\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.7.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"6.7.9\";s:10:\"background\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:15:\"background_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:14:\"background_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2026-02-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_scrollvideo.jpg\";s:7:\"img_md5\";s:32:\"82b2706dfa20a7b0cfabfe7ff28562f9\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"549\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2025-02-18\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_exploding.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_exploding.jpg\";s:7:\"img_md5\";s:32:\"44d60b83cdf5b29033d41feb516b47e1\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"564\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"6.7.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2026-04-07\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:80:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_socialsharing.jpg\";s:8:\"img_file\";s:47:\"revslider/addons/images/addon_socialsharing.jpg\";s:7:\"img_md5\";s:32:\"6b074630853c4f95d5337bc85e496cbe\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"571\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:6:\"6.9.99\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:81:\"//updates.themepunch-ext-b.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:15:\"background_file\";s:48:\"revslider/addons/images/whiteboard_widget_bg.jpg\";s:14:\"background_md5\";s:32:\"cc69160eb95469dc033e0cc094a24847\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_whiteboard.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_whiteboard.jpg\";s:7:\"img_md5\";s:32:\"b0bb636fb30ffc3d112ba4c563395ee6\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"560\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:75:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_polyfold.jpg\";s:8:\"img_file\";s:42:\"revslider/addons/images/addon_polyfold.jpg\";s:7:\"img_md5\";s:32:\"02c6af89e4208f0da5920c6c3e6bb744\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"6.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:79:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_domainswitch.jpg\";s:8:\"img_file\";s:46:\"revslider/addons/images/addon_domainswitch.jpg\";s:7:\"img_md5\";s:32:\"f2036924e7993f94bd5c9876fa0bf09b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:1:{i:0;s:19:\"Added Functionality\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"561\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_reload.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_reload.jpg\";s:7:\"img_md5\";s:32:\"d1d34d204e627168f4cc4e7422a6d40c\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"6.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wprelated.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wprelated.jpg\";s:7:\"img_md5\";s:32:\"e2e7d6c3a428a55442ba90131556c930\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"566\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:71:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_snow.jpg\";s:8:\"img_file\";s:38:\"revslider/addons/images/addon_snow.jpg\";s:7:\"img_md5\";s:32:\"d6bac718866b0070198a4340041bc60b\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:76:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpgallery.jpg\";s:8:\"img_file\";s:43:\"revslider/addons/images/addon_wpgallery.jpg\";s:7:\"img_md5\";s:32:\"74392a04b741d83c51e55059dbb388ef\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"6.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2024-11-20\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:73:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_backup.jpg\";s:8:\"img_file\";s:40:\"revslider/addons/images/addon_backup.jpg\";s:7:\"img_md5\";s:32:\"104797323a0293cd3f200b0172db1186\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:70:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_404.jpg\";s:8:\"img_file\";s:37:\"revslider/addons/images/addon_404.jpg\";s:7:\"img_md5\";s:32:\"217b0d118a107dc50979740dd61228df\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"6.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpadjacent.jpg\";s:7:\"img_md5\";s:32:\"cb1feb1257e55d0f42c29dfde2d809ed\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:72:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_login.jpg\";s:8:\"img_file\";s:39:\"revslider/addons/images/addon_login.jpg\";s:7:\"img_md5\";s:32:\"f0f2edffb4e155acf67799692428644d\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:77:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:8:\"img_file\";s:44:\"revslider/addons/images/addon_wpfeatured.jpg\";s:7:\"img_md5\";s:32:\"bcc840e68194f3eb05795e1353954bda\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:26:\"revslider-shapeburst-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"613\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:26:\"revslider-shapeburst-addon\";s:12:\"version_from\";s:6:\"6.7.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"ShapeBurst\";s:6:\"line_1\";s:8:\"Shape...\";s:6:\"line_2\";s:9:\"and Burst\";s:9:\"available\";s:5:\"7.0.2\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"670\";s:11:\"last_update\";s:10:\"2025-09-30\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_shape_burst.jpg\";s:8:\"img_file\";s:45:\"revslider/addons/images/addon_shape_burst.jpg\";s:7:\"img_md5\";s:32:\"2b1b6cb4613bdfcfff4c8c46660be8f5\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SB\";}s:6:\"banner\";s:78:\"//updates.themepunch-ext-b.tools/revslider/addons/images/videos/shapeburst.mp4\";s:11:\"banner_file\";s:45:\"revslider/addons/images/videos/shapeburst.mp4\";s:10:\"banner_md5\";s:32:\"9e2ba7e14745cfea54a98145e886ce9a\";s:4:\"tags\";a:1:{i:0;s:14:\"Visual Effects\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"570\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"6.7.4\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_weather.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_weather.jpg\";s:7:\"img_md5\";s:32:\"c69d1c9a69c2dec43ca0578ac35792bd\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":22:{s:2:\"id\";s:3:\"548\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.7.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"6.7.3\";s:10:\"background\";s:0:\"\";s:15:\"background_file\";s:0:\"\";s:14:\"background_md5\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2024-11-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":5:{s:3:\"img\";s:74:\"//updates.themepunch-ext-b.tools/revslider/addons/images/addon_duotone.jpg\";s:8:\"img_file\";s:41:\"revslider/addons/images/addon_duotone.jpg\";s:7:\"img_md5\";s:32:\"fb666e487e7ac28e6a2a157eed1fb682\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}s:6:\"banner\";s:0:\"\";s:11:\"banner_file\";s:0:\"\";s:10:\"banner_md5\";s:0:\"\";s:4:\"tags\";a:0:{}}}', 'yes'),
(1031, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"slahrichi@alforasco.com\";s:7:\"version\";s:5:\"6.8.7\";s:9:\"timestamp\";i:1786044267;}', 'off'),
(1175, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(1176, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(1177, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(1180, 'woocommerce_erasure_request_removes_order_data', 'no', 'no'),
(1181, 'woocommerce_erasure_request_removes_download_data', 'no', 'no'),
(1182, 'wpme_page_for_privacy_policy', '', 'yes'),
(1183, 'woocommerce_registration_privacy_policy_text', 'Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].', 'yes'),
(1184, 'woocommerce_checkout_privacy_policy_text', 'Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].', 'yes'),
(1185, 'woocommerce_delete_inactive_accounts', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(1186, 'woocommerce_trash_pending_orders', '', 'no'),
(1187, 'woocommerce_trash_failed_orders', '', 'no'),
(1188, 'woocommerce_trash_cancelled_orders', '', 'no'),
(1189, 'woocommerce_anonymize_completed_orders', 'a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}', 'no'),
(1190, 'woocommerce_single_image_width', '700', 'yes'),
(1191, 'woocommerce_thumbnail_image_width', '500', 'yes'),
(1192, 'woocommerce_checkout_highlight_required_fields', 'yes', 'yes'),
(1194, 'default_product_cat', '33', 'yes'),
(1272, 'widget_fusion_author-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(1273, 'avada_previous_version', 'a:20:{i:0;s:5:\"5.4.0\";i:1;s:5:\"5.5.2\";i:2;s:5:\"5.7.0\";i:3;s:5:\"5.7.2\";i:4;s:5:\"5.8.2\";i:5;s:5:\"5.9.1\";i:6;s:5:\"6.0.1\";i:7;s:5:\"6.0.2\";i:8;s:5:\"6.0.3\";i:9;s:5:\"6.1.0\";i:10;s:5:\"6.1.1\";i:11;s:5:\"6.2.2\";i:12;s:5:\"6.2.3\";i:13;s:5:\"7.4.1\";i:14;s:5:\"7.8.1\";i:15;s:6:\"7.10.0\";i:16;s:6:\"7.10.1\";i:17;s:6:\"7.11.2\";i:18;s:6:\"7.11.4\";i:19;s:6:\"7.12.2\";}', 'yes'),
(1513, 'bsf-updater-version', '1.22.67\r\n', 'yes'),
(1599, 'fusion_dynamic_css_ids', 'a:6:{i:18;s:32:\"893e52b239308cf070df23debbcf0be5\";s:6:\"global\";s:32:\"7d736d3c913bbc6c239ec3a5a1b351bb\";s:11:\"127-archive\";s:32:\"a6ca380f31bb9f3c575219873e1a8604\";i:4570;s:32:\"cb4132d02289c383bc5b325ef774d252\";s:11:\"119-archive\";s:32:\"a6ca380f31bb9f3c575219873e1a8604\";i:3646;s:32:\"cc965b5e276d2be9bbc114c9a77a40ff\";}', 'yes'),
(1630, 'theme_mods_Avada', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:5:{s:15:\"main_navigation\";i:114;s:14:\"top_navigation\";i:0;s:17:\"mobile_navigation\";i:121;s:9:\"404_pages\";i:0;s:17:\"sticky_navigation\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1567450133;s:4:\"data\";a:18:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:11:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";i:6;s:8:\"search-3\";i:7;s:14:\"recent-posts-4\";i:8;s:17:\"recent-comments-3\";i:9;s:12:\"categories-3\";i:10;s:10:\"archives-3\";}s:21:\"avada-footer-widget-1\";a:1:{i:0;s:6:\"text-6\";}s:21:\"avada-footer-widget-2\";a:1:{i:0;s:14:\"recent-posts-3\";}s:21:\"avada-footer-widget-3\";a:1:{i:0;s:21:\"contact_info-widget-4\";}s:21:\"avada-footer-widget-4\";a:1:{i:0;s:22:\"woocommerce_products-2\";}s:25:\"avada-slidingbar-widget-1\";a:1:{i:0;s:6:\"text-9\";}s:25:\"avada-slidingbar-widget-2\";a:1:{i:0;s:15:\"tweets-widget-5\";}s:25:\"avada-slidingbar-widget-3\";a:1:{i:0;s:13:\"custom_html-2\";}s:25:\"avada-slidingbar-widget-4\";a:0:{}s:31:\"avada-custom-sidebar-faqsidebar\";a:3:{i:0;s:8:\"search-6\";i:1;s:18:\"pyre_tabs-widget-7\";i:2;s:7:\"text-10\";}s:35:\"avada-custom-sidebar-aboutuscolumn1\";a:1:{i:0;s:7:\"text-11\";}s:35:\"avada-custom-sidebar-aboutuscolumn2\";a:1:{i:0;s:7:\"text-14\";}s:35:\"avada-custom-sidebar-aboutuscolumn3\";a:1:{i:0;s:7:\"text-12\";}s:35:\"avada-custom-sidebar-aboutuscolumn4\";a:1:{i:0;s:7:\"text-13\";}s:37:\"avada-custom-sidebar-investorscolumn1\";a:1:{i:0;s:7:\"text-16\";}s:37:\"avada-custom-sidebar-investorscolumn2\";a:1:{i:0;s:7:\"text-17\";}s:37:\"avada-custom-sidebar-investorscolumn3\";a:1:{i:0;s:7:\"text-18\";}}}}', 'on'),
(1641, 'woocommerce_thumbnail_cropping', 'uncropped', 'yes');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1664, 'chld_thm_cfg_options_configvars', 'a:38:{s:8:\"addl_css\";a:1:{i:0;s:24:\"assets/css/style.min.css\";}s:8:\"forcedep\";N;s:8:\"cssunreg\";N;s:9:\"csswphead\";N;s:10:\"cssnotheme\";i:1;s:7:\"reorder\";N;s:10:\"parnt_deps\";a:1:{i:0;s:16:\"avada-stylesheet\";}s:10:\"child_deps\";N;s:9:\"hasstyles\";i:1;s:11:\"parntloaded\";N;s:11:\"childloaded\";N;s:11:\"ignoreparnt\";N;s:9:\"qpriority\";i:10;s:7:\"enqueue\";s:7:\"enqueue\";s:8:\"handling\";s:7:\"primary\";s:9:\"templates\";a:178:{i:0;s:13:\"100-width.php\";i:1;s:23:\"archive-wpfc_sermon.php\";i:2;s:11:\"archive.php\";i:3;s:10:\"author.php\";i:4;s:11:\"bbpress.php\";i:5;s:9:\"blank.php\";i:6;s:14:\"buddypress.php\";i:7;s:12:\"comments.php\";i:8;s:11:\"contact.php\";i:9;s:10:\"footer.php\";i:10;s:10:\"header.php\";i:11;s:9:\"index.php\";i:12;s:17:\"new-slideshow.php\";i:13;s:8:\"page.php\";i:14;s:14:\"searchform.php\";i:15;s:19:\"side-navigation.php\";i:16;s:16:\"sidebar-shop.php\";i:17;s:11:\"sidebar.php\";i:18;s:22:\"single-wpfc_sermon.php\";i:19;s:10:\"single.php\";i:20;s:15:\"sliding_bar.php\";i:21;s:28:\"taxonomy-wpfc_bible_book.php\";i:22;s:26:\"taxonomy-wpfc_preacher.php\";i:23;s:31:\"taxonomy-wpfc_sermon_series.php\";i:24;s:31:\"taxonomy-wpfc_sermon_topics.php\";i:25;s:48:\"woocommerce/single-product/short-description.php\";i:26;s:58:\"woocommerce/single-product/tabs/additional-information.php\";i:27;s:47:\"woocommerce/single-product/tabs/description.php\";i:28;s:51:\"woocommerce/single-product/add-to-cart/variable.php\";i:29;s:31:\"woocommerce/loop/loop-start.php\";i:30;s:66:\"woocommerce/compatibility/3.2/single-product/short-description.php\";i:31;s:76:\"woocommerce/compatibility/3.2/single-product/tabs/additional-information.php\";i:32;s:65:\"woocommerce/compatibility/3.2/single-product/tabs/description.php\";i:33;s:69:\"woocommerce/compatibility/3.2/single-product/add-to-cart/variable.php\";i:34;s:89:\"woocommerce/compatibility/3.2/single-product/add-to-cart/variation-add-to-cart-button.php\";i:35;s:49:\"woocommerce/compatibility/3.2/loop/loop-start.php\";i:36;s:51:\"woocommerce/compatibility/3.2/checkout/form-pay.php\";i:37;s:55:\"woocommerce/compatibility/3.2/checkout/review-order.php\";i:38;s:51:\"woocommerce/compatibility/3.2/checkout/thankyou.php\";i:39;s:43:\"woocommerce/compatibility/3.2/cart/cart.php\";i:40;s:33:\"woocommerce/checkout/form-pay.php\";i:41;s:37:\"woocommerce/checkout/review-order.php\";i:42;s:33:\"woocommerce/checkout/thankyou.php\";i:43;s:25:\"woocommerce/cart/cart.php\";i:44;s:33:\"tribe-events/default-template.php\";i:45;s:36:\"tribe-events/widgets/list-widget.php\";i:46;s:35:\"tribe-events/pro/related-events.php\";i:47;s:45:\"tribe-events/pro/widgets/countdown-widget.php\";i:48;s:40:\"tribe-events/pro/widgets/list-widget.php\";i:49;s:41:\"tribe-events/pro/widgets/venue-widget.php\";i:50;s:31:\"tribe-events/pro/photo/loop.php\";i:51;s:39:\"tribe-events/pro/photo/single-event.php\";i:52;s:37:\"tribe-events/pro/map/single-event.php\";i:53;s:40:\"tribe-events/pro/map/single-featured.php\";i:54;s:33:\"tribe-events/month/single-day.php\";i:55;s:26:\"tribe-events/list/meta.php\";i:56;s:34:\"tribe-events/list/single-event.php\";i:57;s:37:\"tribe-events/list/single-featured.php\";i:58;s:33:\"tribe-events/day/single-event.php\";i:59;s:36:\"tribe-events/day/single-featured.php\";i:60;s:25:\"templates/author-info.php\";i:61;s:25:\"templates/blog-layout.php\";i:62;s:28:\"templates/blog-post-date.php\";i:63;s:27:\"templates/elasticslider.php\";i:64;s:28:\"templates/footer-content.php\";i:65;s:37:\"templates/footer-copyright-notice.php\";i:66;s:33:\"templates/footer-social-icons.php\";i:67;s:22:\"templates/header-1.php\";i:68;s:22:\"templates/header-2.php\";i:69;s:22:\"templates/header-3.php\";i:70;s:22:\"templates/header-4.php\";i:71;s:30:\"templates/header-content-3.php\";i:72;s:40:\"templates/header-secondary-main-menu.php\";i:73;s:30:\"templates/header-secondary.php\";i:74;s:23:\"templates/header-v1.php\";i:75;s:23:\"templates/header-v2.php\";i:76;s:23:\"templates/header-v3.php\";i:77;s:23:\"templates/header-v4.php\";i:78;s:23:\"templates/header-v5.php\";i:79;s:23:\"templates/header-v6.php\";i:80;s:23:\"templates/header-v7.php\";i:81;s:25:\"templates/layerslider.php\";i:82;s:18:\"templates/logo.php\";i:83;s:32:\"templates/menu-mobile-flyout.php\";i:84;s:30:\"templates/menu-mobile-main.php\";i:85;s:32:\"templates/menu-mobile-modern.php\";i:86;s:32:\"templates/menu-mobile-search.php\";i:87;s:33:\"templates/pages-rich-snippets.php\";i:88;s:29:\"templates/post-format-box.php\";i:89;s:25:\"templates/privacy-bar.php\";i:90;s:27:\"templates/related-posts.php\";i:91;s:23:\"templates/revslider.php\";i:92;s:25:\"templates/side-header.php\";i:93;s:23:\"templates/sidebar-1.php\";i:94;s:23:\"templates/sidebar-2.php\";i:95;s:28:\"templates/social-sharing.php\";i:96;s:23:\"templates/title-bar.php\";i:97;s:35:\"templates/wc-add-product-border.php\";i:98;s:43:\"templates/wc-add-product-wrappers-close.php\";i:99;s:42:\"templates/wc-add-product-wrappers-open.php\";i:100;s:32:\"templates/wc-after-container.php\";i:101;s:40:\"templates/wc-after-shop-item-buttons.php\";i:102;s:45:\"templates/wc-after-single-product-summary.php\";i:103;s:37:\"templates/wc-before-checkout-form.php\";i:104;s:41:\"templates/wc-before-shop-item-buttons.php\";i:105;s:50:\"templates/wc-before-shop-loop-item-title-close.php\";i:106;s:49:\"templates/wc-before-shop-loop-item-title-open.php\";i:107;s:52:\"templates/wc-before-single-product-summary-close.php\";i:108;s:51:\"templates/wc-before-single-product-summary-open.php\";i:109;s:33:\"templates/wc-cart-collaterals.php\";i:110;s:35:\"templates/wc-cart-shipping-calc.php\";i:111;s:33:\"templates/wc-catalog-ordering.php\";i:112;s:37:\"templates/wc-checkout-coupon-form.php\";i:113;s:36:\"templates/wc-proceed-to-checkout.php\";i:114;s:46:\"templates/wc-product-loop-outofstock-flash.php\";i:115;s:36:\"templates/wc-product-search-form.php\";i:116;s:30:\"templates/wc-product-title.php\";i:117;s:43:\"templates/wc-rollover-buttons-linebreak.php\";i:118;s:36:\"templates/wc-show-details-button.php\";i:119;s:29:\"templates/wc-single-title.php\";i:120;s:22:\"templates/wc-stock.php\";i:121;s:34:\"templates/wc-thumbnail-classic.php\";i:122;s:32:\"templates/wc-thumbnail-clean.php\";i:123;s:35:\"templates/wc-top-user-container.php\";i:124;s:27:\"templates/wc-view-order.php\";i:125;s:31:\"sensei/wrappers/wrapper-end.php\";i:126;s:33:\"sensei/wrappers/wrapper-start.php\";i:127;s:35:\"includes/recaptcha/src/autoload.php\";i:128;s:50:\"includes/metaboxes/tabs/tab_avada_page_options.php\";i:129;s:42:\"includes/metaboxes/tabs/tab_background.php\";i:130;s:38:\"includes/metaboxes/tabs/tab_footer.php\";i:131;s:38:\"includes/metaboxes/tabs/tab_header.php\";i:132;s:36:\"includes/metaboxes/tabs/tab_page.php\";i:133;s:44:\"includes/metaboxes/tabs/tab_pagetitlebar.php\";i:134;s:46:\"includes/metaboxes/tabs/tab_portfolio_post.php\";i:135;s:36:\"includes/metaboxes/tabs/tab_post.php\";i:136;s:40:\"includes/metaboxes/tabs/tab_sidebars.php\";i:137;s:39:\"includes/metaboxes/tabs/tab_sliders.php\";i:138;s:41:\"includes/metaboxes/options/options_es.php\";i:139;s:44:\"includes/metaboxes/options/options_slide.php\";i:140;s:31:\"includes/lib/fusion-library.php\";i:141;s:51:\"includes/lib/inc/templates/featured-image-first.php\";i:142;s:39:\"includes/lib/inc/templates/rollover.php\";i:143;s:56:\"includes/lib/inc/redux/panel_templates/container.tpl.php\";i:144;s:53:\"includes/lib/inc/redux/panel_templates/header.tpl.php\";i:145;s:63:\"includes/lib/inc/redux/panel_templates/header_stickybar.tpl.php\";i:146;s:61:\"includes/lib/inc/redux/panel_templates/menu_container.tpl.php\";i:147;s:58:\"includes/lib/inc/redux/framework/fusionredux-framework.php\";i:148;s:46:\"includes/lib/inc/redux/framework/uninstall.php\";i:149;s:82:\"includes/lib/inc/redux/framework/FusionReduxCore/templates/panel/container.tpl.php\";i:150;s:80:\"includes/lib/inc/redux/framework/FusionReduxCore/templates/panel/content.tpl.php\";i:151;s:79:\"includes/lib/inc/redux/framework/FusionReduxCore/templates/panel/footer.tpl.php\";i:152;s:79:\"includes/lib/inc/redux/framework/FusionReduxCore/templates/panel/header.tpl.php\";i:153;s:89:\"includes/lib/inc/redux/framework/FusionReduxCore/templates/panel/header_stickybar.tpl.php\";i:154;s:87:\"includes/lib/inc/redux/framework/FusionReduxCore/templates/panel/menu_container.tpl.php\";i:155;s:79:\"includes/lib/inc/redux/framework/FusionReduxCore/inc/class.thirdparty.fixes.php\";i:156;s:76:\"includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome/views/about.php\";i:157;s:80:\"includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome/views/changelog.php\";i:158;s:78:\"includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome/views/credits.php\";i:159;s:81:\"includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome/views/extensions.php\";i:160;s:78:\"includes/lib/inc/redux/framework/FusionReduxCore/inc/welcome/views/support.php\";i:161;s:86:\"includes/lib/inc/redux/framework/FusionReduxCore/inc/fields/typography/googlefonts.php\";i:162;s:75:\"includes/lib/inc/redux/extensions/vendorsupport/extension_vendorsupport.php\";i:163;s:69:\"includes/lib/inc/redux/custom-fields/typography/googlefonts-array.php\";i:164;s:47:\"includes/lib/assets/fonts/fontawesome/icons.php\";i:165;s:30:\"includes/importer/importer.php\";i:166;s:32:\"includes/admin-screens/demos.php\";i:167;s:30:\"includes/admin-screens/faq.php\";i:168;s:34:\"includes/admin-screens/plugins.php\";i:169;s:39:\"includes/admin-screens/registration.php\";i:170;s:34:\"includes/admin-screens/support.php\";i:171;s:40:\"includes/admin-screens/system-status.php\";i:172;s:34:\"includes/admin-screens/welcome.php\";i:173;s:26:\"bbpress/content-search.php\";i:174;s:23:\"bbpress/form-search.php\";i:175;s:29:\"bbpress/loop-search-reply.php\";i:176;s:29:\"bbpress/loop-search-topic.php\";i:177;s:29:\"bbpress/loop-single-reply.php\";}s:7:\"max_sel\";N;s:7:\"imports\";a:2:{s:5:\"child\";a:0:{}s:5:\"parnt\";a:0:{}}s:13:\"child_version\";s:3:\"5.7\";s:12:\"child_author\";s:11:\"ThemeFusion\";s:10:\"child_name\";s:11:\"Avada Child\";s:14:\"child_themeuri\";s:30:\"http://avada.theme-fusion.com/\";s:15:\"child_authoruri\";s:39:\"http://themeforest.net/user/ThemeFusion\";s:11:\"child_descr\";s:85:\"The #1 selling theme of all time that allows you to build virtually any design style.\";s:10:\"child_tags\";N;s:5:\"parnt\";s:5:\"Avada\";s:5:\"child\";s:11:\"Avada-child\";s:10:\"configtype\";s:5:\"theme\";s:6:\"valkey\";i:595;s:7:\"rulekey\";i:140;s:5:\"qskey\";i:1895;s:6:\"selkey\";i:1895;s:8:\"querykey\";i:1;s:8:\"tokenkey\";N;s:6:\"recent\";N;s:9:\"converted\";i:1;s:5:\"fsize\";i:314;s:7:\"version\";s:7:\"2.3.0.4\";}', 'no');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1665, 'chld_thm_cfg_options_dict_qs', 'a:1895:{i:1;s:3:\"1:1\";i:2;s:3:\"1:2\";i:3;s:3:\"1:3\";i:4;s:3:\"1:4\";i:5;s:3:\"1:5\";i:6;s:3:\"1:6\";i:7;s:3:\"1:7\";i:8;s:3:\"1:8\";i:9;s:3:\"1:9\";i:10;s:4:\"1:10\";i:11;s:4:\"1:11\";i:12;s:4:\"1:12\";i:13;s:4:\"1:13\";i:14;s:4:\"1:14\";i:15;s:4:\"1:15\";i:16;s:4:\"1:16\";i:17;s:4:\"1:17\";i:18;s:4:\"1:18\";i:19;s:4:\"1:19\";i:20;s:4:\"1:20\";i:21;s:4:\"1:21\";i:22;s:4:\"1:22\";i:23;s:4:\"1:23\";i:24;s:4:\"1:24\";i:25;s:4:\"1:25\";i:26;s:4:\"1:26\";i:27;s:4:\"1:27\";i:28;s:4:\"1:28\";i:29;s:4:\"1:29\";i:30;s:4:\"1:30\";i:31;s:4:\"1:31\";i:32;s:4:\"1:32\";i:33;s:4:\"1:33\";i:34;s:4:\"1:34\";i:35;s:4:\"1:35\";i:36;s:4:\"1:36\";i:37;s:4:\"1:37\";i:38;s:4:\"1:38\";i:39;s:4:\"1:39\";i:40;s:4:\"1:40\";i:41;s:4:\"1:41\";i:42;s:4:\"1:42\";i:43;s:4:\"1:43\";i:44;s:4:\"1:44\";i:45;s:4:\"1:45\";i:46;s:4:\"1:46\";i:47;s:4:\"1:47\";i:48;s:4:\"1:48\";i:49;s:4:\"1:49\";i:50;s:4:\"1:50\";i:51;s:4:\"1:51\";i:52;s:4:\"1:52\";i:53;s:4:\"1:53\";i:54;s:4:\"1:54\";i:55;s:4:\"1:55\";i:56;s:4:\"1:56\";i:57;s:4:\"1:57\";i:58;s:4:\"1:58\";i:59;s:4:\"1:59\";i:60;s:4:\"1:60\";i:61;s:4:\"1:61\";i:62;s:4:\"1:62\";i:63;s:4:\"1:63\";i:64;s:4:\"1:64\";i:65;s:4:\"1:65\";i:66;s:4:\"1:66\";i:67;s:4:\"1:67\";i:68;s:4:\"1:68\";i:69;s:4:\"1:69\";i:70;s:4:\"1:70\";i:71;s:4:\"1:71\";i:72;s:4:\"1:72\";i:73;s:4:\"1:73\";i:74;s:4:\"1:74\";i:75;s:4:\"1:75\";i:76;s:4:\"1:76\";i:77;s:4:\"1:77\";i:78;s:4:\"1:78\";i:79;s:4:\"1:79\";i:80;s:4:\"1:80\";i:81;s:4:\"1:81\";i:82;s:4:\"1:82\";i:83;s:4:\"1:83\";i:84;s:4:\"1:84\";i:85;s:4:\"1:85\";i:86;s:4:\"1:86\";i:87;s:4:\"1:87\";i:88;s:4:\"1:88\";i:89;s:4:\"1:89\";i:90;s:4:\"1:90\";i:91;s:4:\"1:91\";i:92;s:4:\"1:92\";i:93;s:4:\"1:93\";i:94;s:4:\"1:94\";i:95;s:4:\"1:95\";i:96;s:4:\"1:96\";i:97;s:4:\"1:97\";i:98;s:4:\"1:98\";i:99;s:4:\"1:99\";i:100;s:5:\"1:100\";i:101;s:5:\"1:101\";i:102;s:5:\"1:102\";i:103;s:5:\"1:103\";i:104;s:5:\"1:104\";i:105;s:5:\"1:105\";i:106;s:5:\"1:106\";i:107;s:5:\"1:107\";i:108;s:5:\"1:108\";i:109;s:5:\"1:109\";i:110;s:5:\"1:110\";i:111;s:5:\"1:111\";i:112;s:5:\"1:112\";i:113;s:5:\"1:113\";i:114;s:5:\"1:114\";i:115;s:5:\"1:115\";i:116;s:5:\"1:116\";i:117;s:5:\"1:117\";i:118;s:5:\"1:118\";i:119;s:5:\"1:119\";i:120;s:5:\"1:120\";i:121;s:5:\"1:121\";i:122;s:5:\"1:122\";i:123;s:5:\"1:123\";i:124;s:5:\"1:124\";i:125;s:5:\"1:125\";i:126;s:5:\"1:126\";i:127;s:5:\"1:127\";i:128;s:5:\"1:128\";i:129;s:5:\"1:129\";i:130;s:5:\"1:130\";i:131;s:5:\"1:131\";i:132;s:5:\"1:132\";i:133;s:5:\"1:133\";i:134;s:5:\"1:134\";i:135;s:5:\"1:135\";i:136;s:5:\"1:136\";i:137;s:5:\"1:137\";i:138;s:5:\"1:138\";i:139;s:5:\"1:139\";i:140;s:5:\"1:140\";i:141;s:5:\"1:141\";i:142;s:5:\"1:142\";i:143;s:5:\"1:143\";i:144;s:5:\"1:144\";i:145;s:5:\"1:145\";i:146;s:5:\"1:146\";i:147;s:5:\"1:147\";i:148;s:5:\"1:148\";i:149;s:5:\"1:149\";i:150;s:5:\"1:150\";i:151;s:5:\"1:151\";i:152;s:5:\"1:152\";i:153;s:5:\"1:153\";i:154;s:5:\"1:154\";i:155;s:5:\"1:155\";i:156;s:5:\"1:156\";i:157;s:5:\"1:157\";i:158;s:5:\"1:158\";i:159;s:5:\"1:159\";i:160;s:5:\"1:160\";i:161;s:5:\"1:161\";i:162;s:5:\"1:162\";i:163;s:5:\"1:163\";i:164;s:5:\"1:164\";i:165;s:5:\"1:165\";i:166;s:5:\"1:166\";i:167;s:5:\"1:167\";i:168;s:5:\"1:168\";i:169;s:5:\"1:169\";i:170;s:5:\"1:170\";i:171;s:5:\"1:171\";i:172;s:5:\"1:172\";i:173;s:5:\"1:173\";i:174;s:5:\"1:174\";i:175;s:5:\"1:175\";i:176;s:5:\"1:176\";i:177;s:5:\"1:177\";i:178;s:5:\"1:178\";i:179;s:5:\"1:179\";i:180;s:5:\"1:180\";i:181;s:5:\"1:181\";i:182;s:5:\"1:182\";i:183;s:5:\"1:183\";i:184;s:5:\"1:184\";i:185;s:5:\"1:185\";i:186;s:5:\"1:186\";i:187;s:5:\"1:187\";i:188;s:5:\"1:188\";i:189;s:5:\"1:189\";i:190;s:5:\"1:190\";i:191;s:5:\"1:191\";i:192;s:5:\"1:192\";i:193;s:5:\"1:193\";i:194;s:5:\"1:194\";i:195;s:5:\"1:195\";i:196;s:5:\"1:196\";i:197;s:5:\"1:197\";i:198;s:5:\"1:198\";i:199;s:5:\"1:199\";i:200;s:5:\"1:200\";i:201;s:5:\"1:201\";i:202;s:5:\"1:202\";i:203;s:5:\"1:203\";i:204;s:5:\"1:204\";i:205;s:5:\"1:205\";i:206;s:5:\"1:206\";i:207;s:5:\"1:207\";i:208;s:5:\"1:208\";i:209;s:5:\"1:209\";i:210;s:5:\"1:210\";i:211;s:5:\"1:211\";i:212;s:5:\"1:212\";i:213;s:5:\"1:213\";i:214;s:5:\"1:214\";i:215;s:5:\"1:215\";i:216;s:5:\"1:216\";i:217;s:5:\"1:217\";i:218;s:5:\"1:218\";i:219;s:5:\"1:219\";i:220;s:5:\"1:220\";i:221;s:5:\"1:221\";i:222;s:5:\"1:222\";i:223;s:5:\"1:223\";i:224;s:5:\"1:224\";i:225;s:5:\"1:225\";i:226;s:5:\"1:226\";i:227;s:5:\"1:227\";i:228;s:5:\"1:228\";i:229;s:5:\"1:229\";i:230;s:5:\"1:230\";i:231;s:5:\"1:231\";i:232;s:5:\"1:232\";i:233;s:5:\"1:233\";i:234;s:5:\"1:234\";i:235;s:5:\"1:235\";i:236;s:5:\"1:236\";i:237;s:5:\"1:237\";i:238;s:5:\"1:238\";i:239;s:5:\"1:239\";i:240;s:5:\"1:240\";i:241;s:5:\"1:241\";i:242;s:5:\"1:242\";i:243;s:5:\"1:243\";i:244;s:5:\"1:244\";i:245;s:5:\"1:245\";i:246;s:5:\"1:246\";i:247;s:5:\"1:247\";i:248;s:5:\"1:248\";i:249;s:5:\"1:249\";i:250;s:5:\"1:250\";i:251;s:5:\"1:251\";i:252;s:5:\"1:252\";i:253;s:5:\"1:253\";i:254;s:5:\"1:254\";i:255;s:5:\"1:255\";i:256;s:5:\"1:256\";i:257;s:5:\"1:257\";i:258;s:5:\"1:258\";i:259;s:5:\"1:259\";i:260;s:5:\"1:260\";i:261;s:5:\"1:261\";i:262;s:5:\"1:262\";i:263;s:5:\"1:263\";i:264;s:5:\"1:264\";i:265;s:5:\"1:265\";i:266;s:5:\"1:266\";i:267;s:5:\"1:267\";i:268;s:5:\"1:268\";i:269;s:5:\"1:269\";i:270;s:5:\"1:270\";i:271;s:5:\"1:271\";i:272;s:5:\"1:272\";i:273;s:5:\"1:273\";i:274;s:5:\"1:274\";i:275;s:5:\"1:275\";i:276;s:5:\"1:276\";i:277;s:5:\"1:277\";i:278;s:5:\"1:278\";i:279;s:5:\"1:279\";i:280;s:5:\"1:280\";i:281;s:5:\"1:281\";i:282;s:5:\"1:282\";i:283;s:5:\"1:283\";i:284;s:5:\"1:284\";i:285;s:5:\"1:285\";i:286;s:5:\"1:286\";i:287;s:5:\"1:287\";i:288;s:5:\"1:288\";i:289;s:5:\"1:289\";i:290;s:5:\"1:290\";i:291;s:5:\"1:291\";i:292;s:5:\"1:292\";i:293;s:5:\"1:293\";i:294;s:5:\"1:294\";i:295;s:5:\"1:295\";i:296;s:5:\"1:296\";i:297;s:5:\"1:297\";i:298;s:5:\"1:298\";i:299;s:5:\"1:299\";i:300;s:5:\"1:300\";i:301;s:5:\"1:301\";i:302;s:5:\"1:302\";i:303;s:5:\"1:303\";i:304;s:5:\"1:304\";i:305;s:5:\"1:305\";i:306;s:5:\"1:306\";i:307;s:5:\"1:307\";i:308;s:5:\"1:308\";i:309;s:5:\"1:309\";i:310;s:5:\"1:310\";i:311;s:5:\"1:311\";i:312;s:5:\"1:312\";i:313;s:5:\"1:313\";i:314;s:5:\"1:314\";i:315;s:5:\"1:315\";i:316;s:5:\"1:316\";i:317;s:5:\"1:317\";i:318;s:5:\"1:318\";i:319;s:5:\"1:319\";i:320;s:5:\"1:320\";i:321;s:5:\"1:321\";i:322;s:5:\"1:322\";i:323;s:5:\"1:323\";i:324;s:5:\"1:324\";i:325;s:5:\"1:325\";i:326;s:5:\"1:326\";i:327;s:5:\"1:327\";i:328;s:5:\"1:328\";i:329;s:5:\"1:329\";i:330;s:5:\"1:330\";i:331;s:5:\"1:331\";i:332;s:5:\"1:332\";i:333;s:5:\"1:333\";i:334;s:5:\"1:334\";i:335;s:5:\"1:335\";i:336;s:5:\"1:336\";i:337;s:5:\"1:337\";i:338;s:5:\"1:338\";i:339;s:5:\"1:339\";i:340;s:5:\"1:340\";i:341;s:5:\"1:341\";i:342;s:5:\"1:342\";i:343;s:5:\"1:343\";i:344;s:5:\"1:344\";i:345;s:5:\"1:345\";i:346;s:5:\"1:346\";i:347;s:5:\"1:347\";i:348;s:5:\"1:348\";i:349;s:5:\"1:349\";i:350;s:5:\"1:350\";i:351;s:5:\"1:351\";i:352;s:5:\"1:352\";i:353;s:5:\"1:353\";i:354;s:5:\"1:354\";i:355;s:5:\"1:355\";i:356;s:5:\"1:356\";i:357;s:5:\"1:357\";i:358;s:5:\"1:358\";i:359;s:5:\"1:359\";i:360;s:5:\"1:360\";i:361;s:5:\"1:361\";i:362;s:5:\"1:362\";i:363;s:5:\"1:363\";i:364;s:5:\"1:364\";i:365;s:5:\"1:365\";i:366;s:5:\"1:366\";i:367;s:5:\"1:367\";i:368;s:5:\"1:368\";i:369;s:5:\"1:369\";i:370;s:5:\"1:370\";i:371;s:5:\"1:371\";i:372;s:5:\"1:372\";i:373;s:5:\"1:373\";i:374;s:5:\"1:374\";i:375;s:5:\"1:375\";i:376;s:5:\"1:376\";i:377;s:5:\"1:377\";i:378;s:5:\"1:378\";i:379;s:5:\"1:379\";i:380;s:5:\"1:380\";i:381;s:5:\"1:381\";i:382;s:5:\"1:382\";i:383;s:5:\"1:383\";i:384;s:5:\"1:384\";i:385;s:5:\"1:385\";i:386;s:5:\"1:386\";i:387;s:5:\"1:387\";i:388;s:5:\"1:388\";i:389;s:5:\"1:389\";i:390;s:5:\"1:390\";i:391;s:5:\"1:391\";i:392;s:5:\"1:392\";i:393;s:5:\"1:393\";i:394;s:5:\"1:394\";i:395;s:5:\"1:395\";i:396;s:5:\"1:396\";i:397;s:5:\"1:397\";i:398;s:5:\"1:398\";i:399;s:5:\"1:399\";i:400;s:5:\"1:400\";i:401;s:5:\"1:401\";i:402;s:5:\"1:402\";i:403;s:5:\"1:403\";i:404;s:5:\"1:404\";i:405;s:5:\"1:405\";i:406;s:5:\"1:406\";i:407;s:5:\"1:407\";i:408;s:5:\"1:408\";i:409;s:5:\"1:409\";i:410;s:5:\"1:410\";i:411;s:5:\"1:411\";i:412;s:5:\"1:412\";i:413;s:5:\"1:413\";i:414;s:5:\"1:414\";i:415;s:5:\"1:415\";i:416;s:5:\"1:416\";i:417;s:5:\"1:417\";i:418;s:5:\"1:418\";i:419;s:5:\"1:419\";i:420;s:5:\"1:420\";i:421;s:5:\"1:421\";i:422;s:5:\"1:422\";i:423;s:5:\"1:423\";i:424;s:5:\"1:424\";i:425;s:5:\"1:425\";i:426;s:5:\"1:426\";i:427;s:5:\"1:427\";i:428;s:5:\"1:428\";i:429;s:5:\"1:429\";i:430;s:5:\"1:430\";i:431;s:5:\"1:431\";i:432;s:5:\"1:432\";i:433;s:5:\"1:433\";i:434;s:5:\"1:434\";i:435;s:5:\"1:435\";i:436;s:5:\"1:436\";i:437;s:5:\"1:437\";i:438;s:5:\"1:438\";i:439;s:5:\"1:439\";i:440;s:5:\"1:440\";i:441;s:5:\"1:441\";i:442;s:5:\"1:442\";i:443;s:5:\"1:443\";i:444;s:5:\"1:444\";i:445;s:5:\"1:445\";i:446;s:5:\"1:446\";i:447;s:5:\"1:447\";i:448;s:5:\"1:448\";i:449;s:5:\"1:449\";i:450;s:5:\"1:450\";i:451;s:5:\"1:451\";i:452;s:5:\"1:452\";i:453;s:5:\"1:453\";i:454;s:5:\"1:454\";i:455;s:5:\"1:455\";i:456;s:5:\"1:456\";i:457;s:5:\"1:457\";i:458;s:5:\"1:458\";i:459;s:5:\"1:459\";i:460;s:5:\"1:460\";i:461;s:5:\"1:461\";i:462;s:5:\"1:462\";i:463;s:5:\"1:463\";i:464;s:5:\"1:464\";i:465;s:5:\"1:465\";i:466;s:5:\"1:466\";i:467;s:5:\"1:467\";i:468;s:5:\"1:468\";i:469;s:5:\"1:469\";i:470;s:5:\"1:470\";i:471;s:5:\"1:471\";i:472;s:5:\"1:472\";i:473;s:5:\"1:473\";i:474;s:5:\"1:474\";i:475;s:5:\"1:475\";i:476;s:5:\"1:476\";i:477;s:5:\"1:477\";i:478;s:5:\"1:478\";i:479;s:5:\"1:479\";i:480;s:5:\"1:480\";i:481;s:5:\"1:481\";i:482;s:5:\"1:482\";i:483;s:5:\"1:483\";i:484;s:5:\"1:484\";i:485;s:5:\"1:485\";i:486;s:5:\"1:486\";i:487;s:5:\"1:487\";i:488;s:5:\"1:488\";i:489;s:5:\"1:489\";i:490;s:5:\"1:490\";i:491;s:5:\"1:491\";i:492;s:5:\"1:492\";i:493;s:5:\"1:493\";i:494;s:5:\"1:494\";i:495;s:5:\"1:495\";i:496;s:5:\"1:496\";i:497;s:5:\"1:497\";i:498;s:5:\"1:498\";i:499;s:5:\"1:499\";i:500;s:5:\"1:500\";i:501;s:5:\"1:501\";i:502;s:5:\"1:502\";i:503;s:5:\"1:503\";i:504;s:5:\"1:504\";i:505;s:5:\"1:505\";i:506;s:5:\"1:506\";i:507;s:5:\"1:507\";i:508;s:5:\"1:508\";i:509;s:5:\"1:509\";i:510;s:5:\"1:510\";i:511;s:5:\"1:511\";i:512;s:5:\"1:512\";i:513;s:5:\"1:513\";i:514;s:5:\"1:514\";i:515;s:5:\"1:515\";i:516;s:5:\"1:516\";i:517;s:5:\"1:517\";i:518;s:5:\"1:518\";i:519;s:5:\"1:519\";i:520;s:5:\"1:520\";i:521;s:5:\"1:521\";i:522;s:5:\"1:522\";i:523;s:5:\"1:523\";i:524;s:5:\"1:524\";i:525;s:5:\"1:525\";i:526;s:5:\"1:526\";i:527;s:5:\"1:527\";i:528;s:5:\"1:528\";i:529;s:5:\"1:529\";i:530;s:5:\"1:530\";i:531;s:5:\"1:531\";i:532;s:5:\"1:532\";i:533;s:5:\"1:533\";i:534;s:5:\"1:534\";i:535;s:5:\"1:535\";i:536;s:5:\"1:536\";i:537;s:5:\"1:537\";i:538;s:5:\"1:538\";i:539;s:5:\"1:539\";i:540;s:5:\"1:540\";i:541;s:5:\"1:541\";i:542;s:5:\"1:542\";i:543;s:5:\"1:543\";i:544;s:5:\"1:544\";i:545;s:5:\"1:545\";i:546;s:5:\"1:546\";i:547;s:5:\"1:547\";i:548;s:5:\"1:548\";i:549;s:5:\"1:549\";i:550;s:5:\"1:550\";i:551;s:5:\"1:551\";i:552;s:5:\"1:552\";i:553;s:5:\"1:553\";i:554;s:5:\"1:554\";i:555;s:5:\"1:555\";i:556;s:5:\"1:556\";i:557;s:5:\"1:557\";i:558;s:5:\"1:558\";i:559;s:5:\"1:559\";i:560;s:5:\"1:560\";i:561;s:5:\"1:561\";i:562;s:5:\"1:562\";i:563;s:5:\"1:563\";i:564;s:5:\"1:564\";i:565;s:5:\"1:565\";i:566;s:5:\"1:566\";i:567;s:5:\"1:567\";i:568;s:5:\"1:568\";i:569;s:5:\"1:569\";i:570;s:5:\"1:570\";i:571;s:5:\"1:571\";i:572;s:5:\"1:572\";i:573;s:5:\"1:573\";i:574;s:5:\"1:574\";i:575;s:5:\"1:575\";i:576;s:5:\"1:576\";i:577;s:5:\"1:577\";i:578;s:5:\"1:578\";i:579;s:5:\"1:579\";i:580;s:5:\"1:580\";i:581;s:5:\"1:581\";i:582;s:5:\"1:582\";i:583;s:5:\"1:583\";i:584;s:5:\"1:584\";i:585;s:5:\"1:585\";i:586;s:5:\"1:586\";i:587;s:5:\"1:587\";i:588;s:5:\"1:588\";i:589;s:5:\"1:589\";i:590;s:5:\"1:590\";i:591;s:5:\"1:591\";i:592;s:5:\"1:592\";i:593;s:5:\"1:593\";i:594;s:5:\"1:594\";i:595;s:5:\"1:595\";i:596;s:5:\"1:596\";i:597;s:5:\"1:597\";i:598;s:5:\"1:598\";i:599;s:5:\"1:599\";i:600;s:5:\"1:600\";i:601;s:5:\"1:601\";i:602;s:5:\"1:602\";i:603;s:5:\"1:603\";i:604;s:5:\"1:604\";i:605;s:5:\"1:605\";i:606;s:5:\"1:606\";i:607;s:5:\"1:607\";i:608;s:5:\"1:608\";i:609;s:5:\"1:609\";i:610;s:5:\"1:610\";i:611;s:5:\"1:611\";i:612;s:5:\"1:612\";i:613;s:5:\"1:613\";i:614;s:5:\"1:614\";i:615;s:5:\"1:615\";i:616;s:5:\"1:616\";i:617;s:5:\"1:617\";i:618;s:5:\"1:618\";i:619;s:5:\"1:619\";i:620;s:5:\"1:620\";i:621;s:5:\"1:621\";i:622;s:5:\"1:622\";i:623;s:5:\"1:623\";i:624;s:5:\"1:624\";i:625;s:5:\"1:625\";i:626;s:5:\"1:626\";i:627;s:5:\"1:627\";i:628;s:5:\"1:628\";i:629;s:5:\"1:629\";i:630;s:5:\"1:630\";i:631;s:5:\"1:631\";i:632;s:5:\"1:632\";i:633;s:5:\"1:633\";i:634;s:5:\"1:634\";i:635;s:5:\"1:635\";i:636;s:5:\"1:636\";i:637;s:5:\"1:637\";i:638;s:5:\"1:638\";i:639;s:5:\"1:639\";i:640;s:5:\"1:640\";i:641;s:5:\"1:641\";i:642;s:5:\"1:642\";i:643;s:5:\"1:643\";i:644;s:5:\"1:644\";i:645;s:5:\"1:645\";i:646;s:5:\"1:646\";i:647;s:5:\"1:647\";i:648;s:5:\"1:648\";i:649;s:5:\"1:649\";i:650;s:5:\"1:650\";i:651;s:5:\"1:651\";i:652;s:5:\"1:652\";i:653;s:5:\"1:653\";i:654;s:5:\"1:654\";i:655;s:5:\"1:655\";i:656;s:5:\"1:656\";i:657;s:5:\"1:657\";i:658;s:5:\"1:658\";i:659;s:5:\"1:659\";i:660;s:5:\"1:660\";i:661;s:5:\"1:661\";i:662;s:5:\"1:662\";i:663;s:5:\"1:663\";i:664;s:5:\"1:664\";i:665;s:5:\"1:665\";i:666;s:5:\"1:666\";i:667;s:5:\"1:667\";i:668;s:5:\"1:668\";i:669;s:5:\"1:669\";i:670;s:5:\"1:670\";i:671;s:5:\"1:671\";i:672;s:5:\"1:672\";i:673;s:5:\"1:673\";i:674;s:5:\"1:674\";i:675;s:5:\"1:675\";i:676;s:5:\"1:676\";i:677;s:5:\"1:677\";i:678;s:5:\"1:678\";i:679;s:5:\"1:679\";i:680;s:5:\"1:680\";i:681;s:5:\"1:681\";i:682;s:5:\"1:682\";i:683;s:5:\"1:683\";i:684;s:5:\"1:684\";i:685;s:5:\"1:685\";i:686;s:5:\"1:686\";i:687;s:5:\"1:687\";i:688;s:5:\"1:688\";i:689;s:5:\"1:689\";i:690;s:5:\"1:690\";i:691;s:5:\"1:691\";i:692;s:5:\"1:692\";i:693;s:5:\"1:693\";i:694;s:5:\"1:694\";i:695;s:5:\"1:695\";i:696;s:5:\"1:696\";i:697;s:5:\"1:697\";i:698;s:5:\"1:698\";i:699;s:5:\"1:699\";i:700;s:5:\"1:700\";i:701;s:5:\"1:701\";i:702;s:5:\"1:702\";i:703;s:5:\"1:703\";i:704;s:5:\"1:704\";i:705;s:5:\"1:705\";i:706;s:5:\"1:706\";i:707;s:5:\"1:707\";i:708;s:5:\"1:708\";i:709;s:5:\"1:709\";i:710;s:5:\"1:710\";i:711;s:5:\"1:711\";i:712;s:5:\"1:712\";i:713;s:5:\"1:713\";i:714;s:5:\"1:714\";i:715;s:5:\"1:715\";i:716;s:5:\"1:716\";i:717;s:5:\"1:717\";i:718;s:5:\"1:718\";i:719;s:5:\"1:719\";i:720;s:5:\"1:720\";i:721;s:5:\"1:721\";i:722;s:5:\"1:722\";i:723;s:5:\"1:723\";i:724;s:5:\"1:724\";i:725;s:5:\"1:725\";i:726;s:5:\"1:726\";i:727;s:5:\"1:727\";i:728;s:5:\"1:728\";i:729;s:5:\"1:729\";i:730;s:5:\"1:730\";i:731;s:5:\"1:731\";i:732;s:5:\"1:732\";i:733;s:5:\"1:733\";i:734;s:5:\"1:734\";i:735;s:5:\"1:735\";i:736;s:5:\"1:736\";i:737;s:5:\"1:737\";i:738;s:5:\"1:738\";i:739;s:5:\"1:739\";i:740;s:5:\"1:740\";i:741;s:5:\"1:741\";i:742;s:5:\"1:742\";i:743;s:5:\"1:743\";i:744;s:5:\"1:744\";i:745;s:5:\"1:745\";i:746;s:5:\"1:746\";i:747;s:5:\"1:747\";i:748;s:5:\"1:748\";i:749;s:5:\"1:749\";i:750;s:5:\"1:750\";i:751;s:5:\"1:751\";i:752;s:5:\"1:752\";i:753;s:5:\"1:753\";i:754;s:5:\"1:754\";i:755;s:5:\"1:755\";i:756;s:5:\"1:756\";i:757;s:5:\"1:757\";i:758;s:5:\"1:758\";i:759;s:5:\"1:759\";i:760;s:5:\"1:760\";i:761;s:5:\"1:761\";i:762;s:5:\"1:762\";i:763;s:5:\"1:763\";i:764;s:5:\"1:764\";i:765;s:5:\"1:765\";i:766;s:5:\"1:766\";i:767;s:5:\"1:767\";i:768;s:5:\"1:768\";i:769;s:5:\"1:769\";i:770;s:5:\"1:770\";i:771;s:5:\"1:771\";i:772;s:5:\"1:772\";i:773;s:5:\"1:773\";i:774;s:5:\"1:774\";i:775;s:5:\"1:775\";i:776;s:5:\"1:776\";i:777;s:5:\"1:777\";i:778;s:5:\"1:778\";i:779;s:5:\"1:779\";i:780;s:5:\"1:780\";i:781;s:5:\"1:781\";i:782;s:5:\"1:782\";i:783;s:5:\"1:783\";i:784;s:5:\"1:784\";i:785;s:5:\"1:785\";i:786;s:5:\"1:786\";i:787;s:5:\"1:787\";i:788;s:5:\"1:788\";i:789;s:5:\"1:789\";i:790;s:5:\"1:790\";i:791;s:5:\"1:791\";i:792;s:5:\"1:792\";i:793;s:5:\"1:793\";i:794;s:5:\"1:794\";i:795;s:5:\"1:795\";i:796;s:5:\"1:796\";i:797;s:5:\"1:797\";i:798;s:5:\"1:798\";i:799;s:5:\"1:799\";i:800;s:5:\"1:800\";i:801;s:5:\"1:801\";i:802;s:5:\"1:802\";i:803;s:5:\"1:803\";i:804;s:5:\"1:804\";i:805;s:5:\"1:805\";i:806;s:5:\"1:806\";i:807;s:5:\"1:807\";i:808;s:5:\"1:808\";i:809;s:5:\"1:809\";i:810;s:5:\"1:810\";i:811;s:5:\"1:811\";i:812;s:5:\"1:812\";i:813;s:5:\"1:813\";i:814;s:5:\"1:814\";i:815;s:5:\"1:815\";i:816;s:5:\"1:816\";i:817;s:5:\"1:817\";i:818;s:5:\"1:818\";i:819;s:5:\"1:819\";i:820;s:5:\"1:820\";i:821;s:5:\"1:821\";i:822;s:5:\"1:822\";i:823;s:5:\"1:823\";i:824;s:5:\"1:824\";i:825;s:5:\"1:825\";i:826;s:5:\"1:826\";i:827;s:5:\"1:827\";i:828;s:5:\"1:828\";i:829;s:5:\"1:829\";i:830;s:5:\"1:830\";i:831;s:5:\"1:831\";i:832;s:5:\"1:832\";i:833;s:5:\"1:833\";i:834;s:5:\"1:834\";i:835;s:5:\"1:835\";i:836;s:5:\"1:836\";i:837;s:5:\"1:837\";i:838;s:5:\"1:838\";i:839;s:5:\"1:839\";i:840;s:5:\"1:840\";i:841;s:5:\"1:841\";i:842;s:5:\"1:842\";i:843;s:5:\"1:843\";i:844;s:5:\"1:844\";i:845;s:5:\"1:845\";i:846;s:5:\"1:846\";i:847;s:5:\"1:847\";i:848;s:5:\"1:848\";i:849;s:5:\"1:849\";i:850;s:5:\"1:850\";i:851;s:5:\"1:851\";i:852;s:5:\"1:852\";i:853;s:5:\"1:853\";i:854;s:5:\"1:854\";i:855;s:5:\"1:855\";i:856;s:5:\"1:856\";i:857;s:5:\"1:857\";i:858;s:5:\"1:858\";i:859;s:5:\"1:859\";i:860;s:5:\"1:860\";i:861;s:5:\"1:861\";i:862;s:5:\"1:862\";i:863;s:5:\"1:863\";i:864;s:5:\"1:864\";i:865;s:5:\"1:865\";i:866;s:5:\"1:866\";i:867;s:5:\"1:867\";i:868;s:5:\"1:868\";i:869;s:5:\"1:869\";i:870;s:5:\"1:870\";i:871;s:5:\"1:871\";i:872;s:5:\"1:872\";i:873;s:5:\"1:873\";i:874;s:5:\"1:874\";i:875;s:5:\"1:875\";i:876;s:5:\"1:876\";i:877;s:5:\"1:877\";i:878;s:5:\"1:878\";i:879;s:5:\"1:879\";i:880;s:5:\"1:880\";i:881;s:5:\"1:881\";i:882;s:5:\"1:882\";i:883;s:5:\"1:883\";i:884;s:5:\"1:884\";i:885;s:5:\"1:885\";i:886;s:5:\"1:886\";i:887;s:5:\"1:887\";i:888;s:5:\"1:888\";i:889;s:5:\"1:889\";i:890;s:5:\"1:890\";i:891;s:5:\"1:891\";i:892;s:5:\"1:892\";i:893;s:5:\"1:893\";i:894;s:5:\"1:894\";i:895;s:5:\"1:895\";i:896;s:5:\"1:896\";i:897;s:5:\"1:897\";i:898;s:5:\"1:898\";i:899;s:5:\"1:899\";i:900;s:5:\"1:900\";i:901;s:5:\"1:901\";i:902;s:5:\"1:902\";i:903;s:5:\"1:903\";i:904;s:5:\"1:904\";i:905;s:5:\"1:905\";i:906;s:5:\"1:906\";i:907;s:5:\"1:907\";i:908;s:5:\"1:908\";i:909;s:5:\"1:909\";i:910;s:5:\"1:910\";i:911;s:5:\"1:911\";i:912;s:5:\"1:912\";i:913;s:5:\"1:913\";i:914;s:5:\"1:914\";i:915;s:5:\"1:915\";i:916;s:5:\"1:916\";i:917;s:5:\"1:917\";i:918;s:5:\"1:918\";i:919;s:5:\"1:919\";i:920;s:5:\"1:920\";i:921;s:5:\"1:921\";i:922;s:5:\"1:922\";i:923;s:5:\"1:923\";i:924;s:5:\"1:924\";i:925;s:5:\"1:925\";i:926;s:5:\"1:926\";i:927;s:5:\"1:927\";i:928;s:5:\"1:928\";i:929;s:5:\"1:929\";i:930;s:5:\"1:930\";i:931;s:5:\"1:931\";i:932;s:5:\"1:932\";i:933;s:5:\"1:933\";i:934;s:5:\"1:934\";i:935;s:5:\"1:935\";i:936;s:5:\"1:936\";i:937;s:5:\"1:937\";i:938;s:5:\"1:938\";i:939;s:5:\"1:939\";i:940;s:5:\"1:940\";i:941;s:5:\"1:941\";i:942;s:5:\"1:942\";i:943;s:5:\"1:943\";i:944;s:5:\"1:944\";i:945;s:5:\"1:945\";i:946;s:5:\"1:946\";i:947;s:5:\"1:947\";i:948;s:5:\"1:948\";i:949;s:5:\"1:949\";i:950;s:5:\"1:950\";i:951;s:5:\"1:951\";i:952;s:5:\"1:952\";i:953;s:5:\"1:953\";i:954;s:5:\"1:954\";i:955;s:5:\"1:955\";i:956;s:5:\"1:956\";i:957;s:5:\"1:957\";i:958;s:5:\"1:958\";i:959;s:5:\"1:959\";i:960;s:5:\"1:960\";i:961;s:5:\"1:961\";i:962;s:5:\"1:962\";i:963;s:5:\"1:963\";i:964;s:5:\"1:964\";i:965;s:5:\"1:965\";i:966;s:5:\"1:966\";i:967;s:5:\"1:967\";i:968;s:5:\"1:968\";i:969;s:5:\"1:969\";i:970;s:5:\"1:970\";i:971;s:5:\"1:971\";i:972;s:5:\"1:972\";i:973;s:5:\"1:973\";i:974;s:5:\"1:974\";i:975;s:5:\"1:975\";i:976;s:5:\"1:976\";i:977;s:5:\"1:977\";i:978;s:5:\"1:978\";i:979;s:5:\"1:979\";i:980;s:5:\"1:980\";i:981;s:5:\"1:981\";i:982;s:5:\"1:982\";i:983;s:5:\"1:983\";i:984;s:5:\"1:984\";i:985;s:5:\"1:985\";i:986;s:5:\"1:986\";i:987;s:5:\"1:987\";i:988;s:5:\"1:988\";i:989;s:5:\"1:989\";i:990;s:5:\"1:990\";i:991;s:5:\"1:991\";i:992;s:5:\"1:992\";i:993;s:5:\"1:993\";i:994;s:5:\"1:994\";i:995;s:5:\"1:995\";i:996;s:5:\"1:996\";i:997;s:5:\"1:997\";i:998;s:5:\"1:998\";i:999;s:5:\"1:999\";i:1000;s:6:\"1:1000\";i:1001;s:6:\"1:1001\";i:1002;s:6:\"1:1002\";i:1003;s:6:\"1:1003\";i:1004;s:6:\"1:1004\";i:1005;s:6:\"1:1005\";i:1006;s:6:\"1:1006\";i:1007;s:6:\"1:1007\";i:1008;s:6:\"1:1008\";i:1009;s:6:\"1:1009\";i:1010;s:6:\"1:1010\";i:1011;s:6:\"1:1011\";i:1012;s:6:\"1:1012\";i:1013;s:6:\"1:1013\";i:1014;s:6:\"1:1014\";i:1015;s:6:\"1:1015\";i:1016;s:6:\"1:1016\";i:1017;s:6:\"1:1017\";i:1018;s:6:\"1:1018\";i:1019;s:6:\"1:1019\";i:1020;s:6:\"1:1020\";i:1021;s:6:\"1:1021\";i:1022;s:6:\"1:1022\";i:1023;s:6:\"1:1023\";i:1024;s:6:\"1:1024\";i:1025;s:6:\"1:1025\";i:1026;s:6:\"1:1026\";i:1027;s:6:\"1:1027\";i:1028;s:6:\"1:1028\";i:1029;s:6:\"1:1029\";i:1030;s:6:\"1:1030\";i:1031;s:6:\"1:1031\";i:1032;s:6:\"1:1032\";i:1033;s:6:\"1:1033\";i:1034;s:6:\"1:1034\";i:1035;s:6:\"1:1035\";i:1036;s:6:\"1:1036\";i:1037;s:6:\"1:1037\";i:1038;s:6:\"1:1038\";i:1039;s:6:\"1:1039\";i:1040;s:6:\"1:1040\";i:1041;s:6:\"1:1041\";i:1042;s:6:\"1:1042\";i:1043;s:6:\"1:1043\";i:1044;s:6:\"1:1044\";i:1045;s:6:\"1:1045\";i:1046;s:6:\"1:1046\";i:1047;s:6:\"1:1047\";i:1048;s:6:\"1:1048\";i:1049;s:6:\"1:1049\";i:1050;s:6:\"1:1050\";i:1051;s:6:\"1:1051\";i:1052;s:6:\"1:1052\";i:1053;s:6:\"1:1053\";i:1054;s:6:\"1:1054\";i:1055;s:6:\"1:1055\";i:1056;s:6:\"1:1056\";i:1057;s:6:\"1:1057\";i:1058;s:6:\"1:1058\";i:1059;s:6:\"1:1059\";i:1060;s:6:\"1:1060\";i:1061;s:6:\"1:1061\";i:1062;s:6:\"1:1062\";i:1063;s:6:\"1:1063\";i:1064;s:6:\"1:1064\";i:1065;s:6:\"1:1065\";i:1066;s:6:\"1:1066\";i:1067;s:6:\"1:1067\";i:1068;s:6:\"1:1068\";i:1069;s:6:\"1:1069\";i:1070;s:6:\"1:1070\";i:1071;s:6:\"1:1071\";i:1072;s:6:\"1:1072\";i:1073;s:6:\"1:1073\";i:1074;s:6:\"1:1074\";i:1075;s:6:\"1:1075\";i:1076;s:6:\"1:1076\";i:1077;s:6:\"1:1077\";i:1078;s:6:\"1:1078\";i:1079;s:6:\"1:1079\";i:1080;s:6:\"1:1080\";i:1081;s:6:\"1:1081\";i:1082;s:6:\"1:1082\";i:1083;s:6:\"1:1083\";i:1084;s:6:\"1:1084\";i:1085;s:6:\"1:1085\";i:1086;s:6:\"1:1086\";i:1087;s:6:\"1:1087\";i:1088;s:6:\"1:1088\";i:1089;s:6:\"1:1089\";i:1090;s:6:\"1:1090\";i:1091;s:6:\"1:1091\";i:1092;s:6:\"1:1092\";i:1093;s:6:\"1:1093\";i:1094;s:6:\"1:1094\";i:1095;s:6:\"1:1095\";i:1096;s:6:\"1:1096\";i:1097;s:6:\"1:1097\";i:1098;s:6:\"1:1098\";i:1099;s:6:\"1:1099\";i:1100;s:6:\"1:1100\";i:1101;s:6:\"1:1101\";i:1102;s:6:\"1:1102\";i:1103;s:6:\"1:1103\";i:1104;s:6:\"1:1104\";i:1105;s:6:\"1:1105\";i:1106;s:6:\"1:1106\";i:1107;s:6:\"1:1107\";i:1108;s:6:\"1:1108\";i:1109;s:6:\"1:1109\";i:1110;s:6:\"1:1110\";i:1111;s:6:\"1:1111\";i:1112;s:6:\"1:1112\";i:1113;s:6:\"1:1113\";i:1114;s:6:\"1:1114\";i:1115;s:6:\"1:1115\";i:1116;s:6:\"1:1116\";i:1117;s:6:\"1:1117\";i:1118;s:6:\"1:1118\";i:1119;s:6:\"1:1119\";i:1120;s:6:\"1:1120\";i:1121;s:6:\"1:1121\";i:1122;s:6:\"1:1122\";i:1123;s:6:\"1:1123\";i:1124;s:6:\"1:1124\";i:1125;s:6:\"1:1125\";i:1126;s:6:\"1:1126\";i:1127;s:6:\"1:1127\";i:1128;s:6:\"1:1128\";i:1129;s:6:\"1:1129\";i:1130;s:6:\"1:1130\";i:1131;s:6:\"1:1131\";i:1132;s:6:\"1:1132\";i:1133;s:6:\"1:1133\";i:1134;s:6:\"1:1134\";i:1135;s:6:\"1:1135\";i:1136;s:6:\"1:1136\";i:1137;s:6:\"1:1137\";i:1138;s:6:\"1:1138\";i:1139;s:6:\"1:1139\";i:1140;s:6:\"1:1140\";i:1141;s:6:\"1:1141\";i:1142;s:6:\"1:1142\";i:1143;s:6:\"1:1143\";i:1144;s:6:\"1:1144\";i:1145;s:6:\"1:1145\";i:1146;s:6:\"1:1146\";i:1147;s:6:\"1:1147\";i:1148;s:6:\"1:1148\";i:1149;s:6:\"1:1149\";i:1150;s:6:\"1:1150\";i:1151;s:6:\"1:1151\";i:1152;s:6:\"1:1152\";i:1153;s:6:\"1:1153\";i:1154;s:6:\"1:1154\";i:1155;s:6:\"1:1155\";i:1156;s:6:\"1:1156\";i:1157;s:6:\"1:1157\";i:1158;s:6:\"1:1158\";i:1159;s:6:\"1:1159\";i:1160;s:6:\"1:1160\";i:1161;s:6:\"1:1161\";i:1162;s:6:\"1:1162\";i:1163;s:6:\"1:1163\";i:1164;s:6:\"1:1164\";i:1165;s:6:\"1:1165\";i:1166;s:6:\"1:1166\";i:1167;s:6:\"1:1167\";i:1168;s:6:\"1:1168\";i:1169;s:6:\"1:1169\";i:1170;s:6:\"1:1170\";i:1171;s:6:\"1:1171\";i:1172;s:6:\"1:1172\";i:1173;s:6:\"1:1173\";i:1174;s:6:\"1:1174\";i:1175;s:6:\"1:1175\";i:1176;s:6:\"1:1176\";i:1177;s:6:\"1:1177\";i:1178;s:6:\"1:1178\";i:1179;s:6:\"1:1179\";i:1180;s:6:\"1:1180\";i:1181;s:6:\"1:1181\";i:1182;s:6:\"1:1182\";i:1183;s:6:\"1:1183\";i:1184;s:6:\"1:1184\";i:1185;s:6:\"1:1185\";i:1186;s:6:\"1:1186\";i:1187;s:6:\"1:1187\";i:1188;s:6:\"1:1188\";i:1189;s:6:\"1:1189\";i:1190;s:6:\"1:1190\";i:1191;s:6:\"1:1191\";i:1192;s:6:\"1:1192\";i:1193;s:6:\"1:1193\";i:1194;s:6:\"1:1194\";i:1195;s:6:\"1:1195\";i:1196;s:6:\"1:1196\";i:1197;s:6:\"1:1197\";i:1198;s:6:\"1:1198\";i:1199;s:6:\"1:1199\";i:1200;s:6:\"1:1200\";i:1201;s:6:\"1:1201\";i:1202;s:6:\"1:1202\";i:1203;s:6:\"1:1203\";i:1204;s:6:\"1:1204\";i:1205;s:6:\"1:1205\";i:1206;s:6:\"1:1206\";i:1207;s:6:\"1:1207\";i:1208;s:6:\"1:1208\";i:1209;s:6:\"1:1209\";i:1210;s:6:\"1:1210\";i:1211;s:6:\"1:1211\";i:1212;s:6:\"1:1212\";i:1213;s:6:\"1:1213\";i:1214;s:6:\"1:1214\";i:1215;s:6:\"1:1215\";i:1216;s:6:\"1:1216\";i:1217;s:6:\"1:1217\";i:1218;s:6:\"1:1218\";i:1219;s:6:\"1:1219\";i:1220;s:6:\"1:1220\";i:1221;s:6:\"1:1221\";i:1222;s:6:\"1:1222\";i:1223;s:6:\"1:1223\";i:1224;s:6:\"1:1224\";i:1225;s:6:\"1:1225\";i:1226;s:6:\"1:1226\";i:1227;s:6:\"1:1227\";i:1228;s:6:\"1:1228\";i:1229;s:6:\"1:1229\";i:1230;s:6:\"1:1230\";i:1231;s:6:\"1:1231\";i:1232;s:6:\"1:1232\";i:1233;s:6:\"1:1233\";i:1234;s:6:\"1:1234\";i:1235;s:6:\"1:1235\";i:1236;s:6:\"1:1236\";i:1237;s:6:\"1:1237\";i:1238;s:6:\"1:1238\";i:1239;s:6:\"1:1239\";i:1240;s:6:\"1:1240\";i:1241;s:6:\"1:1241\";i:1242;s:6:\"1:1242\";i:1243;s:6:\"1:1243\";i:1244;s:6:\"1:1244\";i:1245;s:6:\"1:1245\";i:1246;s:6:\"1:1246\";i:1247;s:6:\"1:1247\";i:1248;s:6:\"1:1248\";i:1249;s:6:\"1:1249\";i:1250;s:6:\"1:1250\";i:1251;s:6:\"1:1251\";i:1252;s:6:\"1:1252\";i:1253;s:6:\"1:1253\";i:1254;s:6:\"1:1254\";i:1255;s:6:\"1:1255\";i:1256;s:6:\"1:1256\";i:1257;s:6:\"1:1257\";i:1258;s:6:\"1:1258\";i:1259;s:6:\"1:1259\";i:1260;s:6:\"1:1260\";i:1261;s:6:\"1:1261\";i:1262;s:6:\"1:1262\";i:1263;s:6:\"1:1263\";i:1264;s:6:\"1:1264\";i:1265;s:6:\"1:1265\";i:1266;s:6:\"1:1266\";i:1267;s:6:\"1:1267\";i:1268;s:6:\"1:1268\";i:1269;s:6:\"1:1269\";i:1270;s:6:\"1:1270\";i:1271;s:6:\"1:1271\";i:1272;s:6:\"1:1272\";i:1273;s:6:\"1:1273\";i:1274;s:6:\"1:1274\";i:1275;s:6:\"1:1275\";i:1276;s:6:\"1:1276\";i:1277;s:6:\"1:1277\";i:1278;s:6:\"1:1278\";i:1279;s:6:\"1:1279\";i:1280;s:6:\"1:1280\";i:1281;s:6:\"1:1281\";i:1282;s:6:\"1:1282\";i:1283;s:6:\"1:1283\";i:1284;s:6:\"1:1284\";i:1285;s:6:\"1:1285\";i:1286;s:6:\"1:1286\";i:1287;s:6:\"1:1287\";i:1288;s:6:\"1:1288\";i:1289;s:6:\"1:1289\";i:1290;s:6:\"1:1290\";i:1291;s:6:\"1:1291\";i:1292;s:6:\"1:1292\";i:1293;s:6:\"1:1293\";i:1294;s:6:\"1:1294\";i:1295;s:6:\"1:1295\";i:1296;s:6:\"1:1296\";i:1297;s:6:\"1:1297\";i:1298;s:6:\"1:1298\";i:1299;s:6:\"1:1299\";i:1300;s:6:\"1:1300\";i:1301;s:6:\"1:1301\";i:1302;s:6:\"1:1302\";i:1303;s:6:\"1:1303\";i:1304;s:6:\"1:1304\";i:1305;s:6:\"1:1305\";i:1306;s:6:\"1:1306\";i:1307;s:6:\"1:1307\";i:1308;s:6:\"1:1308\";i:1309;s:6:\"1:1309\";i:1310;s:6:\"1:1310\";i:1311;s:6:\"1:1311\";i:1312;s:6:\"1:1312\";i:1313;s:6:\"1:1313\";i:1314;s:6:\"1:1314\";i:1315;s:6:\"1:1315\";i:1316;s:6:\"1:1316\";i:1317;s:6:\"1:1317\";i:1318;s:6:\"1:1318\";i:1319;s:6:\"1:1319\";i:1320;s:6:\"1:1320\";i:1321;s:6:\"1:1321\";i:1322;s:6:\"1:1322\";i:1323;s:6:\"1:1323\";i:1324;s:6:\"1:1324\";i:1325;s:6:\"1:1325\";i:1326;s:6:\"1:1326\";i:1327;s:6:\"1:1327\";i:1328;s:6:\"1:1328\";i:1329;s:6:\"1:1329\";i:1330;s:6:\"1:1330\";i:1331;s:6:\"1:1331\";i:1332;s:6:\"1:1332\";i:1333;s:6:\"1:1333\";i:1334;s:6:\"1:1334\";i:1335;s:6:\"1:1335\";i:1336;s:6:\"1:1336\";i:1337;s:6:\"1:1337\";i:1338;s:6:\"1:1338\";i:1339;s:6:\"1:1339\";i:1340;s:6:\"1:1340\";i:1341;s:6:\"1:1341\";i:1342;s:6:\"1:1342\";i:1343;s:6:\"1:1343\";i:1344;s:6:\"1:1344\";i:1345;s:6:\"1:1345\";i:1346;s:6:\"1:1346\";i:1347;s:6:\"1:1347\";i:1348;s:6:\"1:1348\";i:1349;s:6:\"1:1349\";i:1350;s:6:\"1:1350\";i:1351;s:6:\"1:1351\";i:1352;s:6:\"1:1352\";i:1353;s:6:\"1:1353\";i:1354;s:6:\"1:1354\";i:1355;s:6:\"1:1355\";i:1356;s:6:\"1:1356\";i:1357;s:6:\"1:1357\";i:1358;s:6:\"1:1358\";i:1359;s:6:\"1:1359\";i:1360;s:6:\"1:1360\";i:1361;s:6:\"1:1361\";i:1362;s:6:\"1:1362\";i:1363;s:6:\"1:1363\";i:1364;s:6:\"1:1364\";i:1365;s:6:\"1:1365\";i:1366;s:6:\"1:1366\";i:1367;s:6:\"1:1367\";i:1368;s:6:\"1:1368\";i:1369;s:6:\"1:1369\";i:1370;s:6:\"1:1370\";i:1371;s:6:\"1:1371\";i:1372;s:6:\"1:1372\";i:1373;s:6:\"1:1373\";i:1374;s:6:\"1:1374\";i:1375;s:6:\"1:1375\";i:1376;s:6:\"1:1376\";i:1377;s:6:\"1:1377\";i:1378;s:6:\"1:1378\";i:1379;s:6:\"1:1379\";i:1380;s:6:\"1:1380\";i:1381;s:6:\"1:1381\";i:1382;s:6:\"1:1382\";i:1383;s:6:\"1:1383\";i:1384;s:6:\"1:1384\";i:1385;s:6:\"1:1385\";i:1386;s:6:\"1:1386\";i:1387;s:6:\"1:1387\";i:1388;s:6:\"1:1388\";i:1389;s:6:\"1:1389\";i:1390;s:6:\"1:1390\";i:1391;s:6:\"1:1391\";i:1392;s:6:\"1:1392\";i:1393;s:6:\"1:1393\";i:1394;s:6:\"1:1394\";i:1395;s:6:\"1:1395\";i:1396;s:6:\"1:1396\";i:1397;s:6:\"1:1397\";i:1398;s:6:\"1:1398\";i:1399;s:6:\"1:1399\";i:1400;s:6:\"1:1400\";i:1401;s:6:\"1:1401\";i:1402;s:6:\"1:1402\";i:1403;s:6:\"1:1403\";i:1404;s:6:\"1:1404\";i:1405;s:6:\"1:1405\";i:1406;s:6:\"1:1406\";i:1407;s:6:\"1:1407\";i:1408;s:6:\"1:1408\";i:1409;s:6:\"1:1409\";i:1410;s:6:\"1:1410\";i:1411;s:6:\"1:1411\";i:1412;s:6:\"1:1412\";i:1413;s:6:\"1:1413\";i:1414;s:6:\"1:1414\";i:1415;s:6:\"1:1415\";i:1416;s:6:\"1:1416\";i:1417;s:6:\"1:1417\";i:1418;s:6:\"1:1418\";i:1419;s:6:\"1:1419\";i:1420;s:6:\"1:1420\";i:1421;s:6:\"1:1421\";i:1422;s:6:\"1:1422\";i:1423;s:6:\"1:1423\";i:1424;s:6:\"1:1424\";i:1425;s:6:\"1:1425\";i:1426;s:6:\"1:1426\";i:1427;s:6:\"1:1427\";i:1428;s:6:\"1:1428\";i:1429;s:6:\"1:1429\";i:1430;s:6:\"1:1430\";i:1431;s:6:\"1:1431\";i:1432;s:6:\"1:1432\";i:1433;s:6:\"1:1433\";i:1434;s:6:\"1:1434\";i:1435;s:6:\"1:1435\";i:1436;s:6:\"1:1436\";i:1437;s:6:\"1:1437\";i:1438;s:6:\"1:1438\";i:1439;s:6:\"1:1439\";i:1440;s:6:\"1:1440\";i:1441;s:6:\"1:1441\";i:1442;s:6:\"1:1442\";i:1443;s:6:\"1:1443\";i:1444;s:6:\"1:1444\";i:1445;s:6:\"1:1445\";i:1446;s:6:\"1:1446\";i:1447;s:6:\"1:1447\";i:1448;s:6:\"1:1448\";i:1449;s:6:\"1:1449\";i:1450;s:6:\"1:1450\";i:1451;s:6:\"1:1451\";i:1452;s:6:\"1:1452\";i:1453;s:6:\"1:1453\";i:1454;s:6:\"1:1454\";i:1455;s:6:\"1:1455\";i:1456;s:6:\"1:1456\";i:1457;s:6:\"1:1457\";i:1458;s:6:\"1:1458\";i:1459;s:6:\"1:1459\";i:1460;s:6:\"1:1460\";i:1461;s:6:\"1:1461\";i:1462;s:6:\"1:1462\";i:1463;s:6:\"1:1463\";i:1464;s:6:\"1:1464\";i:1465;s:6:\"1:1465\";i:1466;s:6:\"1:1466\";i:1467;s:6:\"1:1467\";i:1468;s:6:\"1:1468\";i:1469;s:6:\"1:1469\";i:1470;s:6:\"1:1470\";i:1471;s:6:\"1:1471\";i:1472;s:6:\"1:1472\";i:1473;s:6:\"1:1473\";i:1474;s:6:\"1:1474\";i:1475;s:6:\"1:1475\";i:1476;s:6:\"1:1476\";i:1477;s:6:\"1:1477\";i:1478;s:6:\"1:1478\";i:1479;s:6:\"1:1479\";i:1480;s:6:\"1:1480\";i:1481;s:6:\"1:1481\";i:1482;s:6:\"1:1482\";i:1483;s:6:\"1:1483\";i:1484;s:6:\"1:1484\";i:1485;s:6:\"1:1485\";i:1486;s:6:\"1:1486\";i:1487;s:6:\"1:1487\";i:1488;s:6:\"1:1488\";i:1489;s:6:\"1:1489\";i:1490;s:6:\"1:1490\";i:1491;s:6:\"1:1491\";i:1492;s:6:\"1:1492\";i:1493;s:6:\"1:1493\";i:1494;s:6:\"1:1494\";i:1495;s:6:\"1:1495\";i:1496;s:6:\"1:1496\";i:1497;s:6:\"1:1497\";i:1498;s:6:\"1:1498\";i:1499;s:6:\"1:1499\";i:1500;s:6:\"1:1500\";i:1501;s:6:\"1:1501\";i:1502;s:6:\"1:1502\";i:1503;s:6:\"1:1503\";i:1504;s:6:\"1:1504\";i:1505;s:6:\"1:1505\";i:1506;s:6:\"1:1506\";i:1507;s:6:\"1:1507\";i:1508;s:6:\"1:1508\";i:1509;s:6:\"1:1509\";i:1510;s:6:\"1:1510\";i:1511;s:6:\"1:1511\";i:1512;s:6:\"1:1512\";i:1513;s:6:\"1:1513\";i:1514;s:6:\"1:1514\";i:1515;s:6:\"1:1515\";i:1516;s:6:\"1:1516\";i:1517;s:6:\"1:1517\";i:1518;s:6:\"1:1518\";i:1519;s:6:\"1:1519\";i:1520;s:6:\"1:1520\";i:1521;s:6:\"1:1521\";i:1522;s:6:\"1:1522\";i:1523;s:6:\"1:1523\";i:1524;s:6:\"1:1524\";i:1525;s:6:\"1:1525\";i:1526;s:6:\"1:1526\";i:1527;s:6:\"1:1527\";i:1528;s:6:\"1:1528\";i:1529;s:6:\"1:1529\";i:1530;s:6:\"1:1530\";i:1531;s:6:\"1:1531\";i:1532;s:6:\"1:1532\";i:1533;s:6:\"1:1533\";i:1534;s:6:\"1:1534\";i:1535;s:6:\"1:1535\";i:1536;s:6:\"1:1536\";i:1537;s:6:\"1:1537\";i:1538;s:6:\"1:1538\";i:1539;s:6:\"1:1539\";i:1540;s:6:\"1:1540\";i:1541;s:6:\"1:1541\";i:1542;s:6:\"1:1542\";i:1543;s:6:\"1:1543\";i:1544;s:6:\"1:1544\";i:1545;s:6:\"1:1545\";i:1546;s:6:\"1:1546\";i:1547;s:6:\"1:1547\";i:1548;s:6:\"1:1548\";i:1549;s:6:\"1:1549\";i:1550;s:6:\"1:1550\";i:1551;s:6:\"1:1551\";i:1552;s:6:\"1:1552\";i:1553;s:6:\"1:1553\";i:1554;s:6:\"1:1554\";i:1555;s:6:\"1:1555\";i:1556;s:6:\"1:1556\";i:1557;s:6:\"1:1557\";i:1558;s:6:\"1:1558\";i:1559;s:6:\"1:1559\";i:1560;s:6:\"1:1560\";i:1561;s:6:\"1:1561\";i:1562;s:6:\"1:1562\";i:1563;s:6:\"1:1563\";i:1564;s:6:\"1:1564\";i:1565;s:6:\"1:1565\";i:1566;s:6:\"1:1566\";i:1567;s:6:\"1:1567\";i:1568;s:6:\"1:1568\";i:1569;s:6:\"1:1569\";i:1570;s:6:\"1:1570\";i:1571;s:6:\"1:1571\";i:1572;s:6:\"1:1572\";i:1573;s:6:\"1:1573\";i:1574;s:6:\"1:1574\";i:1575;s:6:\"1:1575\";i:1576;s:6:\"1:1576\";i:1577;s:6:\"1:1577\";i:1578;s:6:\"1:1578\";i:1579;s:6:\"1:1579\";i:1580;s:6:\"1:1580\";i:1581;s:6:\"1:1581\";i:1582;s:6:\"1:1582\";i:1583;s:6:\"1:1583\";i:1584;s:6:\"1:1584\";i:1585;s:6:\"1:1585\";i:1586;s:6:\"1:1586\";i:1587;s:6:\"1:1587\";i:1588;s:6:\"1:1588\";i:1589;s:6:\"1:1589\";i:1590;s:6:\"1:1590\";i:1591;s:6:\"1:1591\";i:1592;s:6:\"1:1592\";i:1593;s:6:\"1:1593\";i:1594;s:6:\"1:1594\";i:1595;s:6:\"1:1595\";i:1596;s:6:\"1:1596\";i:1597;s:6:\"1:1597\";i:1598;s:6:\"1:1598\";i:1599;s:6:\"1:1599\";i:1600;s:6:\"1:1600\";i:1601;s:6:\"1:1601\";i:1602;s:6:\"1:1602\";i:1603;s:6:\"1:1603\";i:1604;s:6:\"1:1604\";i:1605;s:6:\"1:1605\";i:1606;s:6:\"1:1606\";i:1607;s:6:\"1:1607\";i:1608;s:6:\"1:1608\";i:1609;s:6:\"1:1609\";i:1610;s:6:\"1:1610\";i:1611;s:6:\"1:1611\";i:1612;s:6:\"1:1612\";i:1613;s:6:\"1:1613\";i:1614;s:6:\"1:1614\";i:1615;s:6:\"1:1615\";i:1616;s:6:\"1:1616\";i:1617;s:6:\"1:1617\";i:1618;s:6:\"1:1618\";i:1619;s:6:\"1:1619\";i:1620;s:6:\"1:1620\";i:1621;s:6:\"1:1621\";i:1622;s:6:\"1:1622\";i:1623;s:6:\"1:1623\";i:1624;s:6:\"1:1624\";i:1625;s:6:\"1:1625\";i:1626;s:6:\"1:1626\";i:1627;s:6:\"1:1627\";i:1628;s:6:\"1:1628\";i:1629;s:6:\"1:1629\";i:1630;s:6:\"1:1630\";i:1631;s:6:\"1:1631\";i:1632;s:6:\"1:1632\";i:1633;s:6:\"1:1633\";i:1634;s:6:\"1:1634\";i:1635;s:6:\"1:1635\";i:1636;s:6:\"1:1636\";i:1637;s:6:\"1:1637\";i:1638;s:6:\"1:1638\";i:1639;s:6:\"1:1639\";i:1640;s:6:\"1:1640\";i:1641;s:6:\"1:1641\";i:1642;s:6:\"1:1642\";i:1643;s:6:\"1:1643\";i:1644;s:6:\"1:1644\";i:1645;s:6:\"1:1645\";i:1646;s:6:\"1:1646\";i:1647;s:6:\"1:1647\";i:1648;s:6:\"1:1648\";i:1649;s:6:\"1:1649\";i:1650;s:6:\"1:1650\";i:1651;s:6:\"1:1651\";i:1652;s:6:\"1:1652\";i:1653;s:6:\"1:1653\";i:1654;s:6:\"1:1654\";i:1655;s:6:\"1:1655\";i:1656;s:6:\"1:1656\";i:1657;s:6:\"1:1657\";i:1658;s:6:\"1:1658\";i:1659;s:6:\"1:1659\";i:1660;s:6:\"1:1660\";i:1661;s:6:\"1:1661\";i:1662;s:6:\"1:1662\";i:1663;s:6:\"1:1663\";i:1664;s:6:\"1:1664\";i:1665;s:6:\"1:1665\";i:1666;s:6:\"1:1666\";i:1667;s:6:\"1:1667\";i:1668;s:6:\"1:1668\";i:1669;s:6:\"1:1669\";i:1670;s:6:\"1:1670\";i:1671;s:6:\"1:1671\";i:1672;s:6:\"1:1672\";i:1673;s:6:\"1:1673\";i:1674;s:6:\"1:1674\";i:1675;s:6:\"1:1675\";i:1676;s:6:\"1:1676\";i:1677;s:6:\"1:1677\";i:1678;s:6:\"1:1678\";i:1679;s:6:\"1:1679\";i:1680;s:6:\"1:1680\";i:1681;s:6:\"1:1681\";i:1682;s:6:\"1:1682\";i:1683;s:6:\"1:1683\";i:1684;s:6:\"1:1684\";i:1685;s:6:\"1:1685\";i:1686;s:6:\"1:1686\";i:1687;s:6:\"1:1687\";i:1688;s:6:\"1:1688\";i:1689;s:6:\"1:1689\";i:1690;s:6:\"1:1690\";i:1691;s:6:\"1:1691\";i:1692;s:6:\"1:1692\";i:1693;s:6:\"1:1693\";i:1694;s:6:\"1:1694\";i:1695;s:6:\"1:1695\";i:1696;s:6:\"1:1696\";i:1697;s:6:\"1:1697\";i:1698;s:6:\"1:1698\";i:1699;s:6:\"1:1699\";i:1700;s:6:\"1:1700\";i:1701;s:6:\"1:1701\";i:1702;s:6:\"1:1702\";i:1703;s:6:\"1:1703\";i:1704;s:6:\"1:1704\";i:1705;s:6:\"1:1705\";i:1706;s:6:\"1:1706\";i:1707;s:6:\"1:1707\";i:1708;s:6:\"1:1708\";i:1709;s:6:\"1:1709\";i:1710;s:6:\"1:1710\";i:1711;s:6:\"1:1711\";i:1712;s:6:\"1:1712\";i:1713;s:6:\"1:1713\";i:1714;s:6:\"1:1714\";i:1715;s:6:\"1:1715\";i:1716;s:6:\"1:1716\";i:1717;s:6:\"1:1717\";i:1718;s:6:\"1:1718\";i:1719;s:6:\"1:1719\";i:1720;s:6:\"1:1720\";i:1721;s:6:\"1:1721\";i:1722;s:6:\"1:1722\";i:1723;s:6:\"1:1723\";i:1724;s:6:\"1:1724\";i:1725;s:6:\"1:1725\";i:1726;s:6:\"1:1726\";i:1727;s:6:\"1:1727\";i:1728;s:6:\"1:1728\";i:1729;s:6:\"1:1729\";i:1730;s:6:\"1:1730\";i:1731;s:6:\"1:1731\";i:1732;s:6:\"1:1732\";i:1733;s:6:\"1:1733\";i:1734;s:6:\"1:1734\";i:1735;s:6:\"1:1735\";i:1736;s:6:\"1:1736\";i:1737;s:6:\"1:1737\";i:1738;s:6:\"1:1738\";i:1739;s:6:\"1:1739\";i:1740;s:6:\"1:1740\";i:1741;s:6:\"1:1741\";i:1742;s:6:\"1:1742\";i:1743;s:6:\"1:1743\";i:1744;s:6:\"1:1744\";i:1745;s:6:\"1:1745\";i:1746;s:6:\"1:1746\";i:1747;s:6:\"1:1747\";i:1748;s:6:\"1:1748\";i:1749;s:6:\"1:1749\";i:1750;s:6:\"1:1750\";i:1751;s:6:\"1:1751\";i:1752;s:6:\"1:1752\";i:1753;s:6:\"1:1753\";i:1754;s:6:\"1:1754\";i:1755;s:6:\"1:1755\";i:1756;s:6:\"1:1756\";i:1757;s:6:\"1:1757\";i:1758;s:6:\"1:1758\";i:1759;s:6:\"1:1759\";i:1760;s:6:\"1:1760\";i:1761;s:6:\"1:1761\";i:1762;s:6:\"1:1762\";i:1763;s:6:\"1:1763\";i:1764;s:6:\"1:1764\";i:1765;s:6:\"1:1765\";i:1766;s:6:\"1:1766\";i:1767;s:6:\"1:1767\";i:1768;s:6:\"1:1768\";i:1769;s:6:\"1:1769\";i:1770;s:6:\"1:1770\";i:1771;s:6:\"1:1771\";i:1772;s:6:\"1:1772\";i:1773;s:6:\"1:1773\";i:1774;s:6:\"1:1774\";i:1775;s:6:\"1:1775\";i:1776;s:6:\"1:1776\";i:1777;s:6:\"1:1777\";i:1778;s:6:\"1:1778\";i:1779;s:6:\"1:1779\";i:1780;s:6:\"1:1780\";i:1781;s:6:\"1:1781\";i:1782;s:6:\"1:1782\";i:1783;s:6:\"1:1783\";i:1784;s:6:\"1:1784\";i:1785;s:6:\"1:1785\";i:1786;s:6:\"1:1786\";i:1787;s:6:\"1:1787\";i:1788;s:6:\"1:1788\";i:1789;s:6:\"1:1789\";i:1790;s:6:\"1:1790\";i:1791;s:6:\"1:1791\";i:1792;s:6:\"1:1792\";i:1793;s:6:\"1:1793\";i:1794;s:6:\"1:1794\";i:1795;s:6:\"1:1795\";i:1796;s:6:\"1:1796\";i:1797;s:6:\"1:1797\";i:1798;s:6:\"1:1798\";i:1799;s:6:\"1:1799\";i:1800;s:6:\"1:1800\";i:1801;s:6:\"1:1801\";i:1802;s:6:\"1:1802\";i:1803;s:6:\"1:1803\";i:1804;s:6:\"1:1804\";i:1805;s:6:\"1:1805\";i:1806;s:6:\"1:1806\";i:1807;s:6:\"1:1807\";i:1808;s:6:\"1:1808\";i:1809;s:6:\"1:1809\";i:1810;s:6:\"1:1810\";i:1811;s:6:\"1:1811\";i:1812;s:6:\"1:1812\";i:1813;s:6:\"1:1813\";i:1814;s:6:\"1:1814\";i:1815;s:6:\"1:1815\";i:1816;s:6:\"1:1816\";i:1817;s:6:\"1:1817\";i:1818;s:6:\"1:1818\";i:1819;s:6:\"1:1819\";i:1820;s:6:\"1:1820\";i:1821;s:6:\"1:1821\";i:1822;s:6:\"1:1822\";i:1823;s:6:\"1:1823\";i:1824;s:6:\"1:1824\";i:1825;s:6:\"1:1825\";i:1826;s:6:\"1:1826\";i:1827;s:6:\"1:1827\";i:1828;s:6:\"1:1828\";i:1829;s:6:\"1:1829\";i:1830;s:6:\"1:1830\";i:1831;s:6:\"1:1831\";i:1832;s:6:\"1:1832\";i:1833;s:6:\"1:1833\";i:1834;s:6:\"1:1834\";i:1835;s:6:\"1:1835\";i:1836;s:6:\"1:1836\";i:1837;s:6:\"1:1837\";i:1838;s:6:\"1:1838\";i:1839;s:6:\"1:1839\";i:1840;s:6:\"1:1840\";i:1841;s:6:\"1:1841\";i:1842;s:6:\"1:1842\";i:1843;s:6:\"1:1843\";i:1844;s:6:\"1:1844\";i:1845;s:6:\"1:1845\";i:1846;s:6:\"1:1846\";i:1847;s:6:\"1:1847\";i:1848;s:6:\"1:1848\";i:1849;s:6:\"1:1849\";i:1850;s:6:\"1:1850\";i:1851;s:6:\"1:1851\";i:1852;s:6:\"1:1852\";i:1853;s:6:\"1:1853\";i:1854;s:6:\"1:1854\";i:1855;s:6:\"1:1855\";i:1856;s:6:\"1:1856\";i:1857;s:6:\"1:1857\";i:1858;s:6:\"1:1858\";i:1859;s:6:\"1:1859\";i:1860;s:6:\"1:1860\";i:1861;s:6:\"1:1861\";i:1862;s:6:\"1:1862\";i:1863;s:6:\"1:1863\";i:1864;s:6:\"1:1864\";i:1865;s:6:\"1:1865\";i:1866;s:6:\"1:1866\";i:1867;s:6:\"1:1867\";i:1868;s:6:\"1:1868\";i:1869;s:6:\"1:1869\";i:1870;s:6:\"1:1870\";i:1871;s:6:\"1:1871\";i:1872;s:6:\"1:1872\";i:1873;s:6:\"1:1873\";i:1874;s:6:\"1:1874\";i:1875;s:6:\"1:1875\";i:1876;s:6:\"1:1876\";i:1877;s:6:\"1:1877\";i:1878;s:6:\"1:1878\";i:1879;s:6:\"1:1879\";i:1880;s:6:\"1:1880\";i:1881;s:6:\"1:1881\";i:1882;s:6:\"1:1882\";i:1883;s:6:\"1:1883\";i:1884;s:6:\"1:1884\";i:1885;s:6:\"1:1885\";i:1886;s:6:\"1:1886\";i:1887;s:6:\"1:1887\";i:1888;s:6:\"1:1888\";i:1889;s:6:\"1:1889\";i:1890;s:6:\"1:1890\";i:1891;s:6:\"1:1891\";i:1892;s:6:\"1:1892\";i:1893;s:6:\"1:1893\";i:1894;s:6:\"1:1894\";i:1895;s:6:\"1:1895\";}', 'no');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1666, 'chld_thm_cfg_options_dict_sel', 'a:1895:{i:1;s:49:\".wp-caption-text, .gallery-caption, .bypostauthor\";i:2;s:6:\".group\";i:3;s:27:\".group:after, .group:before\";i:4;s:12:\".group:after\";i:5;s:16:\".fusion-clearfix\";i:6;s:47:\".fusion-clearfix:after, .fusion-clearfix:before\";i:7;s:22:\".fusion-clearfix:after\";i:8;s:10:\".alignleft\";i:9;s:11:\".alignright\";i:10;s:12:\".aligncenter\";i:11;s:28:\".create-block-format-context\";i:12;s:71:\".create-block-format-context:after, .create-block-format-context:before\";i:13;s:34:\".create-block-format-context:after\";i:14;s:23:\".fusionicon-arrow-down2\";i:15;s:18:\".icomoon-up:before\";i:16;s:4:\"html\";i:17;s:264:\"input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=submit], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea\";i:18;s:17:\"input[type=image]\";i:19;s:4:\"body\";i:20;s:25:\"body.body_blank.admin-bar\";i:21;s:51:\"body.body_blank.admin-bar #wrapper #slidingbar-area\";i:22;s:26:\"body #wrapper .gomapMarker\";i:23;s:40:\"body .fusion-content-widget-area .button\";i:24;s:18:\"body #toTop:before\";i:25;s:18:\"html.no-overflow-y\";i:26;s:8:\"#wrapper\";i:27;s:20:\"#wrapper .tp-bullets\";i:28;s:36:\"#wrapper .strip-html .fusion-dropcap\";i:29;s:38:\"#wrapper .strip-html .fusion-highlight\";i:30;s:36:\"#wrapper .strip-html .fusion-tooltip\";i:31;s:43:\"#wrapper .fusion-vertical-menu-widget .menu\";i:32;s:48:\"#wrapper .fusion-vertical-menu-widget .menu li a\";i:33;s:55:\"#wrapper .fusion-vertical-menu-widget .menu li a .arrow\";i:34;s:62:\"#wrapper .fusion-vertical-menu-widget .menu li a .arrow:before\";i:35;s:154:\"#wrapper .fusion-vertical-menu-widget .menu .menu-item-has-children>a>.arrow, #wrapper .fusion-vertical-menu-widget .menu .page_item_has_children>a>.arrow\";i:36;s:134:\"#wrapper .fusion-vertical-menu-widget .menu li.current-menu-item>a, #wrapper .fusion-vertical-menu-widget .menu li.current_page_item>a\";i:37;s:146:\"#wrapper .fusion-vertical-menu-widget .menu li.menu-item-has-children ul, #wrapper .fusion-vertical-menu-widget .menu li.page_item_has_children ul\";i:38;s:49:\"#wrapper .fusion-vertical-menu-widget.right .menu\";i:39;s:54:\"#wrapper .fusion-vertical-menu-widget.right .menu>li>a\";i:40;s:54:\"#wrapper .fusion-vertical-menu-widget.right .menu li a\";i:41;s:68:\"#wrapper .fusion-vertical-menu-widget.right .menu li a .arrow:before\";i:42;s:146:\"#wrapper .fusion-vertical-menu-widget.right .menu li.current-menu-item>a, #wrapper .fusion-vertical-menu-widget.right .menu li.current_page_item>a\";i:43;s:120:\"#wrapper .fusion-vertical-menu-widget.right .menu .children, #wrapper .fusion-vertical-menu-widget.right .menu .sub-menu\";i:44;s:48:\"#wrapper .fusion-vertical-menu-widget.left .menu\";i:45;s:53:\"#wrapper .fusion-vertical-menu-widget.left .menu>li>a\";i:46;s:53:\"#wrapper .fusion-vertical-menu-widget.left .menu li a\";i:47;s:118:\"#wrapper .fusion-vertical-menu-widget.left .menu .children, #wrapper .fusion-vertical-menu-widget.left .menu .sub-menu\";i:48;s:70:\"#wrapper .fusion-vertical-menu-widget.no-border.left .menu li a .arrow\";i:49;s:71:\"#wrapper .fusion-vertical-menu-widget.no-border.right .menu li a .arrow\";i:50;s:11:\".body_blank\";i:51;s:14:\".wrapper_blank\";i:52;s:30:\".wrapper_blank .page-title-bar\";i:53;s:20:\".wrapper_blank #main\";i:54;s:35:\".fusion-body #wrapper.wrapper_blank\";i:55;s:34:\".error404 .search-page-search-form\";i:56;s:46:\".fusion-404-checklist .fusion-custom-menu-item\";i:57;s:3:\"img\";i:58;s:6:\"object\";i:59;s:7:\"a:hover\";i:60;s:23:\"input, select, textarea\";i:61;s:14:\"fieldset, form\";i:62;s:31:\"#content:after, .clearfix:after\";i:63;s:6:\".clear\";i:64;s:11:\".wp-caption\";i:65;s:13:\".search-table\";i:66;s:24:\".header-v4 .search-table\";i:67;s:15:\"#fallback-slide\";i:68;s:19:\"#fallback-slide img\";i:69;s:12:\".gallery-box\";i:70;s:16:\".gallery-box img\";i:71;s:138:\"#wrapper .product-category a h2.woocommerce-loop-category__title, .fusion-main-menu>ul>li>a .fusion-menu-description, a, a:after, a:before\";i:72;s:46:\".fusion-blog-pagination .pagination a.inactive\";i:73;s:96:\".fusion-accordian .panel-title a .fa-fusion-box, .woocommerce .social-share li .fontawesome-icon\";i:74;s:8:\".gallery\";i:75;s:5:\"#main\";i:76;s:17:\"#main .columns h2\";i:77;s:19:\"#main .container h2\";i:78;s:14:\"#main .post h2\";i:79;s:16:\"#main .post h2 a\";i:80;s:36:\"#main .sidebar.fusion-sticky-sidebar\";i:81;s:13:\".col .heading\";i:82;s:17:\".col .heading img\";i:83;s:6:\".col p\";i:84;s:2:\"h2\";i:85;s:14:\"h2.entry-title\";i:86;s:14:\"h1.entry-title\";i:87;s:24:\".avada-myaccount-data h2\";i:88;s:5:\".more\";i:89;s:7:\".more a\";i:90;s:14:\".more a.active\";i:91;s:20:\".more a.active:after\";i:92;s:26:\".fusion-read-more, .more a\";i:93;s:38:\".fusion-read-more:after, .more a:after\";i:94;s:20:\".content-boxes .more\";i:95;s:41:\".content-boxes .heading .fontawesome-icon\";i:96;s:35:\".content-boxes .heading-and-icon h2\";i:97;s:40:\".content-boxes-icon-boxed.columns-5 .col\";i:98;s:40:\".content-boxes-icon-boxed.columns-4 .col\";i:99;s:40:\".content-boxes-icon-boxed.columns-3 .col\";i:100;s:40:\".content-boxes-icon-boxed.columns-2 .col\";i:101;s:40:\".content-boxes-icon-boxed.columns-1 .col\";i:102;s:10:\".container\";i:103;s:24:\".container .columns .col\";i:104;s:29:\".container .columns .col.last\";i:105;s:19:\".container .col img\";i:106;s:18:\".container .holder\";i:107;s:22:\".container h3 a.active\";i:108;s:7:\".slider\";i:109;s:7:\".review\";i:110;s:5:\".meta\";i:111;s:8:\".meta li\";i:112;s:20:\".meta li:first-child\";i:113;s:40:\".social_links_shortcode .social-networks\";i:114;s:33:\".widget_recent_entries .post-date\";i:115;s:44:\".fusion-content-widget-area .social-networks\";i:116;s:46:\".fusion-content-widget-area .social-networks a\";i:117;s:47:\".fusion-content-widget-area .social-networks li\";i:118;s:35:\".fusion-content-widget-area .widget\";i:119;s:42:\".fusion-content-widget-area .widget.flickr\";i:120;s:38:\".fusion-content-widget-area .widget ul\";i:121;s:38:\".fusion-content-widget-area .widget li\";i:122;s:40:\".fusion-content-widget-area .widget li a\";i:123;s:144:\".fusion-content-widget-area .widget .recentcomments, .fusion-content-widget-area .widget li a, .fusion-content-widget-area .widget_categories li\";i:124;s:102:\".fusion-content-widget-area .widget .recentcomments, .fusion-content-widget-area .widget_categories li\";i:125;s:53:\".fusion-content-widget-area .widget .recentcomments a\";i:126;s:50:\".fusion-content-widget-area .contact_info .address\";i:127;s:43:\".fusion-content-widget-area .flickr-photo a\";i:128;s:51:\".fusion-content-widget-area .widget_categories li a\";i:129;s:52:\".fusion-content-widget-area .jtwt .jtwt_tweet:before\";i:130;s:80:\".fusion-content-widget-area #comment-input input, .fusion-content-widget-area #s\";i:131;s:53:\".fusion-content-widget-area .widget_recent_entries ul\";i:132;s:47:\".fusion-content-widget-area .flickr_badge_image\";i:133;s:49:\".fusion-content-widget-area .flickr_badge_image a\";i:134;s:51:\".fusion-content-widget-area .flickr_badge_image img\";i:135;s:40:\".fusion-content-widget-area ul.list-icon\";i:136;s:99:\".fusion-content-widget-area .fusion-image-wrapper .fusion-rollover .fusion-rollover-content a:hover\";i:137;s:75:\".fusion-content-widget-area .social-networks li, .social_links_shortcode li\";i:138;s:8:\"#content\";i:139;s:19:\"#content.full-width\";i:140;s:16:\"#posts-container\";i:141;s:27:\".single .fusion-sharing-box\";i:142;s:27:\".single .comments-container\";i:143;s:33:\".fusion-footer-widget-column .row\";i:144;s:42:\".fusion-footer-widget-column .flexslider a\";i:145;s:71:\".fusion-footer-widget-area .fusion-footer-widget-column .fusion-columns\";i:146;s:70:\".fusion-footer-widget-area .fusion-footer-widget-column .fusion-column\";i:147;s:110:\".fusion-footer-widget-area ul.fusion-carousel-holder li a, .fusion-footer-widget-area ul.fusion-checklist li a\";i:148;s:74:\".fusion-footer-widget-area ul#recentcomments li.recentcomments:first-child\";i:149;s:44:\".fusion-footer-widget-area li.recentcomments\";i:150;s:46:\".fusion-footer-widget-area li.recentcomments a\";i:151;s:52:\".fusion-footer-widget-area .widget_recent_entries li\";i:152;s:51:\".fusion-footer-widget-area .widget_recent_entries a\";i:153;s:230:\".fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) ul:first-child>li:first-child>a, .fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget)>ul>li:first-child>a\";i:154;s:42:\".fusion-footer-widget-area .contact_info p\";i:155;s:29:\".fusion-footer-widget-area .s\";i:156;s:202:\".fusion-footer-widget-area .fusion-columns-4 .recent-works-items a, .fusion-footer-widget-area .fusion-columns-5 .recent-works-items a, .fusion-footer-widget-area .fusion-columns-6 .recent-works-items a\";i:157;s:5:\".post\";i:158;s:18:\".single-post .post\";i:159;s:12:\".post .image\";i:160;s:47:\".avada_faq .meta-info, .single .post .meta-info\";i:161;s:13:\".search input\";i:162;s:8:\".sidebar\";i:163;s:79:\".sidebar.fusion-sticky-sidebar .fusion-sidebar-inner-content>section:last-child\";i:164;s:16:\".sidebar .widget\";i:165;s:23:\".sidebar .widget.flickr\";i:166;s:30:\".sidebar .widget .widget_title\";i:167;s:19:\".sidebar .widget ul\";i:168;s:19:\".sidebar .widget li\";i:169;s:72:\"#slidingbar .contact_info p, .fusion-content-widget-area .contact_info p\";i:170;s:51:\"#slidingbar-area .s, .fusion-content-widget-area .s\";i:171;s:8:\".jtwt li\";i:172;s:64:\".fusion-content-widget-area .jtwt .jtwt_tweet, .jtwt .jtwt_tweet\";i:173;s:24:\".jtwt .jtwt_tweet:before\";i:174;s:19:\".jtwt .jtwt_tweet a\";i:175;s:25:\".jtwt .jtwt_tweet a:hover\";i:176;s:34:\".jtwt .jtwt_tweet .jtwt_tweet_text\";i:177;s:19:\".recent-works-items\";i:178;s:21:\".recent-works-items a\";i:179;s:172:\"#slidingbar-area .fusion-columns-4 .recent-works-items a, #slidingbar-area .fusion-columns-5 .recent-works-items a, #slidingbar-area .fusion-columns-6 .recent-works-items a\";i:180;s:88:\".bbp-pagination .bbp-pagination-links, .page-links, .pagination, .woocommerce-pagination\";i:181;s:11:\".page-links\";i:182;s:196:\".bbp-pagination .bbp-pagination-links a.inactive, .bbp-pagination-links span.dots, .bbp-topic-pagination .page-numbers, .page-links a, .pagination a.inactive, .woocommerce-pagination .page-numbers\";i:183;s:129:\".bbp-pagination .bbp-pagination-links a.inactive:hover, .pagination a.inactive:hover, .woocommerce-pagination .page-numbers:hover\";i:184;s:30:\".pagination.page-links a:hover\";i:185;s:28:\".pagination .pagination-dots\";i:186;s:128:\".bbp-pagination .bbp-pagination-links .current, .page-links>.page-number, .pagination .current, .woocommerce-pagination .current\";i:187;s:115:\".bbp-pagination .bbp-pagination-links .pagination-prev, .pagination .pagination-prev, .woocommerce-pagination .prev\";i:188;s:115:\".bbp-pagination .bbp-pagination-links .pagination-next, .pagination .pagination-next, .woocommerce-pagination .next\";i:189;s:9:\".img-list\";i:190;s:12:\".img-list li\";i:191;s:11:\".img-list a\";i:192;s:13:\".share-box h4\";i:193;s:13:\".about-author\";i:194;s:22:\".about-author .title a\";i:195;s:24:\".about-author div.avatar\";i:196;s:14:\".related-posts\";i:197;s:21:\".related-posts .image\";i:198;s:21:\".single-related-posts\";i:199;s:12:\".commentlist\";i:200;s:22:\".commentlist .children\";i:201;s:15:\".commentlist li\";i:202;s:25:\".commentlist .the-comment\";i:203;s:39:\".commentlist .the-comment .comment-text\";i:204;s:51:\".commentlist .the-comment .comment-text :last-child\";i:205;s:23:\".commentlist div.avatar\";i:206;s:35:\".commentlist .comment-author strong\";i:207;s:8:\"#respond\";i:208;s:28:\".comments-container #respond\";i:209;s:20:\"#comment-input:after\";i:210;s:20:\"#comment-input input\";i:211;s:31:\"#comment-input input:last-child\";i:212;s:45:\"#comment-input input, #s, .comment-form input\";i:213;s:29:\".comment-form #comment-submit\";i:214;s:23:\".comment-form input, .s\";i:215;s:17:\"#comment-textarea\";i:216;s:46:\"#comment-textarea.fusion-contact-comment-below\";i:217;s:58:\"#comment-textarea textarea, .comment-form-comment textarea\";i:218;s:43:\".comment-form .comment-form-cookies-consent\";i:219;s:49:\".comment-form .comment-form-cookies-consent input\";i:220;s:19:\".avada-contact-form\";i:221;s:73:\".avada-contact-form #comment-submit-container, .comment-form .form-submit\";i:222;s:40:\".fusion-comment-privacy-checkbox-wrapper\";i:223;s:32:\".fusion-comment-privacy-checkbox\";i:224;s:61:\"#ui-datepicker-div, .ui-datepicker-div, .ui-datepicker-inline\";i:225;s:54:\".ui-datepicker-header select, table.ui-datepicker td a\";i:226;s:28:\".ui-datepicker-header select\";i:227;s:18:\"#comment-recaptcha\";i:228;s:177:\"#tribe-bar-form input[type=text], .input-text, .tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text], input[type=email], input[type=password], input[type=text]\";i:229;s:74:\".select2-container .select2-choice, .select2-results .select2-result-label\";i:230;s:59:\"#tribe-bar-form input[type=text]::-webkit-input-placeholder\";i:231;s:49:\"#tribe-bar-form input[type=text]:-moz-placeholder\";i:232;s:50:\"#tribe-bar-form input[type=text]::-moz-placeholder\";i:233;s:54:\"#tribe-bar-form input[type=text]:-ms-input-placeholder\";i:234;s:48:\"#shipping_method input[type=radio], .input-radio\";i:235;s:18:\".single-navigation\";i:236;s:20:\".single-navigation a\";i:237;s:30:\".single-navigation a[rel=next]\";i:238;s:100:\".pagination-prev:before, .single-navigation a[rel=prev]:before, .woocommerce-pagination .prev:before\";i:239;s:97:\".pagination-next:after, .single-navigation a[rel=next]:after, .woocommerce-pagination .next:after\";i:240;s:9:\".side-nav\";i:241;s:12:\".side-nav ul\";i:242;s:12:\".side-nav li\";i:243;s:14:\".side-nav li a\";i:244;s:20:\".side-nav li a:hover\";i:245;s:32:\".side-nav li.current_page_item>a\";i:246;s:35:\".side-nav li.current_page_item li a\";i:247;s:19:\".side-nav .children\";i:248;s:16:\".side-nav .arrow\";i:249;s:22:\".side-nav .arrow:after\";i:250;s:24:\".side-nav-left .side-nav\";i:251;s:47:\".side-nav-left .side-nav li.current_page_item>a\";i:252;s:31:\".side-nav-left .side-nav .arrow\";i:253;s:37:\".side-nav-left .side-nav .arrow:after\";i:254;s:25:\".side-nav-right .side-nav\";i:255;s:48:\".side-nav-right .side-nav li.current_page_item>a\";i:256;s:30:\".side-nav-right .side-nav li a\";i:257;s:32:\".side-nav-right .side-nav .arrow\";i:258;s:38:\".side-nav-right .side-nav .arrow:after\";i:259;s:35:\".side-nav-right .side-nav .children\";i:260;s:37:\".side-nav-right .side-nav .children a\";i:261;s:82:\".woocommerce-tabs .tabs a:hover .arrow, .woocommerce-tabs .tabs li.active a .arrow\";i:262;s:31:\".woocommerce-tabs .panel .panel\";i:263;s:41:\".woocommerce .images #carousel .slides li\";i:264;s:9:\"h5.toggle\";i:265;s:11:\"h5.toggle a\";i:266;s:18:\"h5.toggle.active a\";i:267;s:20:\"h5.toggle span.arrow\";i:268;s:27:\"h5.toggle.active span.arrow\";i:269;s:27:\"h5.toggle span.toggle-title\";i:270;s:15:\".toggle-content\";i:271;s:32:\"h5.toggle.active+.toggle-content\";i:272;s:10:\".clearboth\";i:273;s:15:\".shortcode-tabs\";i:274;s:34:\".shortcode-tabs .tab-hold .tabs li\";i:275;s:36:\".shortcode-tabs .tab-hold .tabs li a\";i:276;s:43:\".shortcode-tabs .tab-hold .tabs li.active a\";i:277;s:28:\".shortcode-tabs .tab_content\";i:278;s:40:\".shortcode-tabs .tab_content :last-child\";i:279;s:39:\".fusion-post-content p, .post-content p\";i:280;s:53:\".fusion-post-content ul.arrow, .post-content ul.arrow\";i:281;s:59:\".fusion-post-content ul.arrow li, .post-content ul.arrow li\";i:282;s:73:\".fusion-post-content ul.arrow li:before, .post-content ul.arrow li:before\";i:283;s:57:\".fusion-post-content blockquote, .post-content blockquote\";i:284;s:81:\".fusion-post-content blockquote :last-child, .post-content blockquote :last-child\";i:285;s:6:\".popup\";i:286;s:8:\".popup p\";i:287;s:14:\".popup .holder\";i:288;s:11:\".popup span\";i:289;s:22:\".reading-box-container\";i:290;s:12:\".reading-box\";i:291;s:9:\".continue\";i:292;s:17:\".avada-google-map\";i:293;s:29:\"#gmap img, .shortcode-map img\";i:294;s:148:\".fusion-post-content h1, .fusion-post-content h2, .fusion-post-content h3, .fusion-post-content h4, .fusion-post-content h5, .fusion-post-content h6\";i:295;s:23:\".fusion-post-content h4\";i:296;s:23:\".fusion-post-content h5\";i:297;s:23:\".fusion-post-content h6\";i:298;s:64:\".flickr_badge_image img, .pyre_tabs img, .recent-works-items img\";i:299;s:82:\".flickr_badge_image img:hover, .pyre_tabs img:hover, .recent-works-items img:hover\";i:300;s:25:\".error-page .useful-links\";i:301;s:17:\".error-page .oops\";i:302;s:30:\".has-sidebar .error-page .oops\";i:303;s:20:\".error_page .oops h1\";i:304;s:17:\".fontawesome-icon\";i:305;s:105:\".aligncenter .fontawesome-icon, .fusion-alignleft .fontawesome-icon, .fusion-alignright .fontawesome-icon\";i:306;s:28:\".fontawesome-icon.circle-yes\";i:307;s:23:\".fontawesome-icon.large\";i:308;s:34:\".fontawesome-icon.large.circle-yes\";i:309;s:24:\".fontawesome-icon.medium\";i:310;s:35:\".fontawesome-icon.medium.circle-yes\";i:311;s:23:\".fontawesome-icon.small\";i:312;s:34:\".fontawesome-icon.small.circle-yes\";i:313;s:33:\".fontawesome-icon.circle-no.large\";i:314;s:34:\".fontawesome-icon.circle-no.medium\";i:315;s:33:\".fontawesome-icon.circle-no.small\";i:316;s:31:\".icon-heading .fontawesome-icon\";i:317;s:10:\".main-flex\";i:318;s:167:\".widget_layered_nav li a:before, .widget_product_categories li a:before, .woocommerce-tabs .tabs a:hover .arrow:after, .woocommerce-tabs .tabs li.active a .arrow:after\";i:319;s:397:\".fusion-widget-area .widget .recentcomments:before, .fusion-widget-area .widget_archive li a:before, .fusion-widget-area .widget_categories li a:before, .fusion-widget-area .widget_links li a:before, .fusion-widget-area .widget_meta li a:before, .fusion-widget-area .widget_nav_menu li a:before, .fusion-widget-area .widget_pages li a:before, .fusion-widget-area .widget_recent_entries li a:before\";i:320;s:422:\".fusion-widget-area .widget .recentcomments, .fusion-widget-area .widget_archive li, .fusion-widget-area .widget_categories li, .fusion-widget-area .widget_layered_nav li, .fusion-widget-area .widget_links li, .fusion-widget-area .widget_meta li, .fusion-widget-area .widget_nav_menu li, .fusion-widget-area .widget_pages li, .fusion-widget-area .widget_product_categories li, .fusion-widget-area .widget_recent_entries li\";i:321;s:41:\".fusion-widget-area .widget_categories li\";i:322;s:46:\".fusion-widget-area .widget_categories li span\";i:323;s:48:\".fusion-widget-area .widget_categories .children\";i:324;s:140:\".fusion-widget-area .widget_categories li .children li:last-child, .fusion-widget-area .widget_product_categories li .children li:last-child\";i:325;s:37:\".shortcode-tabs .tab_content ul.arrow\";i:326;s:28:\".fusion-widget-area ul.arrow\";i:327;s:38:\".fusion-widget-area ul.arrow li:before\";i:328;s:31:\".fusion-widget-area ul.arrow li\";i:329;s:116:\"#slidingbar-area .children, #slidingbar-area .sub-menu, .fusion-widget-area .children, .fusion-widget-area .sub-menu\";i:330;s:232:\"#slidingbar-area .fusion-vertical-menu-widget .children, #slidingbar-area .fusion-vertical-menu-widget .sub-menu, .fusion-widget-area .fusion-vertical-menu-widget .children, .fusion-widget-area .fusion-vertical-menu-widget .sub-menu\";i:331;s:32:\"#slidingbar-area .fusion-columns\";i:332;s:21:\".widget_categories li\";i:333;s:220:\"#slidingbar-area .widget>ul>li:first-child, #slidingbar-area .widget_nav_menu>div>ul>li:first-child, .fusion-footer-widget-area .widget>ul>li:first-child, .fusion-footer-widget-area .widget_nav_menu>div>ul>li:first-child\";i:334;s:39:\".widget_wooslider_slideshow_slides li a\";i:335;s:102:\"#slidingbar-area .widget_categories .children, .fusion-footer-widget-area .widget_categories .children\";i:336;s:92:\"#slidingbar-area .flickr_badge_image img, .fusion-footer-widget-area .flickr_badge_image img\";i:337;s:388:\"#slidingbar-area .fusion-columns-4 .flickr_badge_image img, #slidingbar-area .fusion-columns-5 .flickr_badge_image img, #slidingbar-area .fusion-columns-6 .flickr_badge_image img, .fusion-footer-widget-area .fusion-columns-4 .flickr_badge_image img, .fusion-footer-widget-area .fusion-columns-5 .flickr_badge_image img, .fusion-footer-widget-area .fusion-columns-6 .flickr_badge_image img\";i:338;s:78:\"#slidingbar-area .social-networks, .fusion-footer-widget-area .social-networks\";i:339;s:84:\"#slidingbar-area .social-networks li, .fusion-footer-widget-area .social-networks li\";i:340;s:168:\"#slidingbar-area .social-networks a, #slidingbar-area .social-networks li, .fusion-footer-widget-area .social-networks a, .fusion-footer-widget-area .social-networks li\";i:341;s:108:\"#slidingbar-area .social-networks li:first-child, .fusion-footer-widget-area .social-networks li:first-child\";i:342;s:90:\"#slidingbar-area .flexslider .slides>li, .fusion-footer-widget-area .flexslider .slides>li\";i:343;s:10:\".chat-icon\";i:344;s:33:\".blog-shortcode h3.timeline-title\";i:345;s:45:\".tagline-shadow:after, .tagline-shadow:before\";i:346;s:21:\".tagline-shadow:after\";i:347;s:18:\".tooltip-shortcode\";i:348;s:12:\"ul.list-icon\";i:349;s:22:\"ul.list-icon li:before\";i:350;s:28:\"ul.list-icon-arrow li:before\";i:351;s:23:\"ul.circle-yes li:before\";i:352;s:34:\"ul.list-icon-color-light li:before\";i:353;s:15:\"ul.list-icon li\";i:354;s:118:\"#slidingbar-area ul.list-icon a, .fusion-content-widget-area ul.list-icon a, .fusion-footer-widget-area ul.list-icon a\";i:355;s:82:\".fusion-post-content .wooslider .overlay-natural.layout-text-bottom .slide-excerpt\";i:356;s:79:\".fusion-post-content .wooslider .overlay-natural.layout-text-top .slide-excerpt\";i:357;s:122:\".fusion-post-content .wooslider .slide-excerpt .slide-title, .fusion-post-content .wooslider .slide-excerpt .slide-title a\";i:358;s:60:\".fusion-post-content .wooslider .overlay-full .slide-excerpt\";i:359;s:57:\".fusion-post-content .wooslider .wooslider-control-thumbs\";i:360;s:60:\".fusion-post-content .wooslider .wooslider-control-thumbs li\";i:361;s:96:\".fusion-post-content .wooslider .wooslider-next, .fusion-post-content .wooslider .wooslider-prev\";i:362;s:130:\".fusion-post-content .wooslider-type-attachments .wooslider-next, .fusion-post-content .wooslider-type-attachments .wooslider-prev\";i:363;s:60:\".fusion-post-content .wooslider .overlay-none .slide-excerpt\";i:364;s:150:\".fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title, .fusion-post-content .wooslider .overlay-none .slide-excerpt .slide-title a\";i:365;s:14:\".tabs-vertical\";i:366;s:22:\".tabs-vertical .tabset\";i:367;s:35:\".tabs-vertical .tab-hold .tabset li\";i:368;s:37:\".tabs-vertical .tab-hold .tabset li a\";i:369;s:48:\".tabs-vertical .tab-hold .tabset li:last-child a\";i:370;s:44:\".tabs-vertical .tab-hold .tabset li.active a\";i:371;s:30:\".tabs-vertical .tabs-container\";i:372;s:43:\".tabs-vertical .tabs-container .tab_content\";i:373;s:14:\".error-message\";i:374;s:26:\".mejs-container.mejs-video\";i:375;s:27:\".mejs-overlay, .mejs-poster\";i:376;s:24:\".mejs-mediaelement video\";i:377;s:46:\".mejs-container, .mejs-embed, .mejs-embed body\";i:378;s:92:\"#slidingbar-area .product_list_widget li, .fusion-footer-widget-area .product_list_widget li\";i:379;s:96:\"#slidingbar-area .product_list_widget li a, .fusion-footer-widget-area .product_list_widget li a\";i:380;s:118:\"#slidingbar-area .widget_shopping_cart_content .total, .fusion-footer-widget-area .widget_shopping_cart_content .total\";i:381;s:122:\"#slidingbar-area .widget_shopping_cart_content .buttons, .fusion-footer-widget-area .widget_shopping_cart_content .buttons\";i:382;s:98:\"#slidingbar-area .products-slider li .image, .fusion-footer-widget-area .products-slider li .image\";i:383;s:118:\"#slidingbar-area .simple-products-slider .es-carousel, .fusion-footer-widget-area .simple-products-slider .es-carousel\";i:384;s:264:\"#slidingbar-area .simple-products-slider .es-carousel li, #slidingbar-area .simple-products-slider .es-carousel li .image, .fusion-footer-widget-area .simple-products-slider .es-carousel li, .fusion-footer-widget-area .simple-products-slider .es-carousel li .image\";i:385;s:109:\"#slidingbar-area .products a, .fusion-content-widget-area .products a, .fusion-footer-widget-area .products a\";i:386;s:148:\"#slidingbar-area .products .product-title, .fusion-content-widget-area .products .product-title, .fusion-footer-widget-area .products .product-title\";i:387;s:283:\"#slidingbar-area .products-slider a, #slidingbar-area .simple-products-slider a, .fusion-content-widget-area .products-slider a, .fusion-content-widget-area .simple-products-slider a, .fusion-footer-widget-area .products-slider a, .fusion-footer-widget-area .simple-products-slider a\";i:388;s:148:\"#slidingbar-area .image-extras-content h3, .fusion-content-widget-area .image-extras-content h3, .fusion-footer-widget-area .image-extras-content h3\";i:389;s:142:\"#slidingbar-area .product-category mark, .fusion-content-widget-area .product-category mark, .fusion-footer-widget-area .product-category mark\";i:390;s:136:\"#slidingbar-area .product-category h3, .fusion-content-widget-area .product-category h3, .fusion-footer-widget-area .product-category h3\";i:391;s:16:\".no-totop #toTop\";i:392;s:6:\"#toTop\";i:393;s:13:\"#toTop:before\";i:394;s:12:\"#toTop:hover\";i:395;s:11:\"#toTopHover\";i:396;s:27:\"#toTop:active, #toTop:focus\";i:397;s:26:\".fullwidthbanner-container\";i:398;s:25:\".tfs-slider .flex-caption\";i:399;s:29:\".tfs-slider .flex-control-nav\";i:400;s:22:\".tfs-slider .buttons a\";i:401;s:70:\".tp-simpleresponsive .slotholder, .tp-simpleresponsive .slotholder img\";i:402;s:40:\"#learndash_lessons .learndash_topic_dots\";i:403;s:17:\".video-background\";i:404;s:9:\".video-bg\";i:405;s:51:\".video-bg embed, .video-bg iframe, .video-bg object\";i:406;s:14:\".video-content\";i:407;s:10:\".bbp-arrow\";i:408;s:18:\"#sliders-container\";i:409;s:38:\"#sliders-container .rev_slider_wrapper\";i:410;s:16:\".fusion-animated\";i:411;s:252:\".fusion-social-links-footer .fusion-social-networks.boxed-icons a.fusion-social-network-icon.fusion-custom.fusion-icon-custom, .fusion-social-links-header .fusion-social-networks.boxed-icons a.fusion-social-network-icon.fusion-custom.fusion-icon-custom\";i:412;s:260:\".fusion-social-links-footer .fusion-social-networks.boxed-icons a.fusion-social-network-icon.fusion-custom.fusion-icon-custom img, .fusion-social-links-header .fusion-social-networks.boxed-icons a.fusion-social-network-icon.fusion-custom.fusion-icon-custom img\";i:413;s:112:\"#slidingbar-area .tagcloud a:hover, .fusion-body .fusion-footer-widget-area .tagcloud a:hover, .tagcloud a:hover\";i:414;s:252:\"#slidingbar-area h3, .avada-container h3, .comment-form input[type=submit], .fusion-body .fusion-load-more-button, .fusion-footer-widget-area h3, .project-content .project-info h4, .review blockquote div strong, .ticket-selector-submit-btn[type=submit]\";i:415;s:66:\".meta .fusion-date, .post-content blockquote, .review blockquote q\";i:416;s:618:\"#wrapper .fusion-events-shortcode .fusion-events-meta h4, .fusion-carousel-meta, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-product-buttons a, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories, .fusion-image-wrapper .fusion-rollover .fusion-rollover-content .fusion-rollover-categories a, .fusion-image-wrapper .fusion-rollover .fusion-rollover-gallery:before, .fusion-image-wrapper .fusion-rollover .fusion-rollover-link:before, .fusion-recent-posts .columns .column .meta, .fusion-rollover-linebreak, .fusion-single-line-meta, .product-buttons a\";i:417;s:94:\".fusion-show-pagination-text .pagination, .fusion-show-pagination-text .woocommerce-pagination\";i:418;s:43:\"body.fusion-hide-pagination-text .page-text\";i:419;s:100:\"body.fusion-hide-pagination-text .pagination-next, body.fusion-hide-pagination-text .pagination-prev\";i:420;s:55:\"body.fusion-hide-pagination-text .pagination-next:after\";i:421;s:124:\"body.fusion-hide-pagination-text .fusion-blog-pagination .pagination-prev, body.fusion-hide-pagination-text .pagination-prev\";i:422;s:124:\"body.fusion-hide-pagination-text .fusion-blog-pagination .pagination-next, body.fusion-hide-pagination-text .pagination-next\";i:423;s:113:\"body.fusion-hide-pagination-text .pagination-next:after, body.fusion-hide-pagination-text .pagination-prev:before\";i:424;s:41:\".ua-mobile .avada-not-responsive #wrapper\";i:425;s:49:\".ua-mobile .avada-not-responsive #slidingbar-area\";i:426;s:75:\".fusion-portfolio-boxed .fusion-portfolio-unboxed .fusion-portfolio-content\";i:427;s:83:\".fusion-portfolio-boxed .fusion-portfolio-unboxed .fusion-portfolio-content-wrapper\";i:428;s:58:\".fusion-portfolio-layout-masonry .fusion-portfolio-content\";i:429;s:59:\".ua-ie-11 .fusion-woocommerce-equal-heights .product-images\";i:430;s:115:\".ua-ie-11 .avada-select-parent .select-arrow, .ua-ie-11 .select-arrow, .ua-ie-11 .wpcf7-select-parent .select-arrow\";i:431;s:46:\".ua-ie-11 .gravity-select-parent .select-arrow\";i:432;s:131:\".ua-ie-11 #wrapper .gf_browser_ie.gform_wrapper .button, .ua-ie-11 #wrapper .gf_browser_ie.gform_wrapper .gform_footer input.button\";i:433;s:123:\".ua-ie-11 .fusion-flip-boxes .fusion-flip-box .flip-box-back, .ua-ie-11 .fusion-flip-boxes .fusion-flip-box .flip-box-front\";i:434;s:103:\".ua-ie-11 .fusion-image-frame-bottomshadow, .ua-ie-11 .person-shortcode-image-wrapper.hover-type-liftup\";i:435;s:64:\".ua-ie-11 .fusion-imageframe, .ua-ie-11 .imageframe-align-center\";i:436;s:39:\".ua-ie-11 .fusion-section-separator svg\";i:437;s:44:\".ua-ie-11 .fusion-footer-widget-area ul li a\";i:438;s:26:\".layout-wide-mode #wrapper\";i:439;s:67:\".layout-boxed-mode #sliders-container .main-flex[data-parallax=\"1\"]\";i:440;s:18:\".avada-video-embed\";i:441;s:45:\".avada-video-embed .fluid-width-video-wrapper\";i:442;s:52:\".avada-video-embed .fluid-width-video-wrapper iframe\";i:443;s:27:\".fusion-privacy-placeholder\";i:444;s:63:\".fusion-privacy-placeholder .fusion-privacy-placeholder-content\";i:445;s:51:\".fusion-privacy-placeholder .fusion-privacy-consent\";i:446;s:54:\".fluid-width-video-wrapper .fusion-privacy-placeholder\";i:447;s:19:\".fusion-privacy-bar\";i:448;s:50:\".fusion-privacy-bar .fusion-privacy-bar-acceptance\";i:449;s:26:\".fusion-privacy-bar-bottom\";i:450;s:44:\".fusion-privacy-bar .fusion-privacy-bar-main\";i:451;s:75:\".fusion-privacy-bar .fusion-privacy-bar-main .fusion-privacy-bar-acceptance\";i:452;s:44:\".fusion-privacy-bar .fusion-privacy-bar-full\";i:453;s:68:\".fusion-privacy-bar .fusion-privacy-bar-full .fusion-privacy-choices\";i:454;s:59:\".fusion-privacy-bar .fusion-privacy-bar-full .fusion-column\";i:455;s:73:\".fusion-privacy-bar .fusion-privacy-bar-full .fusion-column .column-title\";i:456;s:48:\".fusion-author-widget .fusion-author-widget-left\";i:457;s:50:\".fusion-author-widget .fusion-author-widget-center\";i:458;s:49:\".fusion-author-widget .fusion-author-widget-right\";i:459;s:48:\".fusion-author-widget .fusion-author-widget-name\";i:460;s:45:\".fusion-author-widget .fusion-social-networks\";i:461;s:105:\".fusion-author-widget .fusion-social-networks .fusion-social-networks-wrapper .fusion-social-network-icon\";i:462;s:57:\".fusion-author-widget .fusion-social-networks.boxed-icons\";i:463;s:117:\".fusion-author-widget .fusion-social-networks.boxed-icons .fusion-social-networks-wrapper .fusion-social-network-icon\";i:464;s:79:\".fusion-author-widget .fusion-author-widget-separator .fusion-author-widget-sep\";i:465;s:47:\".fusion-author-widget .fusion-author-widget-sep\";i:466;s:47:\".fusion-tabs-widget .fusion-tabs-widget-wrapper\";i:467;s:39:\".fusion-tabs-widget .fusion-tabs-nav ul\";i:468;s:42:\".fusion-tabs-widget .fusion-tabs-nav ul li\";i:469;s:53:\".fusion-tabs-widget .fusion-tabs-nav ul li:last-child\";i:470;s:44:\".fusion-tabs-widget .fusion-tabs-nav ul li a\";i:471;s:106:\".fusion-footer-widget-area .fusion-widget-area .fusion-column .fusion-tabs-widget .fusion-tabs-nav ul li a\";i:472;s:51:\".fusion-tabs-widget .fusion-tabs-nav ul li.active a\";i:473;s:62:\".fusion-tabs-widget .fusion-tabs-nav ul li .fusionicon-bubbles\";i:474;s:56:\".fusion-tabs-widget .fusion-tabs-image-circle .image img\";i:475;s:56:\".fusion-tabs-widget .fusion-tabs-image-square .image img\";i:476;s:73:\".fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items\";i:477;s:76:\".fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items li\";i:478;s:87:\".fusion-tabs-widget .fusion-tabs-widget-content .fusion-tabs-widget-items li:last-child\";i:479;s:54:\".fusion-tabs-widget .fusion-tabs-widget-content .image\";i:480;s:56:\".fusion-tabs-widget .fusion-tabs-widget-content .image a\";i:481;s:64:\".fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box\";i:482;s:77:\".fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box .fusion-date\";i:483;s:83:\".fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box .fusion-month-year\";i:484;s:62:\".fusion-tabs-widget .fusion-tabs-widget-content .post-holder a\";i:485;s:62:\".fusion-tabs-widget .fusion-tabs-widget-content .post-holder p\";i:486;s:73:\".fusion-tabs-widget .fusion-tabs-widget-content .post-holder .fusion-meta\";i:487;s:77:\".fusion-tabs-widget .fusion-tabs-widget-content .post-holder .fusion-meta p>a\";i:488;s:65:\".fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper\";i:489;s:82:\".fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav\";i:490;s:90:\".fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav ul li a\";i:491;s:152:\".fusion-footer-widget-area .fusion-widget-area .fusion-column .fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav ul li a\";i:492;s:97:\".fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-nav ul li.active a\";i:493;s:93:\".fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content\";i:494;s:122:\".fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content .fusion-tabs-widget-items li\";i:495;s:212:\".fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content .fusion-date-box, .fusion-tabs-widget .fusion-tabs-clean.fusion-tabs-widget-wrapper .fusion-tabs-widget-content .image\";i:496;s:142:\".fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a, .fusion-sliding-bar-area .fusion-tabs-widget .fusion-tabs-nav ul li a\";i:497;s:154:\".fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li a:hover, .fusion-sliding-bar-area .fusion-tabs-widget .fusion-tabs-nav ul li a:hover\";i:498;s:156:\".fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a, .fusion-sliding-bar-area .fusion-tabs-widget .fusion-tabs-nav ul li.active a\";i:499;s:182:\".fusion-footer-widget-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box, .fusion-sliding-bar-area .fusion-tabs-widget .fusion-tabs-widget-content .fusion-date-box\";i:500;s:10:\".ei-slider\";i:501;s:18:\".ei-slider-loading\";i:502;s:16:\".ei-slider-large\";i:503;s:19:\".ei-slider-large li\";i:504;s:23:\".ei-slider-large li img\";i:505;s:17:\".ei-slider-thumbs\";i:506;s:20:\".ei-slider-thumbs li\";i:507;s:38:\".ei-slider-thumbs li.ei-slider-element\";i:508;s:22:\".ei-slider-thumbs li a\";i:509;s:28:\".ei-slider-thumbs li a:hover\";i:510;s:24:\".ei-slider-thumbs li img\";i:511;s:30:\".ei-slider-thumbs li:hover img\";i:512;s:13:\".ei-slider ul\";i:513;s:9:\".ei-title\";i:514;s:26:\".ei-title h2, .ei-title h3\";i:515;s:92:\".flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus\";i:516;s:59:\".flex-control-nav, .flex-direction-nav, .flexslider .slides\";i:517;s:11:\".flexslider\";i:518;s:19:\".flexslider .slides\";i:519;s:22:\".flexslider .slides li\";i:520;s:23:\".flexslider .slides img\";i:521;s:36:\".flexslider .slides .video-shortcode\";i:522;s:20:\".flex-pauseplay span\";i:523;s:25:\".flexslider .slides:after\";i:524;s:31:\"html[xmlns] .flexslider .slides\";i:525;s:14:\".flex-viewport\";i:526;s:23:\".loading .flex-viewport\";i:527;s:12:\".carousel li\";i:528;s:19:\".flex-direction-nav\";i:529;s:21:\".flex-direction-nav a\";i:530;s:27:\".flex-direction-nav a:hover\";i:531;s:84:\".sidebar .widget .flex-direction-nav a, .sidebar .widget .flex-direction-nav a:hover\";i:532;s:33:\".no-opacity .flex-direction-nav a\";i:533;s:51:\".no-opacity .flexslider:hover .flex-direction-nav a\";i:534;s:30:\".flex-direction-nav .flex-next\";i:535;s:30:\".flex-direction-nav .flex-prev\";i:536;s:28:\".flexslider:hover .flex-next\";i:537;s:28:\".flexslider:hover .flex-prev\";i:538;s:70:\".flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover\";i:539;s:87:\".flex-direction-nav .flex-disabled, .main-flex:hover .flex-direction-nav .flex-disabled\";i:540;s:17:\".flex-control-nav\";i:541;s:33:\".fusion-body .flex-control-nav li\";i:542;s:38:\".fusion-body .flex-control-paging li a\";i:543;s:25:\".flex-control-paging li a\";i:544;s:31:\".flex-control-paging li a:hover\";i:545;s:37:\".flex-control-paging li a.flex-active\";i:546;s:20:\".flex-control-thumbs\";i:547;s:23:\".flex-control-thumbs li\";i:548;s:24:\".flex-control-thumbs img\";i:549;s:30:\".flex-control-thumbs img:hover\";i:550;s:33:\".flex-control-thumbs .flex-active\";i:551;s:13:\".flex-caption\";i:552;s:16:\".col .flexslider\";i:553;s:8:\".isotope\";i:554;s:13:\".isotope-item\";i:555;s:28:\".isotope-hidden.isotope-item\";i:556;s:22:\".isotope .isotope-item\";i:557;s:98:\".isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item\";i:558;s:22:\"#layerslider-container\";i:559;s:20:\"#layerslider-wrapper\";i:560;s:35:\"#layerslider-wrapper .ls-shadow-top\";i:561;s:38:\"#layerslider-wrapper .ls-shadow-bottom\";i:562;s:9:\".ls-avada\";i:563;s:19:\".ls-avada .ls-layer\";i:564;s:77:\".ls-avada .ls-nav-next, .ls-avada .ls-nav-prev, .products-slider .es-nav span\";i:565;s:60:\".ls-avada .ls-nav-next:before, .ls-avada .ls-nav-prev:before\";i:566;s:29:\".ls-avada .ls-nav-next:before\";i:567;s:95:\".ls-avada .ls-nav-next:hover, .ls-avada .ls-nav-prev:hover, .products-slider .es-nav span:hover\";i:568;s:58:\".ls-avada:hover .ls-nav-next, .ls-avada:hover .ls-nav-prev\";i:569;s:65:\".ls-avada .ls-nav-prev, .products-slider .es-nav span.es-nav-prev\";i:570;s:65:\".ls-avada .ls-nav-next, .products-slider .es-nav span.es-nav-next\";i:571;s:23:\".ls-avada .ls-playvideo\";i:572;s:76:\".ls-avada .ls-playvideo:hover, .ls-avada .ls-vpcontainer:hover .ls-playvideo\";i:573;s:24:\".fusion-sliding-bar-area\";i:574;s:29:\".fusion-sliding-bar-area.open\";i:575;s:25:\".fusion-sb-toggle-wrapper\";i:576;s:17:\".fusion-sb-toggle\";i:577;s:23:\".fusion-sb-toggle:after\";i:578;s:53:\".fusion-sliding-bar-area.open .fusion-sb-toggle:after\";i:579;s:35:\".fusion-sliding-bar-content-wrapper\";i:580;s:61:\".fusion-sliding-bar-toggle-triangle .fusion-sb-toggle-wrapper\";i:581;s:59:\".fusion-sliding-bar-toggle-triangle .fusion-sb-toggle:after\";i:582;s:107:\".fusion-sliding-bar-toggle-circle .fusion-sb-toggle, .fusion-sliding-bar-toggle-rectangle .fusion-sb-toggle\";i:583;s:119:\".fusion-sliding-bar-toggle-circle .fusion-sb-toggle:after, .fusion-sliding-bar-toggle-rectangle .fusion-sb-toggle:after\";i:584;s:19:\".fusion-sliding-bar\";i:585;s:16:\".fusion-sb-close\";i:586;s:22:\".fusion-sb-close:after\";i:587;s:32:\".fusion-sliding-bar-position-top\";i:588;s:118:\".fusion-sliding-bar-position-top.fusion-sliding-bar-sticky, .layout-boxed-mode-framed .fusion-sliding-bar-position-top\";i:589;s:43:\".admin-bar .fusion-sliding-bar-position-top\";i:590;s:58:\".fusion-sliding-bar-position-top.fusion-sliding-bar-border\";i:591;s:58:\".fusion-sliding-bar-position-top .fusion-sb-toggle-wrapper\";i:592;s:80:\".fusion-sliding-bar-position-top.fusion-sliding-bar-toggle-menu .fusion-sb-close\";i:593;s:85:\".fusion-sliding-bar-position-top.fusion-sliding-bar-toggle-triangle .fusion-sb-toggle\";i:594;s:91:\".fusion-sliding-bar-position-top.fusion-sliding-bar-toggle-triangle .fusion-sb-toggle:after\";i:595;s:86:\".fusion-sliding-bar-position-top.fusion-sliding-bar-toggle-rectangle .fusion-sb-toggle\";i:596;s:92:\".fusion-sliding-bar-position-top.fusion-sliding-bar-toggle-rectangle .fusion-sb-toggle:after\";i:597;s:83:\".fusion-sliding-bar-position-top.fusion-sliding-bar-toggle-circle .fusion-sb-toggle\";i:598;s:52:\".fusion-sliding-bar-position-top .fusion-sliding-bar\";i:599;s:35:\".fusion-sliding-bar-position-bottom\";i:600;s:206:\".avada-footer-fx-sticky .fusion-sliding-bar-position-bottom, .avada-footer-fx-sticky-with-parallax-bg-image .fusion-sliding-bar-position-bottom, .fusion-sliding-bar-position-bottom.fusion-sliding-bar-sticky\";i:601;s:61:\".fusion-sliding-bar-position-bottom.fusion-sliding-bar-border\";i:602;s:83:\".fusion-sliding-bar-position-bottom.fusion-sliding-bar-toggle-menu .fusion-sb-close\";i:603;s:88:\".fusion-sliding-bar-position-bottom.fusion-sliding-bar-toggle-triangle .fusion-sb-toggle\";i:604;s:94:\".fusion-sliding-bar-position-bottom.fusion-sliding-bar-toggle-triangle .fusion-sb-toggle:after\";i:605;s:89:\".fusion-sliding-bar-position-bottom.fusion-sliding-bar-toggle-rectangle .fusion-sb-toggle\";i:606;s:86:\".fusion-sliding-bar-position-bottom.fusion-sliding-bar-toggle-circle .fusion-sb-toggle\";i:607;s:92:\".fusion-sliding-bar-position-bottom.fusion-sliding-bar-toggle-circle .fusion-sb-toggle:after\";i:608;s:55:\".fusion-sliding-bar-position-bottom .fusion-sliding-bar\";i:609;s:34:\".fusion-sliding-bar-position-right\";i:610;s:39:\".fusion-sliding-bar-position-right.open\";i:611;s:45:\".admin-bar .fusion-sliding-bar-position-right\";i:612;s:60:\".fusion-sliding-bar-position-right.fusion-sliding-bar-border\";i:613;s:87:\".fusion-sliding-bar-position-right.fusion-sliding-bar-text-align-right .fusion-sb-close\";i:614;s:86:\".fusion-sliding-bar-position-right.fusion-sliding-bar-text-align-left .fusion-sb-close\";i:615;s:88:\".fusion-sliding-bar-position-right.fusion-sliding-bar-text-align-center .fusion-sb-close\";i:616;s:87:\".fusion-sliding-bar-position-right.fusion-sliding-bar-toggle-triangle .fusion-sb-toggle\";i:617;s:93:\".fusion-sliding-bar-position-right.fusion-sliding-bar-toggle-triangle .fusion-sb-toggle:after\";i:618;s:88:\".fusion-sliding-bar-position-right.fusion-sliding-bar-toggle-rectangle .fusion-sb-toggle\";i:619;s:85:\".fusion-sliding-bar-position-right.fusion-sliding-bar-toggle-circle .fusion-sb-toggle\";i:620;s:54:\".fusion-sliding-bar-position-right .fusion-sliding-bar\";i:621;s:70:\".fusion-sliding-bar-position-right .fusion-sliding-bar-content-wrapper\";i:622;s:112:\".fusion-sliding-bar-position-right.fusion-sliding-bar-columns-stacked .fusion-sliding-bar-content>.fusion-column\";i:623;s:33:\".fusion-sliding-bar-position-left\";i:624;s:38:\".fusion-sliding-bar-position-left.open\";i:625;s:44:\".admin-bar .fusion-sliding-bar-position-left\";i:626;s:59:\".fusion-sliding-bar-position-left.fusion-sliding-bar-border\";i:627;s:59:\".fusion-sliding-bar-position-left .fusion-sb-toggle-wrapper\";i:628;s:86:\".fusion-sliding-bar-position-left.fusion-sliding-bar-text-align-right .fusion-sb-close\";i:629;s:85:\".fusion-sliding-bar-position-left.fusion-sliding-bar-text-align-left .fusion-sb-close\";i:630;s:87:\".fusion-sliding-bar-position-left.fusion-sliding-bar-text-align-center .fusion-sb-close\";i:631;s:86:\".fusion-sliding-bar-position-left.fusion-sliding-bar-toggle-triangle .fusion-sb-toggle\";i:632;s:92:\".fusion-sliding-bar-position-left.fusion-sliding-bar-toggle-triangle .fusion-sb-toggle:after\";i:633;s:87:\".fusion-sliding-bar-position-left.fusion-sliding-bar-toggle-rectangle .fusion-sb-toggle\";i:634;s:84:\".fusion-sliding-bar-position-left.fusion-sliding-bar-toggle-circle .fusion-sb-toggle\";i:635;s:53:\".fusion-sliding-bar-position-left .fusion-sliding-bar\";i:636;s:69:\".fusion-sliding-bar-position-left .fusion-sliding-bar-content-wrapper\";i:637;s:111:\".fusion-sliding-bar-position-left.fusion-sliding-bar-columns-stacked .fusion-sliding-bar-content>.fusion-column\";i:638;s:226:\".fusion-flyout-menu-icons .fusion-icon-sliding-bar:before, .fusion-main-menu .fusion-icon-sliding-bar:before, .fusion-mobile-menu-icons .fusion-icon-sliding-bar:before, .fusion-mobile-nav-holder .fusion-icon-sliding-bar:before\";i:639;s:342:\".fusion-flyout-menu-icons .fusion-icon-sliding-bar.fusion-main-menu-icon-active:before, .fusion-main-menu .fusion-icon-sliding-bar.fusion-main-menu-icon-active:before, .fusion-mobile-menu-icons .fusion-icon-sliding-bar.fusion-main-menu-icon-active:before, .fusion-mobile-nav-holder .fusion-icon-sliding-bar.fusion-main-menu-icon-active:before\";i:640;s:33:\".fusion-flyout-sliding-bar-toggle\";i:641;s:32:\".fusion-slidingbar-widget-column\";i:642;s:43:\".fusion-slidingbar-widget-column:last-child\";i:643;s:22:\"#slidingbar-area .logo\";i:644;s:51:\"#slidingbar-area .widget-title, #slidingbar-area h3\";i:645;s:34:\"#slidingbar-area .holder-block img\";i:646;s:19:\"#slidingbar-area ul\";i:647;s:299:\"#slidingbar-area .slidingbar-widget-column:not(.widget_icl_lang_sel_widget) ul:first-child>li:first-child>a, #slidingbar-area .slidingbar-widget-column:not(.widget_icl_lang_sel_widget)>ul>li:first-child, #slidingbar-area .slidingbar-widget-column:not(.widget_icl_lang_sel_widget)>ul>li:first-child>a\";i:648;s:26:\".fusion-sliding-bar-area a\";i:649;s:30:\"#slidingbar-area ul li a:hover\";i:650;s:64:\"#slidingbar-area ul#recentcomments li.recentcomments:first-child\";i:651;s:34:\"#slidingbar-area li.recentcomments\";i:652;s:36:\"#slidingbar-area li.recentcomments a\";i:653;s:31:\".fusion-post-content .wooslider\";i:654;s:25:\".wooslider .slide-content\";i:655;s:31:\".wooslider .wooslider-pauseplay\";i:656;s:33:\".wooslider .wooslider-control-nav\";i:657;s:46:\".tfs-slider .flex-next, .tfs-slider .flex-prev\";i:658;s:124:\".main-flex:hover .flex-next, .main-flex:hover .flex-prev, .wooslider:hover .wooslider-next, .wooslider:hover .wooslider-prev\";i:659;s:100:\".main-flex .flex-next, .main-flex .flex-prev, .wooslider .wooslider-next, .wooslider .wooslider-prev\";i:660;s:49:\".main-flex .flex-prev, .wooslider .wooslider-prev\";i:661;s:49:\".main-flex .flex-next, .wooslider .wooslider-next\";i:662;s:46:\"#sliders-container .wooslider .slide-content p\";i:663;s:92:\".fusion-footer-widget-area .wooslider-control-nav li a, .sidebar .wooslider-control-nav li a\";i:664;s:236:\".fusion-footer-widget-area .wooslider-next, .fusion-footer-widget-area .wooslider-prev, .fusion-post-content .wooslider .wooslider-next, .fusion-post-content .wooslider .wooslider-prev, .sidebar .wooslider-next, .sidebar .wooslider-prev\";i:665;s:104:\".fusion-footer-widget-area .wooslider .wooslider-control-nav, .sidebar .wooslider .wooslider-control-nav\";i:666;s:152:\".fusion-footer-widget-area .widget_wooslider_slideshow_slides .wooslider-control-nav, .sidebar .widget_wooslider_slideshow_slides .wooslider-control-nav\";i:667;s:41:\".fusion-footer-widget-area .slide-excerpt\";i:668;s:23:\".sidebar .slide-excerpt\";i:669;s:36:\".sidebar .slide-excerpt .slide-title\";i:670;s:38:\".sidebar .slide-excerpt .slide-title a\";i:671;s:44:\".sidebar .slide-excerpt .slide-title a:hover\";i:672;s:33:\".sidebar .widget .slides li div a\";i:673;s:11:\".fusion-row\";i:674;s:37:\".fusion-row:after, .fusion-row:before\";i:675;s:17:\".fusion-row:after\";i:676;s:17:\".fusion-alignleft\";i:677;s:18:\".fusion-alignright\";i:678;s:19:\".fusion-aligncenter\";i:679;s:15:\".fusion-columns\";i:680;s:114:\".fusion-columns-5 .col-lg-2, .fusion-columns-5 .col-md-2, .fusion-columns-5 .col-sm-2, .fusion-columns-5 .col-xs-2\";i:681;s:21:\".fusion-block-element\";i:682;s:14:\".fusion-hidden\";i:683;s:22:\".fusion-responsive-img\";i:684;s:73:\"#wrapper #posts-container .fusion-grid-sizer, #wrapper .fusion-grid-sizer\";i:685;s:33:\".fusion-masonry-element-container\";i:686;s:54:\".fusion-element-grid .fusion-masonry-element-container\";i:687;s:59:\".fusion-element-landscape .fusion-masonry-element-container\";i:688;s:58:\".fusion-element-portrait .fusion-masonry-element-container\";i:689;s:159:\".fusion-masonry-element-container .fusion-image-wrapper>img, .fusion-masonry-element-container .fusion-placeholder-image, .fusion-masonry-element-container>img\";i:690;s:93:\"article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section\";i:691;s:12:\"bold, strong\";i:692;s:28:\".fusion-video iframe, iframe\";i:693;s:19:\".screen-reader-text\";i:694;s:25:\".screen-reader-text:focus\";i:695;s:4:\"mark\";i:696;s:25:\".fusion-breadcrumb-prefix\";i:697;s:22:\".fusion-breadcrumb-sep\";i:698;s:33:\".fusion-breadcrumb-sep:last-child\";i:699;s:39:\".searchform .fusion-search-form-content\";i:700;s:60:\".searchform .fusion-search-form-content .fusion-search-field\";i:701;s:66:\".searchform .fusion-search-form-content .fusion-search-field input\";i:702;s:80:\".searchform .fusion-search-form-content .fusion-search-button input[type=submit]\";i:703;s:86:\".fusion-search-form-classic .searchform .fusion-search-button input[type=submit]:hover\";i:704;s:65:\".fusion-search-form-clean .searchform .fusion-search-form-content\";i:705;s:59:\".fusion-search-form-clean .searchform .fusion-search-button\";i:706;s:78:\".fusion-search-form-clean .searchform .fusion-search-button input[type=submit]\";i:707;s:28:\".search-page-search-form-top\";i:708;s:31:\".search-page-search-form-bottom\";i:709;s:44:\".search-page-search-form .fusion-search-form\";i:710;s:91:\".search-page-search-form .fusion-search-form .fusion-search-form .fusion-search-field input\";i:711;s:40:\".post-password-form input[type=password]\";i:712;s:21:\".fusion-image-wrapper\";i:713;s:44:\".fusion-image-wrapper:hover .fusion-rollover\";i:714;s:62:\".no-csstransforms .fusion-image-wrapper:hover .fusion-rollover\";i:715;s:34:\".fusion-image-wrapper.fusion-video\";i:716;s:24:\".fusion-image-size-fixed\";i:717;s:16:\".fusion-rollover\";i:718;s:34:\".no-csstransforms .fusion-rollover\";i:719;s:71:\".fusion-clean-product-image-wrapper .fusion-rollover-content .view-cart\";i:720;s:77:\".fusion-woo-slider .fusion-carousel-title-below-image .fusion-product-buttons\";i:721;s:24:\".fusion-rollover-content\";i:722;s:134:\".fusion-rollover-content .fusion-rollover-categories, .fusion-rollover-content .fusion-rollover-title, .fusion-rollover-content .price\";i:723;s:47:\".fusion-rollover-content .fusion-rollover-title\";i:724;s:54:\".fusion-rollover-content .fusion-rollover-categories a\";i:725;s:60:\".fusion-rollover-content .fusion-rollover-categories a:hover\";i:726;s:31:\".fusion-rollover-content .price\";i:727;s:48:\".fusion-rollover-content .fusion-product-buttons\";i:728;s:50:\".fusion-rollover-content .fusion-product-buttons a\";i:729;s:85:\".fusion-carousel-title-below-image .fusion-rollover-content .fusion-product-buttons a\";i:730;s:62:\".fusion-rollover-content .fusion-product-buttons a:first-child\";i:731;s:69:\".fusion-rollover-content .fusion-product-buttons a:first-child:before\";i:732;s:61:\".fusion-rollover-content .fusion-product-buttons a:last-child\";i:733;s:68:\".fusion-rollover-content .fusion-product-buttons a:last-child:before\";i:734;s:64:\".fusion-rollover-content .fusion-product-buttons a.added_to_cart\";i:735;s:20:\".fusion-rollover-sep\";i:736;s:47:\".fusion-rollover-gallery, .fusion-rollover-link\";i:737;s:59:\".fusion-rollover-gallery:hover, .fusion-rollover-link:hover\";i:738;s:61:\".fusion-rollover-gallery:before, .fusion-rollover-link:before\";i:739;s:28:\".fusion-rollover-link:before\";i:740;s:31:\".fusion-rollover-gallery:before\";i:741;s:25:\".fusion-placeholder-image\";i:742;s:22:\".fusion-hidden-content\";i:743;s:15:\".fusion-filters\";i:744;s:14:\".fusion-filter\";i:745;s:30:\".fusion-filter.fusion-active a\";i:746;s:16:\".fusion-filter a\";i:747;s:24:\".fusion-load-more-button\";i:748;s:30:\".fusion-load-more-button:hover\";i:749;s:50:\".fusion-portfolio-wrapper .fusion-load-more-button\";i:750;s:25:\".fusion-loading-container\";i:751;s:49:\".fusion-loading-container .fusion-loading-spinner\";i:752;s:133:\".fusion-loading-container .fusion-spinner-1, .fusion-loading-container .fusion-spinner-2, .fusion-loading-container .fusion-spinner-3\";i:753;s:43:\".fusion-loading-container .fusion-spinner-1\";i:754;s:43:\".fusion-loading-container .fusion-spinner-2\";i:755;s:45:\".fusion-loading-container .fusion-loading-msg\";i:756;s:71:\".fusion-body .wpcf7-form .fusion-slider-loading, .fusion-slider-loading\";i:757;s:127:\".fusion-body .wpcf7-form .fusion-slider-loading .fusion-slider-loading-text, .fusion-slider-loading .fusion-slider-loading-text\";i:758;s:107:\".no-cssanimations .fusion-body .wpcf7-form .fusion-slider-loading, .no-cssanimations .fusion-slider-loading\";i:759;s:52:\".fusion-slider-loading, .fusion-slider-loading:after\";i:760;s:47:\".fusion-body .wpcf7-form .fusion-slider-loading\";i:761;s:102:\".fusion-body .wpcf7-form .fusion-slider-loading, .fusion-body .wpcf7-form .fusion-slider-loading:after\";i:762;s:18:\".fusion-inline-sep\";i:763;s:29:\".fusion-inline-sep:last-child\";i:764;s:15:\".post-content p\";i:765;s:10:\"blockquote\";i:766;s:22:\"blockquote :last-child\";i:767;s:38:\".comment-text blockquote p:first-child\";i:768;s:42:\".table-1, .table-2, .tkt-slctr-tbl-wrap-dv\";i:769;s:11:\".tagcloud a\";i:770;s:17:\".tagcloud a:hover\";i:771;s:9:\".quantity\";i:772;s:83:\".quantity .minus, .quantity .plus, .quantity .qty, .quantity .tribe-ticket-quantity\";i:773;s:48:\".quantity .qty, .quantity .tribe-ticket-quantity\";i:774;s:33:\".quantity .minus, .quantity .plus\";i:775;s:202:\".quantity .qty -webkit-inner-spin-button, .quantity .qty -webkit-outer-spin-button, .quantity .tribe-ticket-quantity -webkit-inner-spin-button, .quantity .tribe-ticket-quantity -webkit-outer-spin-button\";i:776;s:13:\".select-arrow\";i:777;s:20:\".avada-select-parent\";i:778;s:29:\".bbpress .avada-select-parent\";i:779;s:27:\".avada-select-parent select\";i:780;s:36:\".sidebar .avada-select-parent select\";i:781;s:20:\".ua-ie .select-arrow\";i:782;s:49:\".widget_archive select, .widget_categories select\";i:783;s:74:\".select2-container .select2-selection--single .select2-selection__rendered\";i:784;s:51:\".select2-results__option, .select2-search--dropdown\";i:785;s:48:\".select2-search--dropdown .select2-search__field\";i:786;s:54:\".select2-container--default .select2-selection--single\";i:787;s:80:\".select2-container--default .select2-selection--single .select2-selection__arrow\";i:788;s:17:\".select2-dropdown\";i:789;s:16:\"#submit, .submit\";i:790;s:118:\"#slidingbar .widget_calendar table, .fusion-footer-widget-area .widget_calendar table, .sidebar .widget_calendar table\";i:791;s:47:\".widget_calendar.fusion-widget-align-default th\";i:792;s:22:\".widget_calendar #next\";i:793;s:22:\".widget_calendar #prev\";i:794;s:36:\".fusion-ad-125-125 .fusion-image-row\";i:795;s:39:\".fusion-ad-125-125 .fusion-image-holder\";i:796;s:41:\".fusion-ad-125-125 .fusion-image-holder a\";i:797;s:20:\".rich-snippet-hidden\";i:798;s:87:\".fusion-avatar-circle .attachment-recent-works-thumbnail, .fusion-avatar-circle .avatar\";i:799;s:35:\".fusion-author .fusion-edit-profile\";i:800;s:38:\".fusion-author .fusion-social-networks\";i:801;s:66:\".fusion-author .fusion-social-networks .fusion-social-network-icon\";i:802;s:78:\".fusion-author .fusion-social-networks.boxed-icons .fusion-social-network-icon\";i:803;s:21:\".fusion-author-avatar\";i:804;s:19:\".fusion-author-info\";i:805;s:20:\".fusion-author-title\";i:806;s:21:\".fusion-author-social\";i:807;s:22:\".fusion-author-tagline\";i:808;s:71:\"#wpadminbar .avada-menu>.ab-item .ab-icon:not(.dashicons-before):before\";i:809;s:58:\"#wpadminbar .avada-menu>.ab-item .ab-icon.dashicons-before\";i:810;s:49:\".woocommerce-billing-fields .form-row .input-text\";i:811;s:73:\".fusion-disable-outline .woocommerce-billing-fields .form-row .input-text\";i:812;s:37:\".select2-container .select2-selection\";i:813;s:63:\".select2-container .select2-selection .select2-selection__arrow\";i:814;s:61:\".select2-container--default .select2-dropdown .select2-search\";i:815;s:67:\".select2-container--default .select2-dropdown .select2-search input\";i:816;s:22:\".fusion-header-wrapper\";i:817;s:31:\".fusion-header-wrapper .tooltip\";i:818;s:28:\".fusion-header-sticky-height\";i:819;s:14:\".fusion-header\";i:820;s:202:\".fusion-header-v1 .fusion-header, .fusion-header-v2 .fusion-header, .fusion-header-v3 .fusion-header, .fusion-header-v4 .fusion-header, .fusion-header-v5 .fusion-header, .fusion-header-v7 .fusion-header\";i:821;s:23:\".fusion-header-backface\";i:822;s:134:\".fusion-header-v2 .fusion-header, .fusion-header-v3 .fusion-header, .fusion-header-v4 .fusion-header, .fusion-header-v5 .fusion-header\";i:823;s:12:\".fusion-logo\";i:824;s:39:\".fusion-logo:after, .fusion-logo:before\";i:825;s:18:\".fusion-logo:after\";i:826;s:14:\".fusion-logo a\";i:827;s:16:\".fusion-logo img\";i:828;s:19:\".fusion-mobile-logo\";i:829;s:24:\".fusion-secondary-header\";i:830;s:42:\".fusion-secondary-header .fusion-alignleft\";i:831;s:43:\".fusion-secondary-header .fusion-alignright\";i:832;s:45:\".fusion-secondary-header .fusion-alignright>*\";i:833;s:36:\".fusion-secondary-header .fusion-row\";i:834;s:42:\".fusion-header-v2 .fusion-secondary-header\";i:835;s:50:\".fusion-secondary-header .fusion-mobile-nav-holder\";i:836;s:188:\".fusion-mobile-menu-design-flyout .fusion-secondary-header .fusion-icon-only-link .menu-title, .fusion-mobile-menu-design-modern .fusion-secondary-header .fusion-icon-only-link .menu-title\";i:837;s:24:\".fusion-header-separator\";i:838;s:20:\".fusion-contact-info\";i:839;s:32:\".fusion-header-v4 .fusion-header\";i:840;s:30:\".fusion-header-v4 .fusion-logo\";i:841;s:62:\".fusion-header-v4 .fusion-header-content-3-wrapper .searchform\";i:842;s:31:\".fusion-header-v4 .search-table\";i:843;s:75:\".fusion-header-v4 .fusion-logo:after, .fusion-header-v4 .fusion-logo:before\";i:844;s:48:\".fusion-header-v4 .fusion-logo .fusion-logo-link\";i:845;s:63:\".fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper\";i:846;s:86:\".fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-header-tagline\";i:847;s:88:\".fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-header-tagline a\";i:848;s:101:\".fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-header-tagline .fusion-button\";i:849;s:93:\".fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper .fusion-secondary-menu-search\";i:850;s:22:\".fusion-header-tagline\";i:851;s:21:\".fusion-header-banner\";i:852;s:36:\".fusion-logo .fusion-header-banner a\";i:853;s:27:\".fusion-secondary-main-menu\";i:854;s:45:\".fusion-secondary-main-menu .fusion-main-menu\";i:855;s:41:\".fusion-secondary-main-menu .search-table\";i:856;s:57:\".fusion-secondary-main-menu .fusion-main-menu .searchform\";i:857;s:50:\".fusion-header-menu-align-center .fusion-main-menu\";i:858;s:56:\".fusion-header-menu-align-center .fusion-main-menu>ul>li\";i:859;s:49:\".fusion-header-menu-align-right .fusion-main-menu\";i:860;s:32:\".fusion-header-v5 .fusion-header\";i:861;s:49:\".fusion-header-v5.fusion-logo-center .fusion-logo\";i:862;s:51:\".fusion-header-v5.fusion-logo-center .fusion-logo a\";i:863;s:39:\".fusion-logo-left .fusion-header-banner\";i:864;s:47:\".fusion-logo-left.fusion-header-v4 .fusion-logo\";i:865;s:31:\".fusion-logo-right .fusion-logo\";i:866;s:218:\".fusion-logo-right.fusion-header-v1 .fusion-main-menu, .fusion-logo-right.fusion-header-v2 .fusion-main-menu, .fusion-logo-right.fusion-header-v3 .fusion-main-menu, .fusion-logo-right.fusion-header-v6 .fusion-main-menu\";i:867;s:40:\".fusion-logo-right .fusion-header-banner\";i:868;s:41:\".fusion-logo-right .fusion-header-tagline\";i:869;s:30:\".fusion-logo-right .searchform\";i:870;s:44:\".fusion-logo-right .fusion-mobile-menu-icons\";i:871;s:46:\".fusion-logo-right .fusion-mobile-menu-icons a\";i:872;s:66:\".fusion-logo-right.fusion-header-v4 .fusion-logo .fusion-logo-link\";i:873;s:81:\".fusion-logo-right.fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper\";i:874;s:400:\".fusion-mobile-menu-design-flyout.fusion-header-v1 .fusion-header, .fusion-mobile-menu-design-flyout.fusion-header-v2 .fusion-header, .fusion-mobile-menu-design-flyout.fusion-header-v3 .fusion-header, .fusion-mobile-menu-design-flyout.fusion-header-v4 .fusion-header, .fusion-mobile-menu-design-flyout.fusion-header-v5 .fusion-header, .fusion-mobile-menu-design-flyout.fusion-header-v7 .fusion-header\";i:875;s:96:\".fusion-mobile-menu-design-flyout.fusion-header-has-flyout-menu .fusion-flyout-mobile-menu-icons\";i:876;s:69:\".fusion-mobile-menu-design-flyout.fusion-flyout-active .fusion-header\";i:877;s:32:\".fusion-flyout-mobile-menu-icons\";i:878;s:51:\".fusion-logo-right .fusion-flyout-mobile-menu-icons\";i:879;s:50:\"body.side-header #wrapper .fusion-megamenu-wrapper\";i:880;s:53:\"body.side-header #side-header .fusion-main-menu ul ul\";i:881;s:30:\"body.side-header-left #wrapper\";i:882;s:34:\"body.side-header-left #side-header\";i:883;s:54:\"body.side-header-left #side-header .side-header-border\";i:884;s:271:\"body.side-header-left #side-header .fusion-main-menu .cart-contents, body.side-header-left #side-header .fusion-main-menu .login-box, body.side-header-left #side-header .fusion-main-menu .main-nav-search-form, body.side-header-left #side-header .fusion-main-menu>ul>li>ul\";i:885;s:67:\"body.side-header-left #side-header .fusion-main-menu .cart-contents\";i:886;s:86:\"body.side-header-left #side-header .fusion-main-menu .fusion-custom-menu-item-contents\";i:887;s:74:\"body.side-header-left #side-header.header-shadow .side-header-border:after\";i:888;s:31:\"body.side-header-right #wrapper\";i:889;s:35:\"body.side-header-right #side-header\";i:890;s:55:\"body.side-header-right #side-header .side-header-border\";i:891;s:95:\"body.side-header-right #side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu\";i:892;s:75:\"body.side-header-right #side-header .fusion-main-menu .main-nav-search-form\";i:893;s:68:\"body.side-header-right #side-header .fusion-main-menu .cart-contents\";i:894;s:64:\"body.side-header-right #side-header .fusion-main-menu .login-box\";i:895;s:98:\"body.side-header-right #side-header .cart-contents, body.side-header-right #side-header .login-box\";i:896;s:76:\"body.side-header-right #side-header.header-shadow .side-header-border:before\";i:897;s:106:\"body.side-header-right.rtl #side-header .cart-contents, body.side-header-right.rtl #side-header .login-box\";i:898;s:12:\"#side-header\";i:899;s:120:\"#side-header .side-header-background-color, #side-header .side-header-background-image, #side-header .side-header-border\";i:900;s:165:\"#side-header .side-header-background-color #boxed-wrapper, #side-header .side-header-background-image #boxed-wrapper, #side-header .side-header-border #boxed-wrapper\";i:901;s:32:\"#side-header .side-header-border\";i:902;s:33:\"#side-header .side-header-wrapper\";i:903;s:81:\"#side-header .side-header-wrapper:after, #side-header .side-header-wrapper:before\";i:904;s:39:\"#side-header .side-header-wrapper:after\";i:905;s:167:\"#side-header .side-header-wrapper .fusion-header-has-flyout-menu-content>.fusion-secondary-menu-search, #side-header .side-header-wrapper>.fusion-secondary-menu-search\";i:906;s:48:\"#side-header .fusion-secondary-menu-search-inner\";i:907;s:25:\"#side-header .fusion-logo\";i:908;s:43:\"#side-header .fusion-logo-left .fusion-logo\";i:909;s:45:\"#side-header .fusion-logo-center .fusion-logo\";i:910;s:44:\"#side-header .fusion-logo-right .fusion-logo\";i:911;s:32:\"#side-header .fusion-sticky-logo\";i:912;s:30:\"#side-header .fusion-main-menu\";i:913;s:36:\"#side-header .fusion-main-menu ul ul\";i:914;s:79:\"#side-header .fusion-main-menu .fusion-megamenu-wrapper .fusion-megamenu-holder\";i:915;s:36:\"#side-header .fusion-main-menu>ul>li\";i:916;s:62:\"#side-header .fusion-main-menu>ul>li.fusion-menu-item-button>a\";i:917;s:38:\"#side-header .fusion-main-menu>ul>li>a\";i:918;s:50:\"#side-header .fusion-main-menu>ul>li:first-child>a\";i:919;s:59:\"#side-header .fusion-main-menu>ul .sub-menu>li:last-child>a\";i:920;s:89:\"#side-header .fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents\";i:921;s:56:\".side-header-left #side-header .fusion-main-menu>ul>li>a\";i:922;s:154:\".side-header-left #side-header .fusion-main-menu>ul>li.current-menu-ancestor>a, .side-header-left #side-header .fusion-main-menu>ul>li.current-menu-item>a\";i:923;s:57:\".side-header-right #side-header .fusion-main-menu>ul>li>a\";i:924;s:156:\".side-header-right #side-header .fusion-main-menu>ul>li.current-menu-ancestor>a, .side-header-right #side-header .fusion-main-menu>ul>li.current-menu-item>a\";i:925;s:72:\"#side-header .side-header-content-1, #side-header .side-header-content-2\";i:926;s:46:\"#side-header .fusion-custom-menu-item-contents\";i:927;s:33:\"#side-header .fusion-contact-info\";i:928;s:27:\"#side-header .header-social\";i:929;s:40:\"#side-header .fusion-social-links-header\";i:930;s:63:\"#side-header .fusion-secondary-menu .fusion-secondary-menu-icon\";i:931;s:234:\"#side-header .fusion-secondary-menu .fusion-secondary-menu-icon .amount, #side-header .fusion-secondary-menu .fusion-secondary-menu-icon .fusion-woo-cart-separator, #side-header .fusion-secondary-menu .fusion-secondary-menu-icon:after\";i:932;s:41:\"#side-header .fusion-secondary-menu>ul>li\";i:933;s:55:\"#side-header .fusion-secondary-menu>ul>li:first-child>a\";i:934;s:156:\"#side-header .fusion-secondary-menu .fusion-active-link .fusion-custom-menu-item-contents, #side-header .fusion-secondary-menu .fusion-active-link>.sub-menu\";i:935;s:158:\"#side-header .fusion-secondary-menu .fusion-active-login .fusion-custom-menu-item-contents, #side-header .fusion-secondary-menu .fusion-active-login .sub-menu\";i:936;s:35:\"#side-header .fusion-header-tagline\";i:937;s:40:\".rtl #side-header .fusion-header-tagline\";i:938;s:47:\"#side-header .side-header-content-3 .searchform\";i:939;s:34:\"#side-header .fusion-header-banner\";i:940;s:66:\"#side-header .fusion-social-links-header .fusion-social-networks a\";i:941;s:76:\"#side-header .fusion-social-networks.boxed-icons .fusion-social-network-icon\";i:942;s:33:\"#side-header .side-header-content\";i:943;s:81:\"#side-header .side-header-content:after, #side-header .side-header-content:before\";i:944;s:39:\"#side-header .side-header-content:after\";i:945;s:17:\".fusion-main-menu\";i:946;s:294:\"#side-header .fusion-main-menu:hover, .fusion-header-v1 .fusion-main-menu:hover, .fusion-header-v2 .fusion-main-menu:hover, .fusion-header-v3 .fusion-main-menu:hover, .fusion-header-v4 .fusion-main-menu:hover, .fusion-header-v5 .fusion-main-menu:hover, .fusion-header-v7 .fusion-main-menu:hover\";i:947;s:34:\".fusion-main-menu>ul>li:last-child\";i:948;s:50:\".fusion-main-menu>ul>li>a .fusion-menu-description\";i:949;s:47:\".fusion-main-menu>ul>li>a>.fusion-megamenu-icon\";i:950;s:52:\".fusion-main-menu>ul>li>a>.fusion-megamenu-image>img\";i:951;s:47:\".fusion-main-menu>ul>.fusion-menu-item-button>a\";i:952;s:20:\".fusion-main-menu ul\";i:953;s:22:\".fusion-main-menu ul a\";i:954;s:20:\".fusion-main-menu li\";i:955;s:26:\".fusion-main-menu .iclflag\";i:956;s:23:\".fusion-main-menu>ul>li\";i:957;s:25:\".fusion-main-menu>ul>li>a\";i:958;s:48:\".fusion-main-menu>ul>li>a.fusion-arrow-highlight\";i:959;s:54:\".fusion-main-menu>ul>li>a.fusion-arrow-highlight:after\";i:960;s:42:\".fusion-main-menu>ul>li>a.fusion-flex-link\";i:961;s:61:\".fusion-main-menu>ul>li>a.fusion-flex-link.fusion-flex-column\";i:962;s:49:\".fusion-main-menu>ul>li.fusion-menu-item-button>a\";i:963;s:206:\".fusion-main-menu li.fusion-active-link>.fusion-megamenu-wrapper, .fusion-main-menu li.fusion-active-link>.sub-menu, .fusion-main-menu li:hover>.fusion-megamenu-wrapper, .fusion-main-menu li:hover>.sub-menu\";i:964;s:39:\".fusion-main-menu .fusion-dropdown-menu\";i:965;s:58:\".fusion-main-menu .fusion-dropdown-menu.fusion-active-link\";i:966;s:27:\".fusion-main-menu .sub-menu\";i:967;s:30:\".fusion-main-menu .sub-menu ul\";i:968;s:30:\".fusion-main-menu .sub-menu li\";i:969;s:29:\".fusion-main-menu .sub-menu a\";i:970;s:51:\".fusion-main-menu .fusion-custom-menu-item-contents\";i:971;s:40:\".fusion-main-menu .fusion-last-menu-item\";i:972;s:44:\".fusion-main-menu .fusion-main-menu-search a\";i:973;s:50:\".fusion-main-menu .fusion-main-menu-search a:after\";i:974;s:76:\".fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents\";i:975;s:81:\".fusion-main-menu .fusion-main-menu-search-open .fusion-custom-menu-item-contents\";i:976;s:42:\".fusion-main-menu .fusion-main-menu-cart>a\";i:977;s:48:\".fusion-main-menu .fusion-main-menu-cart>a:after\";i:978;s:47:\".fusion-main-menu .fusion-widget-cart-counter>a\";i:979;s:54:\".fusion-main-menu .fusion-widget-cart-counter>a:before\";i:980;s:53:\".fusion-main-menu .fusion-widget-cart-counter>a:after\";i:981;s:134:\".fusion-main-menu .fusion-widget-cart-counter>a .fusion-widget-cart-number, .fusion-main-menu .fusion-widget-cart-counter>a .menu-text\";i:982;s:74:\".fusion-main-menu .fusion-widget-cart-counter>a .fusion-widget-cart-number\";i:983;s:45:\".fusion-header-has-flyout-menu .fusion-header\";i:984;s:56:\".admin-bar .fusion-header-has-flyout-menu .fusion-header\";i:985;s:56:\".fusion-header-has-flyout-menu .fusion-header-v6-content\";i:986;s:69:\".fusion-header-has-flyout-menu .fusion-header-v6-content .fusion-logo\";i:987;s:56:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons\";i:988;s:256:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper, .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle, .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle\";i:989;s:170:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle, .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle\";i:990;s:220:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line, .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line\";i:991;s:246:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(1), .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(1)\";i:992;s:246:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(3), .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(3)\";i:993;s:85:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle\";i:994;s:105:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-icon-search\";i:995;s:105:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon\";i:996;s:110:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line\";i:997;s:117:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon-shopping-cart.fusion-widget-cart-counter:before\";i:998;s:110:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon-shopping-cart .fusion-widget-cart-number\";i:999;s:69:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon\";i:1000;s:76:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon:before\";i:1001;s:170:\".fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle, .fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-icon-shopping-cart\";i:1002;s:61:\".fusion-header-has-flyout-menu.fusion-logo-right .fusion-logo\";i:1003;s:74:\".fusion-header-has-flyout-menu.fusion-logo-right .fusion-flyout-menu-icons\";i:1004;s:101:\".fusion-header-has-flyout-menu.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-menu-toggle\";i:1005;s:103:\".fusion-header-has-flyout-menu.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-search-toggle\";i:1006;s:102:\".fusion-header-has-flyout-menu.fusion-logo-right .fusion-flyout-menu-icons .fusion-flyout-cart-wrapper\";i:1007;s:50:\".fusion-header-has-flyout-menu .fusion-flyout-menu\";i:1008;s:85:\".fusion-is-sticky .fusion-header-has-flyout-menu .fusion-flyout-menu.fusion-main-menu\";i:1009;s:63:\".fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu\";i:1010;s:66:\".fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li\";i:1011;s:68:\".fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li a\";i:1012;s:85:\".fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li a.fusion-flex-link\";i:1013;s:95:\".fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu .fusion-flyout-menu-backgrounds\";i:1014;s:123:\".fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu .fusion-flyout-menu-backgrounds .fusion-flyout-menu-item-bg\";i:1015;s:130:\".fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu .fusion-flyout-menu-backgrounds .fusion-flyout-menu-item-bg.active\";i:1016;s:52:\".fusion-header-has-flyout-menu .fusion-flyout-search\";i:1017;s:64:\".fusion-header-has-flyout-menu .fusion-flyout-search .searchform\";i:1018;s:76:\"#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s\";i:1019;s:100:\".fusion-disable-outline #wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s\";i:1020;s:79:\".fusion-header-has-flyout-menu .fusion-flyout-search .searchform .search-button\";i:1021;s:104:\".fusion-header-has-flyout-menu .fusion-flyout-menu, .fusion-header-has-flyout-menu .fusion-flyout-search\";i:1022;s:53:\".fusion-header-has-flyout-menu .fusion-flyout-menu-bg\";i:1023;s:77:\".fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-icons\";i:1024;s:74:\".fusion-header-has-flyout-menu.fusion-flyout-active .fusion-flyout-menu-bg\";i:1025;s:147:\".fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(1)\";i:1026;s:147:\".fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(2)\";i:1027;s:147:\".fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu-icons .fusion-flyout-menu-toggle .fusion-toggle-icon-line:nth-child(3)\";i:1028;s:76:\".fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu\";i:1029;s:108:\".fusion-header-has-flyout-menu.fusion-flyout-menu-active .fusion-flyout-menu .fusion-flyout-menu-backgrounds\";i:1030;s:138:\".fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line\";i:1031;s:151:\".fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(1)\";i:1032;s:151:\".fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(2)\";i:1033;s:151:\".fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-toggle-icon-line:nth-child(3)\";i:1034;s:133:\".fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-menu-icons .fusion-flyout-search-toggle .fusion-icon-search\";i:1035;s:80:\".fusion-header-has-flyout-menu.fusion-flyout-search-active .fusion-flyout-search\";i:1036;s:103:\"#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s::-webkit-input-placeholder\";i:1037;s:94:\"#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s::-moz-placeholder\";i:1038;s:93:\"#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s:-moz-placeholder\";i:1039;s:98:\"#wrapper .fusion-header-has-flyout-menu .fusion-flyout-search .searchform .s:-ms-input-placeholder\";i:1040;s:87:\".fusion-is-sticky .fusion-header-v6.fusion-sticky-menu-1 .fusion-main-menu .fusion-menu\";i:1041;s:92:\".fusion-is-sticky .fusion-header-v6.fusion-sticky-menu-1 .fusion-main-menu #menu-main-menu-1\";i:1042;s:104:\".fusion-is-sticky .fusion-header-v6.fusion-sticky-menu-1 .fusion-main-menu>ul>li>a>.fusion-megamenu-icon\";i:1043;s:74:\".fusion-header-v6.fusion-sticky-menu-1 .fusion-main-menu #menu-main-menu-1\";i:1044;s:35:\".fusion-header-v7 .fusion-main-menu\";i:1045;s:40:\".fusion-header-v7 .fusion-middle-logo-ul\";i:1046;s:74:\".fusion-header-v7 .fusion-middle-logo-ul li.fusion-middle-logo-menu-logo a\";i:1047;s:162:\".fusion-header-v7 .fusion-middle-logo-ul li.fusion-middle-logo-menu-logo:focus a, .fusion-header-v7 .fusion-middle-logo-ul li.fusion-middle-logo-menu-logo:hover a\";i:1048;s:43:\".fusion-header-v7 .fusion-middle-logo-ul li\";i:1049;s:22:\".fusion-secondary-menu\";i:1050;s:47:\".fusion-secondary-menu .fusion-megamenu-wrapper\";i:1051;s:25:\".fusion-secondary-menu ul\";i:1052;s:28:\".fusion-secondary-menu>ul>li\";i:1053;s:40:\".fusion-secondary-menu>ul>li:first-child\";i:1054;s:30:\".fusion-secondary-menu>ul>li>a\";i:1055;s:25:\".fusion-secondary-menu li\";i:1056;s:134:\".fusion-secondary-menu li.fusion-active-link .fusion-custom-menu-item-contents, .fusion-secondary-menu li.fusion-active-link>.sub-menu\";i:1057;s:136:\".fusion-secondary-menu li.fusion-active-login .fusion-custom-menu-item-contents, .fusion-secondary-menu li.fusion-active-login .sub-menu\";i:1058;s:31:\".fusion-secondary-menu .iclflag\";i:1059;s:67:\".fusion-secondary-menu .fusion-icon-only-link .fusion-megamenu-icon\";i:1060;s:32:\".fusion-secondary-menu .sub-menu\";i:1061;s:34:\".fusion-secondary-menu .sub-menu a\";i:1062;s:48:\".fusion-secondary-menu .sub-menu>li:last-child>a\";i:1063;s:48:\".fusion-secondary-menu>ul>li>.sub-menu .sub-menu\";i:1064;s:41:\".fusion-secondary-menu li:hover>.sub-menu\";i:1065;s:56:\".fusion-secondary-menu .fusion-custom-menu-item-contents\";i:1066;s:50:\".fusion-secondary-menu .fusion-secondary-menu-icon\";i:1067;s:29:\".fusion-secondary-menu-cart>a\";i:1068;s:27:\".fusion-secondary-menu-icon\";i:1069;s:38:\".fusion-secondary-menu-icon .menu-text\";i:1070;s:45:\".fusion-secondary-menu-icon .menu-text:before\";i:1071;s:44:\".fusion-secondary-menu-icon .menu-text:after\";i:1072;s:27:\".fusion-social-links-header\";i:1073;s:13:\".fusion-caret\";i:1074;s:101:\".side-header-left .fusion-main-menu .fusion-caret, .side-header-right .fusion-main-menu .fusion-caret\";i:1075;s:50:\".side-header-right .fusion-main-menu .fusion-caret\";i:1076;s:49:\".side-header-left .fusion-main-menu .fusion-caret\";i:1077;s:160:\".side-header-left.menu-text-align-right .fusion-main-menu>ul>li>a>.fusion-caret, .side-header-right.menu-text-align-left .fusion-main-menu>ul>li>a>.fusion-caret\";i:1078;s:31:\".side-header-left .fusion-caret\";i:1079;s:32:\".side-header-right .fusion-caret\";i:1080;s:40:\".fusion-caret .fusion-dropdown-indicator\";i:1081;s:47:\".fusion-caret .fusion-dropdown-indicator:before\";i:1082;s:83:\".side-header-left .fusion-main-menu .fusion-caret .fusion-dropdown-indicator:before\";i:1083;s:84:\".side-header-right .fusion-main-menu .fusion-caret .fusion-dropdown-indicator:before\";i:1084;s:23:\".sub-menu .fusion-caret\";i:1085;s:57:\".sub-menu .fusion-caret .fusion-dropdown-indicator:before\";i:1086;s:42:\".side-header-right .sub-menu .fusion-caret\";i:1087;s:129:\".fusion-menu-cart.fusion-active-link .fusion-custom-menu-item-contents, .fusion-menu-cart:hover .fusion-custom-menu-item-contents\";i:1088;s:23:\".fusion-menu-cart-items\";i:1089;s:24:\".fusion-menu-cart-item a\";i:1090;s:26:\".fusion-menu-cart-item img\";i:1091;s:30:\".fusion-menu-cart-item .amount\";i:1092;s:30:\".fusion-menu-cart-item-details\";i:1093;s:28:\".fusion-menu-cart-item-title\";i:1094;s:61:\".fusion-menu-cart-item-quantity, .fusion-menu-cart-item-title\";i:1095;s:26:\".fusion-menu-cart-checkout\";i:1096;s:67:\".fusion-menu-cart-checkout:after, .fusion-menu-cart-checkout:before\";i:1097;s:32:\".fusion-menu-cart-checkout:after\";i:1098;s:55:\".fusion-menu-cart-checkout-link, .fusion-menu-cart-link\";i:1099;s:59:\".fusion-menu-cart-checkout-link a, .fusion-menu-cart-link a\";i:1100;s:73:\".fusion-menu-cart-checkout-link a:before, .fusion-menu-cart-link a:before\";i:1101;s:22:\".fusion-menu-cart-link\";i:1102;s:31:\".fusion-menu-cart-link a:before\";i:1103;s:31:\".fusion-menu-cart-checkout-link\";i:1104;s:40:\".fusion-menu-cart-checkout-link a:before\";i:1105;s:56:\".fusion-menu-login-box .fusion-custom-menu-item-contents\";i:1106;s:62:\".fusion-menu-login-box:hover .fusion-custom-menu-item-contents\";i:1107;s:24:\".fusion-menu-login-box p\";i:1108;s:97:\".fusion-menu-login-box .fusion-login-box-submit, .fusion-menu-login-box .fusion-remember-checkbox\";i:1109;s:54:\".fusion-menu-login-box .fusion-menu-login-box-register\";i:1110;s:24:\".fusion-login-box-submit\";i:1111;s:25:\".fusion-remember-checkbox\";i:1112;s:28:\".fusion-menu-login-box-error\";i:1113;s:24:\".fusion-megamenu-wrapper\";i:1114;s:53:\".fusion-megamenu-wrapper.col-span-12 .fusion-megamenu\";i:1115;s:34:\".fusion-megamenu-wrapper.col-sm-12\";i:1116;s:33:\".fusion-megamenu-wrapper.col-sm-6\";i:1117;s:33:\".fusion-megamenu-wrapper.col-sm-4\";i:1118;s:33:\".fusion-megamenu-wrapper.col-sm-3\";i:1119;s:33:\".fusion-megamenu-wrapper.col-sm-2\";i:1120;s:49:\".fusion-megamenu-wrapper .fusion-megamenu-submenu\";i:1121;s:60:\".fusion-megamenu-wrapper .fusion-megamenu-submenu:last-child\";i:1122;s:51:\".fusion-megamenu-wrapper .fusion-megamenu-submenu>a\";i:1123;s:59:\".fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu\";i:1124;s:61:\".fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu a\";i:1125;s:73:\".fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu .deep-level a\";i:1126;s:85:\".fusion-megamenu-wrapper .fusion-megamenu-submenu .sub-menu .deep-level .deep-level a\";i:1127;s:48:\".fusion-megamenu-wrapper .fusion-megamenu-border\";i:1128;s:35:\".fusion-megamenu-wrapper .menu-text\";i:1129;s:38:\".fusion-megamenu-wrapper .fusion-caret\";i:1130;s:61:\".fusion-main-menu li:hover>.fusion-megamenu-wrapper .sub-menu\";i:1131;s:23:\".fusion-megamenu-holder\";i:1132;s:61:\".fusion-megamenu-holder:after, .fusion-megamenu-holder:before\";i:1133;s:29:\".fusion-megamenu-holder:after\";i:1134;s:16:\".fusion-megamenu\";i:1135;s:47:\".fusion-megamenu:after, .fusion-megamenu:before\";i:1136;s:22:\".fusion-megamenu:after\";i:1137;s:22:\".fusion-megamenu-title\";i:1138;s:21:\".fusion-megamenu-icon\";i:1139;s:25:\".fusion-megamenu-icon img\";i:1140;s:46:\".sub-menu .fusion-megamenu-icon.text-menu-icon\";i:1141;s:23:\".fusion-megamenu-bullet\";i:1142;s:30:\".fusion-megamenu-bullet:before\";i:1143;s:34:\".fusion-megamenu-widgets-container\";i:1144;s:83:\".fusion-main-menu>ul>.fusion-megamenu-menu:hover .fusion-megamenu-widgets-container\";i:1145;s:48:\".fusion-megamenu-widgets-container .textwidget a\";i:1146;s:62:\".fusion-megamenu-widgets-container .textwidget a.fusion-button\";i:1147;s:95:\".fusion-active-link .fusion-megamenu li .sub-menu, .fusion-active-link .fusion-megamenu-wrapper\";i:1148;s:34:\".fusion-is-sticky .fusion-logo img\";i:1149;s:258:\".fusion-is-sticky .fusion-header-v1 .fusion-header, .fusion-is-sticky .fusion-header-v2 .fusion-header, .fusion-is-sticky .fusion-header-v3 .fusion-header, .fusion-is-sticky .fusion-header-v6 .fusion-header, .fusion-is-sticky .fusion-header-v7 .fusion-header\";i:1150;s:293:\".fusion-is-sticky .fusion-header-v1 .fusion-sticky-shadow, .fusion-is-sticky .fusion-header-v2 .fusion-sticky-shadow, .fusion-is-sticky .fusion-header-v3 .fusion-sticky-shadow, .fusion-is-sticky .fusion-header-v6 .fusion-sticky-shadow, .fusion-is-sticky .fusion-header-v7 .fusion-sticky-shadow\";i:1151;s:388:\".layout-boxed-mode .fusion-is-sticky .fusion-header-v1 .fusion-sticky-shadow, .layout-boxed-mode .fusion-is-sticky .fusion-header-v2 .fusion-sticky-shadow, .layout-boxed-mode .fusion-is-sticky .fusion-header-v3 .fusion-sticky-shadow, .layout-boxed-mode .fusion-is-sticky .fusion-header-v6 .fusion-sticky-shadow, .layout-boxed-mode .fusion-is-sticky .fusion-header-v7 .fusion-sticky-shadow\";i:1152;s:45:\".fusion-is-sticky .fusion-secondary-main-menu\";i:1153;s:454:\".fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v1 .fusion-header, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v2 .fusion-header, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v3 .fusion-header, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v4 .fusion-header, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v5 .fusion-header, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v7 .fusion-header\";i:1154;s:532:\".fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v1 .fusion-secondary-main-menu, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v2 .fusion-secondary-main-menu, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v3 .fusion-secondary-main-menu, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v4 .fusion-secondary-main-menu, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v5 .fusion-secondary-main-menu, .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v7 .fusion-secondary-main-menu\";i:1155;s:646:\".layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v1 .fusion-secondary-main-menu, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v2 .fusion-secondary-main-menu, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v3 .fusion-secondary-main-menu, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v4 .fusion-secondary-main-menu, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v5 .fusion-secondary-main-menu, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-only.fusion-header-v7 .fusion-secondary-main-menu\";i:1156;s:568:\".fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v1 .fusion-sticky-header-wrapper, .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v2 .fusion-sticky-header-wrapper, .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v3 .fusion-sticky-header-wrapper, .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v4 .fusion-sticky-header-wrapper, .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v5 .fusion-sticky-header-wrapper, .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v7 .fusion-sticky-header-wrapper\";i:1157;s:682:\".layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v1 .fusion-sticky-header-wrapper, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v2 .fusion-sticky-header-wrapper, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v3 .fusion-sticky-header-wrapper, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v4 .fusion-sticky-header-wrapper, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v5 .fusion-sticky-header-wrapper, .layout-boxed-mode .fusion-is-sticky .fusion-sticky-menu-and-logo.fusion-header-v7 .fusion-sticky-header-wrapper\";i:1158;s:52:\".fusion-is-sticky .fusion-main-menu>ul>li:last-child\";i:1159;s:41:\".fusion-sticky-menu-1 .fusion-sticky-menu\";i:1160;s:57:\".fusion-is-sticky .fusion-sticky-menu-1 .fusion-main-menu\";i:1161;s:59:\".fusion-is-sticky .fusion-sticky-menu-1 .fusion-sticky-menu\";i:1162;s:473:\".fusion-sticky-logo-1#side-header .fusion-sticky-logo, .fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo, .fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo, .fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo, .fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo, .fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo, .fusion-sticky-logo-1.fusion-header-v6 .fusion-sticky-logo, .fusion-sticky-logo-1.fusion-header-v7 .fusion-sticky-logo\";i:1163;s:1252:\".fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-mobile-logo, .fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-standard-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-mobile-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-standard-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-mobile-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-standard-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-mobile-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-standard-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-mobile-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-standard-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-mobile-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-standard-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v6 .fusion-mobile-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v6 .fusion-standard-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v7 .fusion-mobile-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v7 .fusion-standard-logo\";i:1164;s:617:\".fusion-is-sticky .fusion-sticky-logo-1#side-header .fusion-sticky-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v1 .fusion-sticky-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v2 .fusion-sticky-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v3 .fusion-sticky-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v4 .fusion-sticky-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v5 .fusion-sticky-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v6 .fusion-sticky-logo, .fusion-is-sticky .fusion-sticky-logo-1.fusion-header-v7 .fusion-sticky-logo\";i:1165;s:199:\".no-overflow-y .fusion-is-sticky .fusion-header-v1 .fusion-header, .no-overflow-y .fusion-is-sticky .fusion-header-v2 .fusion-header, .no-overflow-y .fusion-is-sticky .fusion-header-v3 .fusion-header\";i:1166;s:85:\".no-overflow-y .fusion-is-sticky .fusion-sticky-menu-only .fusion-secondary-main-menu\";i:1167;s:29:\"#side-header.fusion-is-sticky\";i:1168;s:25:\".fusion-mobile-navigation\";i:1169;s:25:\".fusion-mobile-nav-holder\";i:1170;s:161:\".fusion-is-sticky .fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul, .fusion-is-sticky.fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul\";i:1171;s:47:\".fusion-mobile-nav-holder .fusion-megamenu-icon\";i:1172;s:50:\".fusion-mobile-nav-holder .fusion-menu-description\";i:1173;s:36:\".fusion-mobile-nav-holder .menu-text\";i:1174;s:122:\".fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a, .fusion-mobile-menu-text-align-left .fusion-mobile-selector\";i:1175;s:57:\".fusion-mobile-menu-text-align-left .fusion-selector-down\";i:1176;s:56:\".fusion-mobile-menu-text-align-left .fusion-open-submenu\";i:1177;s:90:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-open-submenu\";i:1178;s:61:\".fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a\";i:1179;s:95:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-mobile-nav-item a\";i:1180;s:66:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a\";i:1181;s:100:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a\";i:1182;s:73:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a:before\";i:1183;s:69:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li a\";i:1184;s:103:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li a\";i:1185;s:76:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li a:before\";i:1186;s:72:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li a\";i:1187;s:106:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li a\";i:1188;s:79:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li a:before\";i:1189;s:75:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li li a\";i:1190;s:109:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li li a\";i:1191;s:82:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li li li li a:before\";i:1192;s:92:\".fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item .submenu-languages li a:before\";i:1193;s:124:\".fusion-mobile-menu-text-align-right .fusion-mobile-nav-item a, .fusion-mobile-menu-text-align-right .fusion-mobile-selector\";i:1194;s:58:\".fusion-mobile-menu-text-align-right .fusion-selector-down\";i:1195;s:57:\".fusion-mobile-menu-text-align-right .fusion-open-submenu\";i:1196;s:91:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right .fusion-open-submenu\";i:1197;s:62:\".fusion-mobile-menu-text-align-right .fusion-mobile-nav-item a\";i:1198;s:96:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right .fusion-mobile-nav-item a\";i:1199;s:67:\".fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li a\";i:1200;s:101:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li a\";i:1201;s:73:\".fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li a:after\";i:1202;s:70:\".fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li a\";i:1203;s:104:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li a\";i:1204;s:76:\".fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li a:after\";i:1205;s:73:\".fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li a\";i:1206;s:107:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li a\";i:1207;s:79:\".fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li a:after\";i:1208;s:76:\".fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li li a\";i:1209;s:110:\".fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li li a\";i:1210;s:82:\".fusion-mobile-menu-text-align-right li.fusion-mobile-nav-item li li li li a:after\";i:1211;s:58:\".fusion-mobile-menu-text-align-right .wpml-ls-item a:after\";i:1212;s:64:\".fusion-mobile-menu-text-align-right .wpml-ls-item .wpml-ls-flag\";i:1213;s:126:\".fusion-mobile-menu-text-align-center .fusion-mobile-nav-item a, .fusion-mobile-menu-text-align-center .fusion-mobile-selector\";i:1214;s:64:\".ltr .fusion-mobile-menu-text-align-center .fusion-selector-down\";i:1215;s:63:\".ltr .fusion-mobile-menu-text-align-center .fusion-open-submenu\";i:1216;s:97:\".fusion-mobile-menu-design-modern .ltr .fusion-mobile-menu-text-align-center .fusion-open-submenu\";i:1217;s:64:\".rtl .fusion-mobile-menu-text-align-center .fusion-selector-down\";i:1218;s:63:\".rtl .fusion-mobile-menu-text-align-center .fusion-open-submenu\";i:1219;s:97:\".fusion-mobile-menu-design-modern .rtl .fusion-mobile-menu-text-align-center .fusion-open-submenu\";i:1220;s:75:\".fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li a:before\";i:1221;s:80:\".ltr .fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li a:before\";i:1222;s:80:\".rtl .fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li a:before\";i:1223;s:78:\".fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li li a:before\";i:1224;s:81:\".fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li li li a:before\";i:1225;s:84:\".fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item li li li li a:before\";i:1226;s:94:\".fusion-mobile-menu-text-align-center li.fusion-mobile-nav-item .submenu-languages li a:before\";i:1227;s:23:\".fusion-mobile-selector\";i:1228;s:28:\".fusion-mobile-selector span\";i:1229;s:21:\".fusion-selector-down\";i:1230;s:28:\".fusion-selector-down:before\";i:1231;s:28:\".fusion-mobile-nav-holder>ul\";i:1232;s:62:\".fusion-mobile-menu-design-modern .fusion-mobile-nav-holder>ul\";i:1233;s:28:\".fusion-mobile-nav-holder ul\";i:1234;s:60:\".fusion-mobile-menu-design-modern .fusion-header>.fusion-row\";i:1235;s:23:\".fusion-mobile-nav-item\";i:1236;s:25:\".fusion-mobile-nav-item a\";i:1237;s:32:\".fusion-mobile-nav-item .iclflag\";i:1238;s:25:\".fusion-mobile-menu-icons\";i:1239;s:27:\".fusion-mobile-menu-icons a\";i:1240;s:23:\".fusionicon-bars:before\";i:1241;s:32:\".fusionicon-shopping-cart:before\";i:1242;s:26:\".fusion-mobile-menu-search\";i:1243;s:54:\".fusion-secondary-main-menu .fusion-mobile-menu-search\";i:1244;s:23:\".fusion-mobile-menu-sep\";i:1245;s:20:\".fusion-open-submenu\";i:1246;s:26:\".fusion-open-submenu:hover\";i:1247;s:27:\".fusion-open-submenu:before\";i:1248;s:28:\".fusion-menu-highlight-label\";i:1249;s:181:\".fusion-header-shadow:after, body.side-header-left #side-header.header-shadow .side-header-border:after, body.side-header-right #side-header.header-shadow .side-header-border:before\";i:1250;s:27:\".fusion-header-shadow:after\";i:1251;s:113:\".fusion-header-shadow .fusion-mobile-menu-design-classic, .fusion-header-shadow .fusion-mobile-menu-design-modern\";i:1252;s:366:\".fusion-header-layout-v1 .fusion-main-menu>ul>li>a.fusion-flex-link.fusion-has-description, .fusion-header-layout-v2 .fusion-main-menu>ul>li>a.fusion-flex-link.fusion-has-description, .fusion-header-layout-v3 .fusion-main-menu>ul>li>a.fusion-flex-link.fusion-has-description, .fusion-header-layout-v6 .fusion-main-menu>ul>li>a.fusion-flex-link.fusion-has-description\";i:1253;s:274:\".fusion-header-layout-v4 .fusion-header-wrapper:not(.fusion-is-sticky) .fusion-main-menu>ul>li>a.fusion-flex-link.fusion-has-description, .fusion-header-layout-v5 .fusion-header-wrapper:not(.fusion-is-sticky) .fusion-main-menu>ul>li>a.fusion-flex-link.fusion-has-description\";i:1254;s:544:\".fusion-header-layout-v1.fusion-top-header .fusion-main-menu>ul>li>a.fusion-bar-highlight, .fusion-header-layout-v2.fusion-top-header .fusion-main-menu>ul>li>a.fusion-bar-highlight, .fusion-header-layout-v3.fusion-top-header .fusion-main-menu>ul>li>a.fusion-bar-highlight, .fusion-header-layout-v4.fusion-top-header .fusion-main-menu>ul>li>a.fusion-bar-highlight, .fusion-header-layout-v5.fusion-top-header .fusion-main-menu>ul>li>a.fusion-bar-highlight, .fusion-header-layout-v7.fusion-top-header .fusion-main-menu>ul>li>a.fusion-bar-highlight\";i:1255;s:78:\".fusion-top-header.menu-text-align-center .fusion-main-menu a.fusion-flex-link\";i:1256;s:123:\".side-header-left .fusion-main-menu>ul>li>a.fusion-flex-link, .side-header-right .fusion-main-menu>ul>li>a.fusion-flex-link\";i:1257;s:175:\".side-header-left.menu-text-align-right.rtl .fusion-main-menu>ul>li>a.fusion-flex-link, .side-header-right.menu-text-align-right.rtl .fusion-main-menu>ul>li>a.fusion-flex-link\";i:1258;s:175:\".side-header-left.menu-text-align-right.ltr .fusion-main-menu>ul>li>a.fusion-flex-link, .side-header-right.menu-text-align-right.ltr .fusion-main-menu>ul>li>a.fusion-flex-link\";i:1259;s:173:\".side-header-left.menu-text-align-left.rtl .fusion-main-menu>ul>li>a.fusion-flex-link, .side-header-right.menu-text-align-left.rtl .fusion-main-menu>ul>li>a.fusion-flex-link\";i:1260;s:173:\".side-header-left.menu-text-align-left.ltr .fusion-main-menu>ul>li>a.fusion-flex-link, .side-header-right.menu-text-align-left.ltr .fusion-main-menu>ul>li>a.fusion-flex-link\";i:1261;s:90:\".side-header-right #side-header .fusion-main-menu-search .fusion-custom-menu-item-contents\";i:1262;s:292:\".fusion-body .fusion-main-menu .current-menu-item.fusion-menu-cart>a, .fusion-body .fusion-main-menu .current-menu-item.fusion-menu-item-button>a, .fusion-body .fusion-main-menu .current_page_item.fusion-menu-cart>a, .fusion-body .fusion-main-menu .current_page_item.fusion-menu-item-button>a\";i:1263;s:53:\".fusion-body .fusion-main-menu .fusion-main-menu-icon\";i:1264;s:72:\".fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li a:before\";i:1265;s:75:\".fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li a:before\";i:1266;s:78:\".fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li li a:before\";i:1267;s:81:\".fusion-mobile-menu-indicator-hide li.fusion-mobile-nav-item li li li li a:before\";i:1268;s:22:\".fusion-page-title-bar\";i:1269;s:52:\".fusion-page-title-bar h1, .fusion-page-title-bar h3\";i:1270;s:25:\".fusion-page-title-bar h1\";i:1271;s:22:\".fusion-page-title-row\";i:1272;s:26:\".fusion-page-title-wrapper\";i:1273;s:50:\".page-title-bar-search .fusion-page-title-captions\";i:1274;s:28:\".fusion-page-title-secondary\";i:1275;s:40:\".fusion-page-title-secondary .searchform\";i:1276;s:19:\".fusion-breadcrumbs\";i:1277;s:24:\".fusion-breadcrumbs span\";i:1278;s:56:\".fusion-page-title-bar-left .fusion-page-title-secondary\";i:1279;s:57:\".fusion-page-title-bar-center .fusion-page-title-captions\";i:1280;s:58:\".fusion-page-title-bar-center .fusion-page-title-secondary\";i:1281;s:41:\".fusion-page-title-bar-center .searchform\";i:1282;s:55:\".fusion-page-title-bar-right .fusion-page-title-wrapper\";i:1283;s:57:\".fusion-page-title-bar-right .fusion-page-title-secondary\";i:1284;s:56:\".fusion-page-title-bar-right .fusion-page-title-captions\";i:1285;s:29:\".fusion-post-slideshow .image\";i:1286;s:47:\".fusion-post-slideshow .fusion-image-size-fixed\";i:1287;s:40:\".fusion-flexslider.fusion-post-slideshow\";i:1288;s:17:\".fusion-meta-info\";i:1289;s:35:\".fusion-meta-info .fusion-alignleft\";i:1290;s:28:\".fusion-post-title-meta-wrap\";i:1291;s:41:\".fusion-post-title-meta-wrap .entry-title\";i:1292;s:46:\".fusion-post-title-meta-wrap .fusion-meta-info\";i:1293;s:24:\".fusion-single-line-meta\";i:1294;s:19:\".fusion-content-sep\";i:1295;s:24:\".fusion-date-and-formats\";i:1296;s:41:\".fusion-date-and-formats .fusion-date-box\";i:1297;s:37:\".fusion-date-and-formats .fusion-date\";i:1298;s:43:\".fusion-date-and-formats .fusion-format-box\";i:1299;s:45:\".fusion-date-and-formats .fusion-format-box i\";i:1300;s:21:\".fusion-timeline-line\";i:1301;s:21:\".fusion-timeline-icon\";i:1302;s:41:\".fusion-timeline-icon .fusionicon-bubbles\";i:1303;s:23:\".fusion-timeline-circle\";i:1304;s:22:\".fusion-timeline-arrow\";i:1305;s:29:\".fusion-timeline-arrow:before\";i:1306;s:33:\".fusion-blog-archive .entry-title\";i:1307;s:79:\".fusion-blog-layout-large .entry-title, .fusion-blog-layout-medium .entry-title\";i:1308;s:231:\".fusion-blog-layout-large .fusion-post-slideshow, .fusion-blog-layout-large-alternate .fusion-post-slideshow, .single-avada_faq .fusion-post-slideshow, .single-post .fusion-post-slideshow, .single-wpfc_sermon .fusion-post-slideshow\";i:1309;s:99:\".fusion-blog-layout-large-alternate .entry-title, .fusion-blog-layout-medium-alternate .entry-title\";i:1310;s:135:\".fusion-blog-layout-large-alternate .fusion-post-content-container, .fusion-blog-layout-medium-alternate .fusion-post-content-container\";i:1311;s:109:\".fusion-blog-layout-large-alternate .fusion-meta-info, .fusion-blog-layout-medium-alternate .fusion-meta-info\";i:1312;s:230:\".fusion-blog-layout-medium .fusion-post-medium, .fusion-blog-layout-medium .fusion-post-medium-alternate, .fusion-blog-layout-medium-alternate .fusion-post-medium, .fusion-blog-layout-medium-alternate .fusion-post-medium-alternate\";i:1313;s:110:\".fusion-blog-layout-medium .fusion-post-slideshow, .fusion-blog-layout-medium-alternate .fusion-post-slideshow\";i:1314;s:106:\".fusion-blog-layout-medium .fusion-post-content, .fusion-blog-layout-medium-alternate .fusion-post-content\";i:1315;s:100:\".fusion-blog-layout-medium .fusion-meta-info, .fusion-blog-layout-medium-alternate .fusion-meta-info\";i:1316;s:100:\".fusion-blog-layout-grid .fusion-post-slideshow, .fusion-blog-layout-timeline .fusion-post-slideshow\";i:1317;s:112:\".fusion-blog-layout-grid .fusion-post-content-wrapper, .fusion-blog-layout-timeline .fusion-post-content-wrapper\";i:1318;s:104:\".fusion-blog-layout-grid .fusion-single-line-meta, .fusion-blog-layout-timeline .fusion-single-line-meta\";i:1319;s:116:\".fusion-blog-layout-grid .fusion-post-content-container, .fusion-blog-layout-timeline .fusion-post-content-container\";i:1320;s:142:\".fusion-blog-layout-grid .fusion-post-content-container p:last-child, .fusion-blog-layout-timeline .fusion-post-content-container p:last-child\";i:1321;s:90:\".fusion-blog-layout-grid .fusion-meta-info, .fusion-blog-layout-timeline .fusion-meta-info\";i:1322;s:126:\".fusion-blog-layout-grid .fusion-meta-info .fusion-alignleft, .fusion-blog-layout-timeline .fusion-meta-info .fusion-alignleft\";i:1323;s:88:\".fusion-blog-layout-grid .fusion-password, .fusion-blog-layout-timeline .fusion-password\";i:1324;s:64:\".fusion-blog-layout-large-alternate .fusion-post-large-alternate\";i:1325;s:56:\".fusion-blog-layout-large-alternate .fusion-post-content\";i:1326;s:113:\".fusion-blog-layout-large-alternate .fusion-meta-info, .fusion-blog-layout-large-alternate .fusion-post-slideshow\";i:1327;s:59:\".fusion-blog-layout-medium-alternate .fusion-post-slideshow\";i:1328;s:79:\".fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow\";i:1329;s:42:\".fusion-blog-layout-grid .fusion-post-grid\";i:1330;s:75:\".fusion-blog-layout-grid.fusion-no-meta-info .fusion-post-content-container\";i:1331;s:82:\".fusion-blog-layout-grid .fusion-post-wrapper:not(.fusion-masonary-is-transparent)\";i:1332;s:56:\".fusion-blog-layout-grid.fusion-blog-layout-grid-2 .post\";i:1333;s:121:\".fusion-blog-layout-grid.fusion-blog-layout-grid-2.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape\";i:1334;s:56:\".fusion-blog-layout-grid.fusion-blog-layout-grid-3 .post\";i:1335;s:121:\".fusion-blog-layout-grid.fusion-blog-layout-grid-3.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape\";i:1336;s:56:\".fusion-blog-layout-grid.fusion-blog-layout-grid-4 .post\";i:1337;s:121:\".fusion-blog-layout-grid.fusion-blog-layout-grid-4.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape\";i:1338;s:56:\".fusion-blog-layout-grid.fusion-blog-layout-grid-5 .post\";i:1339;s:121:\".fusion-blog-layout-grid.fusion-blog-layout-grid-5.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape\";i:1340;s:56:\".fusion-blog-layout-grid.fusion-blog-layout-grid-6 .post\";i:1341;s:121:\".fusion-blog-layout-grid.fusion-blog-layout-grid-6.fusion-blog-layout-masonry-has-vertical .post.fusion-element-landscape\";i:1342;s:85:\".fusion-blog-layout-grid .fusion-post-content, .fusion-blog-layout-grid .post-content\";i:1343;s:68:\".fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-grid\";i:1344;s:71:\".fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper\";i:1345;s:210:\".ua-ie-10 .fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-slideshow, .ua-ie-11 .fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-slideshow\";i:1346;s:100:\".fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content-wrapper\";i:1347;s:105:\".fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-post-content.post-content\";i:1348;s:89:\".fusion-blog-layout-grid.fusion-blog-equal-heights .fusion-post-wrapper .fusion-meta-info\";i:1349;s:28:\".fusion-blog-layout-timeline\";i:1350;s:50:\".fusion-blog-layout-timeline .fusion-post-timeline\";i:1351;s:80:\".fusion-no-meta-info .fusion-blog-layout-timeline .fusion-post-content-container\";i:1352;s:48:\".fusion-blog-layout-timeline .fusion-left-column\";i:1353;s:49:\".fusion-blog-layout-timeline .fusion-right-column\";i:1354;s:50:\".fusion-blog-layout-timeline .fusion-timeline-date\";i:1355;s:71:\".fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow\";i:1356;s:78:\".fusion-blog-layout-timeline .fusion-left-column .fusion-timeline-arrow:before\";i:1357;s:72:\".fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow\";i:1358;s:79:\".fusion-blog-layout-timeline .fusion-right-column .fusion-timeline-arrow:before\";i:1359;s:48:\".fusion-blog-layout-masonry .fusion-post-wrapper\";i:1360;s:56:\".fusion-blog-layout-masonry .fusion-post-content-wrapper\";i:1361;s:104:\".fusion-blog-layout-masonry.fusion-blog-rollover .fusion-post-wrapper:hover .fusion-post-content-wrapper\";i:1362;s:77:\".fusion-blog-layout-masonry.fusion-blog-rollover .fusion-post-content-wrapper\";i:1363;s:33:\".fusion-blog-infinite .pagination\";i:1364;s:46:\".fusion-blog-infinite .fusion-load-more-button\";i:1365;s:47:\".fusion-blog-layout-center .fusion-post-content\";i:1366;s:45:\".fusion-blog-layout-left .fusion-post-content\";i:1367;s:46:\".fusion-blog-layout-right .fusion-post-content\";i:1368;s:23:\".fusion-footer-parallax\";i:1369;s:50:\".fusion-footer-parallax .fusion-footer-widget-area\";i:1370;s:26:\".fusion-footer-widget-area\";i:1371;s:71:\".fusion-footer-widget-area .widget-title, .fusion-footer-widget-area h3\";i:1372;s:40:\".fusion-footer-widget-area .widget-title\";i:1373;s:28:\".fusion-footer-widget-area a\";i:1374;s:29:\".fusion-footer-widget-area ul\";i:1375;s:34:\".fusion-footer-widget-area ul li a\";i:1376;s:40:\".fusion-footer-widget-area ul li a:hover\";i:1377;s:52:\".fusion-footer-widget-area .widget>ul>li:first-child\";i:1378;s:65:\".fusion-footer-widget-area .widget_nav_menu>div>ul>li:first-child\";i:1379;s:54:\".fusion-footer-widget-area .widget_nav_menu ul ul li a\";i:1380;s:44:\".fusion-footer-widget-area .holder-block img\";i:1381;s:453:\".fusion-footer-widget-area .widget .recentcomments:before, .fusion-footer-widget-area .widget_archive li a:before, .fusion-footer-widget-area .widget_categories li a:before, .fusion-footer-widget-area .widget_links li a:before, .fusion-footer-widget-area .widget_meta li a:before, .fusion-footer-widget-area .widget_nav_menu li a:before, .fusion-footer-widget-area .widget_pages li a:before, .fusion-footer-widget-area .widget_recent_entries li a:before\";i:1382;s:28:\".fusion-footer-widget-column\";i:1383;s:39:\".fusion-footer-widget-column:last-child\";i:1384;s:29:\".fusion-footer-copyright-area\";i:1385;s:25:\".fusion-copyright-content\";i:1386;s:24:\".fusion-copyright-notice\";i:1387;s:26:\".fusion-copyright-notice a\";i:1388;s:77:\".fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column\";i:1389;s:70:\".fusion-body .fusion-footer-copyright-center .fusion-copyright-content\";i:1390;s:143:\".fusion-body .fusion-footer-copyright-center .fusion-copyright-notice, .fusion-body .fusion-footer-copyright-center .fusion-social-links-footer\";i:1391;s:72:\".fusion-body .fusion-footer-copyright-center .fusion-social-links-footer\";i:1392;s:282:\".avada-footer-fx-bg-parallax .fusion-footer-widget-area, .avada-footer-fx-no-height-bg-parallax .fusion-footer-widget-area, .avada-footer-fx-no-height-sticky-with-parallax-bg-image .fusion-footer-widget-area, .avada-footer-fx-sticky-with-parallax-bg-image .fusion-footer-widget-area\";i:1393;s:452:\".avada-footer-fx-no-height-parallax-effect #fusion-gmap-container, .avada-footer-fx-no-height-parallax-effect #main, .avada-footer-fx-no-height-parallax-effect #sliders-container, .avada-footer-fx-no-height-parallax-effect .fusion-page-title-bar, .avada-footer-fx-parallax-effect #fusion-gmap-container, .avada-footer-fx-parallax-effect #main, .avada-footer-fx-parallax-effect #sliders-container, .avada-footer-fx-parallax-effect .fusion-page-title-bar\";i:1394;s:71:\".avada-footer-fx-sticky, .avada-footer-fx-sticky-with-parallax-bg-image\";i:1395;s:109:\".avada-footer-fx-sticky-with-parallax-bg-image.ilightbox-noscroll, .avada-footer-fx-sticky.ilightbox-noscroll\";i:1396;s:192:\".avada-footer-fx-sticky #boxed-wrapper, .avada-footer-fx-sticky #wrapper, .avada-footer-fx-sticky-with-parallax-bg-image #boxed-wrapper, .avada-footer-fx-sticky-with-parallax-bg-image #wrapper\";i:1397;s:129:\"body .avada-footer-fx-sticky #boxed-wrapper #wrapper, body .avada-footer-fx-sticky-with-parallax-bg-image #boxed-wrapper #wrapper\";i:1398;s:83:\".avada-footer-fx-sticky #main, .avada-footer-fx-sticky-with-parallax-bg-image #main\";i:1399;s:19:\".wp-audio-shortcode\";i:1400;s:28:\".tkt-slctr-tbl-wrap-dv table\";i:1401;s:17:\"#fancybox-overlay\";i:1402;s:14:\"#fancybox-wrap\";i:1403;s:13:\"div#shShutter\";i:1404;s:13:\"div#shDisplay\";i:1405;s:12:\"#cboxOverlay\";i:1406;s:9:\"#colorbox\";i:1407;s:119:\".fusion-main-menu .lang-item>a img, .fusion-mobile-nav-holder .lang-item>a img, .fusion-secondary-menu .lang-item>a img\";i:1408;s:55:\".qtranxs-lang-menu-item>a img, .qtranxs-lang-menu>a img\";i:1409;s:20:\"#wpfc_sermon_sorting\";i:1410;s:25:\"#wpfc_sermon_sorting>span\";i:1411;s:48:\"#wpfc_sermon_sorting .avada-select-parent select\";i:1412;s:16:\".fusion-ubermenu\";i:1413;s:22:\".cp-module .cp-slidein\";i:1414;s:24:\".fusion-slider-container\";i:1415;s:11:\".tfs-slider\";i:1416;s:55:\".tfs-slider.fixed-width-slider .slide-content-container\";i:1417;s:32:\".tfs-slider li.flex-active-slide\";i:1418;s:22:\".tfs-slider .slides li\";i:1419;s:36:\".tfs-slider .slide-content-container\";i:1420;s:51:\".tfs-slider .slide-content-container .slide-content\";i:1421;s:123:\".tfs-slider .slide-content-container .slide-content .fusion-li-item, .tfs-slider .slide-content-container .slide-content li\";i:1422;s:92:\".tfs-slider .slide-content-container .caption, .tfs-slider .slide-content-container .heading\";i:1423;s:80:\".tfs-slider .slide-content-container h2, .tfs-slider .slide-content-container h3\";i:1424;s:70:\".tfs-slider .slide-content-container .with-bg .fusion-title-sc-wrapper\";i:1425;s:61:\".tfs-slider .slide-content-container .fusion-title-sc-wrapper\";i:1426;s:50:\".tfs-slider .slide-content-container .fusion-title\";i:1427;s:58:\".tfs-slider .slide-content-container .fusion-block-element\";i:1428;s:45:\".tfs-slider .slide-content-container .heading\";i:1429;s:39:\".tfs-slider .slide-content-container h2\";i:1430;s:39:\".tfs-slider .slide-content-container h3\";i:1431;s:53:\".tfs-slider .slide-content-container .fusion-sep-none\";i:1432;s:114:\".tfs-slider .slide-content-container .fusion-sep-none h2, .tfs-slider .slide-content-container .fusion-sep-none h3\";i:1433;s:59:\".tfs-slider .slide-content-container .fusion-title-size-two\";i:1434;s:62:\".tfs-slider .slide-content-container .fusion-title-size-two h2\";i:1435;s:61:\".tfs-slider .slide-content-container .fusion-title-size-three\";i:1436;s:64:\".tfs-slider .slide-content-container .fusion-title-size-three h3\";i:1437;s:127:\".tfs-slider .slide-content-container .fusion-title .title-sep, .tfs-slider .slide-content-container .fusion-title.sep-underline\";i:1438;s:131:\".tfs-slider .slide-content-container.slide-content-left .buttons, .tfs-slider .slide-content-container.slide-content-right .buttons\";i:1439;s:45:\".tfs-slider .slide-content-container .buttons\";i:1440;s:47:\".tfs-slider .slide-content-container .buttons a\";i:1441;s:102:\".tfs-slider .slide-content-container .tfs-button-1, .tfs-slider .slide-content-container .tfs-button-2\";i:1442;s:38:\".tfs-slider .tfs-scroll-down-indicator\";i:1443;s:44:\".tfs-slider .tfs-scroll-down-indicator:after\";i:1444;s:33:\".tfs-slider .slide-content-center\";i:1445;s:32:\".tfs-slider .slide-content-right\";i:1446;s:44:\".ua-mobile .tfs-slider .self-hosted-video-bg\";i:1447;s:23:\".tfs-slider .background\";i:1448;s:29:\".tfs-slider .background-image\";i:1449;s:17:\".tfs-slider video\";i:1450;s:20:\".tfs-slider .overlay\";i:1451;s:31:\".tfs-slider .mobile_video_image\";i:1452;s:42:\".ua-mobile .tfs-slider .mobile_video_image\";i:1453;s:25:\".tfs-slider .overlay-link\";i:1454;s:33:\".tfs-slider .flex-direction-nav a\";i:1455;s:30:\".tfs-slider .background iframe\";i:1456;s:25:\".bg-parallax-parent.video\";i:1457;s:45:\".bg-parallax.video, .fusion-bg-parallax.video\";i:1458;s:59:\".bg-parallax.video iframe, .fusion-bg-parallax.video iframe\";i:1459;s:15:\".parallax-inner\";i:1460;s:87:\".fusion-bg-parallax[data-bg-size-adjust=dont-scale]+.bg-parallax-parent .parallax-inner\";i:1461;s:14:\".gform_wrapper\";i:1462;s:30:\".gform_wrapper ul.gform_fields\";i:1463;s:41:\".gform_wrapper form li, .gform_wrapper li\";i:1464;s:204:\".gform_wrapper .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gfield select, .gform_wrapper .gfield textarea\";i:1465;s:31:\".gform_wrapper .gfield textarea\";i:1466;s:122:\".gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea\";i:1467;s:166:\".gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium\";i:1468;s:40:\".gform_wrapper .left_label .gfield_label\";i:1469;s:82:\".gform_wrapper .gform_button, .gform_wrapper .gform_page_footer input[type=button]\";i:1470;s:116:\".gform_wrapper .gform_button.button-3d:active, .gform_wrapper .gform_page_footer input[type=button].button-3d:active\";i:1471;s:132:\".gform_wrapper .gform_button .fusion-button-text-left, .gform_wrapper .gform_page_footer input[type=button] .fusion-button-text-left\";i:1472;s:134:\".gform_wrapper .gform_button .fusion-button-text-right, .gform_wrapper .gform_page_footer input[type=button] .fusion-button-text-right\";i:1473;s:134:\".gform_wrapper .gform_button .button-icon-divider-left, .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-left\";i:1474;s:178:\".gform_wrapper .gform_button .button-icon-divider-left.fusion-megamenu-image, .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-left.fusion-megamenu-image\";i:1475;s:136:\".gform_wrapper .gform_button .button-icon-divider-right, .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-right\";i:1476;s:180:\".gform_wrapper .gform_button .button-icon-divider-right.fusion-megamenu-image, .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-right.fusion-megamenu-image\";i:1477;s:570:\".gform_wrapper .gform_button .button-icon-divider-left i, .gform_wrapper .gform_button .button-icon-divider-left img, .gform_wrapper .gform_button .button-icon-divider-right i, .gform_wrapper .gform_button .button-icon-divider-right img, .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-left i, .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-left img, .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-right i, .gform_wrapper .gform_page_footer input[type=button] .button-icon-divider-right img\";i:1478;s:48:\".gform_wrapper .gfield_select[multiple=multiple]\";i:1479;s:182:\".gform_wrapper .ginput_complex .ginput_right .gravity-select-parent select, .gform_wrapper .gravity-select-parent .ginput_complex select, .gform_wrapper .gravity-select-parent select\";i:1480;s:20:\".gform_wrapper label\";i:1481;s:38:\".gform_wrapper .gfield_time_hour label\";i:1482;s:28:\".gform_wrapper .gform_footer\";i:1483;s:32:\".gform_wrapper span.ginput_total\";i:1484;s:45:\".gform_wrapper .gfield .gravity-select-parent\";i:1485;s:59:\".gform_wrapper .gfield .gravity-select-parent .select-arrow\";i:1486;s:52:\".gform_wrapper .gfield .gravity-select-parent select\";i:1487;s:53:\".gform_wrapper .ginput_complex .gravity-select-parent\";i:1488;s:37:\".gform_wrapper .gfield_list_icons img\";i:1489;s:39:\".gform_wrapper .top_label .gfield_label\";i:1490;s:27:\".gform_wrapper ul li.gfield\";i:1491;s:80:\".gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label\";i:1492;s:34:\".gform_wrapper .gfield_time_hour i\";i:1493;s:202:\".gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]\";i:1494;s:40:\".gfield_time_ampm .gravity-select-parent\";i:1495;s:47:\".gfield_time_ampm .gravity-select-parent select\";i:1496;s:31:\".gfield_time_ampm .select-arrow\";i:1497;s:44:\"#wrapper .entry-summary .gform_wrapper ul li\";i:1498;s:53:\"#wrapper .gform_wrapper .gravity-select-parent select\";i:1499;s:76:\".gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio]\";i:1500;s:91:\".gform_page_footer input[type=button], .gform_wrapper .button, .gform_wrapper .gform_button\";i:1501;s:97:\".wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-text, .wpcf7-form textarea\";i:1502;s:129:\".wpcf7-form .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-text\";i:1503;s:30:\".wpcf7-form input[type=submit]\";i:1504;s:52:\".wpcf7-form .wpcf7-captchar, .wpcf7-form .wpcf7-date\";i:1505;s:151:\".wpcf7-form .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-text, .wpcf7-form textarea\";i:1506;s:17:\".wpcf7-form input\";i:1507;s:20:\".wpcf7-form textarea\";i:1508;s:32:\".wpcf7-form .wpcf7-not-valid-tip\";i:1509;s:34:\".wpcf7-form .wpcf7-response-output\";i:1510;s:69:\".wpcf7-form .wpcf7-mail-sent-ng, .wpcf7-form .wpcf7-validation-errors\";i:1511;s:31:\".wpcf7-form .wpcf7-mail-sent-ok\";i:1512;s:102:\".sidebar .wpcf7-form .wpcf7-number, .sidebar .wpcf7-form .wpcf7-quiz, .sidebar .wpcf7-form .wpcf7-text\";i:1513;s:20:\".wpcf7-select-parent\";i:1514;s:34:\".wpcf7-select-parent .select-arrow\";i:1515;s:34:\".wpcf7-select-parent .wpcf7-select\";i:1516;s:153:\".events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop\";i:1517;s:24:\".tribe-filter-live #main\";i:1518;s:18:\".tribe-events-gmap\";i:1519;s:25:\"#tribe-events-pg-template\";i:1520;s:19:\".event-is-recurring\";i:1521;s:21:\".tribe-events-notices\";i:1522;s:17:\"#tribe-events-bar\";i:1523;s:49:\"#tribe-events-bar:after, #tribe-events-bar:before\";i:1524;s:23:\"#tribe-events-bar:after\";i:1525;s:36:\"#tribe-events-bar .tribe-bar-filters\";i:1526;s:42:\"#tribe-events-bar .tribe-bar-filters-inner\";i:1527;s:75:\".has-sidebar #tribe-events-bar:after, .has-sidebar #tribe-events-bar:before\";i:1528;s:33:\"#tribe-events-bar #tribe-bar-form\";i:1529;s:50:\"#tribe-events-bar #tribe-bar-form input[type=text]\";i:1530;s:165:\"#tribe-events-bar .tribe-bar-date-filter, #tribe-events-bar .tribe-bar-geoloc-filter, #tribe-events-bar .tribe-bar-search-filter, #tribe-events-bar .tribe-bar-submit\";i:1531;s:79:\"#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit\";i:1532;s:85:\"#tribe-events-bar .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit input\";i:1533;s:57:\"#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner\";i:1534;s:148:\"#tribe-events-bar #tribe-bar-views .tribe-bar-views-inner .tribe-bar-views-option a, #tribe-events-bar #tribe-bar-views .tribe-bar-views-inner label\";i:1535;s:38:\"#tribe-events-bar .tribe-events-button\";i:1536;s:52:\"#tribe-events-bar .tribe-bar-full .tribe-bar-filters\";i:1537;s:65:\".has-sidebar #tribe-events-bar .tribe-bar-full .tribe-bar-filters\";i:1538;s:90:\"#tribe-events-bar .tribe-bar-full .tribe-bar-filters .tribe-bar-filters-inner>:first-child\";i:1539;s:52:\"#tribe-events-bar #tribe-bar-form.tribe-bar-collapse\";i:1540;s:79:\"#tribe-events-bar #tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle\";i:1541;s:92:\".has-sidebar #tribe-events-bar #tribe-bar-form.tribe-bar-collapse #tribe-bar-collapse-toggle\";i:1542;s:71:\"#tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters\";i:1543;s:77:\"#tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner\";i:1544;s:81:\"#tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner>div\";i:1545;s:94:\".has-sidebar #tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner>div\";i:1546;s:95:\"#tribe-events-bar #tribe-bar-form.tribe-bar-collapse .tribe-bar-filters-inner .tribe-bar-submit\";i:1547;s:92:\"#tribe-events-bar #tribe-bar-form.tribe-bar-collapse #tribe-bar-views .tribe-bar-views-inner\";i:1548;s:37:\".tribe-bar-disabled #tribe-events-bar\";i:1549;s:53:\".tribe-bar-disabled #tribe-events-bar #tribe-bar-form\";i:1550;s:36:\".events-archive .datepicker-dropdown\";i:1551;s:19:\".tribe-bar-disabled\";i:1552;s:110:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper .select2-container .select2-choice>.select2-chosen\";i:1553;s:88:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper .ui-slider .ui-slider-handle\";i:1554;s:77:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-reset-icon\";i:1555;s:91:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal\";i:1556;s:197:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal:after, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal:before\";i:1557;s:97:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal:after\";i:1558;s:121:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content\";i:1559;s:257:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content:after, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-content:before\";i:1560;s:120:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control\";i:1561;s:248:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_reset, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe_events_filters_close_filters\";i:1562;s:278:\".tribe-filters-closed #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control, .tribe-mobile #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control\";i:1563;s:177:\".tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control.tribe-events-filters-mobile-controls\";i:1564;s:119:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label\";i:1565;s:118:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filters_form\";i:1566;s:235:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal label input[type=checkbox], #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal label input[type=radio]\";i:1567;s:118:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filter-group\";i:1568;s:125:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filter-group:before\";i:1569;s:127:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading\";i:1570;s:299:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_reset, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-horizontal #tribe_events_filter_control #tribe_events_filters_toggle\";i:1571;s:89:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical\";i:1572;s:103:\".tribe-mobile #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical\";i:1573;s:109:\".tribe-filters-open #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical\";i:1574;s:119:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-content\";i:1575;s:124:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filters_show_filters\";i:1576;s:231:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical label input[type=checkbox], #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical label input[type=radio]\";i:1577;s:295:\"#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_reset, #tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical #tribe_events_filter_control #tribe_events_filters_toggle\";i:1578;s:27:\".fusion-events-before-title\";i:1579;s:75:\"#wrapper .post-content .fusion-events-before-title .tribe-events-page-title\";i:1580;s:54:\".fusion-events-before-title .fusion-events-title-above\";i:1581;s:123:\".fusion-events-before-title .fusion-events-title-above:after, .fusion-events-before-title .fusion-events-title-above:before\";i:1582;s:60:\".fusion-events-before-title .fusion-events-title-above:after\";i:1583;s:64:\".fusion-events-before-title .tribe-events-user-recurrence-toggle\";i:1584;s:92:\".tribe-events-page-template .fusion-events-before-title .tribe-events-user-recurrence-toggle\";i:1585;s:86:\"#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav\";i:1586;s:42:\"#tribe-events-content #tribe-events-header\";i:1587;s:67:\"#tribe-events-content #tribe-events-header .tribe-events-sub-nav li\";i:1588;s:184:\"#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous a\";i:1589;s:43:\"#tribe-events-content .tribe-events-tooltip\";i:1590;s:68:\"#tribe-events-content .tribe-events-tooltip .tribe-events-event-body\";i:1591;s:120:\"#tribe-events-content .tribe-events-tooltip .entry-title, #tribe-events-content .tribe-events-tooltip .tribe-event-title\";i:1592;s:69:\"#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb\";i:1593;s:63:\"#tribe-events-content .tribe-events-tooltip .tribe-events-arrow\";i:1594;s:91:\"#tribe-events-content .tribe-events-tooltip.recurring-info-tooltip .tribe-events-event-body\";i:1595;s:81:\"#tribe-events-content .tribe-events-tooltip .tribe-events-event-body .description\";i:1596;s:65:\"#tribe-events-content .tribe-events-tooltip .tribe-event-duration\";i:1597;s:90:\"#tribe-events-content .tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb\";i:1598;s:41:\".tribe-events-tooltip .tribe-events-arrow\";i:1599;s:298:\".tribe-grid-allday .tribe-event-featured.tribe-events-week-allday-single a, .tribe-grid-allday .tribe-event-featured.tribe-events-week-hourly-single a, .tribe-grid-body .tribe-event-featured.tribe-events-week-allday-single a, .tribe-grid-body .tribe-event-featured.tribe-events-week-hourly-single a\";i:1600;s:68:\"#tribe-events .tribe-events-list .tribe-events-loop h2:first-of-type\";i:1601;s:34:\".tribe-events-list-separator-month\";i:1602;s:43:\"#wrapper .tribe-events-list-separator-month\";i:1603;s:39:\".tribe-events-list-separator-month span\";i:1604;s:40:\".tribe-events-list-separator-month:after\";i:1605;s:51:\"#tribe-events .tribe-events-list .type-tribe_events\";i:1606;s:77:\"#tribe-events .tribe-events-list .type-tribe_events .tribe-events-event-image\";i:1607;s:54:\"#tribe-events .tribe-events-list .tribe-event-featured\";i:1608;s:157:\"#tribe-events .tribe-events-list .tribe-event-featured .tribe-events-content, #tribe-events .tribe-events-list .tribe-event-featured .tribe-events-event-meta\";i:1609;s:56:\"#tribe-events .tribe-events-list .tribe-event-featured a\";i:1610;s:76:\"#tribe-events .tribe-events-list .fusion-tribe-events-event-image-responsive\";i:1611;s:59:\"#tribe-events .tribe-events-list .fusion-tribe-primary-info\";i:1612;s:90:\"#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title\";i:1613;s:92:\"#tribe-events .tribe-events-list .fusion-tribe-primary-info .tribe-events-list-event-title a\";i:1614;s:61:\"#tribe-events .tribe-events-list .fusion-tribe-secondary-info\";i:1615;s:76:\"#tribe-events .tribe-events-list .fusion-tribe-secondary-info .recurringinfo\";i:1616;s:103:\"#tribe-events .tribe-events-list .fusion-tribe-secondary-info .event-is-recurring .tribe-events-divider\";i:1617;s:57:\"#tribe-events .tribe-events-list .tribe-events-event-cost\";i:1618;s:62:\"#tribe-events .tribe-events-list .tribe-events-event-cost span\";i:1619;s:57:\"#tribe-events .tribe-events-list .tribe-events-event-meta\";i:1620;s:65:\"#tribe-events .tribe-events-list .tribe-events-event-meta .author\";i:1621;s:69:\"#tribe-events .tribe-events-list .tribe-events-event-meta .author>div\";i:1622;s:80:\"#tribe-events .tribe-events-list .tribe-events-event-meta .author>div:last-child\";i:1623;s:54:\"#tribe-events .tribe-events-list .tribe-events-content\";i:1624;s:159:\"#tribe-events .tribe-events-list .tribe-events-event-meta .tribe-events-gmap, #tribe-events .tribe-events-list .tribe-events-event-meta-desc .tribe-events-gmap\";i:1625;s:58:\"#tribe-events .tribe-events-list .tribe-events-gmap:before\";i:1626;s:94:\"#tribe-events .tribe-events-list .fusion-tribe-no-featured-image .fusion-tribe-events-headline\";i:1627;s:97:\"#tribe-events .tribe-events-list .fusion-tribe-no-featured-image .fusion-tribe-events-headline h3\";i:1628;s:93:\"#tribe-events .tribe-events-list .fusion-tribe-no-featured-image .fusion-tribe-secondary-info\";i:1629;s:51:\"#tribe-events .tribe-events-list .hover-type-liftup\";i:1630;s:73:\".tribe-events-list .tribe-events-loop .tribe-event-featured .time-details\";i:1631;s:88:\".tribe-events-list .tribe-events-loop .tribe-event-featured .time-details .recurringinfo\";i:1632;s:118:\"#tribe-events .tribe-events-list .tribe-event-featured, #tribe-geo-results .tribe-event-featured .tribe-event-featured\";i:1633;s:332:\"#tribe-events .tribe-events-list .tribe-event-featured .tribe-events-content, #tribe-events .tribe-events-list .tribe-event-featured .tribe-events-event-meta, #tribe-geo-results .tribe-event-featured .tribe-event-featured .tribe-events-content, #tribe-geo-results .tribe-event-featured .tribe-event-featured .tribe-events-event-meta\";i:1634;s:122:\"#tribe-events .tribe-events-list .tribe-event-featured a, #tribe-geo-results .tribe-event-featured .tribe-event-featured a\";i:1635;s:40:\"#tribe-geo-results .tribe-event-featured\";i:1636;s:67:\"#tribe-events .tribe-events-list-separator-month+.type-tribe_events\";i:1637;s:54:\".tribe-events-list-event-description .fusion-read-more\";i:1638;s:64:\".type-tribe_events .fusion-tribe-primary-info .hover-type-liftup\";i:1639;s:116:\".type-tribe_events .fusion-tribe-secondary-info .date-end, .type-tribe_events .fusion-tribe-secondary-info .end-time\";i:1640;s:80:\".tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details\";i:1641;s:46:\".tribe-events-list .tribe-events-venue-details\";i:1642;s:129:\".tribe-events-list .tribe-events-venue-details .tribe-address, .tribe-events-list .tribe-events-venue-details .tribe-country-name\";i:1643;s:53:\"#tribe-events .tribe-events-day .tribe-events-content\";i:1644;s:50:\"#tribe-events .tribe-events-day .type-tribe_events\";i:1645;s:89:\"#tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events:last-child\";i:1646;s:95:\"#tribe-events .tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading\";i:1647;s:69:\"#tribe-events .fusion-blog-layout-grid .fusion-post-slideshow .slides\";i:1648;s:49:\"#tribe-events-content table.tribe-events-calendar\";i:1649;s:31:\".tribe-events-calendar thead th\";i:1650;s:25:\".datepicker.dropdown-menu\";i:1651;s:32:\".datepicker.dropdown-menu:before\";i:1652;s:46:\".datepicker.dropdown-menu thead tr:first-child\";i:1653;s:58:\".datepicker.dropdown-menu td, .datepicker.dropdown-menu th\";i:1654;s:78:\".datepicker.dropdown-menu td.active, .datepicker.dropdown-menu td.active:hover\";i:1655;s:84:\".datepicker.dropdown-menu table tr td.new, .datepicker.dropdown-menu table tr td.old\";i:1656;s:34:\".datepicker.dropdown-menu tbody td\";i:1657;s:47:\".datepicker.dropdown-menu .datepicker-months td\";i:1658;s:49:\".datepicker.dropdown-menu .datepicker-months span\";i:1659;s:55:\".datepicker.dropdown-menu .datepicker-months span:hover\";i:1660;s:29:\".fusion-events-featured-image\";i:1661;s:48:\".fusion-events-featured-image .hover-type-liftup\";i:1662;s:55:\".fusion-events-featured-image .tribe-events-event-image\";i:1663;s:65:\".fusion-events-featured-image .fusion-events-single-title-content\";i:1664;s:68:\".fusion-events-featured-image .fusion-events-single-title-content h2\";i:1665;s:88:\".fusion-events-featured-image .fusion-events-single-title-content .tribe-events-schedule\";i:1666;s:91:\".fusion-events-featured-image .fusion-events-single-title-content .tribe-events-schedule h3\";i:1667;s:166:\".fusion-events-featured-image .fusion-events-single-title-content .event-is-recurring:hover, .fusion-events-featured-image .fusion-events-single-title-content a:hover\";i:1668;s:81:\".single-tribe_events #tribe-events-content .fusion-events-featured-image .updated\";i:1669;s:65:\".single-tribe_events .fusion-events-featured-image .recurringinfo\";i:1670;s:85:\".single-tribe_events .fusion-events-featured-image .recurringinfo .event-is-recurring\";i:1671;s:143:\".single-tribe_events .fusion-events-featured-image .tribe-events-cost, .single-tribe_events .fusion-events-featured-image .tribe-events-divider\";i:1672;s:27:\".fusion-events-single-title\";i:1673;s:63:\".fusion-events-single-title .fusion-events-single-title-content\";i:1674;s:80:\".single-tribe_events .tribe-events-schedule .recurringinfo .tribe-events-divider\";i:1675;s:65:\".single-tribe_events .tribe-events-schedule .tribe-events-divider\";i:1676;s:57:\".single-tribe_events #main .sidebar.fusion-sticky-sidebar\";i:1677;s:42:\"#tribe-events-content #tribe-events-footer\";i:1678;s:49:\".single-tribe_events .tribe-events-single-section\";i:1679;s:44:\".single-tribe_events .tribe-events-cal-links\";i:1680;s:53:\".single-tribe_events .sidebar .tribe-events-venue-map\";i:1681;s:42:\".single-tribe_events .tribe-events-notices\";i:1682;s:47:\".single-tribe_events ul.tribe-related-events>li\";i:1683;s:58:\".single-tribe_events ul.tribe-related-events>li:last-child\";i:1684;s:72:\".single-tribe_events ul.tribe-related-events .tribe-related-events-title\";i:1685;s:73:\".single-tribe_events ul.tribe-related-events li .tribe-related-event-info\";i:1686;s:30:\".sidebar .single-related-posts\";i:1687;s:33:\".sidebar .tribe-events-meta-group\";i:1688;s:36:\".sidebar .tribe-events-meta-group dt\";i:1689;s:36:\".sidebar .tribe-events-meta-group dd\";i:1690;s:47:\".sidebar .tribe-events-meta-group dl:last-child\";i:1691;s:117:\".sidebar .tribe-events-meta-group .tribe-events-event-url a, .sidebar .tribe-events-meta-group .tribe-organizer-url a\";i:1692;s:31:\".tribe-events-meta-group .url a\";i:1693;s:31:\".tribe-events-meta-group .email\";i:1694;s:43:\".sidebar .tribe-events-single-section-title\";i:1695;s:32:\".sidebar .tribe-events-venue-map\";i:1696;s:27:\".sidebar .tribe-events-gmap\";i:1697;s:41:\".sidebar .tribe-events-gmap::first-letter\";i:1698;s:34:\".sidebar .tribe-events-gmap:before\";i:1699;s:173:\"#slidingbar-area .tribe-events-list-widget ol, .fusion-footer .tribe-events-list-widget ol, .post-content .tribe-events-list-widget ol, .sidebar .tribe-events-list-widget ol\";i:1700;s:225:\"#slidingbar-area .tribe-events-list-widget ol :first-child, .fusion-footer .tribe-events-list-widget ol :first-child, .post-content .tribe-events-list-widget ol :first-child, .sidebar .tribe-events-list-widget ol :first-child\";i:1701;s:185:\"#slidingbar-area .tribe-events-list-widget ol li, .fusion-footer .tribe-events-list-widget ol li, .post-content .tribe-events-list-widget ol li, .sidebar .tribe-events-list-widget ol li\";i:1702;s:289:\"#slidingbar-area .tribe-events-list-widget ol li .tribe-events-event-image, .fusion-footer .tribe-events-list-widget ol li .tribe-events-event-image, .post-content .tribe-events-list-widget ol li .tribe-events-event-image, .sidebar .tribe-events-list-widget ol li .tribe-events-event-image\";i:1703;s:197:\"#slidingbar-area .tribe-events-list-widget ol li h4, .fusion-footer .tribe-events-list-widget ol li h4, .post-content .tribe-events-list-widget ol li h4, .sidebar .tribe-events-list-widget ol li h4\";i:1704;s:177:\"#slidingbar-area .tribe-events-venue-widget ul, .fusion-footer .tribe-events-venue-widget ul, .post-content .tribe-events-venue-widget ul, .sidebar .tribe-events-venue-widget ul\";i:1705;s:229:\"#slidingbar-area .tribe-events-venue-widget ul :first-child, .fusion-footer .tribe-events-venue-widget ul :first-child, .post-content .tribe-events-venue-widget ul :first-child, .sidebar .tribe-events-venue-widget ul :first-child\";i:1706;s:177:\"#slidingbar-area .tribe-events-venue-widget li, .fusion-footer .tribe-events-venue-widget li, .post-content .tribe-events-venue-widget li, .sidebar .tribe-events-venue-widget li\";i:1707;s:189:\"#slidingbar-area .tribe-events-venue-widget li h4, .fusion-footer .tribe-events-venue-widget li h4, .post-content .tribe-events-venue-widget li h4, .sidebar .tribe-events-venue-widget li h4\";i:1708;s:76:\".tribe-events-adv-list-widget .duration, .tribe-events-list-widget .duration\";i:1709;s:112:\".tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a\";i:1710;s:60:\".tribe-events-list-widget li.tribe-events-list-widget-events\";i:1711;s:26:\".tribe-mini-calendar-event\";i:1712;s:76:\".tribe-mini-calendar-event .list-date, .tribe-mini-calendar-event .list-info\";i:1713;s:37:\".tribe-mini-calendar-event .list-info\";i:1714;s:40:\".tribe-mini-calendar-event .list-info h2\";i:1715;s:60:\".tribe-mini-calendar-event .list-info .tribe-events-duration\";i:1716;s:33:\".tribe-mini-calendar-event .vcard\";i:1717;s:70:\".tribe-events-adv-list-widget :nth-child(2) .tribe-mini-calendar-event\";i:1718;s:56:\".tribe-events-venue-widget .tribe-venue-widget-thumbnail\";i:1719;s:87:\".tribe-events-venue-widget .tribe-venue-widget-thumbnail .tribe-venue-widget-venue-name\";i:1720;s:34:\".tribe-events-venue-widget ul li a\";i:1721;s:57:\".tribe-events-venue-widget .tribe-venue-widget-venue-name\";i:1722;s:60:\".tribe-events-venue-widget .tribe-venue-widget-venue-name h3\";i:1723;s:59:\".tribe-events-venue-widget .tribe-venue-widget-venue-name a\";i:1724;s:65:\".tribe-events-venue-widget .tribe-venue-widget-venue-name a:hover\";i:1725;s:20:\".tribe-mini-calendar\";i:1726;s:26:\".tribe-mini-calendar thead\";i:1727;s:48:\".tribe-mini-calendar td, .tribe-mini-calendar th\";i:1728;s:23:\".tribe-mini-calendar td\";i:1729;s:48:\".tribe-mini-calendar .tribe-mini-calendar-nav td\";i:1730;s:105:\".tribe-mini-calendar .tribe-mini-calendar-nav td a, .tribe-mini-calendar .tribe-mini-calendar-nav td span\";i:1731;s:53:\".tribe-mini-calendar .tribe-mini-calendar-nav td span\";i:1732;s:61:\".tribe-mini-calendar .tribe-mini-calendar-nav-link.prev-month\";i:1733;s:61:\".tribe-mini-calendar .tribe-mini-calendar-nav-link.next-month\";i:1734;s:173:\".tribe-mini-calendar .tribe-mini-calendar-month, .tribe-mini-calendar .tribe-mini-calendar-nav-link.next-month, .tribe-mini-calendar .tribe-mini-calendar-nav-link.prev-month\";i:1735;s:51:\".tribe-mini-calendar .tribe-mini-calendar-dayofweek\";i:1736;s:285:\".tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today, .tribe-mini-calendar td.tribe-events-has-events, .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today\";i:1737;s:60:\".fusion-body .tribe-mini-calendar td.tribe-events-has-events\";i:1738;s:84:\".fusion-body .tribe-mini-calendar td.tribe-events-has-events.tribe-events-othermonth\";i:1739;s:86:\".fusion-body .tribe-mini-calendar td.tribe-events-has-events.tribe-events-othermonth a\";i:1740;s:66:\".tribe-mini-calendar td.tribe-events-has-events div[id*=daynum-] a\";i:1741;s:73:\".tribe-mini-calendar td.tribe-events-has-events div[id*=daynum-] a:before\";i:1742;s:118:\".tribe-mini-calendar .tribe-mini-calendar-no-event, .tribe-mini-calendar td.tribe-events-has-events div[id*=daynum-] a\";i:1743;s:50:\".tribe-mini-calendar .tribe-mini-calendar-no-event\";i:1744;s:39:\".tribe-mini-calendar .tribe-events-past\";i:1745;s:130:\".tribe-mini-calendar .tribe-events-has-events.tribe-mini-calendar-today:hover, .tribe-mini-calendar .tribe-events-has-events:hover\";i:1746;s:72:\".fusion-body .tribe-mini-calendar .tribe-events-has-events:hover a:hover\";i:1747;s:180:\".tribe-mini-calendar .tribe-events-othermonth, .tribe-mini-calendar .tribe-events-othermonth div[id*=daynum-] a, .tribe-mini-calendar .tribe-events-othermonth div[id*=daynum-] span\";i:1748;s:52:\".tribe-events-countdown-widget .tribe-countdown-text\";i:1749;s:54:\".tribe-events-countdown-widget .tribe-countdown-text a\";i:1750;s:60:\".tribe-events-countdown-widget .tribe-countdown-text a:hover\";i:1751;s:53:\".tribe-events-countdown-widget .tribe-countdown-timer\";i:1752;s:77:\".tribe-events-countdown-widget .tribe-countdown-timer .tribe-countdown-number\";i:1753;s:65:\".tribe-events-countdown-widget .tribe-countdown-timer :last-child\";i:1754;s:84:\".tribe-events-countdown-widget .tribe-countdown-timer .fusion-tribe-counterdown-over\";i:1755;s:76:\".tribe-events-countdown-widget .tribe-countdown-timer .tribe-countdown-under\";i:1756;s:34:\"#wrapper .tribe-events-widget-link\";i:1757;s:98:\".tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-sub-nav .tribe-events-nav-previous a\";i:1758;s:108:\".tribe-events-sub-nav .tribe-events-nav-next a span, .tribe-events-sub-nav .tribe-events-nav-previous a span\";i:1759;s:54:\".tribe-events-nav-left a, .tribe-events-nav-previous a\";i:1760;s:68:\".tribe-events-nav-left a:before, .tribe-events-nav-previous a:before\";i:1761;s:51:\".tribe-events-nav-next a, .tribe-events-nav-right a\";i:1762;s:63:\".tribe-events-nav-next a:after, .tribe-events-nav-right a:after\";i:1763;s:30:\".tribe-events-nav-left a:after\";i:1764;s:32:\".tribe-events-nav-right a:before\";i:1765;s:57:\".tribe-events-tooltip:after, .tribe-events-tooltip:before\";i:1766;s:27:\".tribe-events-tooltip:after\";i:1767;s:57:\".tribe-events-tooltip.tribe-events-tooltip-flipdown:after\";i:1768;s:58:\".tribe-events-tooltip.tribe-events-tooltip-flipdown:before\";i:1769;s:64:\".tribe-events-tooltip:not(.tribe-events-tooltip-flipdown):before\";i:1770;s:97:\".tribe-events-right .tribe-events-tooltip:after, .tribe-events-right .tribe-events-tooltip:before\";i:1771;s:157:\".tribe-events-right .tribe-events-tooltip.tribe-events-tooltip-flipdown:after, .tribe-events-right .tribe-events-tooltip.tribe-events-tooltip-flipdown:before\";i:1772;s:78:\".tribe-events-right .tribe-events-tooltip.tribe-events-tooltip-flipdown:before\";i:1773;s:47:\".tribe-events-right .tribe-events-tooltip:after\";i:1774;s:91:\".tribe-grid-body .tribe-events-tooltip:after, .tribe-grid-body .tribe-events-tooltip:before\";i:1775;s:44:\".tribe-grid-body .tribe-events-tooltip:after\";i:1776;s:45:\".tribe-grid-body .tribe-events-tooltip:before\";i:1777;s:131:\".tribe-grid-body .tribe-events-right .tribe-events-tooltip:after, .tribe-grid-body .tribe-events-right .tribe-events-tooltip:before\";i:1778;s:64:\".tribe-grid-body .tribe-events-right .tribe-events-tooltip:after\";i:1779;s:65:\".tribe-grid-body .tribe-events-right .tribe-events-tooltip:before\";i:1780;s:64:\".fusion-body.single-tribe_events #tribe-events-content form.cart\";i:1781;s:60:\".tribe-attendees-list-container, .tribe-link-tickets-message\";i:1782;s:26:\"table.tribe-events-tickets\";i:1783;s:32:\"table.tribe-events-tickets>tbody\";i:1784;s:34:\"table.tribe-events-tickets .button\";i:1785;s:47:\".fusion-body table.tribe-events-tickets .button\";i:1786;s:32:\"table.tribe-events-tickets tr td\";i:1787;s:45:\".fusion-body table.tribe-events-tickets tr td\";i:1788;s:42:\"table.tribe-events-tickets tr .woocommerce\";i:1789;s:43:\"table.tribe-events-tickets tr .tickets_name\";i:1790;s:44:\"table.tribe-events-tickets tr .tickets_price\";i:1791;s:52:\"table.tribe-events-tickets tr .tickets_price .amount\";i:1792;s:50:\"table.tribe-events-tickets tr .tickets_description\";i:1793;s:119:\"table.tribe-events-tickets tr .quantity.buttons_added input, table.tribe-events-tickets tr .quantity.tribe-ticket input\";i:1794;s:58:\"table.tribe-events-tickets tr .woocommerce .quantity input\";i:1795;s:58:\"table.tribe-events-tickets tr td.add-to-cart .tribe-button\";i:1796;s:52:\"table.tribe-events-tickets tr .tribe-ticket-quantity\";i:1797;s:160:\"table.tribe-events-tickets tr .tribe-ticket-quantity::-webkit-inner-spin-button, table.tribe-events-tickets tr .tribe-ticket-quantity::-webkit-outer-spin-button\";i:1798;s:54:\"table.tribe-events-tickets tr .tribe-tickets-attendees\";i:1799;s:54:\"table.tribe-events-tickets tr .tribe-tickets-remaining\";i:1800;s:155:\"table.tribe-events-tickets-rsvp tr .tickets_description, table.tribe-events-tickets-rsvp tr .tickets_name, table.tribe-events-tickets-rsvp tr .tribe-ticket\";i:1801;s:57:\"table.tribe-events-tickets-rsvp tr .tribe-ticket.quantity\";i:1802;s:85:\"table.tribe-events-tickets-rsvp tr .tribe-ticket.quantity input.tribe-ticket-quantity\";i:1803;s:55:\"table.tribe-events-tickets-rsvp tr .tickets_description\";i:1804;s:63:\"table.tribe-events-tickets-rsvp .tribe-tickets-attendees header\";i:1805;s:52:\"table.tribe-events-tickets-rsvp .tribe-tickets-table\";i:1806;s:91:\"table.tribe-events-tickets-rsvp .tribe-tickets-table .tribe-tickets-order_status-row select\";i:1807;s:68:\".fusion-body table.tribe-events-tickets-rsvp .tribe-tickets-table td\";i:1808;s:34:\"#tribe-events .tickets-unavailable\";i:1809;s:277:\".tribe-events-address .tribe-address .tribe-country-name, .tribe-events-address .tribe-address .tribe-delimiter, .tribe-events-address .tribe-address .tribe-events-abbr, .tribe-events-address .tribe-address .tribe-postal-code, .tribe-events-address .tribe-address .tribe-region\";i:1810;s:302:\".rtl .tribe-events-address .tribe-address .tribe-country-name, .rtl .tribe-events-address .tribe-address .tribe-delimiter, .rtl .tribe-events-address .tribe-address .tribe-events-abbr, .rtl .tribe-events-address .tribe-address .tribe-postal-code, .rtl .tribe-events-address .tribe-address .tribe-region\";i:1811;s:269:\"#tribe-bar-form .tribe-bar-submit input[type=submit], #tribe-events .tribe-events-button, #tribe-events .tribe-events-tickets .add-to-cart .tribe-button, #tribe_events_filter_control #tribe_events_filters_reset, #tribe_events_filter_control #tribe_events_filters_toggle\";i:1812;s:27:\".widget_icl_lang_sel_widget\";i:1813;s:33:\".widget_icl_lang_sel_widget:after\";i:1814;s:32:\".widget_icl_lang_sel_widget li a\";i:1815;s:21:\".qtrans_flag_and_text\";i:1816;s:23:\".fusion-body a .iclflag\";i:1817;s:280:\".fusion-main-menu .wpml-ls-item .menu-text, .fusion-main-menu .wpml-ls-item .sub-menu a>span, .fusion-main-menu .wpml-ls-item>a, .fusion-mobile-nav-holder .wpml-ls-item .menu-text, .fusion-mobile-nav-holder .wpml-ls-item .sub-menu a>span, .fusion-mobile-nav-holder .wpml-ls-item>a\";i:1818;s:26:\"#lang_sel, #lang_sel_click\";i:1819;s:36:\"#lang_sel>ul a, #lang_sel_click>ul a\";i:1820;s:38:\"#lang_sel>ul ul, #lang_sel_click>ul ul\";i:1821;s:32:\"#lang_sel li, #lang_sel_click li\";i:1822;s:50:\"#lang_sel img.iclflag, #lang_sel_click img.iclflag\";i:1823;s:60:\".rtl #lang_sel img.iclflag, .rtl #lang_sel_click img.iclflag\";i:1824;s:31:\"#lang_sel_footer ul li .iclflag\";i:1825;s:47:\"[class*=\" fusion-icon-\"], [class^=fusion-icon-]\";i:1826;s:23:\".fusion-icon-pen:before\";i:1827;s:25:\".fusion-icon-yahoo:before\";i:1828;s:29:\".fusion-icon-pinterest:before\";i:1829;s:27:\".fusion-icon-myspace:before\";i:1830;s:28:\".fusion-icon-facebook:before\";i:1831;s:27:\".fusion-icon-twitter:before\";i:1832;s:49:\".fusion-icon-feed:before, .fusion-icon-rss:before\";i:1833;s:25:\".fusion-icon-vimeo:before\";i:1834;s:26:\".fusion-icon-flickr:before\";i:1835;s:28:\".fusion-icon-dribbble:before\";i:1836;s:27:\".fusion-icon-blogger:before\";i:1837;s:30:\".fusion-icon-soundcloud:before\";i:1838;s:26:\".fusion-icon-reddit:before\";i:1839;s:26:\".fusion-icon-paypal:before\";i:1840;s:28:\".fusion-icon-linkedin:before\";i:1841;s:24:\".fusion-icon-digg:before\";i:1842;s:27:\".fusion-icon-dropbox:before\";i:1843;s:26:\".fusion-icon-tumblr:before\";i:1844;s:24:\".fusion-icon-grid:before\";i:1845;s:24:\".fusion-icon-mail:before\";i:1846;s:26:\".fusion-icon-forrst:before\";i:1847;s:25:\".fusion-icon-skype:before\";i:1848;s:24:\".fusion-icon-link:before\";i:1849;s:24:\".fusion-icon-user:before\";i:1850;s:25:\".fusion-icon-user2:before\";i:1851;s:25:\".fusion-icon-minus:before\";i:1852;s:24:\".fusion-icon-plus:before\";i:1853;s:30:\".fusion-icon-arrow-left:before\";i:1854;s:30:\".fusion-icon-arrow-down:before\";i:1855;s:27:\".fusion-icon-uniE620:before\";i:1856;s:31:\".fusion-icon-arrow-down2:before\";i:1857;s:27:\".fusion-icon-youtube:before\";i:1858;s:24:\".fusion-icon-list:before\";i:1859;s:25:\".fusion-icon-image:before\";i:1860;s:26:\".fusion-icon-images:before\";i:1861;s:31:\".fusion-icon-quotes-left:before\";i:1862;s:24:\".fusion-icon-film:before\";i:1863;s:30:\".fusion-icon-headphones:before\";i:1864;s:27:\".fusion-icon-bubbles:before\";i:1865;s:26:\".fusion-icon-TFicon:before\";i:1866;s:30:\".fusion-icon-googleplus:before\";i:1867;s:26:\".fusion-icon-search:before\";i:1868;s:24:\".fusion-icon-star:before\";i:1869;s:26:\".fusion-icon-star-o:before\";i:1870;s:24:\".fusion-icon-gear:before\";i:1871;s:34:\".fusion-icon-check-square-o:before\";i:1872;s:34:\".fusion-icon-check-circle-o:before\";i:1873;s:33:\".fusion-icon-shopping-cart:before\";i:1874;s:24:\".fusion-icon-bars:before\";i:1875;s:30:\".fusion-icon-caret-left:before\";i:1876;s:31:\".fusion-icon-caret-right:before\";i:1877;s:30:\".fusion-icon-angle-left:before\";i:1878;s:31:\".fusion-icon-angle-right:before\";i:1879;s:28:\".fusion-icon-angle-up:before\";i:1880;s:30:\".fusion-icon-angle-down:before\";i:1881;s:27:\".fusion-icon-spinner:before\";i:1882;s:22:\".fusion-icon-vk:before\";i:1883;s:29:\".fusion-icon-instagram:before\";i:1884;s:30:\".fusion-icon-deviantart:before\";i:1885;s:29:\".fusion-icon-wordpress:before\";i:1886;s:26:\".fusion-icon-lastfm:before\";i:1887;s:26:\".fusion-icon-flattr:before\";i:1888;s:30:\".fusion-icon-foursquare:before\";i:1889;s:24:\".fusion-icon-yelp:before\";i:1890;s:24:\".fusion-icon-xing:before\";i:1891;s:25:\".fusion-icon-xing2:before\";i:1892;s:27:\".fusion-icon-spotify:before\";i:1893;s:35:\".fusion-icon-insert-template:before\";i:1894;s:26:\".fusion-icon-github:before\";i:1895;s:30:\".fusion-icon-pinterest2:before\";}', 'no');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1667, 'chld_thm_cfg_options_dict_query', 'a:1:{i:1;s:4:\"base\";}', 'no'),
(1668, 'chld_thm_cfg_options_dict_rule', 'a:140:{i:1;s:4:\"zoom\";i:2;s:7:\"content\";i:3;s:7:\"display\";i:4;s:5:\"clear\";i:5;s:5:\"float\";i:6;s:12:\"margin-right\";i:7;s:11:\"margin-left\";i:8;s:10:\"text-align\";i:9;s:13:\"margin-bottom\";i:10;s:5:\"width\";i:11;s:14:\"vertical-align\";i:12;s:9:\"transform\";i:13;s:10:\"overflow-y\";i:14;s:18:\"-webkit-appearance\";i:15;s:13:\"border-radius\";i:16;s:11:\"padding-top\";i:17;s:13:\"padding-right\";i:18;s:14:\"padding-bottom\";i:19;s:12:\"padding-left\";i:20;s:6:\"border\";i:21;s:10:\"margin-top\";i:22;s:5:\"color\";i:23;s:9:\"min-width\";i:24;s:24:\"-webkit-text-size-adjust\";i:25;s:9:\"font-size\";i:26;s:11:\"line-height\";i:27;s:11:\"font-family\";i:28;s:3:\"top\";i:29;s:10:\"overflow-x\";i:30;s:8:\"overflow\";i:31;s:16:\"background-color\";i:32;s:10:\"box-shadow\";i:33;s:11:\"text-shadow\";i:34;s:13:\"border-bottom\";i:35;s:12:\"border-right\";i:36;s:10:\"border-top\";i:37;s:18:\"border-right-color\";i:38;s:11:\"border-left\";i:39;s:6:\"height\";i:40;s:8:\"position\";i:41;s:4:\"left\";i:42;s:5:\"right\";i:43;s:19:\"background-position\";i:44;s:9:\"max-width\";i:45;s:12:\"border-style\";i:46;s:15:\"text-decoration\";i:47;s:19:\"transition-property\";i:48;s:19:\"transition-duration\";i:49;s:26:\"transition-timing-function\";i:50;s:10:\"transition\";i:51;s:10:\"list-style\";i:52;s:10:\"min-height\";i:53;s:16:\"background-image\";i:54;s:12:\"border-color\";i:55;s:11:\"text-indent\";i:56;s:19:\"-webkit-align-items\";i:57;s:14:\"-ms-flex-align\";i:58;s:11:\"align-items\";i:59;s:10:\"box-sizing\";i:60;s:10:\"font-style\";i:61;s:15:\"-moz-appearance\";i:62;s:10:\"appearance\";i:63;s:11:\"font-weight\";i:64;s:6:\"cursor\";i:65;s:17:\"background-repeat\";i:66;s:14:\"font-smoothing\";i:67;s:6:\"bottom\";i:68;s:7:\"opacity\";i:69;s:12:\"border-width\";i:70;s:7:\"z-index\";i:71;s:10:\"max-height\";i:72;s:17:\"border-left-width\";i:73;s:14:\"text-transform\";i:74;s:7:\"outline\";i:75;s:27:\"-webkit-backface-visibility\";i:76;s:19:\"backface-visibility\";i:77;s:23:\"-webkit-justify-content\";i:78;s:13:\"-ms-flex-pack\";i:79;s:15:\"justify-content\";i:80;s:12:\"-webkit-flex\";i:81;s:8:\"-ms-flex\";i:82;s:4:\"flex\";i:83;s:19:\"-webkit-flex-shrink\";i:84;s:17:\"-ms-flex-negative\";i:85;s:11:\"flex-shrink\";i:86;s:19:\"-webkit-user-select\";i:87;s:16:\"-moz-user-select\";i:88;s:15:\"-ms-user-select\";i:89;s:11:\"user-select\";i:90;s:10:\"visibility\";i:91;s:17:\"-webkit-flex-wrap\";i:92;s:13:\"-ms-flex-wrap\";i:93;s:9:\"flex-wrap\";i:94;s:14:\"pointer-events\";i:95;s:13:\"-webkit-order\";i:96;s:14:\"-ms-flex-order\";i:97;s:5:\"order\";i:98;s:15:\"background-size\";i:99;s:4:\"clip\";i:100;s:17:\"-webkit-clip-path\";i:101;s:9:\"clip-path\";i:102;s:9:\"word-wrap\";i:103;s:17:\"-webkit-flex-grow\";i:104;s:17:\"-ms-flex-positive\";i:105;s:9:\"flex-grow\";i:106;s:15:\"transform-style\";i:107;s:15:\"background-clip\";i:108;s:17:\"-webkit-animation\";i:109;s:9:\"animation\";i:110;s:27:\"-webkit-animation-fill-mode\";i:111;s:19:\"animation-fill-mode\";i:112;s:23:\"-webkit-animation-delay\";i:113;s:15:\"animation-delay\";i:114;s:17:\"border-left-style\";i:115;s:13:\"text-overflow\";i:116;s:5:\"speak\";i:117;s:12:\"font-variant\";i:118;s:23:\"-moz-osx-font-smoothing\";i:119;s:22:\"-webkit-flex-direction\";i:120;s:18:\"-ms-flex-direction\";i:121;s:14:\"flex-direction\";i:122;s:18:\"border-right-width\";i:123;s:18:\"border-right-style\";i:124;s:16:\"border-top-width\";i:125;s:19:\"border-bottom-width\";i:126;s:16:\"border-top-style\";i:127;s:16:\"transform-origin\";i:128;s:26:\"border-bottom-right-radius\";i:129;s:25:\"border-bottom-left-radius\";i:130;s:17:\"background-origin\";i:131;s:17:\"-webkit-flex-flow\";i:132;s:13:\"-ms-flex-flow\";i:133;s:9:\"flex-flow\";i:134;s:21:\"background-attachment\";i:135;s:15:\"list-style-type\";i:136;s:19:\"border-bottom-style\";i:137;s:12:\"table-layout\";i:138;s:11:\"white-space\";i:139;s:16:\"border-top-color\";i:140;s:17:\"border-left-color\";}', 'no'),
(1669, 'chld_thm_cfg_options_dict_val', 'a:595:{i:1;s:1:\"1\";i:2;s:3:\"\" \"\";i:3;s:5:\"table\";i:4;s:4:\"both\";i:5;s:6:\"inline\";i:6;s:4:\"left\";i:7;s:4:\"15px\";i:8;s:5:\"right\";i:9;s:5:\"block\";i:10;s:4:\"auto\";i:11;s:6:\"center\";i:12;s:12:\"inline-block\";i:13;s:4:\"40px\";i:14;s:4:\"100%\";i:15;s:10:\"table-cell\";i:16;s:6:\"middle\";i:17;s:14:\"rotate(180deg)\";i:18;s:6:\"scroll\";i:19;s:4:\"none\";i:20;s:1:\"0\";i:21;s:7:\"#747474\";i:22;s:5:\"320px\";i:23;s:4:\"13px\";i:24;s:4:\"20px\";i:25;s:40:\"PTSansRegular,Arial,Helvetica,sans-serif\";i:26;s:4:\"31px\";i:27;s:4:\"#333\";i:28;s:4:\"#fff\";i:29;s:6:\"hidden\";i:30;s:7:\"visible\";i:31;s:13:\"translateZ(0)\";i:32;s:7:\"inherit\";i:33;s:10:\"1px dotted\";i:34;s:21:\"1px solid transparent\";i:35;s:11:\"transparent\";i:36;s:3:\"8px\";i:37;s:7:\"icomoon\";i:38;s:7:\"\'\\f105\'\";i:39;s:3:\"5px\";i:40;s:7:\"#a0ce4e\";i:41;s:9:\"3px solid\";i:42;s:4:\"10px\";i:43;s:7:\"\'\\f104\'\";i:44;s:4:\"30px\";i:45;s:8:\"absolute\";i:46;s:4:\"25px\";i:47;s:3:\"0 0\";i:48;s:3:\"top\";i:49;s:26:\"Arial,Helvetica,sans-serif\";i:50;s:4:\"#000\";i:51;s:2:\"\"\"\";i:52;s:5:\"286px\";i:53;s:7:\"#3d3c3c\";i:54;s:35:\"color,background-color,border-color\";i:55;s:3:\".2s\";i:56;s:6:\"linear\";i:57;s:23:\"border-color .2s linear\";i:58;s:6:\"1400px\";i:59;s:4:\"55px\";i:60;s:4:\"45px\";i:61;s:4:\"35px\";i:62;s:4:\"23px\";i:63;s:4:\"28px\";i:64;s:40:\"PTSansRegular,arial,helvetica,sans-serif\";i:65;s:3:\"50%\";i:66;s:16:\"translateY(-50%)\";i:67;s:4:\"14px\";i:68;s:8:\"relative\";i:69;s:5:\"-10px\";i:70;s:4:\"18px\";i:71;s:5:\"12.8%\";i:72;s:3:\"18%\";i:73;s:6:\"26.65%\";i:74;s:3:\"44%\";i:75;s:3:\"96%\";i:76;s:9:\"31.42857%\";i:77;s:8:\"2.85714%\";i:78;s:4:\"12px\";i:79;s:3:\"9px\";i:80;s:14:\"1px solid #333\";i:81;s:7:\"#838383\";i:82;s:7:\"#d8d8d8\";i:83;s:3:\"3px\";i:84;s:4:\"66px\";i:85;s:11:\"71.1702128%\";i:86;s:3:\"1px\";i:87;s:4:\"60px\";i:88;s:17:\"1px solid #282a2b\";i:89;s:9:\"1px solid\";i:90;s:4:\"65px\";i:91;s:17:\"1px solid #e7e6e6\";i:92;s:11:\"23.4042553%\";i:93;s:3:\"6px\";i:94;s:5:\"-45px\";i:95;s:7:\"\'\\e605\'\";i:96;s:7:\"#bfbfbf\";i:97;s:5:\"1.5px\";i:98;s:6:\"normal\";i:99;s:17:\"1px solid #747474\";i:100;s:3:\"2px\";i:101;s:3:\"4px\";i:102;s:17:\"1px solid #a0ce4e\";i:103;s:5:\"180px\";i:104;s:5:\"138px\";i:105;s:17:\"none outside none\";i:106;s:4:\"69px\";i:107;s:10:\"32.666666%\";i:108;s:17:\"1px solid #d2d2d2\";i:109;s:3:\"28%\";i:110;s:2:\"1%\";i:111;s:5:\"150px\";i:112;s:12:\"-webkit-flex\";i:113;s:11:\"-ms-flexbox\";i:114;s:4:\"flex\";i:115;s:8:\"baseline\";i:116;s:7:\"#e9eaee\";i:117;s:10:\"border-box\";i:118;s:8:\"checkbox\";i:119;s:4:\"34px\";i:120;s:3:\"1em\";i:121;s:16:\"translateY(-51%)\";i:122;s:4:\"-1em\";i:123;s:17:\"1px solid #ededed\";i:124;s:3:\"400\";i:125;s:6:\"1.69em\";i:126;s:17:\"3px solid #a0ce4e\";i:127;s:7:\"pointer\";i:128;s:17:\"1px solid #e8e6e6\";i:129;s:4:\"22px\";i:130;s:3:\"90%\";i:131;s:4:\"50px\";i:132;s:9:\"no-repeat\";i:133;s:13:\"center center\";i:134;s:4:\"75px\";i:135;s:5:\"-25px\";i:136;s:11:\"antialiased\";i:137;s:4:\"17px\";i:138;s:7:\"#f5f5f5\";i:139;s:39:\"PTSansItalic,arial,helvetica,sans-serif\";i:140;s:4:\"#444\";i:141;s:17:\"4px solid #a0ce4e\";i:142;s:3:\"2em\";i:143;s:7:\"#d1d1d2\";i:144;s:4:\"11px\";i:145;s:4:\"110%\";i:146;s:5:\"-17px\";i:147;s:7:\"#46494a\";i:148;s:4:\"84px\";i:149;s:4:\"27px\";i:150;s:7:\"#f2efef\";i:151;s:5:\"416px\";i:152;s:7:\"all .2s\";i:153;s:2:\".5\";i:154;s:6:\"30.66%\";i:155;s:2:\"5%\";i:156;s:5:\"117px\";i:157;s:6:\"bolder\";i:158;s:7:\"#f0f0f0\";i:159;s:36:\"\"PT Sans\",Arial,Helvetica,sans-serif\";i:160;s:4:\"90px\";i:161;s:5:\"solid\";i:162;s:4:\"70px\";i:163;s:4:\"19px\";i:164;s:4:\"-6px\";i:165;s:5:\"-12px\";i:166;s:3:\"\' \'\";i:167;s:5:\"-15px\";i:168;s:4:\"26px\";i:169;s:3:\"20%\";i:170;s:5:\"300px\";i:171;s:5:\"100px\";i:172;s:2:\"\'\'\";i:173;s:2:\"-1\";i:174;s:26:\"0 15px 10px rgba(0,0,0,.7)\";i:175;s:13:\"rotate(-3deg)\";i:176;s:12:\"rotate(3deg)\";i:177;s:11:\"medium none\";i:178;s:3:\"15%\";i:179;s:2:\".7\";i:180;s:4:\"33px\";i:181;s:4:\"56px\";i:182;s:5:\"-29px\";i:183;s:5:\"-59px\";i:184;s:17:\"1px solid #d3d3d3\";i:185;s:14:\"15.7446808511%\";i:186;s:2:\"10\";i:187;s:14:\"83.9361702128%\";i:188;s:5:\"170px\";i:189;s:3:\"700\";i:190;s:7:\"#282a2b\";i:191;s:4:\"38px\";i:192;s:5:\"149px\";i:193;s:11:\"4px 4px 0 0\";i:194;s:5:\"fixed\";i:195;s:9:\"uppercase\";i:196;s:4:\"48px\";i:197;s:2:\".9\";i:198;s:6:\"100000\";i:199;s:22:\"all .2s ease-in-out 0s\";i:200;s:7:\"\'\\f106\'\";i:201;s:3:\"97%\";i:202;s:6:\"56.25%\";i:203;s:4:\"-1px\";i:204;s:4:\"2000\";i:205;s:6:\"italic\";i:206;s:3:\"1.5\";i:207;s:6:\"static\";i:208;s:4:\"24px\";i:209;s:11:\"scale(1.01)\";i:210;s:3:\"55%\";i:211;s:14:\"rgba(0,0,0,.1)\";i:212;s:14:\"rgba(0,0,0,.3)\";i:213;s:5:\"99999\";i:214;s:5:\"100vh\";i:215;s:4:\".7em\";i:216;s:7:\"initial\";i:217;s:4:\"-7px\";i:218;s:3:\"7px\";i:219;s:5:\"5.5px\";i:220;s:4:\"-5px\";i:221;s:5:\"3.5px\";i:222;s:17:\"1px solid #eaeaea\";i:223;s:21:\"3px solid transparent\";i:224;s:7:\"#f1f2f2\";i:225;s:17:\"1px solid #e2e2e2\";i:226;s:4:\"52px\";i:227;s:4:\"64px\";i:228;s:5:\"1.3em\";i:229;s:4:\".5em\";i:230;s:5:\".85em\";i:231;s:14:\"rgba(0,0,0,.2)\";i:232;s:5:\"400px\";i:233;s:3:\"999\";i:234;s:14:\"rgba(0,0,0,.9)\";i:235;s:7:\"-9000px\";i:236;s:4:\"#666\";i:237;s:14:\"0 0 2px 0 #fff\";i:238;s:19:\"background .2s ease\";i:239;s:12:\"all .4s ease\";i:240;s:3:\"13%\";i:241;s:3:\"30%\";i:242;s:4:\"1000\";i:243;s:10:\"capitalize\";i:244;s:3:\"\".\"\";i:245;s:1:\"2\";i:246;s:6:\"2000px\";i:247;s:11:\"all 1s ease\";i:248;s:5:\"-20px\";i:249;s:14:\"rgba(0,0,0,.5)\";i:250;s:12:\"all .3s ease\";i:251;s:3:\"100\";i:252;s:4:\"16px\";i:253;s:4:\"-2px\";i:254;s:2:\".8\";i:255;s:7:\"default\";i:256;s:7:\"-9999px\";i:257;s:28:\"inset 0 0 3px rgba(0,0,0,.3)\";i:258;s:14:\"rgba(0,0,0,.7)\";i:259;s:3:\"25%\";i:260;s:14:\"rgba(0,0,0,.6)\";i:261;s:2:\"2%\";i:262;s:3:\".8s\";i:263;s:12:\"height,width\";i:264;s:16:\"top,left,opacity\";i:265;s:2:\"0s\";i:266;s:33:\"url(assets/images/shadow-top.png)\";i:267;s:10:\"top center\";i:268;s:4:\"42px\";i:269;s:2:\"99\";i:270;s:36:\"url(assets/images/shadow-bottom.png)\";i:271;s:13:\"bottom center\";i:272;s:4:\"32px\";i:273;s:17:\"1px solid #d2d3d4\";i:274;s:2:\"30\";i:275;s:4:\"63px\";i:276;s:5:\"-31px\";i:277;s:7:\"\'\\e61e\'\";i:278;s:7:\"\'\\e620\'\";i:279;s:13:\"-300px -150px\";i:280;s:13:\"-375px -150px\";i:281;s:4:\"wrap\";i:282;s:8:\"flex-end\";i:283;s:3:\"end\";i:284;s:7:\"\'\\e61d\'\";i:285;s:7:\"\'\\e61c\'\";i:286;s:4:\"36px\";i:287;s:7:\"#363839\";i:288;s:20:\"translate(-50%,-50%)\";i:289;s:1:\"3\";i:290;s:7:\"#8c8989\";i:291;s:17:\"rgba(54,56,57,.9)\";i:292;s:7:\"\"\\e61d\"\";i:293;s:13:\"rotate(45deg)\";i:294;s:17:\"3px solid #363839\";i:295;s:5:\"-30px\";i:296;s:18:\"36px solid #363839\";i:297;s:22:\"36px solid transparent\";i:298;s:5:\"-33px\";i:299;s:11:\"0 0 5px 5px\";i:300;s:30:\"0 3px 5px -2px rgba(0,0,0,.14)\";i:301;s:20:\"translate(-50%,-55%)\";i:302;s:5:\"-18px\";i:303;s:11:\"5px 5px 0 0\";i:304;s:31:\"0 -3px 5px -2px rgba(0,0,0,.14)\";i:305;s:20:\"translate(-50%,-43%)\";i:306;s:6:\"-300px\";i:307;s:15:\"translateX(50%)\";i:308;s:5:\"120px\";i:309;s:11:\"5px 0 0 5px\";i:310;s:31:\"-3px 0 5px -2px rgba(0,0,0,.14)\";i:311;s:11:\"0 5px 5px 0\";i:312;s:30:\"3px 0 5px -2px rgba(0,0,0,.14)\";i:313;s:6:\"1.35em\";i:314;s:4:\"#ddd\";i:315;s:37:\"PTSansBold,arial,helvetica,sans-serif\";i:316;s:5:\"940px\";i:317;s:3:\"42%\";i:318;s:4:\"29px\";i:319;s:5:\"-50px\";i:320;s:5:\"cover\";i:321;s:3:\"80%\";i:322;s:3:\"40%\";i:323;s:4:\"160%\";i:324;s:21:\"rect(1px,1px,1px,1px)\";i:325;s:10:\"inset(50%)\";i:326;s:26:\"0 0 2px 2px rgba(0,0,0,.6)\";i:327;s:4:\"1rem\";i:328;s:7:\"#aaa9a9\";i:329;s:17:\"1px solid #e6e5e6\";i:330;s:5:\"200px\";i:331;s:13:\"translateX(0)\";i:332;s:11:\"preserve-3d\";i:333;s:12:\"space-around\";i:334;s:10:\"distribute\";i:335;s:6:\"100.1%\";i:336;s:30:\"bottom:#aad75d:0%:#d1e990:100%\";i:337;s:17:\"translateX(-100%)\";i:338;s:19:\"all .3s ease-in-out\";i:339;s:1:\"9\";i:340;s:3:\"49%\";i:341;s:5:\"-16px\";i:342;s:7:\"\'\\f07a\'\";i:343;s:7:\"\'\\e623\'\";i:344;s:8:\"-10000px\";i:345;s:11:\"padding-box\";i:346;s:7:\"\'\\e619\'\";i:347;s:7:\"\'\\f002\'\";i:348;s:7:\"#f6f6f6\";i:349;s:7:\"all .3s\";i:350;s:7:\"#e2e0e0\";i:351;s:45:\"fusion-bounce-delay 1.4s infinite ease-in-out\";i:352;s:5:\"-.32s\";i:353;s:5:\"-.16s\";i:354;s:4:\"-3em\";i:355;s:25:\".5em solid rgba(0,0,0,.2)\";i:356;s:15:\".5em solid #333\";i:357;s:33:\"fusion-rotate .8s infinite linear\";i:358;s:3:\"6em\";i:359;s:5:\".35em\";i:360;s:3:\"3em\";i:361;s:17:\"1px solid #dbdbdb\";i:362;s:4:\"43px\";i:363;s:7:\"#fbfaf9\";i:364;s:17:\"1px solid #dadada\";i:365;s:5:\".01px\";i:366;s:1:\"5\";i:367;s:4:\"80px\";i:368;s:17:\"1px solid #e0dede\";i:369;s:3:\"70%\";i:370;s:7:\"\"\\e62d\"\";i:371;s:9:\"grayscale\";i:372;s:19:\"-webkit-inline-flex\";i:373;s:18:\"-ms-inline-flexbox\";i:374;s:11:\"inline-flex\";i:375;s:5:\"10010\";i:376;s:5:\"10030\";i:377;s:33:\"background-color .25s ease-in-out\";i:378;s:18:\"translate3d(0,0,0)\";i:379;s:13:\"space-between\";i:380;s:7:\"justify\";i:381;s:3:\"row\";i:382;s:6:\"nowrap\";i:383;s:3:\"210\";i:384;s:5:\"280px\";i:385;s:5:\"279px\";i:386;s:32:\"10px 0 15px -5px rgba(0,0,0,.14)\";i:387;s:6:\"-250px\";i:388;s:6:\"-182px\";i:389;s:6:\"-187px\";i:390;s:33:\"-10px 0 15px -5px rgba(0,0,0,.14)\";i:391;s:4:\"3000\";i:392;s:10:\"break-word\";i:393;s:3:\"200\";i:394;s:4:\".6em\";i:395;s:11:\"content-box\";i:396;s:20:\"subpixel-antialiased\";i:397;s:6:\"column\";i:398;s:19:\"opacity .2s ease-in\";i:399;s:108:\"color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s\";i:400;s:15:\"50% 50% 50% 50%\";i:401;s:5:\"250px\";i:402;s:2:\"11\";i:403;s:6:\"999999\";i:404;s:9:\"rotate(0)\";i:405;s:16:\".25s ease-in-out\";i:406;s:8:\"left top\";i:407;s:11:\"left bottom\";i:408;s:33:\"translateX(-50%) translateY(-50%)\";i:409;s:20:\"all .25s ease-in-out\";i:410;s:43:\"opacity cubic-bezier(.25,.46,.45,.94) 450ms\";i:411;s:36:\"opacity cubic-bezier(.23,1,.32,1) 3s\";i:412;s:5:\"99998\";i:413;s:22:\"all .3s ease-in-out 0s\";i:414;s:5:\"700px\";i:415;s:5:\"99997\";i:416;s:14:\"rotate(-45deg)\";i:417;s:22:\"padding-right .3s ease\";i:418;s:5:\"176px\";i:419;s:7:\"\'\\e61f\'\";i:420;s:7:\"\'\\f107\'\";i:421;s:7:\"IcoMoon\";i:422;s:17:\"calc(100% - 49px)\";i:423;s:5:\"1.4em\";i:424;s:7:\"\'\\f046\'\";i:425;s:5:\"187px\";i:426;s:7:\"#d04544\";i:427;s:12:\"33.33333333%\";i:428;s:12:\"16.66666667%\";i:429;s:4:\"49px\";i:430;s:17:\"1px solid #dcd9d9\";i:431;s:7:\"\'\\f0da\'\";i:432;s:29:\"rgba(0,0,0,.117647) 0 1px 3px\";i:433;s:31:\"rgba(0,0,0,.118) 0 4px 3px -3px\";i:434;s:4:\"39px\";i:435;s:4:\"21px\";i:436;s:3:\"\"-\"\";i:437;s:4:\"\"--\"\";i:438;s:4:\"57px\";i:439;s:5:\"\"---\"\";i:440;s:6:\"\"----\"\";i:441;s:7:\"\'\\f0c9\'\";i:442;s:5:\"99996\";i:443;s:32:\"0 10px 50px -2px rgba(0,0,0,.14)\";i:444;s:10:\"flex-start\";i:445;s:5:\"start\";i:446;s:4:\"87px\";i:447;s:7:\"#343333\";i:448;s:11:\"row-reverse\";i:449;s:4:\"82px\";i:450;s:7:\"#eef0f2\";i:451;s:17:\"1px solid #efeeee\";i:452;s:17:\"1px solid #ebeaea\";i:453;s:6:\"1000px\";i:454;s:4:\"46px\";i:455;s:7:\"#ebeaea\";i:456;s:7:\"#efeeee\";i:457;s:7:\"1 1 1px\";i:458;s:8:\"33.3333%\";i:459;s:8:\"66.6666%\";i:460;s:8:\"16.6666%\";i:461;s:5:\".45em\";i:462;s:3:\"8em\";i:463;s:5:\"-.5px\";i:464;s:7:\"\'\\f0d9\'\";i:465;s:16:\"translateY(105%)\";i:466;s:18:\"12px solid #e9eaee\";i:467;s:17:\"1px solid #4b4c4d\";i:468;s:6:\"100049\";i:469;s:6:\"100050\";i:470;s:4:\"9999\";i:471;s:14:\"translate(0,0)\";i:472;s:3:\"10%\";i:473;s:9:\"list-item\";i:474;s:6:\"-7.5px\";i:475;s:5:\"3.25%\";i:476;s:5:\"7.5px\";i:477;s:5:\"10000\";i:478;s:16:\"translateX(-50%)\";i:479;s:7:\"50% 50%\";i:480;s:1:\"4\";i:481;s:17:\"outside none none\";i:482;s:3:\"35%\";i:483;s:3:\"95%\";i:484;s:2:\"3%\";i:485;s:4:\".1em\";i:486;s:4:\"61px\";i:487;s:7:\"#f2dede\";i:488;s:17:\"1px solid #b94a48\";i:489;s:7:\"#b94a48\";i:490;s:7:\"#dff0d8\";i:491;s:17:\"1px solid #468847\";i:492;s:7:\"#468847\";i:493;s:6:\"2224px\";i:494;s:7:\"-2224px\";i:495;s:6:\"38.5px\";i:496;s:5:\"220px\";i:497;s:6:\"100001\";i:498;s:5:\"-11px\";i:499;s:5:\"-14px\";i:500;s:3:\"5em\";i:501;s:9:\"calc(98%)\";i:502;s:28:\"3px 4px 21px rgba(0,0,0,.38)\";i:503;s:4:\".4em\";i:504;s:5:\"1.8em\";i:505;s:4:\"44px\";i:506;s:3:\"60%\";i:507;s:4:\"4.5%\";i:508;s:7:\"\'\\e901\'\";i:509;s:3:\"900\";i:510;s:5:\"1.5em\";i:511;s:4:\"#999\";i:512;s:14:\"1px solid #fff\";i:513;s:14:\"1px solid #ccc\";i:514;s:4:\"3.5%\";i:515;s:3:\"31%\";i:516;s:3:\"1.4\";i:517;s:4:\"#222\";i:518;s:4:\"#555\";i:519;s:17:\"solid transparent\";i:520;s:4:\"-9px\";i:521;s:19:\"rgba(245,245,245,0)\";i:522;s:19:\"rgba(255,255,255,0)\";i:523;s:3:\"19%\";i:524;s:3:\"16%\";i:525;s:6:\"1.25em\";i:526;s:9:\"textfield\";i:527;s:12:\"center right\";i:528;s:7:\"\"\\e600\"\";i:529;s:7:\"\"\\e601\"\";i:530;s:7:\"\"\\e602\"\";i:531;s:7:\"\"\\e603\"\";i:532;s:7:\"\"\\e604\"\";i:533;s:7:\"\"\\e605\"\";i:534;s:7:\"\"\\e606\"\";i:535;s:7:\"\"\\e607\"\";i:536;s:7:\"\"\\e608\"\";i:537;s:7:\"\"\\e609\"\";i:538;s:7:\"\"\\e60b\"\";i:539;s:7:\"\"\\e60c\"\";i:540;s:7:\"\"\\e60d\"\";i:541;s:7:\"\"\\e60e\"\";i:542;s:7:\"\"\\e60f\"\";i:543;s:7:\"\"\\e610\"\";i:544;s:7:\"\"\\e611\"\";i:545;s:7:\"\"\\e613\"\";i:546;s:7:\"\"\\e614\"\";i:547;s:7:\"\"\\e616\"\";i:548;s:7:\"\"\\e617\"\";i:549;s:7:\"\"\\e618\"\";i:550;s:7:\"\"\\e619\"\";i:551;s:7:\"\"\\e61a\"\";i:552;s:7:\"\"\\e61b\"\";i:553;s:7:\"\"\\e61c\"\";i:554;s:7:\"\"\\e61e\"\";i:555;s:7:\"\"\\e61f\"\";i:556;s:7:\"\"\\e620\"\";i:557;s:7:\"\"\\e621\"\";i:558;s:7:\"\"\\e622\"\";i:559;s:7:\"\"\\e623\"\";i:560;s:7:\"\"\\e624\"\";i:561;s:7:\"\"\\e625\"\";i:562;s:7:\"\"\\e627\"\";i:563;s:7:\"\"\\e628\"\";i:564;s:7:\"\"\\e629\"\";i:565;s:7:\"\"\\e62a\"\";i:566;s:7:\"\"\\e900\"\";i:567;s:7:\"\"\\f002\"\";i:568;s:7:\"\"\\f005\"\";i:569;s:7:\"\"\\f006\"\";i:570;s:7:\"\"\\f013\"\";i:571;s:7:\"\"\\f046\"\";i:572;s:7:\"\"\\f05d\"\";i:573;s:7:\"\"\\f07a\"\";i:574;s:7:\"\"\\f0c9\"\";i:575;s:7:\"\"\\f0d9\"\";i:576;s:7:\"\"\\f0da\"\";i:577;s:7:\"\"\\f104\"\";i:578;s:7:\"\"\\f105\"\";i:579;s:7:\"\"\\f106\"\";i:580;s:7:\"\"\\f107\"\";i:581;s:7:\"\"\\f110\"\";i:582;s:7:\"\"\\f189\"\";i:583;s:7:\"\"\\ea92\"\";i:584;s:7:\"\"\\eaaa\"\";i:585;s:7:\"\"\\eab4\"\";i:586;s:7:\"\"\\eacb\"\";i:587;s:7:\"\"\\ead5\"\";i:588;s:7:\"\"\\ead6\"\";i:589;s:7:\"\"\\ead7\"\";i:590;s:7:\"\"\\e4d8\"\";i:591;s:7:\"\"\\e4d9\"\";i:592;s:7:\"\"\\ea94\"\";i:593;s:7:\"\"\\ea72\"\";i:594;s:7:\"\"\\eab0\"\";i:595;s:7:\"\"\\ead2\"\";}', 'no'),
(1670, 'chld_thm_cfg_options_dict_seq', 'a:0:{}', 'no'),
(1671, 'chld_thm_cfg_options_dict_token', 'a:0:{}', 'no');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1672, 'chld_thm_cfg_options_val_ndx', 'a:1894:{i:2;s:12:\"VE=hT?GUZA$A\";i:3;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:4;s:12:\"9M=hT?GU/A$A\";i:5;s:23:\"!M=hT?GU/A$A;CSOYM?IBtA\";i:6;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:7;s:12:\"9M=hT?GU/A$A\";i:8;s:35:\"@J=hT?GU~AlBrL.4Fx~5BA[Q=hT?GUeBlBA\";i:9;s:35:\"@J=hT?GU~AlBrL.4Fx}MCA$T=hT?GUeBlBA\";i:10;s:56:\"%M=hT?GU/A$A=CSOYM@1Bt=J_Q3nE3_AgAoBJHNz)duW5FqI:$vbuAQA\";i:11;s:56:\"]J=hT?GUTClBnL.4Fx}MBA;C=hT?GUZA$A^CSOYMj<BtGO_Q3nE3ZB$A\";i:12;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:13;s:12:\"9M=hT?GU/A$A\";i:14;s:24:\"?J=hT?GU(ClB(L.4Fx}MEABA\";i:15;s:24:\"?J=hT?GUTClB,L.4FxrjEABA\";i:16;s:24:\"Am=hT?GUYDlBwM.4FxrjHABA\";i:17;s:24:\":o=hT?GUoDlB^L.4Fx}MFABA\";i:18;s:57:\"ru=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAZ4=hT?GUoDlBA\";i:19;s:112:\"28=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFA]9=hT?GU.DlBYM.4Fx~5FAw(=hT?GUzClBgM.4Fxs@FAO/=hT?GUdElBoM.4FxrjGABA\";i:20;s:13:\"R@=hT?GU9ElBA\";i:21;s:13:\"R@=hT?GU4DlBA\";i:22;s:13:\"c#=hT?GU=ElBA\";i:23;s:13:\"KV=hT?GUeBlBA\";i:24;s:13:\"c#=hT?GUCFlBA\";i:25;s:13:\"\"l=hT?GUSFlBA\";i:26;s:13:\":`=hT?GUiFlBA\";i:27;s:13:\"Qj=hT?GUyFlBA\";i:28;s:180:\"oClB/\",ub@qO5F[tLvSQ[zTAc4jt,ub@qO5FGuLvSQ[zUAbLit,ub@qO5FWuLvSQ[zUAEA$(k)NoVH:CAYzXJI{ZKAZL$(k)NoVH:CQYzXJI{ZKAm_$(k)NopL;CdZzXJI|+JAa4$(k)NopL:ClZzXJI|+JA,h$(k)NopL;C$YzXJI{ZQACA\";i:29;s:24:\"6}=hT?GU(ylBUM.4Fx}M.ABA\";i:30;s:24:\"d#=hT?GU&FlB)M.4FxrjIABA\";i:31;s:24:\"?J>hT?GUHGlB<M.4Fx~5IABA\";i:32;s:79:\"KH>hT?GUHGlB@M.4Fxs@IACt=hT?GUnGlBAM.4Fx}MFA7y=hT?GUnGlBIM.4Fx}MFApI=hT?GU!BlBA\";i:33;s:24:\"?J=hT?GUoDlB(L.4Fx}MEABA\";i:34;s:24:\"j==hT?GU3GlBfL.4Fx~5JABA\";i:35;s:57:\"]J=hT?GUTClB|L.4Fx}MFA<v=hT?GU|GlBEM.4Fx}MFAq1=hT?GU|GlBA\";i:36;s:24:\"tP>hT?GUMHlB.M.4FxrjKABA\";i:37;s:13:\">J=hT?GUoDlBA\";i:38;s:35:\"dS>hT?GUHGlB3L.4Fx}MCApI>hT?GU4DlBA\";i:39;s:13:\"Wx=hT?GUdElBA\";i:40;s:13:\"?2=hT?GUsHlBA\";i:41;s:13:\"EH=hT?GU8HlBA\";i:42;s:24:\"cS>hT?GUcHlB.M.4Fx}MFABA\";i:43;s:13:\"bS=hT?GU<HlBA\";i:44;s:13:\"_X=hT?GUOBlBA\";i:45;s:13:\"?2=hT?GUdElBA\";i:46;s:13:\"Wx=hT?GUsHlBA\";i:47;s:13:\"KV=hT?GU<HlBA\";i:48;s:35:\"Yx=hT?GU4DlB#L.4FxrjDAvW=hT?GUuBlBA\";i:49;s:35:\"[2=hT?GU4DlB#L.4FxrjDAvW=hT?GUOBlBA\";i:50;s:133:\"~J=hT?GU5A$AWDSOYMB]BtGO_Q3nE3ZB$AXDSOYMj<Dtxd_Q3nE3/B$A@CSOYM)ZCt8M_Q3nE3/B$A[CSOYM)ZCt95_Q3nE3/B$AZDSOYM)ZCtjn_Q3nE3/B$AMDSOYMj<CtA\";i:51;s:35:\"uP=hT?GUoDlB(L.4Fx}MEANc=hT?GUzClBA\";i:52;s:13:\"(a=hT?GURIlBA\";i:53;s:57:\"lg>hT?GUhIlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:54;s:68:\"^J=hT?GU(ClBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBRN.4Fxs@EABA\";i:55;s:35:\"*a=hT?GU4DlBEM.4Fx}MFAZ4=hT?GUoDlBA\";i:56;s:13:\">J=hT?GUoDlBA\";i:57;s:46:\"Cm>hT?GUoDlB(L.4Fx}MMA+h>hT?GUzClB}M.4Fx~5CABA\";i:58;s:13:\"Qj>hT?GUzClBA\";i:59;s:24:\"d#=hT?GUMHlBZN.4Fxs@EABA\";i:60;s:46:\",,=hT?GUzClBoM.4FxrjMA|e=hT?GU^ClBUM.4Fx~5MABA\";i:61;s:101:\"18=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFA1k>hT?GUoDlBA\";i:62;s:34:\"GH=hT?GUGJlBjL.4Fxs@AAYL=hT?GU/A$A\";i:63;s:12:\"9M=hT?GU/A$A\";i:64;s:13:\"Qj>hT?GUzClBA\";i:65;s:23:\"?J=hT?GU5A$A_CSOYMB]BtA\";i:66;s:23:\"?J=hT?GU5A$A_CSOYM)ZEtA\";i:67;s:13:\">J=hT?GUoDlBA\";i:68;s:13:\"yd=hT?GUzClBA\";i:69;s:57:\"9}=hT?GUmJlB|L.4Fx}MFA<v=hT?GUsHlBEM.4Fx}MFAq1=hT?GUsHlBA\";i:70;s:13:\"yd=hT?GUzClBA\";i:71;s:35:\"6r>hT?GU2JlBhN.4Fxs@NA<v>hT?GU{JlBA\";i:72;s:13:\"F0>hT?GULKlBA\";i:73;s:35:\"6r>hT?GU2JlBhN.4Fxs@NA<v>hT?GU{JlBA\";i:74;s:57:\"x8=hT?GU4DlBvL.4Fx~5CAeZ=hT?GU4DlBzL.4Fx~5CA+h>hT?GUbKlBA\";i:75;s:68:\"su=hT?GUrKlBAM.4Fx~5KA7y=hT?GU7KlBIM.4Fx~5KAU|=hT?GUCFlBnL.4Fx}MBABA\";i:76;s:57:\"x8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFAO/=hT?GU;KlBA\";i:77;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:78;s:24:\"d#=hT?GU=ElBEM.4Fx}MFABA\";i:79;s:13:\"c#=hT?GU=ElBA\";i:80;s:46:\"qu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:81;s:57:\">`=hT?GUSFlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fxs@BA$T=hT?GU4DlBA\";i:82;s:57:\"wP=hT?GUOBlBQM.4Fx}MFA[Q=hT?GUsHlB7L.4Fx}MFA$T=hT?GU4DlBA\";i:83;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GUALlBzL.4Fx}MFABA\";i:84;s:57:\"g#=hT?GU=ElBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MGA$T=hT?GU4DlBA\";i:85;s:24:\"u8=hT?GU4DlB7L.4Fxs@PABA\";i:86;s:24:\"u8=hT?GU4DlB7L.4Fxs@PABA\";i:87;s:13:\"t8=hT?GU4DlBA\";i:88;s:57:\">`=hT?GUSFlBjL.4FxrjCAf+=hT?GUNElBkM.4Fxs@BA};=hT?GUgLlBA\";i:89;s:57:\"wP=hT?GUuBlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:90;s:24:\"d#=hT?GUMHlBZN.4Fxs@EABA\";i:91;s:90:\"AY>hT?GUBIlBsM.4FxrjQA+h=hT?GU$LlBoM.4FxrjJA6F=hT?GU,GlBUM.4Fx}MKAf+=hT?GU@LlBIM.4Fxs@JABA\";i:92;s:46:\"|X>hT?GUFMlBvL.4Fx~5KAvW=hT?GUuBlBjL.4Fx}MDABA\";i:93;s:90:\"LH=hT?GU,GlBBN.4FxrjLANc>hT?GUVMlBsM.4FxrjQA+h=hT?GU$LlBIM.4Fxs@JA};=hT?GU3GlBgM.4Fxs@QABA\";i:94;s:13:\"t8=hT?GUlMlBA\";i:95;s:13:\"sP=hT?GUOBlBA\";i:96;s:13:\"?2=hT?GU7KlBA\";i:97;s:13:\"yd=hT?GU1MlBA\";i:98;s:13:\"yd=hT?GU*MlBA\";i:99;s:13:\"yd=hT?GU`MlBA\";i:100;s:13:\"yd=hT?GUKNlBA\";i:101;s:13:\"yd=hT?GUaNlBA\";i:102;s:13:\":`=hT?GUSFlBA\";i:103;s:57:\"2d=hT?GUqNlB|L.4Fx}MFA<v=hT?GU6NlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:104;s:13:\"bS=hT?GU4DlBA\";i:105;s:13:\"yd=hT?GUzClBA\";i:106;s:13:\":`=hT?GUSFlBA\";i:107;s:24:\":o>hT?GUoDlBUM.4Fx}MKABA\";i:108;s:13:\":`=hT?GUSFlBA\";i:109;s:13:\"yd=hT?GUzClBA\";i:110;s:145:\"A3>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fxs@FA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlB0M.4FxrjHAf+=hT?GU:NlBkM.4Fxs@QA]9=hT?GU=ElBA\";i:111;s:68:\"xP=hT?GUOBlB|L.4Fx}MFA<v=hT?GUnGlBEM.4Fx}MFAq1=hT?GU\"NlB_M.4Fx}MUABA\";i:112;s:24:\"@2=hT?GU4DlB_M.4Fx}MFABA\";i:113;s:13:\"sP=hT?GUoDlBA\";i:114;s:13:\">J=hT?GU!BlBA\";i:115;s:13:\"sP=hT?GUoDlBA\";i:116;s:57:\"IH>hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:117;s:13:\"(a=hT?GUsHlBA\";i:118;s:24:\")a=hT?GU7KlBBN.4Fx}MRABA\";i:119;s:13:\":`=hT?GUSFlBA\";i:120;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:121;s:101:\"18=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFApI=hT?GU!BlBA\";i:122;s:13:\">J=hT?GU~AlBA\";i:123;s:13:\"c#=hT?GUfOlBA\";i:124;s:13:\">J=hT?GU!BlBA\";i:125;s:24:\"ig>hT?GUhIlBMM.4Fxs@EABA\";i:126;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GUeBlBzL.4Fx}MFABA\";i:127;s:35:\"jg>hT?GUhIlBrL.4Fx~5BAZ4=hT?GU4DlBA\";i:128;s:79:\"_J=hT?GU!BlBMM.4Fx}MFA|e>hT?GUhIlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:129;s:13:\"c#=hT?GUvOlBA\";i:130;s:24:\"zd=hT?GUzClBvL.4Fx}MFABA\";i:131;s:46:\"qu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:132;s:57:\"]J=hT?GUTClB|L.4Fxs@UA<v=hT?GU#OlBEM.4Fxs@UAq1=hT?GU#OlBA\";i:133;s:13:\">J=hT?GUTClBA\";i:134;s:24:\"zd=hT?GU?OlB}M.4Fx}MVABA\";i:135;s:13:\"KV=hT?GURIlBA\";i:136;s:13:\"c#=hT?GU=ElBA\";i:137;s:46:\"vP=hT?GUOBlBzL.4Fx}MFA[Q=hT?GU4DlB#L.4FxrjPABA\";i:138;s:35:\"0d=hT?GUEPlBrL.4Fx~5BAZ4>hT?GUUPlBA\";i:139;s:13:\"yd=hT?GUzClBA\";i:140;s:13:\"_X>hT?GUFMlBA\";i:141;s:24:\")a=hT?GU4DlBQM.4Fxs@VABA\";i:142;s:24:\"u8=hT?GUrKlBnL.4Fx}MBABA\";i:143;s:24:\"LV=hT?GU4DlBvL.4Fx}MFABA\";i:144;s:57:\"&5=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:145;s:24:\"LV=hT?GU4DlBvL.4Fx}MFABA\";i:146;s:35:\"[2=hT?GU#OlBAM.4Fxs@UA7y=hT?GU#OlBA\";i:147;s:57:\"&5=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:148;s:24:\"ou=hT?GU4DlBNN.4Fxs@LABA\";i:149;s:68:\"su=hT?GU:NlBAM.4Fx}MFA7y=hT?GU:NlBIM.4Fx}MFA6F>hT?GU0PlBjL.4FxrjCABA\";i:150;s:13:\"!5=hT?GUoDlBA\";i:151;s:24:\"FH>hT?GU)PlBEM.4Fx~5TABA\";i:152;s:24:\"FH>hT?GU4DlBEM.4Fx}MFABA\";i:153;s:24:\"u8>hT?GUoDlB|L.4Fx}MFABA\";i:154;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:155;s:13:\"yd=hT?GUzClBA\";i:156;s:13:\"Qj>hT?GUkPlBA\";i:157;s:13:\"(a=hT?GU_PlBA\";i:158;s:13:\"(a=hT?GU4DlBA\";i:159;s:13:\"(a=hT?GUjClBA\";i:160;s:13:\"(a=hT?GUrKlBA\";i:161;s:90:\"*5=hT?GUJQlB|L.4Fx}MJA<v=hT?GUeBlBEM.4Fx}MJAq1=hT?GUeBlBgM.4Fxs@FA]9=hT?GU=ElBjL.4FxrjCABA\";i:162;s:24:\"zd=hT?GUZQlBrL.4Fx}MCABA\";i:163;s:13:\"(a=hT?GU5wlBA\";i:164;s:24:\")a=hT?GU7KlBBN.4Fx}MRABA\";i:165;s:13:\":`=hT?GUSFlBA\";i:166;s:116:\"28=hT?GU4DlBvL.4Fx}MFAeZ=hT?IU4DlB~/IA>J_Q3nE3/B$A\"CSOYM)ZCt^X_Q3nE3/B$ABDSOYM)ZCt&a_Q3nE3/B$AIDSOYM5qCt{e_Q3nE3mC$A\";i:167;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:168;s:101:\"18=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFApI=hT?GU!BlBA\";i:169;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:170;s:13:\"yd=hT?GUzClBA\";i:171;s:13:\"hg>hT?GUhIlBA\";i:172;s:105:\"BY>hT?GUFMlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?IU4DlBrzHANc_Q3nE3/B$A^CSOYM*+DtPj_Q3nE3GC$AJDSOYMXwCtA\";i:173;s:68:\"~X>hT?GUBIlBsM.4FxrjXA$T=hT?GU5QlBfL.4Fxs@XA};=hT?GU3GlBgM.4Fx}MLABA\";i:174;s:90:\"og>hT?GUhIlBUM.4Fx}MYApI=hT?GU~AlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBMM.4Fx}MFABA\";i:175;s:13:\"c#=hT?GUMHlBA\";i:176;s:24:\")a=hT?GU4DlBQM.4Fx}MFABA\";i:177;s:13:\":`=hT?GUSFlBA\";i:178;s:57:\"]J=hT?GUTClB|L.4Fxs@UA<v=hT?GUORlBEM.4Fxs@UAq1=hT?GUORlBA\";i:179;s:13:\"Qj>hT?GUkPlBA\";i:180;s:46:\"vP=hT?GUuBlBQM.4FxrjDAf+=hT?GU\"NlBkM.4Fx~5YABA\";i:181;s:24:\")a=hT?GUjClBQM.4Fx}MLABA\";i:182;s:123:\".5=hT?GUuRlBjL.4Fx}MDA]9=hT?GU.DlB|L.4Fx}MZA<v=hT?GUpQlBEM.4Fx}MZAq1=hT?GUpQlBQM.4Fx}MFA[Q=hT?GU>RlB7L.4Fx}MFA$T=hT?GU>RlBA\";i:183;s:13:\"!5=hT?GUDSlBA\";i:184;s:13:\"c#>hT?GU&FlBA\";i:185;s:35:\"@J=hT?GUTClBzL.4Fxs@JA[Q=hT?GU|GlBA\";i:186;s:134:\"/5=hT?GUDSlBjL.4Fx}MDA]9=hT?GUCFlB|L.4Fx}MZA<v=hT?GUpQlBEM.4Fx}MZAq1=hT?GUpQlBQM.4Fx}MFA[Q=hT?GU>RlB7L.4Fx}MFA$T=hT?GU>RlB4M.4Fx}MKABA\";i:187;s:101:\"{J=hT?GUTClBvL.4FxrjZAf+=hT?GU:NlBMM.4Fx~5IACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAvW>hT?GUFMlBA\";i:188;s:101:\"{J=hT?GUTClBgM.4Fx~5TAZ4=hT?GUHGlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBBN.4Fx}MRA$T=hT?GU>RlBA\";i:189;s:13:\":`=hT?GUSFlBA\";i:190;s:68:\"su=hT?GU|GlBAM.4Fxs@JA7y=hT?GU|GlBIM.4Fxs@JA|e>hT?GUhIlBrL.4Fx~5BABA\";i:191;s:57:\"lg>hT?GUhIlB}M.4Fx~5CANc=hT?GU>BlB9N.4Fx}MFAZ4=hT?GU4DlBA\";i:192;s:24:\"*,=hT?GUNElBkM.4Fx}MGABA\";i:193;s:34:\"v8=hT?GUrKlB0M.4FxrjHAYL=hT?GU/A$A\";i:194;s:13:\"c#=hT?GUMHlBA\";i:195;s:35:\"uP=hT?GUOBlBvL.4Fx}MGAeZ=hT?GU|GlBA\";i:196;s:13:\"t8=hT?GUrKlBA\";i:197;s:35:\"0d=hT?GUTSlB}M.4Fx}MaAeZ=hT?GU4DlBA\";i:198;s:12:\"9M=hT?GU/A$A\";i:199;s:105:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4?z}MFAq1|HlB,FkcwYtzE\"uW_Q3nE3/B$AADSOYM)ZCtdZ_Q3nE3/B$ACDSOYM)ZCtA\";i:200;s:13:\"?2>hT?GUzSlBA\";i:201;s:90:\"08=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:202;s:35:\"GH>hT?GUJQlBEM.4Fx~5LAeZ=hT?GURIlBA\";i:203;s:13:\"KV=hT?GU(SlBA\";i:204;s:13:\"(a=hT?GU4DlBA\";i:205;s:24:\"tP=hT?GUOBlBvL.4Fxs@BABA\";i:206;s:13:\"Wx=hT?GU|GlBA\";i:207;s:13:\"t8=hT?GUjClBA\";i:208;s:13:\"(a=hT?GUjClBA\";i:209;s:34:\"GH=hT?GUGJlBnL.4Fx}MBApI=hT?GU5A$A\";i:210;s:13:\"yd=hT?GU^SlBA\";i:211;s:13:\"bS=hT?GU4DlBA\";i:212;s:90:\"*5=hT?GUITlBYM.4FxrjbAf+=hT?GUNElBUM.4FxrjFAq1=hT?GUeBlBAM.4Fxs@BAHO=hT?GUOBlBvL.4Fx~5bABA\";i:213;s:13:\"L&=hT?GU4DlBA\";i:214;s:13:\"sP=hT?GUoDlBA\";i:215;s:13:\"(a=hT?GUsHlBA\";i:216;s:24:\"u8=hT?GUsHlB7L.4Fx}MFABA\";i:217;s:101:\"+5=hT?GUITlB#L.4Fx~5DA$T>hT?GU4TlBgM.4Fxs@FA]9=hT?GU.DlB|L.4Fx~5TA<v=hT?GUeBlBEM.4Fx~5TAq1=hT?GUeBlBA\";i:218;s:13:\"t8=hT?GUdElBA\";i:219;s:13:\"L&=hT?GU>BlBA\";i:220;s:13:\"z:=hT?GUeRlBA\";i:221;s:24:\"u8=hT?GUdElB7L.4Fx}MFABA\";i:222;s:110:\"{J=hT?KU.TlB%ROA(aDFFBnDSOYMLUItQ@_Q3nE3OK$ApDSOYMLUItxd_Q3nE3OC$A@CSOYM)ZCt8M_Q3nE3OC$A[CSOYM)ZCtPj_Q3nE3GC$A\";i:223;s:46:\"w8=hT?GU4DlBvL.4Fx~5KAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:224;s:13:\"c#>hT?GUtUlBA\";i:225;s:13:\"5}=hT?GUtUlBA\";i:226;s:13:\"!5=hT?GUITlBA\";i:227;s:13:\"t8=hT?GUNElBA\";i:228;s:112:\",5=hT?GUITlBgM.4Fxs@FA]9=hT?GU.DlB|L.4Fx}MJA<v=hT?GUeBlBEM.4Fx}MJAq1=hT?GUeBlBvL.4Fx~5bANc=hT?GUzClB=N.4FxrjdABA\";i:229;s:24:\"@2=hT?GUeBlBAM.4Fxs@BABA\";i:230;s:13:\"R@>hT?GUeRlBA\";i:231;s:13:\"R@>hT?GUeRlBA\";i:232;s:13:\"R@>hT?GUeRlBA\";i:233;s:13:\"R@>hT?GUeRlBA\";i:234;s:46:\"kg>hT?GUhIlB?L.4Fx~5dA2[>hT?GU=UlB~N.4Fx~5dABA\";i:235;s:68:\"PV>hT?GUCVlBkM.4Fxs@dAYL>hT?GUJQlB)M.4Fxs@WAeZ=hT?GUkPlB3L.4Fx}MCABA\";i:236;s:24:\"?J=hT?GUTClBBN.4Fx}MRABA\";i:237;s:24:\"LV=hT?GUeBlBvL.4Fx}MeABA\";i:238;s:79:\"\"X>hT?GUBIlBsM.4FxrjQA+h=hT?GUiVlBFN.4Fx~5eA};=hT?GU3GlBfL.4Fxs@KA]9=hT?GU=ElBA\";i:239;s:79:\"\"X>hT?GUBIlBsM.4FxrjQA+h=hT?GUiVlBJN.4Fx~5eA};=hT?GU3GlBfL.4Fx~5JA]9=hT?GU=ElBA\";i:240;s:116:\"}2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4?z}MFAq1OClB,FkcwYtzE\"uW_Q3nE3/B$AADSOYM)ZCtdZ_Q3nE3/B$ACDSOYM)ZCt6y_Q3nE3>K$A\";i:241;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:242;s:90:\"08=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:243;s:123:\"OH>hT?GU&VlBjL.4FxrjCA$T>hT?GU>BlBCO.4Fx}MfAf+=hT?GU@LlBUM.4Fxs@GAO/=hT?GUHWlB|L.4Fx}MJA<v=hT?GU4DlBEM.4Fx}MJAq1=hT?GU4DlBA\";i:244;s:13:\"hg>hT?GUhIlBA\";i:245;s:24:\"ig>hT?GUhIlBUM.4Fx}MKABA\";i:246;s:24:\"d#=hT?GU=ElB)M.4Fxs@eABA\";i:247;s:24:\"?J=hT?GUoDlBzL.4Fxs@BABA\";i:248;s:24:\"?J=hT?GU~AlBzL.4Fx}MFABA\";i:249;s:35:\"{X>hT?GUBIlBgM.4Fxs@QA};=hT?GU3GlBA\";i:250;s:13:\">J>hT?GU&VlBA\";i:251;s:13:\">J>hT?GUXWlBA\";i:252;s:13:\"KV=hT?GUsHlBA\";i:253;s:13:\"EH=hT?GU,GlBA\";i:254;s:13:\"bS>hT?GU&VlBA\";i:255;s:24:\"@2=hT?GUALlB_M.4Fx~5fABA\";i:256;s:13:\"?2=hT?GURIlBA\";i:257;s:13:\"bS=hT?GUsHlBA\";i:258;s:13:\"EH=hT?GU8HlBA\";i:259;s:13:\"KV=hT?GUjClBA\";i:260;s:13:\"?2=hT?GU4DlBA\";i:261;s:35:\"@J=hT?GUTClBzL.4Fx~5KA<v=hT?GU4DlBA\";i:262;s:57:\"OV=hT?GU>BlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:263;s:13:\"mB?hT?GUnWlBA\";i:264;s:57:\">`=hT?GUSFlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBA\";i:265;s:181:\"oC^X.\",ub@0Q5F1xLvSQ[zYAEA((k)No>s:CoYzXJI|+NAZL%(k)No`,lBJt/\",ub@.U5F$wLvSQ[zUAz(ht,ub@qO5F2uLvSQ[zUA:>ht,ub@qO5F;vLvSQ[zqAbLjt,ub@qO5FQwLvSQ[zqA/hjt,ub@qO5F[tLvSQ[zGAyWit,ub@WK5FA\";i:266;s:13:\"EH>hT?GU4DlBA\";i:267;s:70:\"!}=hT?GU=ElBjL.4FxrjCANc=hT?GU~@$Aln%(k)No`,mB2W(\",ub@4E5FGuLvSQ[z+AEA\";i:268;s:13:\"5}=hT?GUMHlBA\";i:269;s:25:\"tP=hT?GUOBlB#L.4Fx}M}B6FA\";i:270;s:35:\"pu=hT?GUsHlBEM.4Fxs@BAvW>hT?GUFMlBA\";i:271;s:14:\"EH>hT?GU}j$ACA\";i:272;s:78:\"(M=hT?GU/A$A=CSOYM@1BtPj_Q3nE3/B$AWDSOYM)ZCt0k_Q3nE3/B$A_CSOYMB]BtSq_Q3nE32C$A\";i:273;s:14:\"(a=hT?GU~@%ACA\";i:274;s:24:\"?J>hT?GU4DlB=N.4FxrjdABA\";i:275;s:79:\"_J=hT?GU!BlB#L.4Fx~5DACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFA%$>hT?GUeBlBA\";i:276;s:13:\"hg>hT?GUhIlBA\";i:277;s:57:\"ru=hT?GUeBlBAM.4Fxs@BA7y=hT?GUeBlBIM.4Fxs@BAl_=hT?GUSFlBA\";i:278;s:13:\"(a=hT?GU4DlBA\";i:279;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GUdElBzL.4Fx}MFABA\";i:280;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:281;s:110:\"7:=hT?GUlMlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4?z}MFAq18A&\"oBJHNz@5uWXLqI:$vb]ARttBJHNz@5uW8MqI:$vb]ARtuBJHtz@5uWhNCBgA\";i:282;s:231:\"oCZ*&\",ub@<I5Fo4LvSQ[ztNyWWeqI:$vbX%S\"3r_Q3nE3zD$AWDSOYMAlFtJV_Q3nE3\"!hANc=hT?GUlMlBBN.4FxrjLAf+=hT?GU@LlBfL.4Fx~5JAHO=hT?GUOBlBvL.4Fx}MFA$T=hT?GU~@(A^9$(k)NoTN:CTXzXJI|+FAm_&(k)No/r:CcczXJI{ZiMZL(HVElg*N5AJt.\",ub@=1CDRt$BJHNzu#wWA\";i:283;s:140:\")}=hT?GU}j*A8y$(k)NoaI:C.YzXJI{ZMA^9$(k)No`,wBJt,\",ub@=1IDS\";\",ub@=1KDQA+\",ub@dF5FAwLvSQ[zHAyWjt,ub@dF5FgwLvSQ[zHAc4jt,ub@=1MDRtpBJHNzijyM$A\";i:284;s:13:\"(a=hT?GU4DlBA\";i:285;s:127:\"}J=hT?GUoDlBBN.4FxrjLACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GUpQlBIM.4Fx}MFA]9=hT?GU~@,A8y$(k)No`,1BJt.\",ub@dF5F.4LvSQ[zGyyW<cqI:$vbtfU\"A\";i:286;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:287;s:60:\"ru=hT?GU>RlBAM.4Fx}M:L6FQwLvSQ[zKB3(+\",ub@=1QDRt0BJHNzij\"M$A\";i:288;s:13:\">J=hT?GUTClBA\";i:289;s:69:\"y8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU}j:Aln#(k)NoVH:CCazXJI{ZiA,h((k)NoyAlBA\";i:290;s:81:\"tu=hT?GUQLlBAM.4Fxs@PA7y=hT?GU~@:A]Q$(k)NofJ:C=ZzXJI{Z#Am_$(k)No`,7BIAmt,ub@Uw5FA\";i:291;s:13:\"sP=hT?GUuBlBA\";i:292;s:37:\"MV>hT?GU~@;A8y#(k)No`,oBJt/\",ub@.U5FA\";i:293;s:13:\"Qj>hT?GUoDlBA\";i:294;s:24:\"d#=hT?GU=ElBCO.4Fx}MfABA\";i:295;s:13:\"),=hT?GUNElBA\";i:296;s:13:\"),=hT?GU:NlBA\";i:297;s:14:\"),=hT?GU}j.ACA\";i:298;s:14:\"F0>hT?GU}j<ACA\";i:299;s:14:\"9M?hT?GU~@<ACA\";i:300;s:26:\"zd=hT?GU}j=A]Q$(k)No`,$BIA\";i:301;s:106:\"<,=hT?GU}j>AOc$(k)NoVH:CDXzXJI{ZKA8y#(k)No6I:CLXzXJI{ZKAa4$(k)No`,%B3([\",ub@=1qDS\",\",ub@=1sDRtyBJHNzijEO$A\";i:302;s:26:\"*,=hT?GU}j@Aa4$(k)No`,*BIA\";i:303;s:14:\"i==hT?GU~@?ACA\";i:304;s:35:\"@J=hT?GUTClBrL.4Fx~5BA[Q=hT?GUsHlBA\";i:305;s:13:\"sP=hT?GUoDlBA\";i:306;s:81:\"!r=hT?GU}j(AOc((k)Nooe:CqazXJI{ZxvZL]KVElg*N3AJt,\",ub@IU5FmuLvSQ[zLAc4jt,ub@&+5FA\";i:307;s:13:\"),=hT?GUjClBA\";i:308;s:38:\"0d=hT?GU}j[Aln%(k)No`,,BJt.\",ub@=10DQA\";i:309;s:13:\"),=hT?GUlMlBA\";i:310;s:35:\"0d=hT?GU;KlB}M.4FxrjPAO/=hT?GU;KlBA\";i:311;s:13:\"),=hT?GUsHlBA\";i:312;s:36:\"0d=hT?GUlMlB}M.4Fx~5RAO/=hT?GU~@[ACA\";i:313;s:13:\"t8=hT?GU!RlBA\";i:314;s:13:\"t8=hT?GU#OlBA\";i:315;s:13:\"t8=hT?GU|GlBA\";i:316;s:14:\"t8=hT?GU}j]ACA\";i:317;s:57:\">`=hT?GUSFlB#L.4Fx~5DA$T=hT?GU>BlBvL.4Fx~5CAeZ=hT?GU4DlBA\";i:318;s:47:\"|X>hT?GUBIlBoM.4FxrjJA6F=hT?GU,GlBzL.4Fx}M1a6FA\";i:319;s:47:\"|X>hT?GUBIlBoM.4FxrjJA6F=hT?GU,GlBzL.4Fx}M1a6FA\";i:320;s:90:\"`J=hT?GU!BlB|L.4Fx~5KA<v=hT?GUsHlBEM.4Fx~5KAq1=hT?GU:NlB)M.4Fxs@WA]9=hT?GU=ElBBN.4Fx}MRABA\";i:321;s:13:\"_X>hT?GUFMlBA\";i:322;s:13:\"_X>hT?GUBIlBA\";i:323;s:13:\"KV=hT?GU|GlBA\";i:324;s:24:\"G0=hT?GU4DlB)M.4Fxs@EABA\";i:325;s:13:\"sP=hT?GUoDlBA\";i:326;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:327;s:128:\"}J=hT?GUTClBKO.4Fx}MiD6F00LvSQ[zcQyW/VqI:$vb,Bi\"4BJHNztSwWyKqI:$vbu<S\"GO_Q3nE3SG$A<CSOYM*+ddlBrL.4Fx~5BA[Q=hT?GUsHlBzL.4Fx}MFABA\";i:328;s:105:\"7:=hT?GUlMlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4?z}MFAq18A&\"oBJHNz@5uWXLqI:$vb]ARttBJHNz@5uW8MqI:$vb]ARtuBJHNz@5uWA\";i:329;s:13:\"KV=hT?GUeBlBA\";i:330;s:13:\"KV=hT?GU4DlBA\";i:331;s:48:\"w8=hT?GU4DlBvL.4Fx}M\"b6F2uLvSQ[zUA:>ht,ub@=1!DQA\";i:332;s:68:\"mg>hT?GUhIlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlB)M.4Fx}MFABA\";i:333;s:13:\"nu=hT?GU4DlBA\";i:334;s:112:\"qg>hT?GUhIlBMM.4Fx}MFAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:335;s:13:\"KV=hT?GU|GlBA\";i:336;s:79:\"4d=hT?GU?OlB}M.4Fx}MVAHO=hT?GUOBlB|L.4Fxs@UA<v=hT?GU#OlBEM.4Fxs@UAq1=hT?GU#OlBA\";i:337;s:24:\"zd=hT?GUkPlB}M.4Fxs@VABA\";i:338;s:13:\"sP=hT?GUOBlBA\";i:339;s:79:\"yP=hT?GUOBlBzL.4Fx}MFA[Q=hT?GUdElB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:340;s:13:\"t8>hT?GUoDlBA\";i:341;s:46:\"qu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:342;s:24:\"ou=hT?GU4DlBEM.4Fx}MFABA\";i:343;s:48:\"[J=hT?GUTClB#L.4Fx}M#c6F?zLvSQ[z!KzW+OqI:$vbtDgA\";i:344;s:24:\"d#=hT?GU.DlBgM.4Fxs@FABA\";i:345;s:131:\"}J?hT?GUeBlBFN.4Fx~5KANc=hT?GUwLlB}M.4Fx}Mkd6F)0LvSQ[ziezW`xqI:$vb)qX\"Y4_Q3nE3AE$A<CSOYM*+ielBeO.4Fx}MTg6F6yLvSQ[z5pzWoIqI:$vb*|X\"A\";i:346;s:36:\"0d>hT?GUsHlBFN.4Fx~5CA+h=hT?GU}j}ACA\";i:347;s:45:\"|X>hT?GUFMlBjL.4FxrjBABA`Q3nE3TL$AFDSOYMifCtA\";i:348;s:105:\"|2>hT?GUoDlBQM.4?z}MFAq1(DlB*FkcwYtzE\"8M_Q3nE3/B$A[CSOYM)ZCtuW_Q3nE3/B$AADSOYM)ZCtdZ_Q3nE3/B$ACDSOYM)ZCtA\";i:349;s:125:\"}J=hT?GUTClB}M.4Fx~5RANc=hT?GUlMlBfL.4Fx}Mab6F[tLvSQ[zGAz(ht,ub@qO5FWuLvSQ[z`VyW\"SqI:$vb7BgA(BJHNzWHxWcsqI:$vbrFgA8BJHNz4BvWA\";i:350;s:13:\"EH=hT?GU,GlBA\";i:351;s:36:\"6r=hT?GU}j(ADt#(k)NoGE:C$YzXJI|+nACA\";i:352;s:13:\"c#=hT?GUCFlBA\";i:353;s:110:\"7:=hT?GUlMlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4?z}MFAq18A&\"oBJHNz@5uWXLqI:$vb]ARttBJHNz@5uW8MqI:$vb]ARtuBJHtz@5uWhNCBgA\";i:354;s:58:\"&5=hT?GU~@}AE\"=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:355;s:14:\">J?hT?GU}j~AEA\";i:356;s:14:\"R@=hT?GU}j~AEA\";i:357;s:13:\"c#=hT?GUCFlBA\";i:358;s:63:\"ru=hT?GU~@%A7F$(k)No`,oBJt+\",ub@=1[CRtuBJHNzij1L$AzDSOYM*+3flBA\";i:359;s:80:\"\"X>hT?GUFMlB#L.4Fx~5CAI7=hT?GU}j\"Az(ht,ub@nH5F2uLvSQ[zUA:>ht,ub@nH5FmuLvSQ[zLAEA\";i:360;s:25:\"tP=hT?GUoDlB#L.4Fx}M<l6FA\";i:361;s:25:\"S@=hT?GUwLlBQM.4Fx}Mxm6FA\";i:362;s:25:\"S@=hT?GUwLlBQM.4Fx}MWn6FA\";i:363;s:13:\"t8=hT?GUsHlBA\";i:364;s:13:\"c#=hT?GU=ElBA\";i:365;s:13:\"!5=hT?GU4DlBA\";i:366;s:106:\"jS>hT?GU}jBBFtlt,ub@=1FES\":\",ub@=1FES\")\",ub@=1HERtnBJHNztSuWnbqI:$vbqAQA<\",ub@Uw5FU0LvSQ[z{Az(pt,ub@=1JEQA\";i:367;s:57:\"wP=hT?GUoDlB#L.4Fx~5CA$T>hT?GU>BlBMM.4Fx}MFA|e>hT?GUhIlBA\";i:368;s:102:\"6d=hT?GU>BlB9N.4Fx}MFA6F>hT?GU}jBB:>lt,ub@nH5F1xLvSQ[zHBIAjt,ub@`d5FAwLvSQ[zqAyWjt,ub@`d5FgwLvSQ[zqAEA\";i:369;s:13:\"EH>hT?GU4DlBA\";i:370;s:69:\"!}=hT?GUCFlBaO.4Fx}MFA1k>hT?GU~@@ADt((k)Nojd:C`ZzXJI{ZFAa4$(k)No8i:CA\";i:371;s:25:\"zd=hT?GU~@CBc4ht,ub@4E5FA\";i:372;s:58:\"&5=hT?GU}jBBEA$(k)No9P:CAYzXJI{ZWAZL$(k)No9P:CQYzXJI{ZWACA\";i:373;s:49:\"f#=hT?GU}j?A8y$(k)No`,GCJt.\",ub@JB5FI4LvSQ[z;^zWA\";i:374;s:35:\"Sj>hT?GUzClB#L.4Fx~5DA$T>hT?GU>BlBA\";i:375;s:24:\"zd=hT?GUzClB}M.4Fx~5DABA\";i:376;s:79:\"\"X>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlBJN.4Fx}MFApI?hT?GU4DlB#L.4Fx~5DA$T>hT?GUzClBA\";i:377;s:13:\"hg>hT?GUhIlBA\";i:378;s:24:\"#5=hT?GU4DlB)M.4Fx}MWABA\";i:379;s:13:\"!5=hT?GUoDlBA\";i:380;s:46:\"w8=hT?GUsHlBvL.4Fx}MFAeZ=hT?GUsHlBzL.4Fx}MFABA\";i:381;s:14:\"5}=hT?GU}jEBEA\";i:382;s:24:\"zd=hT?GU>BlB}M.4Fx~5CABA\";i:383;s:14:\"?2=hT?GU~@EBEA\";i:384;s:25:\"zd=hT?GU}jFB:>lt,ub@nH5FA\";i:385;s:68:\"su=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAZ4=hT?GU4DlBNN.4Fxs@LABA\";i:386;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GUsHlBzL.4Fx}MFABA\";i:387;s:123:\".5=hT?GU4DlBNN.4Fxs@LAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBEM.4Fx}MFA<v=hT?GU4DlBjL.4Fx}MDANc=hT?GU>BlBA\";i:388;s:28:\")a=hT?IU4DlBV`EA9M`Q3nE3%B$A\";i:389;s:24:\"6}=hT?GUXGlBUM.4Fx}MIABA\";i:390;s:13:\"(a=hT?GU4DlBA\";i:391;s:13:\">J=hT?GUpwlBA\";i:392;s:166:\"+}=hT?GU=ElB^L.4Fx}MZu6F.4LvSQ[zUAz(jt,ub@IU5FxtLvSQ[zTA:>lt,ub@br5FE0LvSQ[z?H0WxdqI:$vbu<S\"XL_Q3nE3BB$A4DSOYM*+milB#L.4Fx}Mjw6F}4LvSQ[zcQ0WVxqI:$vbu<a\"e+_Q3nE3t`xABA\";i:393;s:60:\"3:=hT?GU;KlBfL.4Fx}MSz6F44LvSQ[z)YyW\"SqI:$vb7Bi\"xBJHNzijlL$A\";i:394;s:13:\"5}=hT?GUMHlBA\";i:395;s:46:\"[J=hT?GU!BlB0M.4FxrjHAHO=hT?GUOBlBWO.4Fx}MFABA\";i:396;s:24:\"zd?hT?GU4DlB4M.4Fxs@GABA\";i:397;s:13:\":`=hT?GUiFlBA\";i:398;s:14:\"yd=hT?GU~@JBEA\";i:399;s:13:\">J?hT?GUexlBA\";i:400;s:57:\"x8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFApI=hT?GUTClBA\";i:401;s:24:\"ig?hT?GUiFlB,L.4Fxs@EABA\";i:402;s:13:\"sP=hT?GUoDlBA\";i:403;s:24:\"`X>hT?GUFMlB0M.4FxrjHABA\";i:404;s:47:\"|X>hT?GUFMlBEM.4Fx}M306F?zLvSQ[zUAz(kt,ub@.U5FA\";i:405;s:57:\"}X>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlB#L.4Fx~5DA$T>hT?GUzClBA\";i:406;s:79:\"\"X>hT?GUBIlBsM.4Fx}MFACt=hT?GUeBlBAM.4Fxs@BA7y=hT?GUeBlBIM.4Fxs@BANc=hT?GUzClBA\";i:407;s:14:\"t8=hT?GU~@KBEA\";i:408;s:13:\"_X>hT?GUFMlBA\";i:409;s:13:\"Qj=hT?GUyFlBA\";i:410;s:25:\"`X>hT?GUFMlBeO.4Fx}MB26FA\";i:411;s:90:\"uu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAU|=hT?GUXGlBMM.4Fxs@EATq=hT?GU4DlB8M.4Fxs@EABA\";i:412;s:13:\"_X>hT?GUFMlBA\";i:413;s:24:\"d#=hT?GUCFlB$M.4Fxs@EABA\";i:414;s:14:\"5}>hT?GU~@DBEA\";i:415;s:14:\"R@>hT?GU~@LBEA\";i:416;s:14:\"z:=hT?GU}jMBEA\";i:417;s:24:\"LV=hT?GUSVlBvL.4Fx}MeABA\";i:418;s:13:\">J=hT?GUoDlBA\";i:419;s:25:\"tP?hT?GUUPlBVN.4Fx}M+X6FA\";i:420;s:13:\"yd>hT?GU>BlBA\";i:421;s:24:\"LV=hT?GU4DlBvL.4FxrjZABA\";i:422;s:24:\"LV=hT?GU>RlBvL.4Fx}MFABA\";i:423;s:113:\"8:=hT?GUeRlBBN.4Fx}ML46F$wLvSQ[zUAz(ht,ub@qO5F2uLvSQ[zUA:>ht,ub@qO5F;vLvSQ[zUAbLjt,ub@qO5FQwLvSQ[zUA/hjt,ub@qO5FA\";i:424;s:24:\"zd=hT?GU0vlB0M.4Fxrj,ABA\";i:425;s:13:\"(a>hT?GU4DlBA\";i:426;s:90:\"uu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAI7=hT?GUdElBvL.4Fx}MFAeZ=hT?GUdElBzL.4Fx}MFABA\";i:427;s:13:\"!5=hT?GUoDlBA\";i:428;s:100:\"BY>hT?GUBIlBSO.4Fx}MFAeZ>hT?GU4DlBJN.4Fx}MFA[Q?hT?GUZA$AEDSOYM)ZCtoI_Q3nE3/B$A^CSOYM)ZCt=J_Q3nE3/B$A\";i:429;s:13:\":`=hT?GUSFlBA\";i:430;s:26:\"LV>hT?GU}j\"AyWkt,ub@=1}DQA\";i:431;s:26:\"LV>hT?GU}jNByWkt,ub@=11EQA\";i:432;s:46:\"qu=hT?GU4DlBAM.4Fx}MGA7y=hT?GU4DlBIM.4Fx}MGABA\";i:433;s:24:\"ig?hT?GUiFlB2O.4Fx~5HABA\";i:434;s:13:\"Qj>hT?GUzClBA\";i:435;s:24:\"*,=hT?GU4DlBkM.4Fx~5YABA\";i:436;s:14:\"Qj=hT?GU~@NBEA\";i:437;s:13:\">J=hT?GUTClBA\";i:438;s:24:\"zd=hT?GUzClBRN.4Fxs@EABA\";i:439;s:14:\"_X>hT?GU}jGBEA\";i:440;s:13:\"_X>hT?GUFMlBA\";i:441;s:14:\"nu=hT?GU}jOBEA\";i:442;s:57:\"}X>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlB#L.4Fx~5DA$T>hT?GUzClBA\";i:443;s:157:\"zu=hT?GU<HlBAM.4Fx}MLA7y=hT?GU<HlBIM.4Fx}MLAU|=hT?GU~@OBz(jt,ub@=19ERtmBJH=z5uxWhNtChtM,+h#TVElg*NXA2W@\",ub@MI5FT3LvSQ[zLAc4qt,ub@MI5F&6LvSQ[zLA:>qt,ub@MI5FA\";i:444;s:13:\"_X=hT?GUDClBA\";i:445;s:13:\"t8=hT?GUeBlBA\";i:446;s:57:\"}X>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlB#L.4Fx~5(A$T>hT?GU0vlBA\";i:447;s:115:\"wu=hT?GUeBlBAM.4Fx}MLA7y=hT?GUeBlBIM.4Fx}MLAvW>hT?GU}jGByWit,ub@WK5Fd5LvSQ[zd90WKCqI:$vb>ARt.BJHNzij@S$ANDSOYMu7BtA\";i:448;s:13:\"yd=hT?GU>BlBA\";i:449;s:13:\">J?hT?GU4DlBA\";i:450;s:88:\"_J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtaS`Q3nE3BB$A9DSOYMM%BtJV`Q3nE3BB$A\";i:451;s:13:\"KV=hT?GU<HlBA\";i:452;s:36:\"{X=hT?GUDClBjL.4Fxs@EAO/=hT?GU}jMBEA\";i:453;s:102:\"|2>hT?GUoDlBQM.4Fx}M)96FGuLvSQ[zUAbLit,ub@qO5FWuLvSQ[zUAEA$(k)NoVH:CAYzXJI{ZKAZL$(k)NoVH:CQYzXJI{ZKACA\";i:454;s:14:\"_X=hT?GU}jRBEA\";i:455;s:37:\"*a?hT?GU~@GBc4jt,ub@qO5F2uLvSQ[z{&0WA\";i:456;s:13:\"_X=hT?GUOBlBA\";i:457;s:13:\"_X=hT?GUDClBA\";i:458;s:13:\"_X=hT?GUuBlBA\";i:459;s:13:\"t8=hT?GUdElBA\";i:460;s:48:\"w8=hT?GU~@RBz(ht,ub@qO5F2uLvSQ[z0.0W_EqI:$vb]AQA\";i:461;s:51:\"w8=hT?GU}jSBz(ht,ub@=1;ERtpBJHNzijVT$A[CSOYM*+6mlBA\";i:462;s:48:\"w8=hT?GU}jTBz(ht,ub@qO5F2uLvSQ[zB[0W_EqI:$vb]AQA\";i:463;s:48:\"w8=hT?GU|GlBvL.4Fx}M}%6F2uLvSQ[znA:>ht,ub@=1?EQA\";i:464;s:13:\"9M>hT?GU)PlBA\";i:465;s:57:\"x8=hT?GUdElBvL.4Fx}MFAeZ=hT?GUdElBzL.4Fx}MFA$T>hT?GU4DlBA\";i:466;s:14:\"!5=hT?GU}jUBEA\";i:467;s:121:\"|J=hT?KU.TlB%ROA(aDFFBiDSOYMLUCtxd_Q3nE3/B$A@CSOYM)ZCt8M_Q3nE3/B$A[CSOYM)ZCtuW_Q3nE3/B$AADSOYM)ZCtdZ_Q3nE3/B$ACDSOYM)ZCtA\";i:468;s:133:\"yu?hT?GUZA$A$DSOYM?IBtdZ`Q3nE3MAi\"vBJHNz@5uWUEqI:$vb]ARtpBJHNz@5uW_EqI:$vb]AQA+\",ub@qO5FAwLvSQ[zUAyWjt,ub@qO5FgwLvSQ[zUA/hlt,ub@\"!5FA\";i:469;s:13:\">J>hT?GUoDlBA\";i:470;s:129:\"}J=hT?GU!BlB|L.4Fx}M:L6FAwLvSQ[zUAyWjt,ub@=1QDRtuBJHNz@5uWdZqI:$vb*|d\"e+_Q3nE3~RmAU|=hT?GU}jVBz(jt,ub@jT5FlxLvSQ[zXAG\"#(k)NoGE:CA\";i:471;s:48:\"qu=hT?GU}j.A7F$(k)NoVH:CIYzXJI{Z5XZL!GVElg*NpAIA\";i:472;s:13:\"9M>hT?GUXWlBA\";i:473;s:13:\"),=hT?GUlMlBA\";i:474;s:13:\"4r=hT?GUwLlBA\";i:475;s:13:\"4r=hT?GU4DlBA\";i:476;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:477;s:69:\"?`=hT?GUSFlB|L.4Fx}MGA<v=hT?GUeBlBEM.4Fx}MGAq1=hT?GUeBlB)M.4Fx}M,)6FA\";i:478;s:13:\"EH>hT?GU4DlBA\";i:479;s:36:\"uP=hT?GUOBlBvL.4Fxs@FANc=hT?GU}jWBEA\";i:480;s:46:\"NV>hT?GU>BlB#L.4Fx~5CAO/=hT?GUeRlB9N.4Fx}MFABA\";i:481;s:93:\"zP=hT?GUOBlBvL.4Fxs@FACt=hT?GU}jSBbLjt,ub@/%5FQwLvSQ[zj;0WhNqI:$vbKEi\"wBJHNzijCU$A]CSOYMM%BtA\";i:482;s:37:\"+,=hT?GU}jXByWkt,ub@JB5FI4LvSQ[z;^zWA\";i:483;s:37:\"v8=hT?GU~@XByWkt,ub@JB5FlxLvSQ[zLT1WA\";i:484;s:35:\"@J=hT?GU!BlB0M.4FxrjHAO/=hT?GUeRlBA\";i:485;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU!RlBzL.4Fx}MFABA\";i:486;s:13:\"t8=hT?GU!RlBA\";i:487;s:13:\">J=hT?GU~AlBA\";i:488;s:13:\"!5=hT?GUoDlBA\";i:489;s:13:\"(a=hT?GUQLlBA\";i:490;s:57:\"ru=hT?GU@LlBAM.4Fx}MFA7y=hT?GU@LlBIM.4Fx}MFAYL>hT?GUoDlBA\";i:491;s:46:\"qu=hT?GU@LlBAM.4Fx}MFA7y=hT?GU@LlBIM.4Fx}MFABA\";i:492;s:13:\"9M>hT?GUoDlBA\";i:493;s:13:\"hg>hT?GUhIlBA\";i:494;s:110:\"{J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtuW_Q3nE3GC$AADSOYM)ZCtdZ_Q3nE3GC$ACDSOYM)ZCt;v_Q3nE3%B$A\";i:495;s:35:\"[2?hT?GU4DlB{O.4Fx}MFAI7?hT?GU4DlBA\";i:496;s:14:\"5}=hT?GU~@YBEA\";i:497;s:13:\"hg>hT?GUhIlBA\";i:498;s:13:\"hg>hT?GUhIlBA\";i:499;s:14:\"5}=hT?GU~@YBEA\";i:500;s:91:\"AY>hT?GUFMlB#L.4Fx~5DA$T>hT?GU}jZBc4jt,ub@qO5FGuLvSQ[zKAbLit,ub@qO5FWuLvSQ[zKAz(kt,ub@.U5FA\";i:501;s:115:\"7d=hT?GUzClB}M.4Fx~5DAvW>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlBeO.4Fx}Ml:6FqyLvSQ[zie1WrPqI:$vbXBgApBJHNzzguWaSqI:$vb\"If\"A\";i:502;s:134:\"VV>hT?GUzClB#L.4Fx~5DAvW>hT?GUFMlB0M.4FxrjHAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:503;s:68:\"~X>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlB0M.4FxrjHA$T>hT?GUzClB#L.4Fx~5DABA\";i:504;s:24:\"zd=hT?GU>BlBRN.4Fxs@EABA\";i:505;s:135:\"VV>hT?GUNElBQM.4Fx}MFA[Q=hT?GU>BlB7L.4Fx}MFA$T=hT?GU>BlBBN.4Fx}MRACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFApI?hT?GUNElBeO.4Fx}Mgp6FA\";i:506;s:35:\"{X>hT?GUFMlBrL.4Fx~5BA$T>hT?GUzClBA\";i:507;s:87:\"X@=hT?GU4DlBFN.4Fx}MFAvW>hT?GUBIlB}M.4Fx~5DA[Q?hT?GU}jCB:>nt,ub@=1QFRt0BJHtzX0vWhN*8Q\"A\";i:508;s:95:\"`J=hT?GU!BlB9N.4Fx}M:;6FqyLvSQ[zAk1WDHqI:$vb6ARt4BJHNzApuWBtqI:$vb3FgA1BJHNzij]U$AhDSOYM*+~plBA\";i:509;s:14:\"5}=hT?GU}j?ACA\";i:510;s:71:\"~X>hT?GUBIlBSO.4Fx}M9C6F}4LvSQ[zUAz(pt,ub@=1MFQA=\",ub@WK5F/1LvSQ[zos1WA\";i:511;s:23:\"!M?hT?GUZA$AyDSOYM5qCtA\";i:512;s:13:\"?2>hT?GUoDlBA\";i:513;s:48:\"|X>hT?GUBIlBJN.4FxrjQA[Q=hT?GU}jdBFtkt,ub@=1cFQA\";i:514;s:80:\"\"X=hT?GUuBlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBCO.4Fx}MfAO/=hT?GU}jMBEA\";i:515;s:13:\"yd?hT?GU4DlBA\";i:516;s:119:\"28=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAq1>hT?GUoDlBeO.4?z}M(@6F=Z9;xWA\";i:517;s:116:\"28=hT?GU4DlBvL.4Fx}MFAeZ=hT?IU4DlBV`KA>J_Q3nE3/B$A\"CSOYM)ZCt^X_Q3nE3/B$ABDSOYM)ZCt&a_Q3nE3/B$AODSOYMLUDtY4_Q3nE3CG$A\";i:518;s:13:\":`=hT?GUSFlBA\";i:519;s:24:\"?J=hT?GUoDlByO.4FxrjHABA\";i:520;s:79:\"4d=hT?GUzClBRN.4Fx~5DApI=hT?GU!BlBDP.4Fxs@EA%$?hT?GUoDlBLP.4Fxs@EAf+?hT?GUoDlBA\";i:521;s:13:\"(a=hT?GU4DlBA\";i:522;s:14:\"(a?hT?GU~@eBEA\";i:523;s:69:\"JH=hT?GU}jfB/hht,ub@&G5F%tLvSQ[zEAyWst,ub@.U5F1xLvSQ[zUA:>lt,ub@qO5FA\";i:524;s:13:\">J=hT?GU!BlBA\";i:525;s:26:\"LV?hT?GU}jgByWnt,ub@=1oFQA\";i:526;s:14:\"KV?hT?GU}j`ACA\";i:527;s:13:\"bS=hT?GU|GlBA\";i:528;s:13:\"KV>hT?GU4DlBA\";i:529;s:253:\"oCp*.\",ub@ma5F+uLvSQ[zsA:>lt,ub@ff5F$wLvSQ[z**1WUEqI:$vb]ARtpBJHNz@5uW_EqI:$vb]ARt0BJHNzij|V$AwDSOYM*+fXlBBN.4FxrjLA,>=hT?GUwLlBGO.4Fxs@fAYL?hT?GU4DlBpN.4Fx}Mh{6Fd5LvSQ[zS>1WJVqI:$vbbBgApBJHNzzguWaSqI:$vb|Bi\"xBJHNzijUW$AuDSOYM*+It:C`Q3nE3%B$AFDSOYM*+CtA\";i:530;s:13:\"c#=hT?GUCFlBA\";i:531;s:13:\"c#=hT?GUCFlBA\";i:532;s:13:\">J=hT?GUoDlBA\";i:533;s:13:\">J=hT?GU!BlBA\";i:534;s:24:\"zd>hT?GU4DlB9N.4Fx}MZABA\";i:535;s:25:\")a>hT?GU4DlB9N.4Fx}Mr}6FA\";i:536;s:25:\"!M?hT?GU}jkByWmt,ub@qO5FA\";i:537;s:25:\"!M?hT?GU}jkBbLmt,ub@qO5FA\";i:538;s:12:\"9M?hT?GUZA$A\";i:539;s:47:\"$M?hT?GU4DlBGO.4Fx}M@~6FxtLvSQ[zTAyWst,ub@.U5FA\";i:540;s:46:\"1d=hT?GUzClBBN.4FxrjLApI?hT?GU4DlB3L.4Fxs@CABA\";i:541;s:57:\"x8=hT?GU4DlBvL.4FxrjXAeZ=hT?GU4DlBzL.4FxrjXApI=hT?GUTClBA\";i:542;s:13:\">J=hT?GU!BlBA\";i:543;s:104:\"5d=hT?GU}j.Aln%(k)No`,1B3(&\",ub@&G5FqyLvpb[zAk1WhNM3R\"BtqI:$vb3Fi\"$BJHNzRmOAC\"JV_Q3nE3OC$APDSOYMj<dtAACA\";i:544;s:20:\"5}=hT?IU=ElB&!5ABAEA\";i:545;s:31:\"6}=hT?IU[IlBrzz]5FMczXJI{Z(~aLA\";i:546;s:69:\"y8=hT?GU|GlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFAvW>hT?GU~@MBz(kt,ub@.U5FA\";i:547;s:70:\"3d=hT?GUO[UEXL*BVElg*NNA2W,\",ub@qO5FGuLvSQ[zUAbLit,ub@qO5FWuLvSQ[zUAEA\";i:548;s:47:\"1d=hT?GUzClBjL.4FxrjCAYL?hT?GU~@~AEA((k)No>s:CA\";i:549;s:12:\"9M?hT?GUZA$A\";i:550;s:25:\"!M?hT?GUZA$AvDSOYM*+}slBA\";i:551;s:167:\"GY>hT?GUBIlB4M.4FxrjYBIAJt)\",ub@N15F;vLvSQ[zGFoAi\"tBJHNzRm8WBA7y=hT?GUO[DHXL!GVElg*NNK@A$AFDSOYM*+Ct95_Q3nE3/B$AyDSOYM)ZCtxd_Q3nE3/B$A@CSOYM)ZCt8M_Q3nE3/B$A[CSOYM)ZCtA\";i:552;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:553;s:29:\"ou>hT?GUO[oIXLwQVElg*NNKVBlBA\";i:554;s:14:\"bS?hT?GU~@fBEA\";i:555;s:12:\"bS?hT?GUZA$A\";i:556;s:29:\"ou>hT?GUO[oIXLwQVElg*NNKlBlBA\";i:557;s:15:\"nu>hT?GUO[8MXLA\";i:558;s:46:\"w8=hT?GU4DlBvL.4Fx~5CAeZ=hT?GU4DlBzL.4Fx~5CABA\";i:559;s:13:\"_X>hT?GUFMlBA\";i:560;s:100:\"AY>hT?GUBIlB1N.4FxrjYBUA2W]\",ub@=1^CRt6BJHNzRm9(CA$T>hT?GUO[@QXLvDVElg*NdAK\"kt,ub@qO5Fd5LvSQ[zGFNB$A\";i:561;s:100:\"AY>hT?GUBIlB1N.4FxrjYBcA2W]\",ub@=1^CRt6BJHNzRm9(DA$T>hT?GUO[uWXLvDVElg*NdA3(]\",ub@qO5Fd5LvSQ[zGFNB$A\";i:562;s:29:\"!M>hT?GUO[^XXL|LVElg*NNK\"ClBA\";i:563;s:26:\"WE?hT?GU}j&A^9%(k)No`,qBIA\";i:564;s:124:\"kS?hT?GUO[dZXL]KVElg*NM3QtGO_Q3nE30ohN5F?zLvSQ[zGF9B$A=CSOYMLUCtY4_Q3nE3AE$ALDSOYM?IFtxd_Q3nE30oGO5F}4LvSQ[z6{1W5FqI:$vbuAQA\";i:565;s:86:\"QV=hT?GU~@jByWht,ub@y2PcCt0k_Q3nE30ohN5F*xLvSQ[zlAbLkt,ub@)g5F44LvSQ[z)YyWrPqI:$vbXBgA\";i:566;s:27:\"LV=hT?GU~@KByWht,ub@y2.hCtA\";i:567;s:12:\"9M?hT?GUZA$A\";i:568;s:13:\">J=hT?GU!BlBA\";i:569;s:24:\")a>hT?GU4DlBzL.4Fx}MFABA\";i:570;s:24:\"zd>hT?GU4DlBzL.4Fx}MFABA\";i:571;s:64:\"2d=hT?GU~@%Aln%(k)No`,oB3((\",ub@=1~CRtvBJHNzij`L$AaDSOYMj<dtLACA\";i:572;s:15:\"hg>hT?GUO[*hXLA\";i:573;s:183:\"AK=hT?KU.TlB%ROA(aDFFB:DSOYMj<dtMAx()(k)Noa.f+uWl%qI:$vbaU.I:CZdzXJI|+wCNBgA<BJHNzRm9(GATq?hT?GUO[0kXL4YVElg*N5gOtxd_Q3nE3/B$A@CSOYM)ZCt8M_Q3nE3/B$A[CSOYM)ZCtSq`Q3nE3%B$AhDSOYM*+OqlBA\";i:574;s:13:\":`?hT?GU>BlBA\";i:575;s:24:\"?J=hT?GU!BlBBN.4Fx}MRABA\";i:576;s:46:\"[J=hT?GU!BlBBN.4Fx}MRA7y>hT?GUoDlBjP.4Fx~5CABA\";i:577;s:104:\"{J=hT?GU!BlBBN.4FxrjLA6F=hT?GUO[jnXLtJVElg*N;AJt]\",ub@=1ADS\".\",ub@d*5F@wLvSQ[zcAbLlt,ub@*N5F/1LvSQ[zTAEA\";i:578;s:15:\"EH=hT?GUO[.oXLA\";i:579;s:79:\"@`=hT?GUSFlBBN.4Fx}MRACt=hT?GU;KlBAM.4Fx}MLA7y=hT?GU;KlBIM.4Fx}MLA$T>hT?GUzClBA\";i:580;s:29:\"zd=hT?GUO[SqXL%NVElg*NNKZFlBA\";i:581;s:14:\"),=hT?GU}jjBEA\";i:582;s:15:\"5}=hT?GUO[3rXLA\";i:583;s:48:\"U@=hT?GUwLlBFN.4FxrjQA+h=hT?GUO[BtXL.IVElg*NyBQA\";i:584;s:71:\"fS?hT?GUO[muXLyKVElg*N7AIAmt,ub@Uw5F@wLvSQ[zGF\"C$AODSO}Mj<dtPA]QO[VxuWA\";i:585;s:90:\"`J=hT?GU!BlBeO.4FxrjAAvW>hT?GUBIlBsM.4Fx}MFANc>hT?GU4DlB#L.4Fx~5LA$T>hT?GURIlBkM.4FxrjAABA\";i:586;s:61:\"IH=hT?GUO[6yXLFBVElg*NTAK\"it,ub@y2PcDt~l_Q3nE3bD$AIDSOYMB]DtA\";i:587;s:57:\"}X>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlBJN.4Fx}MFANc=hT?GUzClBA\";i:588;s:14:\"_X>hT?GU}jGBEA\";i:589;s:15:\"R@=hT?GUO[uWXLA\";i:590;s:15:\"9M>hT?GUO[p1XLA\";i:591;s:38:\"7}?hT?GU~@fBEA*(k)No`,#C2W\"\",ub@=1kFQA\";i:592;s:27:\"S@=hT?GUO[>2XL+OVElg*NB.OtA\";i:593;s:29:\"!M>hT?GUO[Y4XLhNVElg*NNKTHlBA\";i:594;s:27:\")a>hT?GU}j/Ax($(k)Noa.NcvWA\";i:595;s:63:\"2d>hT?GUeBlB#L.4Fx}Mjw6F?zLvSQ[z9A:>it,ub@y2_9DtBt_Q3nE30o{e5FA\";i:596;s:15:\"Qj=hT?GUO[b#XLA\";i:597;s:72:\"W@=hT?GUsHlBJN.4Fx}MGANc=hT?GU~@%Aln%(k)No`,oB3(*\",ub@Ku5F6yLvSQ[zGF?D$A\";i:598;s:79:\"_J=hT?GUoDlB}M.4Fx~5CANc=hT?GUzClB|L.4FxrjPA<v=hT?GUsHlBEM.4FxrjPAq1=hT?GUsHlBA\";i:599;s:57:\"}X>hT?GUBIlBFN.4Fx}MFANc>hT?GU4DlBSO.4Fx}MFANc=hT?GUzClBA\";i:600;s:14:\"_X>hT?GU}jGBEA\";i:601;s:15:\"EH>hT?GUO[p1XLA\";i:602;s:27:\"S@=hT?GUO[>2XL+OVElg*NB.OtA\";i:603;s:29:\"FH>hT?GUO[Y4XLhNVElg*NNKTHlBA\";i:604;s:27:\")a>hT?GUO[$$XL=JVElg*NM3JtA\";i:605;s:63:\"2d>hT?GUeBlB#L.4Fx}Mjw6F?zLvSQ[z9A:>it,ub@y2n_DtBt_Q3nE30o*h5FA\";i:606;s:72:\"^J?hT?GUsHlBJN.4Fx}MGANc=hT?GU~@%Aln%(k)No`,oB3(*\",ub@Ku5F6yLvSQ[zGFUE$A\";i:607;s:15:\"Qj=hT?GUO[_)XLA\";i:608;s:79:\"_J=hT?GUoDlB}M.4Fx~5CANc=hT?GUzClB|L.4FxrjPA<v=hT?GUsHlBEM.4FxrjPAq1=hT?GUsHlBA\";i:609;s:49:\"|X>hT?GU}jGBFtkt,ub@qO5Fk0LvSQ[zGFkE$AyDSOYM)ZCtA\";i:610;s:13:\"yd>hT?GU4DlBA\";i:611;s:15:\"R@=hT?GUO[uWXLA\";i:612;s:15:\">J>hT?GUO[p1XLA\";i:613;s:25:\"S@=hT?GU5QlBJN.4Fx}MY%6FA\";i:614;s:36:\"T@=hT?GU5QlBJN.4Fx~5CAeZ>hT?GU}jTBEA\";i:615;s:37:\"T@=hT?GU5QlBJN.4FxrjQA+h=hT?GUO[(,XLA\";i:616;s:29:\"!M>hT?GUO[Y4XLhNVElg*NNKTHlBA\";i:617;s:27:\")a>hT?GU}j/Ax($(k)Noa.NcvWA\";i:618;s:65:\"V@=hT?GUO[N/XLvDVElg*NgBRt4BJHNzijbR$A~CSOYMj<dtaACA>hT?GUO[|;XLA\";i:619;s:75:\"W@=hT?GUO[N/XL+OVElg*NPAJt)\",ub@=1[CRt4BJHNzij1L$A~CSOYM?IFtBt_Q3nE30o~l5FA\";i:620;s:37:\"MV>hT?GUzClB#L.4Fx}MJe6F/1LvSQ[zos1WA\";i:621;s:46:\"qu=hT?GUkPlBAM.4Fx}MLA7y=hT?GUkPlBIM.4Fx}MLABA\";i:622;s:57:\"wP=hT?GUoDlB|L.4Fxs@BA<v=hT?GU4DlBEM.4Fxs@BAq1=hT?GU4DlBA\";i:623;s:49:\"|X>hT?GU}jGBFtkt,ub@qO5FU0LvSQ[zGFkE$AyDSOYM)ZCtA\";i:624;s:13:\"(a>hT?GU4DlBA\";i:625;s:15:\"R@=hT?GUO[uWXLA\";i:626;s:15:\"bS>hT?GUO[p1XLA\";i:627;s:38:\"7}?hT?GU~@fBEA*(k)No`,#C2W\"\",ub@=1kFQA\";i:628;s:25:\"S@=hT?GU5QlBJN.4Fx}MY%6FA\";i:629;s:36:\"T@=hT?GU5QlBJN.4Fx~5CAeZ>hT?GU}jTBEA\";i:630;s:37:\"T@=hT?GU5QlBJN.4FxrjQA+h=hT?GUO[(,XLA\";i:631;s:29:\"!M>hT?GUO[Y4XLcMVElg*NNKTHlBA\";i:632;s:27:\"zd>hT?GU}j/Ax($(k)Noa.NcvWA\";i:633;s:76:\"~X>hT?GUBIlBsM.4FxrjYBNBS\")\",ub@br5F?zLvSQ[ztN0WyKqI:$vbaUfT:CdZzXJI|+wCqCgA\";i:634;s:86:\"\"X>hT?GUBIlBsM.4FxrjYBNBRt5BJHNzcVuWDHqI:$vb)qS\">2_Q3nE3t`gATq=hT?GUwLlB8M.4FxrjYBVBQA\";i:635;s:37:\"MV>hT?GUzClB#L.4Fx}MJe6F/1LvSQ[zos1WA\";i:636;s:46:\"qu=hT?GUkPlBAM.4Fx}MLA7y=hT?GUkPlBIM.4Fx}MLABA\";i:637;s:57:\"wP=hT?GUoDlB|L.4Fxs@BA<v=hT?GU4DlBEM.4Fxs@BAq1=hT?GU4DlBA\";i:638;s:48:\"l==hT?GU3GlB^L.4FxrjQA6F=hT?GUO[jnXL(HVElg*N%AIA\";i:639;s:26:\"FH=hT?GUO[.oXL(HVElg*N%AIA\";i:640;s:69:\"]J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtPj_Q3nE30oIo5FA\";i:641;s:14:\"(a=hT?GU~@%ACA\";i:642;s:13:\"(a=hT?GU4DlBA\";i:643;s:69:\"xP=hT?GUoDlBjL.4FxrjCAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU~@$Aln#(k)NoVH:CA\";i:644;s:107:\"18=hT?GU4DlBvL.4Fx}MFAeZ=hT?GUQLlBzL.4Fx}MFA]9=hT?GUO[1[XL9ZVElg*NiVNtPj_Q3nE3GC$AJDSOYMXwCt~l_Q3nE30otp5FA\";i:645;s:13:\"yd=hT?GUzClBA\";i:646;s:112:\"}2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBgM.4Fx~5TABA\";i:647;s:24:\"u8>hT?GUoDlB|L.4Fx}MFABA\";i:648;s:13:\"c#=hT?GU~QlBA\";i:649;s:13:\"c#=hT?GUMHlBA\";i:650;s:24:\"ou=hT?GU4DlBNN.4Fxs@LABA\";i:651;s:68:\"su=hT?GU:NlBAM.4Fx}MFA7y=hT?GU:NlBIM.4Fx}MFA6F>hT?GU0PlBjL.4FxrjCABA\";i:652;s:13:\"!5=hT?GUoDlBA\";i:653;s:103:\"+5=hT?GU4DlBNN.4Fxs@LAD\"_Q3nE3%B$A~CSOYM)ZCtxd_Q3nE3/B$A@CSOYMu7Bt8M_Q3nE3/B$A[CSOYMu7Bt[9_Q3nE30oSq5FA\";i:654;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:655;s:79:\"\"X>hT?GUBIlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBsM.4Fx~5CApI?hT?GUeBlBA\";i:656;s:79:\"\"X>hT?GUBIlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBsM.4Fx~5CApI?hT?GUVMlBA\";i:657;s:25:\"*,=hT?GURIlBOO.4Fx}MRG6FA\";i:658;s:13:\">J=hT?GU!BlBA\";i:659;s:218:\"oCJ*/\",ub@=1sFRt*BJHNzij9L$A_CSOYMj<dtJAln%(k)Noa.q1uWKCqI:$vb>AQA<\",ub@Eg5F`xLvSQ[zGFhF$AEDSOYM)ZCtoI_Q3nE3/B$A^CSOYM)ZCt=J_Q3nE3/B$AFDSOYM*+Ct~l_Q3nE3bD$A]CSOYMM%Bt0k_Q3nE30ohN5FlxLvSQ[zGF6C$AuDSOYM*+It:C`Q3nE3~RiABA\";i:660;s:80:\"/a>hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBMM.4Fx}MFA%$>hT?GU}jTBEA\";i:661;s:79:\"4d>hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBMM.4Fx}MFA%$>hT?GU|GlBA\";i:662;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:663;s:97:\"uu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFA|e>hT?GUhIlBMM.4Fx}MFAU|=hT?IU}jbB/h`,(CRt(\",ub@+65FA\";i:664;s:29:\"zd=hT?GUO[T|XL%NVElg*NNK]KlBA\";i:665;s:13:\">J?hT?GU|GlBA\";i:666;s:13:\">J?hT?GU:NlBA\";i:667;s:103:\"]`=hT?GUSFlBBN.4FxrjLApI?hT?GUO[4}XL5FVElg*NpA2W+\",ub@qO5FQwLvSQ[zUA/hjt,ub@qO5F+uLvSQ[zOAG\"#(k)NoGE:CA\";i:668;s:25:\"?J?hT?GU}j~AyWit,ub@WK5FA\";i:669;s:13:\"sP=hT?GUoDlBA\";i:670;s:24:\"d#=hT?GUCFlBMM.4Fxs@EABA\";i:671;s:13:\"c#=hT?GUCFlBA\";i:672;s:46:\"qu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:673;s:56:\"x8=hT?GU4DlBvL.4Fx~5CAeZ=hT?GU4DlBzL.4Fx~5CA;C=hT?GUZA$A\";i:674;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:675;s:12:\"9M=hT?GU/A$A\";i:676;s:35:\"@J=hT?GU~AlBrL.4Fx~5BA[Q=hT?GUeBlBA\";i:677;s:35:\"@J=hT?GU~AlBrL.4Fx}MCA$T=hT?GUeBlBA\";i:678;s:79:\"_J=hT?GU!BlBnL.4Fx}MBAI7=hT?GU4DlBvL.4Fx~5CAeZ=hT?GU4DlBzL.4Fx~5CAvW=hT?GUDClBA\";i:679;s:48:\"w8=hT?GU4DlBvL.4Fx}M\"b6F2uLvSQ[zUA:>ht,ub@=1!DQA\";i:680;s:14:\"yd=hT?GU~@_ACA\";i:681;s:13:\">J=hT?GU!BlBA\";i:682;s:13:\">J=hT?GUoDlBA\";i:683;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:684;s:123:\"38=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFA$T>hT?GU4DlBxN.4Fx}MFAO/?hT?GUSFlBA\";i:685;s:27:\"FH@hT?GUO[C\"5F00LvSQ[zcQyWA\";i:686;s:15:\"nu=hT?GUO[lBYLA\";i:687;s:15:\"nu=hT?GUO[:CYLA\";i:688;s:15:\"nu=hT?GUO[UEYLA\";i:689;s:13:\">J=hT?GUoDlBA\";i:690;s:13:\">J=hT?GU!BlBA\";i:691;s:14:\"5}>hT?GU~@DBEA\";i:692;s:13:\"!5=hT?GUoDlBA\";i:693;s:203:\"oCtB,\",ub@qO5Fm!LvSQ[zGF~F$A^DSOYMj<dtiAOc*(k)Noa.HOwWnbqI:$vb/Di\"vBJHNzij^R$A@CSOYM*+;jlB7L.4Fx}Mc16FWuLvSQ[zRh0WJVqI:$vbbBgAtBJHNz@5uW|LqI:$vb]AS\"+\",ub@qO5FgwLvSQ[zUAG\"%(k)NoCQ;CjXzXJI{ZrA,h*(k)No8i;CA\";i:694;s:242:\"oCh*/\",ub@IU5F7vLvSQ[z^AEA%(k)Noa.[QwW5*qI:$vb%LgA|BJHNzG3uWD,qI:$vb>AS\",\",ub@jT5FxtLvSQ[zJAbLkt,ub@y2mnFt4}_Q3nE3sovA$T>hT?GU>BlBFN.4Fxs@JAO/=hT?GUeRlB|L.4Fxs@BA<v=hT?GUALlBEM.4Fxs@QAq1=hT?GUALlBZN.4Fxs@EA,>=hT?GU|GlB#L.4Fx~5CA[Q?hT?GU}jIBEA\";i:695;s:24:\"ig>hT?GUhIlBUM.4Fx}MIABA\";i:696;s:13:\"Wx=hT?GU|GlBA\";i:697;s:46:\"qu=hT?GU4DlBAM.4Fxs@JA7y=hT?GU4DlBIM.4Fxs@JABA\";i:698;s:13:\">J=hT?GUoDlBA\";i:699;s:77:\"^J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtSq_Q3nE32C$A_CSOYMB]BtA\";i:700;s:34:\"MV@hT?GUZA$A|DSOYM?IBt95`Q3nE3MAgA\";i:701;s:188:\"oCmu,\",uj@y2EtFt&a{Aht0BJHNzj@uWGOqI:$vb+Ei\"xBJHNzd&uWXLqI:$vb3Bi\"tBJHNzcVuW8MqI:$vb3Bi\"uBJHNzcVuWnbqI:$vbA2Y\"GO_Q3nE3ZB$AqDSOYMifItxd_Q3nE3/B$A@CSOYM)ZCt8M_Q3nE3/B$A[CSOYM)ZCtGO`Q3nE3/B$A\";i:702;s:263:\"oCx*/\",ub@zj5FwwLvSQ[zTA:>it,ub@qO5F@wLvSQ[zcAbLkt,ub@._5F?zLvSQ[zu6zWaSqI:$vbA2Y\"xd_Q3nE3/B$A@CSOYM)ZCt8M_Q3nE3/B$A[CSOYM)ZCtuW_Q3nE3/B$AADSOYM)ZCtdZ_Q3nE3/B$ACDSOYM)ZCtGO_Q3nE3~RtA%$>hT?GU4DlBGO.4Fxs@fA};=hT?GU3GlBCO.4Fx}MfA;C>hT?GUoDlBOO.4Fx}MRG6F/1LvSQ[z**yWA\";i:703;s:13:\"5}=hT?GUMHlBA\";i:704;s:13:\"_X>hT?GUFMlBA\";i:705;s:13:\"_X>hT?GUBIlBA\";i:706;s:26:\"6}=hT?GUXGlBUM.4FxrjYB1BQA\";i:707;s:37:\"H0=hT?GUkPlB)M.4FxrjYB3BRtpBJHNzd&wWA\";i:708;s:37:\"pu=hT?GUkPlB<M.4FxrjYB3BRtvBJHNzd&wWA\";i:709;s:13:\"_X=hT?GUuBlBA\";i:710;s:13:\"L&>hT?GU4DlBA\";i:711;s:147:\"58=hT?GU4DlBvL.4Fx~5KAeZ=hT?GU4DlBzL.4Fx~5KACt=hT?GUnGlBAM.4Fxs@BA7y=hT?GUnGlBIM.4Fxs@BANc=hT?GUO[GOYLDHVElg*NjCRtxBJHNzd&uWrPqI:$vb{ARt&BJHNz#8xWA\";i:712;s:35:\"<`=hT?GUSFlBeO.4FxrjAAvW>hT?GUFMlBA\";i:713;s:39:\"#M?hT?GUZA$A{CSOYMj<dtlAa4*(k)Noa.+hwWA\";i:714;s:13:\">J=hT?GU!BlBA\";i:715;s:13:\">J=hT?GU!BlBA\";i:716;s:35:\"@J=hT?GUTClBRN.4Fx~5DA|e=hT?GUxIlBA\";i:717;s:245:\"oCR*&\",ur@P?5F>+4A_QNUUE%N.4Fxs@CAf+>hT?GUDClB/N.4Fxs@CA1k?hT?GUO[aSYLnbVElg*NNK%NlB&O.4FxrjYB#BQA^\",ub@qO5FE0LvSQ[ztAFtkt,ub@qO5FU0LvSQ[zUAyWit,ub@y2n_Ft>2_Q3nE30oz35F1xLvSQ[zHBIAit,ub@MI5Fe2LvSQ[zGFDH$A{CSOYMj<dtoAZL&(k)Noa.7ywWy:qI:$vbaU&a:CA\";i:718;s:13:\">J=hT?GUoDlBA\";i:719;s:26:\"`X>hT?GUFMlBeO.4FxrjYB;BQA\";i:720;s:13:\"_X>hT?GUFMlBA\";i:721;s:58:\"ru=hT?GUsHlBAM.4Fx~5KA7y=hT?GUsHlBIM.4Fx~5KANc=hT?GU}j%ACA\";i:722;s:79:\"z8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFAO/=hT?GUeRlBgM.4Fxs@FA]9=hT?GU=ElBA\";i:723;s:24:\")a=hT?GU#OlBQM.4Fx~5KABA\";i:724;s:14:\"),=hT?GU}j.ACA\";i:725;s:14:\"c#=hT?GU}j+ACA\";i:726;s:13:\">J=hT?GUTClBA\";i:727;s:26:\"cS?hT?GUO[aSXLGOVElg*NuBQA\";i:728;s:118:\"|J=hT?GU!BlBQM.4Fx~5KAq1=hT?GU}jjByWit,ub@nH5F1xLvSQ[zHBIAit,ub@4E5F)0LvSQ[zGFjH$AIDSOYMB]Ft\"]_Q3nE3eK$A1DSOYMj<dtGACA\";i:729;s:13:\"Qj>hT?GUoDlBA\";i:730;s:13:\"sP=hT?GUOBlBA\";i:731;s:50:\"|X>hT?GUBIlBzL.4FxrjYB?BS\"&\",ub@y2.hGt~l_Q3nE3bD$A\";i:732;s:13:\"sP=hT?GUuBlBA\";i:733;s:50:\"|X>hT?GUBIlBzL.4FxrjYB?BS\"&\",ub@y2mnGt~l_Q3nE3bD$A\";i:734;s:13:\">J=hT?GUoDlBA\";i:735;s:48:\"[J=hT?GUTClB(L.4Fx}MEA$T>hT?GUO[SqXLvDVElg*N?AIA\";i:736;s:164:\"AK=hT?GUTClBWO.4Fx}MIx6FE0LvSQ[z)A/hit,ub@7L5F$wLvSQ[zUAz(ht,ub@qO5F2uLvSQ[zUA:>ht,ub@qO5F?zLvSQ[zGF6C$A_CSOYMj<Eth=_Q3nE30o[95FqyLvSQ[zbA:>it,ub@Ku5F;#LvSQ[zGF;H$A\";i:737;s:12:\"9M?hT?GUZA$A\";i:738;s:126:\"DY>hT?GUBIlBFN.4FxrjQA,>=hT?GUwLlB,L.4FxrjYB$A3(?\",ub@qO5F1xLvSQ[zHB2W:\",ub@*N5F*xLvSQ[zlAbLkt,ub@dF5F@wLvSQ[zcAyWpt,ub@=1ADQA\";i:739;s:15:\"EH=hT?GUO[0kYLA\";i:740;s:15:\"EH=hT?GUO[~lYLA\";i:741;s:26:\"Rj>hT?GUzClB4M.4FxrjYBCCQA\";i:742;s:70:\"?`=hT?GUSFlBBN.4FxrjLAeZ>hT?GUO[*hYL=JVElg*NVAJt)\",ub@@85F?zLvSQ[z{AEA\";i:743;s:123:\"}J=hT?GUoDlB0M.4FxrjHAq1>hT?GUoDlB7L.4Fxs@OACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAO/=hT?GUCVlB<M.4Fxs@WA6F>hT?GUJQlBA\";i:744;s:24:\"tP=hT?GUOBlBvL.4Fx}MLABA\";i:745;s:35:\"1:=hT?GU9ElB<M.4Fx~5fA]9=hT?GUMHlBA\";i:746;s:13:\">J=hT?GU!BlBA\";i:747;s:95:\"08=hT?GUdElB}M.4Fx}M9C6F1xLvSQ[z!KyW/VqI:$vbLFgA*BJHNz;}xW5FqI:$vbuARt/BJHNzijTR$AhDSOYM*+>alBA\";i:748;s:15:\"F0>hT?GUO[.oYLA\";i:749;s:13:\">J=hT?GUoDlBA\";i:750;s:13:\"t8=hT?GUdElBA\";i:751;s:13:\">J=hT?GUTClBA\";i:752;s:108:\"6d=hT?GU:NlB}M.4Fx~5TAU|=hT?GUO[SqYLZFVElg*NdA3(&\",ub@<I5FA$LvSQ[zGFgI$ABESOYMj<dtvA.>*(k)No3B:CYgzXJI{ZCACA\";i:753;s:29:\"ou@hT?GUO[BtYL(nVElg*NNK@QlBA\";i:754;s:29:\"ou@hT?GUO[muYL(nVElg*NNKFRlBA\";i:755;s:25:\"?J=hT?GUTClBzL.4Fx}M>#6FA\";i:756;s:186:\"HY>hT?GUBIlBsM.4FxrjQAeZ>hT?GUwLlBQM.4FxrjYBOCS\"(\",ub@qO5F2uLvSQ[zUA:>ht,ub@y2aLHt{e_Q3nE3LD$AIDSOYMu7Dt6y_Q3nE30o5*5FPzLvSQ[zGF$I$ARDSOYMj<cAZA[Q>hT?GUO[VxYL~lVElg*NNK*RlBEQ.4FxrjYBUCQA\";i:757;s:13:\"_X>hT?GUBIlBA\";i:758;s:35:\"[2=hT?GU|GlB|L.4Fxs@BA]9=hT?GU[IlBA\";i:759;s:53:\"1d=hT?GUO[p1YL%NVElg*NNK`RlB^L.4FxrjQA|e@hT?GUO[PjYLA\";i:760;s:82:\"_J=hT?GUoDlBBN.4Fx}ML46F$wLvSQ[zqAz(ht,ub@qO5F2uLvSQ[zUA:>ht,ub@qO5FN5LvSQ[zGFFJ$A\";i:761;s:29:\"zd=hT?GUO[Y4YL%NVElg*NNKaSlBA\";i:762;s:46:\"qu=hT?GU4DlBAM.4Fxs@JA7y=hT?GU4DlBIM.4Fxs@JABA\";i:763;s:13:\">J=hT?GUoDlBA\";i:764;s:24:\"u8=hT?GU4DlB7L.4Fx}MGABA\";i:765;s:153:\"58=hT?GU}j,A8y#(k)No`,zBIAjt,ub@dF5FAwLvSQ[zHAyWjt,ub@dF5FgwLvSQ[zHA:>kt,ub@=1EDS\";\",ub@=1KDRtxBJHNzd&uWaSqI:$vbHBi\"yBJHNzijaM$AFDSOYM*+)YlB[N.4Fx}M%26FA\";i:766;s:13:\"(a=hT?GU4DlBA\";i:767;s:13:\"t8=hT?GU4DlBA\";i:768;s:24:\"?J=hT?GU!BlBwM.4Fx~5CABA\";i:769;s:157:\"[,=hT?GUNElBjL.4Fx}MDACt=hT?GU4DlBAM.4Fx~5KA7y=hT?GU4DlBIM.4Fx~5KAZ4>hT?GUQLlBkM.4Fxs@PAZ4=hT?GU)PlBQM.4Fx}MZA[Q=hT?GU4DlB7L.4Fx}MZA$T=hT?GU4DlBpN.4Fx}MoR6FA\";i:770;s:13:\"c#=hT?GUCFlBA\";i:771;s:120:\"{J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtaS`Q3nE30oO25F&6LvSQ[zGF>G$A!DSOYMj<dtmAwW$(k)Noa.eZxWJVqI:$vbbBgA\";i:772;s:191:\"oCAY(\",ub@4E5FwwLvSQ[zUAc4jt,ub@qO5FGuLvSQ[zUAbLit,ub@qO5FWuLvSQ[zUAEA$(k)NoVH:CAYzXJI{ZKAZL$(k)NoVH:CQYzXJI{ZKAln%(k)NofJ:CTXzXJI|+FA^9#(k)No;F:C$YzXJI{ZnA,h$(k)No#J:C(XzXJI|+JAm_#(k)NoVH:CA\";i:773;s:53:\"kg>hT?GUhIlB#L.4FxrjYBeCS\";\",ub@y2y(HtVx_Q3nE30o|;5FA\";i:774;s:38:\"7}=hT?GUO[s8YLvDVElg*NuxLtC\"qI:$vb3FgA\";i:775;s:57:\"=o=hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBA\";i:776;s:150:\"!d=hT?GU;KlB}M.4Fx}MMl6F1xLvSQ[zu6zW6yqI:$vb/DgADCJHNzijUO$AXDSOYMj<DtUE`Q3nE33H$AZDSOYMAlGtSq`Q3nE3%B$A1DSOYM*+<glBoM.4FxrjJAf+=hT?GU\"NlB3L.4Fxs@CABA\";i:777;s:68:\"~X>hT?GUFMlB0M.4FxrjHAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:778;s:13:\":`=hT?GUSFlBA\";i:779;s:278:\"oCKC,\",ub@y2y(Ht#T_Q3nE3%B$AHESOYM*+ielB=N.4FxrjdABA`Q3nE3TL$A=CSOYM@1BtPj_Q3nE3GC$A5DSOYM)ZCt>2_Q3nE3_AgAtBJHNz:rwW|LqI:$vbeAS\"+\",ub@|35FgwLvSQ[zHAG\"%(k)NoKY:CfbzXJI|+wC.Ei\"qBJHNz5uuWVxqI:$vbaU!m:CgYzXJI{ZKA,h#(k)NoVH:CbXzXJI{ZKAln#(k)NoVH:C;XzXJI{ZKA^9*(k)Noa.f+wWQQqI:$vbyEgA\";i:780;s:14:\"L&=hT?GU}jRBEA\";i:781;s:13:\">J=hT?GUoDlBA\";i:782;s:13:\"yd=hT?GUzClBA\";i:783;s:24:\"@2=hT?GUeBlBAM.4Fxs@dABA\";i:784;s:24:\"@2=hT?GUeBlBAM.4Fxs@BABA\";i:785;s:13:\"bS=hT?GU4DlBA\";i:786;s:13:\"4r=hT?GU4DlBA\";i:787;s:35:\"T@=hT?GUwLlBJN.4Fxs@BA+h=hT?GU$LlBA\";i:788;s:13:\"4r=hT?GU4DlBA\";i:789;s:13:\"mB?hT?GUnWlBA\";i:790;s:13:\"yd=hT?GUzClBA\";i:791;s:13:\"_X=hT?GUOBlBA\";i:792;s:13:\"_X=hT?GUuBlBA\";i:793;s:13:\"_X=hT?GUOBlBA\";i:794;s:63:\"[J=hT?KU.TlB%ROA(aDFFB:DSOYMj<dtMAx()(k)Noa.f+uWl%qI:$vbaU.I:CA\";i:795;s:79:\"_J=hT?GUTClB=N.4FxrjdACt=hT?GU!RlBAM.4Fx}MZA7y=hT?GU!RlBIM.4Fx}MZANc=hT?GUwLlBA\";i:796;s:13:\">J=hT?GUTClBA\";i:797;s:13:\">J=hT?GUoDlBA\";i:798;s:13:\"4r=hT?GUwLlBA\";i:799;s:13:\"),=hT?GU:NlBA\";i:800;s:46:\"[J=hT?GU(ClB(L.4Fx}MEAvW=hT?GUuBlBkM.4Fx~5YABA\";i:801;s:13:\"(a=hT?GU4DlBA\";i:802;s:13:\"(a=hT?GU!RlBA\";i:803;s:36:\"uP=hT?GUOBlBvL.4Fx}MGA+h>hT?GU~@_ACA\";i:804;s:13:\":`=hT?GUSFlBA\";i:805;s:35:\"v8=hT?GU4DlBUM.4Fxs@GAU|>hT?GU]VlBA\";i:806;s:141:\"~J=hT?GU5A$AEDSOYMXwCtoI_Q3nE3/B$A^CSOYMj<dt3Aln#(k)NoVH:C^XzXJI|+TA7F$(k)NoVH:CIYzXJI|+TA]Q$(k)NoVH:CjXzXJI{ZHAwW%(k)Noa.CtxW^XqI:$vbaUjn:CA\";i:807;s:49:\"[J=hT?GU(ClB(L.4Fx}MEA+h>hT?GUO[_)YLOWVElg*N6=MtA\";i:808;s:117:\"NH=hT?GUO[e+YLtJVElg*N;AK\"vt,ub@*N5Fz3LvSQ[zHB3([\",ub@3|5F1%LvSQ[zHB2W_\",ub@*N5F1xLvSQ[zBAyWpt,ub@=1ADS\"CByD1+IT<hQ\"A\";i:809;s:75:\"]J=hT?KUO[N/YL#zGFaKlBi<e\"dA&T>hT?GU}jyCG\"&(k)NoGE:CvbzXJI|+FAa4&(k)NoGE:CA\";i:810;s:13:\"bS=hT?GU4DlBA\";i:811;s:13:\"yd?hT?GU4DlBA\";i:812;s:67:\"y8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFAD\"_Q3nE3UY$A5DSOYM)ZStA\";i:813;s:57:\"V@=hT?GU4DlB,L.4Fx}MIANc>hT?GU4DlB#L.4FxrjDA[Q>hT?GUITlBA\";i:814;s:80:\"KH>hT?GUITlB|L.4Fx~5KA<v=hT?GUeBlBEM.4Fx~5KAq1=hT?GUeBlB<M.4Fx}MbAI7=hT?GU~@KBEA\";i:815;s:68:\"su=hT?GUnGlBAM.4Fx~5KA7y=hT?GUnGlBIM.4Fx~5KA$T>hT?GU>BlB4M.4Fx}MHABA\";i:816;s:26:\"`X>hT?GUFMlBeO.4FxrjYB4CQA\";i:817;s:15:\"bS?hT?GUO[+>YLA\";i:818;s:13:\">J=hT?GUoDlBA\";i:819;s:59:\"^2=hT?GU<HlBAM.4Fx}MLA|e?hT?GUSFlB2O.4FxrjHA7y>hT?GUO[Q@YLA\";i:820;s:20:\"Qj=hT?IUO[1[YL#zTAIA\";i:821;s:24:\"ig?hT?GUSFlB2O.4FxrjHABA\";i:822;s:13:\"EH>hT?GUHGlBA\";i:823;s:46:\"[J=hT?GU!BlBrL.4Fx~5BA+h>hT?GUzClBbL.4FxrjAABA\";i:824;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:825;s:12:\"9M=hT?GU/A$A\";i:826;s:24:\"?J=hT?GU!BlBRN.4Fx~5DABA\";i:827;s:13:\"yd=hT?GU>BlBA\";i:828;s:13:\">J=hT?GUoDlBA\";i:829;s:13:\"EH>hT?GUHGlBA\";i:830;s:56:\"wP=hT?GUOBlBvL.4Fx}MFA$T@hT?GUZA$A|DSOYM?IBt95`Q3nE3MAgA\";i:831;s:56:\"wP=hT?GUuBlBzL.4Fx}MFA$T@hT?GUZA$A|DSOYM?IBt95`Q3nE3MAgA\";i:832;s:13:\"sP=hT?GUuBlBA\";i:833;s:96:\"_J=hT?KU.TlB%ROA(aDFFB8DSOYMj<dt9A.>((k)Noa.,>xWz3qI:$vbaUXr:CnbzXJI|+FA8y&(k)NoGE:C3bzXJI|+FACA\";i:834;s:14:\"9M>hT?GU~@UBEA\";i:835;s:59:\"2d=hT?GUO[lBYLjHVElg*NpAJt(\",ub@nH5F2uLvSQ[zUA:>ht,ub@nH5FA\";i:836;s:13:\">J=hT?GUoDlBA\";i:837;s:57:\"]J=hT?GUTClB|L.4Fx}MFA<v=hT?GUpQlBEM.4Fx}MFAq1=hT?GUpQlBA\";i:838;s:15:\"z:=hT?GUO[H7YLA\";i:839;s:35:\"pu=hT?GU<HlBEM.4Fx}MLA7y>hT?GUoDlBA\";i:840;s:188:\"#d=hT?GUzClBjL.4!2}McAq1~JlBsOIt\"l`Q3nE30o1R5FR9LvSQ[zGFSC$A<DSOYMj<dtMAln+(k)Noa.2[xWk_qI:$vbaU|r:CNhzXJI|+wCtFi\";BJHNzRm9(eAkn?hT?GUO[k_YL,bVElg*NNK5VlB%N.4Fxs@CAf+>hT?GUDClB/N.4Fxs@CABA\";i:841;s:13:\"KV=hT?GUeBlBA\";i:842;s:13:\"yd=hT?GUWJlBA\";i:843;s:13:\"EH=hT?GUoDlBA\";i:844;s:13:\"sP=hT?GUoDlBA\";i:845;s:176:\"\"J=hT?KU.TlB%ROA(aDFFB:DSOYMj<e\"fA,>?hT?GUO[T|YL$gVElg*NNKOWlBsQ.4FxrjYB)CQADByD1+ITf4R\"Q@`Q3nE30o^|5Fy6LvSQ[zGF:K$A9DSOYMj<cAfATq?hT?GUO[\"]YL#TVElg*NXA2W@\",ub@MI5FT3LvSQ[zLAEA\";i:846;s:34:\"7}?hT?GUZA$A?DSOYM?IBtmu`Q3nE3MAgA\";i:847;s:13:\">J=hT?GU~AlBA\";i:848;s:13:\">J=hT?GUTClBA\";i:849;s:38:\"7}?hT?GU~@fBEA*(k)No`,#C2W\"\",ub@=1kFQA\";i:850;s:114:\"28=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAO/=hT?GUO[uWXLOWVElg*N(CQA\";i:851;s:13:\"sP=hT?GUuBlBA\";i:852;s:13:\"sP=hT?GUoDlBA\";i:853;s:57:\"IH>hT?GUHGlBIM.4Fx}MLA<v=hT?GU<HlByO.4FxrjHA+h?hT?GUSFlBA\";i:854;s:13:\"sP=hT?GUoDlBA\";i:855;s:13:\"yd=hT?GUzClBA\";i:856;s:93:\"_J=hT?IUoDlB%RBAEH_Q3nE3%B$A\"CSO}M5qDt&a]AhttBJHNz@5uW8MqI/Twb(Bi\"`cuW!GVElg*NpA3((\",ub@qO5FA\";i:857;s:13:\"_X=hT?GUDClBA\";i:858;s:46:\"[J=hT?GUTClB(L.4Fx}MMAHO=hT?GUoDlB3L.4Fx~5BABA\";i:859;s:13:\"sP=hT?GUuBlBA\";i:860;s:13:\"F0>hT?GUoDlBA\";i:861;s:24:\"tP=hT?GUoDlB3L.4Fxs@CABA\";i:862;s:13:\">J=hT?GUTClBA\";i:863;s:13:\"sP=hT?GUuBlBA\";i:864;s:24:\"tP=hT?GUoDlB#L.4Fx~5CABA\";i:865;s:24:\"tP=hT?GUuBlB3L.4Fx}MCABA\";i:866;s:13:\"sP=hT?GUOBlBA\";i:867;s:13:\"sP=hT?GUOBlBA\";i:868;s:13:\"sP=hT?GUOBlBA\";i:869;s:13:\"sP=hT?GUOBlBA\";i:870;s:24:\")a>hT?GU4DlBJN.4Fx~5CABA\";i:871;s:35:\"uP=hT?GUOBlBzL.4Fx}MFA[Q=hT?GUeBlBA\";i:872;s:38:\"7}?hT?GU~@fBEA*(k)No`,#C2W\"\",ub@=1kFQA\";i:873;s:34:\"7}?hT?GUZA$A?DSOYM?IBtmu`Q3nE3MAgA\";i:874;s:13:\"Qj=hT?GUoDlBA\";i:875;s:13:\">J=hT?GUoDlBA\";i:876;s:37:\"0d=hT?GUzClBRN.4Fx~5DA[Q?hT?GUO[4}YLA\";i:877;s:13:\"sP=hT?GUuBlBA\";i:878;s:13:\"sP=hT?GUOBlBA\";i:879;s:13:\"R@=hT?GU4DlBA\";i:880;s:13:\"yd>hT?GU>BlBA\";i:881;s:26:\"LV=hT?GUO[AA6F+uLvSQ[zKAEA\";i:882;s:13:\"(a>hT?GU4DlBA\";i:883;s:25:\"0:@hT?GUUPlB8Q.4Fx}M+X6FA\";i:884;s:26:\")a>hT?GUO[lBZL=JVElg*NpAIA\";i:885;s:13:\"yd>hT?GU>BlBA\";i:886;s:13:\"R@=hT?GU4DlBA\";i:887;s:37:\"oB>hT?GUO[:CZL+OVElg*NpAJt)\",ub@)g5FA\";i:888;s:26:\"cS=hT?GUO[AA6F+uLvSQ[zKAEA\";i:889;s:13:\"yd>hT?GU4DlBA\";i:890;s:25:\"`X?hT?GUUPlBYQ.4Fx}M+X6FA\";i:891;s:13:\"sP=hT?GUuBlBA\";i:892;s:26:\")a>hT?GUO[UEZL=JVElg*NpAIA\";i:893;s:15:\"(a>hT?GUO[5FZLA\";i:894;s:15:\"(a>hT?GUO[DHZLA\";i:895;s:24:\")a>hT?GU4DlBJN.4Fx~5CABA\";i:896;s:37:\"oB>hT?GUO[oIZLmOVElg*NpAJt)\",ub@)g5FA\";i:897;s:24:\"zd>hT?GU4DlBFN.4Fx~5CABA\";i:898;s:72:\"3d=hT?GUO[AA6F?zLvSQ[zOAG\"%(k)NoCQ:C8czXJI|+wC`Fi\":BJHNzS^uWtpqI:$vbPFgA\";i:899;s:84:\"hS?hT?GU~@{ADt%(k)NoCQ:C}YzXJI{ZKA]Q((k)NoVH:C`ZzXJI{ZGgaLvDVElg*NNKuWlBjP.4Fxs@EABA\";i:900;s:24:\"S@=hT?GU>BlBSO.4Fx~5CABA\";i:901;s:13:\"bS?hT?GU4DlBA\";i:902;s:34:\"H0=hT?GUdElBeO.4FxrjAA;C=hT?GUZA$A\";i:903;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:904;s:12:\"9M=hT?GU/A$A\";i:905;s:24:\"?J=hT?GUoDlBnL.4Fx}MBABA\";i:906;s:57:\"%M>hT?GU)PlB|L.4Fxs@JA<v=hT?GU<HlBEM.4Fxs@JAq1=hT?GU<HlBA\";i:907;s:13:\"sP=hT?GUoDlBA\";i:908;s:13:\"sP=hT?GUoDlBA\";i:909;s:24:\"tP=hT?GUoDlB3L.4Fxs@CABA\";i:910;s:13:\"sP=hT?GUoDlBA\";i:911;s:13:\">J=hT?GUoDlBA\";i:912;s:56:\"wP=hT?GUoDlByO.4FxrjHAvW>hT?GUFMlBeO.4FxrjAAYL=hT?GU/A$A\";i:913;s:24:\"S@=hT?GU4DlB<M.4Fx}MFABA\";i:914;s:13:\"9M>hT?GU4DlBA\";i:915;s:57:\"wP=hT?GUoDlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:916;s:55:\"})>hT?GUDClB*N.4Fxs@CAO/>hT?GUDClBjL.4!2}McAq1~JlBsOItB\";i:917;s:58:\"V@@hT?GU4DlB)Q.4Fx~5VApI>hT?GU4DlBVN.4Fx}M+X6F?zLvSQ[zKAEA\";i:918;s:25:\"S@@hT?GUUPlBVN.4Fx}M+X6FA\";i:919;s:13:\"EH>hT?GUoDlBA\";i:920;s:25:\"S@@hT?GUUPlB.Q.4Fx}M+X6FA\";i:921;s:13:\"_X?hT?GU4DlBA\";i:922;s:13:\"z:@hT?GU#OlBA\";i:923;s:13:\"_X?hT?GU4DlBA\";i:924;s:13:\"_X?hT?GU#OlBA\";i:925;s:13:\"t8=hT?GUjClBA\";i:926;s:24:\"zd>hT?GU?ulBsM.4Fx}MFABA\";i:927;s:15:\"bS@hT?GUO[XLZLA\";i:928;s:24:\"ig>hT?GUi1lBMM.4Fx}M*ABA\";i:929;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:930;s:35:\"jg>hT?GUhIlBYM.4Fx~5DApI>hT?GU4DlBA\";i:931;s:13:\">J=hT?GUoDlBA\";i:932;s:13:\"(a=hT?GU!RlBA\";i:933;s:13:\"?2=hT?GU4DlBA\";i:934;s:23:\"!M?hT?GUZA$A/DSOYMB]CtA\";i:935;s:23:\"!M?hT?GUZA$A/DSOYMB]CtA\";i:936;s:35:\"v8=hT?GUjClBrL.4Fxs@EAvW=hT?GUOBlBA\";i:937;s:13:\"_X=hT?GUuBlBA\";i:938;s:13:\"t8=hT?GUjClBA\";i:939;s:24:\"u8=hT?GUjClBrL.4Fxs@EABA\";i:940;s:13:\"(a=hT?GUdElBA\";i:941;s:13:\"(a=hT?GUsHlBA\";i:942;s:12:\"VE=hT?GUZA$A\";i:943;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:944;s:12:\"9M=hT?GU/A$A\";i:945;s:48:\"vP=hT?GUuBlBBN.4Fx}MRA[Q?hT?GUO[8MZLyKVElg*N7AIA\";i:946;s:13:\":`=hT?GUiFlBA\";i:947;s:13:\"Wx=hT?GU4DlBA\";i:948;s:26:\"?J=hT?GU!BlBQM.4FxrjYBDDQA\";i:949;s:13:\"yd=hT?GU>BlBA\";i:950;s:13:\"KV?hT?GUoDlBA\";i:951;s:13:\"c#>hT?GUXGlBA\";i:952;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:953;s:26:\"?J=hT?GU!BlB=N.4FxrjYBFDQA\";i:954;s:122:\"2P=hT?GUOBlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBBN.4Fx}MRABA`Q3nE3TL$A\";i:955;s:25:\"ig=hT?GU^ClBQM.4Fx}Mr}6FA\";i:956;s:13:\"Wx=hT?GU7KlBA\";i:957;s:15:\"EH?hT?GUO[@QZLA\";i:958;s:13:\"_X>hT?GUFMlBA\";i:959;s:47:\"1d=hT?GU4DlB}M.4Fx}MFA1k>hT?GU~@@ADt%(k)NoCQ:CA\";i:960;s:77:\"^J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtXL_Q3nE3BB$AqDSOYMifItA\";i:961;s:42:\"N&@hT?GUO[aSZLSqVElg*NNK.YlB0Q.4FxrjYBJDQA\";i:962;s:13:\"KV>hT?GU>BlBA\";i:963;s:24:\"0:?hT?GUiFlBWO.4FxrjAABA\";i:964;s:13:\":`=hT?GUSFlBA\";i:965;s:13:\":`=hT?GUiFlBA\";i:966;s:70:\"~X>hT?GUBIlBFN.4Fx}MFAO/?hT?GUSFlBWO.4Fx}MFA[Q?hT?GUZA$AhDSOYMj<e\"jABA\";i:967;s:13:\"R@=hT?GU4DlBA\";i:968;s:101:\"0P=hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:969;s:107:\"+5=hT?GU4DlB|L.4Fx}M>#6FAwLvSQ[zYAyWjt,ub@=1/ERtuBJHNzM*uWaSqI:$vb)qW\"h=_Q3nE3/B$AWDSOYMu7Bte+_Q3nE30oyK6FA\";i:970;s:70:\"~X>hT?GUBIlBFN.4Fx~5CANc>hT?GU4DlBTP.4FxrjHAYL?hT?GU4DlBpN.4FxrjYBLDQA\";i:971;s:13:\"Wx=hT?GU4DlBA\";i:972;s:24:\"j==hT?GU3GlBGO.4Fxs@fABA\";i:973;s:28:\"5r=hT?GUO[uWZL&\"LvSQ[zGFAI$A\";i:974;s:92:\"`J=hT?GUoDlB#L.4FxrjYBRDQA+\",ub@)g5FAwLvSQ[zuAyWjt,ub@)g5FgwLvSQ[zuAG\"#(k)NoBD:CYYzXJI{ZRACA\";i:975;s:37:\"1:?hT?GUiFlBWO.4FxrjAA[Q?hT?GUO[dZZLA\";i:976;s:24:\"j==hT?GU3GlBGO.4Fxs@fABA\";i:977;s:28:\"5r=hT?GUO[uWZL&\"LvSQ[zGFzH$A\";i:978;s:24:\"j==hT?GU3GlBGO.4Fxs@fABA\";i:979;s:50:\"7r=hT?GUO[uWZL&\"LvSQ[zGFzH$A@CSOYM5qDt0k_Q3nE3MAgA\";i:980;s:13:\">J=hT?GUoDlBA\";i:981;s:12:\"z:=hT?GUZA$A\";i:982;s:59:\"ru=hT?GU|GlBAM.4Fxs@JA7y=hT?GU>RlBIM.4Fxs@JA};>hT?GUO[rPZLA\";i:983;s:114:\"kS?hT?GUO[&aZLmOVElg*NpAJt<\",ub@qO5F`xLvSQ[zUAc4jt,ub@qO5FGuLvSQ[zKAbLit,ub@qO5FWuLvSQ[zKAyWit,ub@WK5FayLvSQ[zNDIA\";i:984;s:15:\"R@=hT?GUO[uWXLA\";i:985;s:108:\"iS?hT?GU~@PB/hht,ur@P?5F>+4A_QNUUE%N.4Fxs@CAf+>hT?GUDClB/N.4Fxs@CA1k?hT?GUO[\"]YLnbVElg*NNK/VlB&O.4FxrjYB$CQA\";i:986;s:14:\"bS?hT?GU~@PBEA\";i:987;s:68:\"]J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtoI`Q3nE3so1ABA\";i:988;s:78:\"_J=hT?GUTClB|L.4Fx}MFA<v=hT?GU|GlBEM.4Fx}MFAq1=hT?GU|GlBkM.4FxrjAABA`Q3nE3TL$A\";i:989;s:128:\"uB?hT?GUnWlBjL.4!2}McAq1~JlBsOItbS`Q3nE30ou{5F&6LvSQ[zGF]K$A!DSOYMj<dt9Aln+(k)Noa.1kyWk_qI:$vbaU1x:CNhzXJI|+wCSGi\"&BJHNzRm9(iABA\";i:990;s:39:\"#M?hT?GUZA$A{CSOYMj<cAlA7y>hT?GUO[xdZLA\";i:991;s:15:\"5}@hT?GUO[{eZLA\";i:992;s:15:\"5}@hT?GUO[ggZLA\";i:993;s:13:\"_X>hT?GUFMlBA\";i:994;s:70:\"^J=hT?GU!BlBBN.4FxrjLA,>=hT?GUwLlBFN.4FxrjQA+h=hT?GUO[*hZL^XVElg*NDAIA\";i:995;s:103:\"_J=hT?KU.TlB%ROA(aDFFB8DSOYMj<dt9A.>((k)Noa.,>xWz3qI:$vbaUXr:C}gzXJI|+wCSGgAGCJHNzRm8WjAf+@hT?GUO[aSZLA\";i:996;s:37:\"#M?hT?GU4DlB}M.4Fx}MFA7y>hT?GUO[xdZLA\";i:997;s:13:\"hg=hT?GU^ClBA\";i:998;s:81:\"QV=hT?GUpQlB|L.4Fx}MFA<v=hT?GU#OlBEM.4Fx}MFAq1=hT?GU#OlB(L.4Fx}MEA};>hT?GUO[rPZLA\";i:999;s:15:\"F0>hT?GUO[PjZLA\";i:1000;s:39:\"6r=hT?GUwLlB|P.4FxrjYB|BS\">\",ub@y29yKtA\";i:1001;s:14:\"t8=hT?GU~@jBEA\";i:1002;s:38:\"7}?hT?GU~@fBEA*(k)No`,#C2W\"\",ub@=1kFQA\";i:1003;s:34:\"7}?hT?GUZA$A?DSOYM?IBtmu`Q3nE3MAgA\";i:1004;s:34:\"7}?hT?GUZA$A?DSOYM?IBtmu`Q3nE3MAgA\";i:1005;s:38:\"7}?hT?GU~@fBEA*(k)No`,#C2W\"\",ub@=1kFQA\";i:1006;s:42:\"7}?hT?GUO[muXL*hVElg*NNK/FlBvP.4FxrjYB&AIA\";i:1007;s:121:\"|J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtaS_Q3nE3_AgAtBJHNz@5uW|LqI:$vbECgAuBJHNzApvWhNqI:$vbECi\"4BJHNzApuWA\";i:1008;s:22:\">J=hT?KU.TlB%ROA(aDFFB\";i:1009;s:46:\"1d=hT?GUzClB3L.4Fxs@CAI7=hT?GU>BlB7L.4Fx~5CABA\";i:1010;s:102:\"{J=hT?GU!BlBrL.4Fxs@EACt=hT?GU@LlBAM.4Fx}MFA7y=hT?GU@LlBIM.4Fx}MFAO/=hT?GUeRlB#L.4Fx~5DABA`Q3nE3t`#ABA\";i:1011;s:13:\">J=hT?GUTClBA\";i:1012;s:30:\">J=hT?KUO[N/YL#zGFaKlBi<e\"dADA\";i:1013;s:125:\"}J=hT?GUoDlBeO.4Fx}MTg6FE0LvSQ[z?H0W#TqI:$vb]AS\"<\",ub@qO5F.4LvSQ[zUAbLmt,ub@qO5F;vLvSQ[zUAbLjt,ub@qO5FQwLvSQ[zUA/hjt,ub@qO5FA\";i:1014;s:121:\"+M?hT?GU4DlBBN.4FxrjLA,>=hT?GU4DlBFN.4Fx}MFA$T>hT?GU}jQByWit,ub@WK5Fo4LvSQ[ztNyW_)qI:$vbaUuW:CaazXJI{ZOIZL1RVElg*NNKHblBA\";i:1015;s:26:\"!M?hT?GUZA$AhDSOYMj<dt=ACA\";i:1016;s:22:\">J=hT?KU.TlB%ROA(aDFFB\";i:1017;s:148:\"~J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%Btxd_Q3nE3/B$A@CSOYMu7Bt8M_Q3nE3/B$A[CSOYMu7BtuW_Q3nE3t`gA<v=hT?GU~@%AZL$(k)No`,oB3(+\",ub@=1[CQA\";i:1018;s:102:\"SV>hT?GU>BlB4M.4Fxs@IAZ4=hT?GUoDlB)M.4FxrjWAf+=hT?GU~@%AE\"=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:1019;s:13:\"yd?hT?GU4DlBA\";i:1020;s:13:\">J=hT?GUoDlBA\";i:1021;s:107:\"jS?hT?GUO[jnZLGOVElg*N)PNtjn_Q3nE3/B$AYDSOYM)ZCtH7_Q3nE3/B$A_CSOYMB]Bt>2_Q3nE3ZB$AzDSOYM)ZCte+_Q3nE30okU6FA\";i:1022;s:107:\"BY>hT?GU}jGBFtkt,ub@qO5FU0LvSQ[zUAyWmt,ub@qO5F+uLvSQ[zOA:>lt,ub@WK5FO2LvSQ[zGF[N$AzDSOYM)ZCte+_Q3nE30okU6FA\";i:1023;s:14:\"bS?hT?GU~@PBEA\";i:1024;s:26:\"cS?hT?GUO[3rZL^XVElg*NDAIA\";i:1025;s:15:\"Qj=hT?GUO[E0XLA\";i:1026;s:24:\"zd=hT?GU4DlBWO.4Fx}MFABA\";i:1027;s:15:\"Qj=hT?GUO[BtZLA\";i:1028;s:12:\"9M?hT?GUZA$A\";i:1029;s:13:\">J=hT?GU!BlBA\";i:1030;s:69:\"&M?hT?GUZA$AEDSOYM)ZCtoI_Q3nE3_Ai\"pBJHNz@5uW_EqI:$vbqAS\">\",ub@y2PcKtA\";i:1031;s:15:\"Qj=hT?GUO[E0XLA\";i:1032;s:24:\"zd=hT?GU4DlBWO.4Fx}MFABA\";i:1033;s:15:\"Qj=hT?GUO[BtZLA\";i:1034;s:13:\"9M?hT?GU4DlBA\";i:1035;s:12:\"9M?hT?GUZA$A\";i:1036;s:12:\"9M?hT?GUZA$A\";i:1037;s:12:\"9M?hT?GUZA$A\";i:1038;s:12:\"9M?hT?GUZA$A\";i:1039;s:12:\"9M?hT?GUZA$A\";i:1040;s:13:\">J=hT?GUoDlBA\";i:1041;s:13:\">J=hT?GU!BlBA\";i:1042;s:13:\"),=hT?GU&FlBA\";i:1043;s:13:\">J=hT?GUoDlBA\";i:1044;s:24:\"tP=hT?GUoDlB0M.4Fx}MIABA\";i:1045;s:129:\"|J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtaS`Q3nE3BB$A9DSOYMM%BtJV`Q3nE3BB$A:DSOYMj<dtMAx()(k)Noa.f+uWl%qI:$vbaU.I:CA\";i:1046;s:110:\"SV>hT?GU>BlB<M.4Fx}MFApI=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtaS`Q3nE3BB$A9DSOYMM%BtJV`Q3nE3BB$A\";i:1047;s:13:\"9M>hT?GU4DlBA\";i:1048;s:26:\"tP=hT?GUoDlBpN.4FxrjYBxDQA\";i:1049;s:26:\"`X>hT?GUFMlBeO.4FxrjYB.CQA\";i:1050;s:13:\">J=hT?GUoDlBA\";i:1051;s:101:\"18=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAq1>hT?GUoDlBA\";i:1052;s:24:\"tP=hT?GUOBlB_M.4Fx~5IABA\";i:1053;s:13:\"bS>hT?GUoDlBA\";i:1054;s:110:\"{J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtY4_Q3nE3CG$A\"CSOYM)ZCt^X_Q3nE3GC$ABDSOYM)ZCt&a_Q3nE3GC$A\";i:1055;s:13:\"_X>hT?GUFMlBA\";i:1056;s:23:\"!M?hT?GUZA$A/DSOYMB]CtA\";i:1057;s:23:\"!M?hT?GUZA$A/DSOYMB]CtA\";i:1058;s:14:\"t8=hT?GU~@jBEA\";i:1059;s:13:\"_X=hT?GUDClBA\";i:1060;s:118:\"|J=hT?GU!BlBBN.4FxrjLAeZ>hT?GU~@KBz(pt,ub@JB5F<8LvSQ[zdAFtpt,ub@qO5F/1LvSQ[zGFsM$AWC[hT?GU!RlBUUxt,ub@&+5FwwLvSQ[ziAEA\";i:1061;s:95:\"`J=hT?GU!BlB|L.4Fx}M>#6FAwLvSQ[zqAyWjt,ub@=1/ERtuBJHNz)dvWaSqI:$vbeEgA2BJHNzWHvWPjqI:$vbaUay:CA\";i:1062;s:13:\"EH>hT?GUoDlBA\";i:1063;s:14:\"R@=hT?GU~@KBEA\";i:1064;s:24:\"0:?hT?GUiFlBWO.4FxrjAABA\";i:1065;s:60:\"}X>hT?GUBIlBFN.4Fx}Mc16F<8LvSQ[zdAFtpt,ub@qO5F/1LvSQ[zGFsM$A\";i:1066;s:24:\"@2=hT?GUNElBAM.4Fxs@FABA\";i:1067;s:14:\"(a?hT?GU~@GBEA\";i:1068;s:26:\"M&=hT?GUO[;vZL:CVElg*NXAIA\";i:1069;s:13:\"yd=hT?GUzClBA\";i:1070;s:37:\"k==hT?GU3GlBfL.4FxrjYB[BS\"(\",ub@`d5FA\";i:1071;s:37:\"k==hT?GU3GlBfL.4FxrjYB1DRtoBJHNz)dvWA\";i:1072;s:13:\"t8=hT?GUsHlBA\";i:1073;s:13:\"KV=hT?GUpQlBA\";i:1074;s:30:\">J=hT?KUO[N/YL#zGFaKlBi<e\"dADA\";i:1075;s:14:\"_X>hT?GU~@MBEA\";i:1076;s:13:\"_X>hT?GUBIlBA\";i:1077;s:14:\"_X>hT?GU~@MBEA\";i:1078;s:13:\"KV=hT?GU\"NlBA\";i:1079;s:24:\"LV=hT?GU4DlBvL.4Fxs@TABA\";i:1080;s:13:\"hg=hT?GU^ClBA\";i:1081;s:40:\"GH=hT?GUO[6yZLtJVElg*NNKBdlB[N.4Fx~5YABA\";i:1082;s:13:\"EH=hT?GU,GlBA\";i:1083;s:13:\"EH=hT?GU8HlBA\";i:1084;s:35:\"{X>hT?GUBIlBJN.4Fxs@BA$T=hT?GU4DlBA\";i:1085;s:13:\"EH=hT?GU,GlBA\";i:1086;s:24:\"zd>hT?GU>BlBFN.4Fx~5KABA\";i:1087;s:24:\"0:?hT?GUiFlBWO.4FxrjAABA\";i:1088;s:24:\"zd=hT?GUTSlBMM.4Fx~5IABA\";i:1089;s:90:\"LH>hT?GUHGlB|L.4Fxs@QA<v=hT?GU@LlBEM.4Fxs@QAq1=hT?GU@LlBkM.4Fx~5YA$T>hT?GU>BlBjL.4FxrjCABA\";i:1090;s:48:\"[J=hT?GUTClBRN.4FxrjYB8AJt(\",ub@0Q5FwwLvSQ[ziAEA\";i:1091;s:13:\">J=hT?GUTClBA\";i:1092;s:37:\"@J=hT?GUTClBRN.4FxrjYB7DQA)\",ub@4E5FA\";i:1093;s:13:\"(a=hT?GUpQlBA\";i:1094;s:24:\"?J=hT?GU!BlBkM.4Fx~5YABA\";i:1095;s:56:\"ZE=hT?GUZA$A\"CSOYM)ZCt^X_Q3nE3`F$ABDSOYM)ZCt&a_Q3nE3`F$A\";i:1096;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:1097;s:12:\"9M=hT?GU/A$A\";i:1098;s:37:\"0d=hT?GU>BlBRN.4FxrjYB=BRtqBJHNz5uvWA\";i:1099;s:92:\"`J=hT?GU!BlBkM.4Fxs@BA7y=hT?GU@LlB|L.4Fxs@QAq1=hT?GUO[>2ZL%NVElg*NVAIAit,ub@4E5FE0LvSQ[z)AEA\";i:1100;s:36:\"{X>hT?GUBIlBzL.4Fx}M\"b6F1xLvSQ[zgAEA\";i:1101;s:13:\"sP=hT?GUOBlBA\";i:1102;s:28:\"j==hT?GUO[E0ZL&\"LvSQ[zGFzH$A\";i:1103;s:13:\"sP=hT?GUuBlBA\";i:1104;s:28:\"j==hT?GUO[E0ZL&\"LvSQ[zGF+O$A\";i:1105;s:81:\"/a>hT?GU4DlBMM.4Fx~5IANc=hT?GUO[95ZL5FVElg*NxA2W+\",ub@ZR5FQwLvSQ[zYA/hjt,ub@ZR5FA\";i:1106;s:24:\"0:?hT?GUiFlBWO.4FxrjAABA\";i:1107;s:24:\"u8=hT?GU4DlB7L.4Fx~5KABA\";i:1108;s:13:\"(a=hT?GU4DlBA\";i:1109;s:34:\"#M=hT?GU/A$A?CSOYMXwBtuW_Q3nE3(D$A\";i:1110;s:13:\"sP=hT?GUuBlBA\";i:1111;s:27:\"*,=hT?GU}j.Aa4$(k)Noa.CtuWA\";i:1112;s:27:\"*,=hT?GU}j.A,h$(k)Noa.NczWA\";i:1113;s:159:\"68=hT?GU4DlBvL.4Fx~5CAeZ=hT?GU4DlBzL.4Fx~5CACt=hT?GU4DlBAM.4Fxs@BA7y=hT?GU4DlBIM.4Fxs@BAO/?hT?GUSFlBWO.4Fx}MFAvW>hT?GUBIlBFN.4Fx}MFA7y>hT?GUO[#TZL4YVElg*N*8MtA\";i:1114;s:13:\"yd=hT?GUzClBA\";i:1115;s:13:\"yd=hT?GUzClBA\";i:1116;s:13:\"yd=hT?GUwLlBA\";i:1117;s:15:\"yd=hT?GUO[s8ZLA\";i:1118;s:15:\"yd=hT?GUO[UEXLA\";i:1119;s:15:\"yd=hT?GUO[[9ZLA\";i:1120;s:97:\"`J=hT?GU!BlBrL.4Fxs@EACt=hT?GUO[T|XL~FVElg*NpAJt+\",ub@y2/>Et&a_Q3nE3/B$ASDSOYMtODt;v`Q3nE30oBt5FA\";i:1121;s:13:\">J>hT?GUoDlBA\";i:1122;s:93:\"`J=hT?GU!BlB|L.4Fxs@JA<v=hT?GUCVlBEM.4Fxs@JAq1=hT?GUCVlB)M.4Fxs@EAO/=hT?GU~@[AZL&(k)Noa.TqyWA\";i:1123;s:100:\"BY>hT?GUFMlBjL.4FxrjCAeZ>hT?GU>BlBJN.4Fx~5CAZ4=hT?GUoDlBNN.4Fxs@LAD\"_Q3nE3%B$ALDSOYM)ZCtGO_Q3nE3_AgA\";i:1124;s:68:\"^J=hT?GU!BlB|L.4Fxs@JA<v=hT?GUCVlBEM.4Fxs@JAq1=hT?GUCVlB)M.4Fxs@EABA\";i:1125;s:15:\"?2=hT?GUO[b#ZLA\";i:1126;s:14:\"?2=hT?GU~@WBEA\";i:1127;s:15:\"EH>hT?GUO[$$ZLA\";i:1128;s:13:\"KV=hT?GUALlBA\";i:1129;s:13:\">J=hT?GUoDlBA\";i:1130;s:24:\"0:?hT?GUiFlBWO.4FxrjAABA\";i:1131;s:126:\"fE=hT?GUZA$A\"CSOYM)ZCt^X_Q3nE3/B$ABDSOYM)ZCt&a_Q3nE3/B$AEDSOYM)ZCtoI_Q3nE3/B$A^CSOYM)ZCt=J_Q3nE3/B$ATDSOYM*+fnlBzP.4FxrjYBlBQA\";i:1132;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:1133;s:12:\"9M=hT?GU/A$A\";i:1134;s:33:\"?J=hT?KU.TlB%ROA(aDFFB;CSOYM?IBtA\";i:1135;s:23:\"FH=hT?GUpA$A=CSOYMLUBtA\";i:1136;s:12:\"9M=hT?GU/A$A\";i:1137;s:124:\"38=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fxs@dA7y=hT?GUeBlBIM.4Fxs@dAU|>hT?GU]VlBkM.4Fx~5YA6F?hT?GU}j)ACA\";i:1138;s:25:\"?J=hT?GUTClB#L.4Fx}M#c6FA\";i:1139;s:36:\"v8=hT?GU~@jB:>pt,ub@dF5F{uLvSQ[zQAEA\";i:1140;s:13:\"_X>hT?GUBIlBA\";i:1141;s:13:\"bS=hT?GUsHlBA\";i:1142;s:26:\"FH=hT?GUO[K&ZLtJVElg*N;AIA\";i:1143;s:79:\"_J=hT?GU!BlB|L.4Fx}MFA<v=hT?GUCVlBEM.4Fx}MFAq1=hT?GUCVlB7L.4Fx~5KAl_?hT?GUoDlBA\";i:1144;s:13:\":`?hT?GU>BlBA\";i:1145;s:13:\">J=hT?GU~AlBA\";i:1146;s:13:\">J=hT?GUTClBA\";i:1147;s:23:\"!M?hT?GUZA$A/DSOYMB]CtA\";i:1148;s:13:\"yd=hT?GU>BlBA\";i:1149;s:71:\"~X>hT?GU}jGBFtkt,ub@qO5Fd5LvSQ[zGFPL$AbDSOYMB]BtGO_Q3nE3ZB$ARDSOYM)ZCtA\";i:1150;s:15:\"mB>hT?GUO[v(ZLA\";i:1151;s:15:\"mB>hT?GUO[_)ZLA\";i:1152;s:13:\"EH>hT?GU4DlBA\";i:1153;s:13:\"EH>hT?GU4DlBA\";i:1154;s:74:\"~X>hT?GU}jGBFtkt,ub@qO5Fd5LvSQ[zGFPL$AbDSOYMB]BtGO_Q3nE3ZB$APDSOYMj<cAsABA\";i:1155;s:15:\"mB>hT?GUO[_)ZLA\";i:1156;s:74:\"~X>hT?GU}jGBFtkt,ub@qO5Fd5LvSQ[zGFPL$AbDSOYMB]BtGO_Q3nE3ZB$APDSOYMj<cAsABA\";i:1157;s:15:\"mB>hT?GUO[_)ZLA\";i:1158;s:13:\"Wx=hT?GU4DlBA\";i:1159;s:13:\">J=hT?GUoDlBA\";i:1160;s:13:\">J=hT?GUoDlBA\";i:1161;s:13:\">J=hT?GU!BlBA\";i:1162;s:13:\">J=hT?GUoDlBA\";i:1163;s:13:\">J=hT?GUoDlBA\";i:1164;s:13:\">J=hT?GUTClBA\";i:1165;s:15:\"Wx=hT?GUO[e+ZLA\";i:1166;s:15:\"Wx=hT?GUO[e+ZLA\";i:1167;s:15:\"mB>hT?GUO[v(ZLA\";i:1168;s:13:\">J=hT?GUoDlBA\";i:1169;s:35:\"@J=hT?GUoDlBnL.4Fx}MBA]9=hT?GU=ElBA\";i:1170;s:37:\"MV?hT?GUO[GOYL0EVElg*NlA2W/\",ub@.U5FA\";i:1171;s:13:\">J=hT?GUoDlBA\";i:1172;s:13:\">J=hT?GUpwlBA\";i:1173;s:13:\"EH?hT?GU>BlBA\";i:1174;s:13:\"_X=hT?GUOBlBA\";i:1175;s:24:\"zd>hT?GU4DlB_M.4Fx~5IABA\";i:1176;s:13:\"yd>hT?GU4DlBA\";i:1177;s:13:\"Wx=hT?GU;KlBA\";i:1178;s:13:\"?2=hT?GU:NlBA\";i:1179;s:13:\"?2=hT?GU<HlBA\";i:1180;s:15:\"?2=hT?GUO[(,ZLA\";i:1181;s:15:\"?2=hT?GUO[e+ZLA\";i:1182;s:26:\"FH=hT?GUO[N/ZLKCVElg*NTCQA\";i:1183;s:13:\"?2=hT?GU<HlBA\";i:1184;s:14:\"?2=hT?GU}jHBEA\";i:1185;s:15:\"EH=hT?GUO[y:ZLA\";i:1186;s:15:\"?2=hT?GUO[e+ZLA\";i:1187;s:15:\"?2=hT?GUO[|;ZLA\";i:1188;s:15:\"EH=hT?GUO[h=ZLA\";i:1189;s:14:\"?2=hT?GU}jHBEA\";i:1190;s:13:\"?2=hT?GU?OlBA\";i:1191;s:15:\"EH=hT?GUO[+>ZLA\";i:1192;s:13:\"EH=hT?GUoDlBA\";i:1193;s:13:\"_X=hT?GUuBlBA\";i:1194;s:24:\")a>hT?GU4DlB.M.4Fx~5IABA\";i:1195;s:13:\"(a>hT?GU4DlBA\";i:1196;s:13:\"?2=hT?GU<HlBA\";i:1197;s:13:\"Wx=hT?GU:NlBA\";i:1198;s:13:\"Wx=hT?GU<HlBA\";i:1199;s:15:\"Wx=hT?GUO[(,ZLA\";i:1200;s:15:\"Wx=hT?GUO[e+ZLA\";i:1201;s:26:\"FH=hT?GUO[N/ZLqCVElg*NTCQA\";i:1202;s:13:\"Wx=hT?GU<HlBA\";i:1203;s:14:\"Wx=hT?GU}jHBEA\";i:1204;s:15:\"EH=hT?GUO[y:ZLA\";i:1205;s:15:\"Wx=hT?GUO[e+ZLA\";i:1206;s:15:\"Wx=hT?GUO[|;ZLA\";i:1207;s:15:\"EH=hT?GUO[h=ZLA\";i:1208;s:14:\"Wx=hT?GU}jHBEA\";i:1209;s:13:\"Wx=hT?GU?OlBA\";i:1210;s:15:\"EH=hT?GUO[+>ZLA\";i:1211;s:13:\">J=hT?GUoDlBA\";i:1212;s:38:\"7}?hT?GU~@fBEA*(k)No`,#C2W\"\",ub@=1kFQA\";i:1213;s:13:\"_X=hT?GUDClBA\";i:1214;s:24:\"zd>hT?GU4DlB_M.4Fx~5IABA\";i:1215;s:13:\"yd>hT?GU4DlBA\";i:1216;s:13:\"Wx=hT?GU;KlBA\";i:1217;s:24:\")a>hT?GU4DlB.M.4Fx~5IABA\";i:1218;s:13:\"(a>hT?GU4DlBA\";i:1219;s:13:\"?2=hT?GU;KlBA\";i:1220;s:15:\"EH=hT?GUO[N/ZLA\";i:1221;s:13:\"bS=hT?GU!RlBA\";i:1222;s:13:\"KV=hT?GU!RlBA\";i:1223;s:15:\"EH=hT?GUO[y:ZLA\";i:1224;s:15:\"EH=hT?GUO[h=ZLA\";i:1225;s:15:\"EH=hT?GUO[+>ZLA\";i:1226;s:13:\"EH=hT?GUoDlBA\";i:1227;s:67:\"4:=hT?GU9ElB#L.4Fx~5DAvW>hT?GUFMlBgM.4Fx~5TABA`Q3nE3TL$ADDSOYMtODtA\";i:1228;s:24:\"LV=hT?GU:NlBvL.4Fx~5TABA\";i:1229;s:81:\"\"X>hT?GUBIlBsM.4Fx}MFA$T>hT?GU9ElB#L.4Fx}M9C6FlxLvSQ[zXv0WSqqI:$vbeEgApBJHNzzguWA\";i:1230;s:26:\"FH=hT?GUO[Q@ZLtJVElg*N;AIA\";i:1231;s:145:\"\"J=hT?GUoDlBtN.4Fxs@EAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFA[Q>hT?GUHGlB.M.4Fx~5IA6F>hT?GUHGlBA\";i:1232;s:24:\"#5=hT?GUoDlB<M.4Fx~5IABA\";i:1233;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:1234;s:13:\"_X>hT?GUFMlBA\";i:1235;s:35:\"{X>hT?GUFMlBgM.4Fx~5TAO/=hT?GUeRlBA\";i:1236;s:90:\"j#=hT?GU=ElB|L.4Fx}MFA<v=hT?GU:NlBEM.4Fx}MFAq1=hT?GU:NlBgM.4Fx~5TApI=hT?GU!BlB)M.4Fx~5IABA\";i:1237;s:24:\"ig=hT?GU^ClBvL.4Fxs@JABA\";i:1238;s:68:\"^J=hT?GUoDlBBN.4Fx}MRA,>=hT?GU4DlBJN.4Fx}MFA|e=hT?GU^ClB3L.4Fx}MCABA\";i:1239;s:37:\"uP=hT?GUuBlBgM.4FxrjYB`DRtoBJHNzM*uWA\";i:1240;s:15:\"EH=hT?GUO[Q@ZLA\";i:1241;s:15:\"EH=hT?GUO[Q@ZLA\";i:1242;s:24:\"?J=hT?GUoDlBQM.4Fxs@BABA\";i:1243;s:46:\"w8=hT?GU|GlBvL.4Fx}MFAeZ=hT?GU|GlBzL.4Fx}MFABA\";i:1244;s:48:\"|X>hT?GUBIlBsM.4FxrjYBeCS\")\",ub@WK5F\"yLvSQ[ziAEA\";i:1245;s:146:\"\"J=hT?GU!BlBeO.4FxrjAAvW>hT?GUBIlBsM.4Fx}MFAkn=hT?GUoDlB`N.4Fxs@EANc?hT?GU4DlBNN.4Fxs@LA%$=hT?GU~@%AwW$(k)No@G:C.YzXJI|+DA8y$(k)NoaI:CTXzXJI|+FACA\";i:1246;s:13:\"c#=hT?GUMHlBA\";i:1247;s:81:\"_J=hT?GU!BlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBfL.4FxrjYB1DRtyBJHNz!PvWA\";i:1248;s:101:\"vu=hT?GU!RlBAM.4Fxs@JA7y=hT?GU!RlBIM.4Fxs@JApI=hT?GU~AlBkM.4FxrjAA$T=hT?GUnGlBgM.4Fx~5KAZ4=hT?GUHGlBA\";i:1249;s:70:\"JH=hT?GUGJlBeO.4FxrjYBIEQA<\",ub@Eg5F`xLvSQ[zUA:>lt,ub@WK5Fx9LvSQ[zTAEA\";i:1250;s:24:\")a>hT?GU4DlB#L.4Fx~5DABA\";i:1251;s:15:\"mB>hT?GUO[\"]ZLA\";i:1252;s:12:\"z:=hT?GUZA$A\";i:1253;s:12:\"z:=hT?GUZA$A\";i:1254;s:13:\"i=>hT?GU9UlBA\";i:1255;s:35:\"Bm?hT?GUDClB!O.4Fxs@CATq?hT?GUDClBA\";i:1256;s:12:\"z:=hT?GUZA$A\";i:1257;s:42:\"Bm?hT?GUO[k_ZLnbVElg*NNKVhlB&O.4FxrjYBMEQA\";i:1258;s:42:\"Bm?hT?GUO[0kXLnbVElg*NNK)ElB&O.4FxrjYB0AIA\";i:1259;s:42:\"Bm?hT?GUO[0kXLnbVElg*NNK)ElB&O.4FxrjYB0AIA\";i:1260;s:42:\"Bm?hT?GUO[k_ZLnbVElg*NNKVhlB&O.4FxrjYBMEQA\";i:1261;s:15:\"(a>hT?GUO[UEZLA\";i:1262;s:13:\"c#>hT?GUXGlBA\";i:1263;s:13:\"c#>hT?GUXGlBA\";i:1264;s:35:\"GH=hT?GUGJlB#L.4Fxs@JApI=hT?GUTClBA\";i:1265;s:24:\"FH=hT?GUGJlB#L.4Fx~5KABA\";i:1266;s:24:\"FH=hT?GUGJlB#L.4Fxs@BABA\";i:1267;s:24:\"FH=hT?GUGJlB#L.4Fx}MGABA\";i:1268;s:158:\"/M=hT?GU/A$A\"CSOYM)ZCt^X_Q3nE3(D$ABDSOYM)ZCt&a_Q3nE3(D$AWDSOYMj<e\"vANc=hT?GUzClBNN.4Fx}MHE6Fo4LvSQ[ztNyWp1tIkcwY)!Q\"3r_Q3nE30o$$5FfzLvSQ[zGFtB$ARDSOYMj<dtIACA\";i:1269;s:137:\"48=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAO/=hT?GU}j_Am_&(k)No/r:C$YzXJI|+hA,h$(k)Noa.U|zWA\";i:1270;s:13:\"),=hT?GUlMlBA\";i:1271;s:81:\"@`=hT?GUSFlBQM.4Fx}MFA[Q=hT?GU>BlB7L.4Fx}MFA$T=hT?GU>BlB}M.4Fx~5DA+h>hT?GUO[k_XLA\";i:1272;s:140:\"}J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtaS`Q3nE30ou{5F&6LvSQ[zGF]K$A!DSOYMj<dt9A,h((k)NoyAlBBN.4Fx}MRA$T>hT?GUzClB#L.4Fx~5DABA\";i:1273;s:13:\"yd=hT?GU>BlBA\";i:1274;s:46:\"]2?hT?GU4DlB{O.4Fx}MFAI7?hT?GU4DlB3L.4Fx}MCABA\";i:1275;s:37:\"@J=hT?GUTClB#L.4Fx~5DA+h>hT?GUO[^XZLA\";i:1276;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:1277;s:13:\">J=hT?GUTClBA\";i:1278;s:13:\"KV=hT?GUsHlBA\";i:1279;s:24:\"`X=hT?GUDClB#L.4Fx~5DABA\";i:1280;s:35:\"@J=hT?GU!BlB#L.4Fx~5DAvW=hT?GUDClBA\";i:1281;s:13:\"t8=hT?GUsHlBA\";i:1282;s:45:\"SjIizXJI|+wCoIgA)G{Q3nE30oBt6F@@MCJHNzRmOAa\"A\";i:1283;s:24:\"cS=hT?GUsHlB3L.4Fx~5BABA\";i:1284;s:13:\"_X=hT?GUuBlBA\";i:1285;s:13:\"(a=hT?GU4DlBA\";i:1286;s:13:\">J=hT?GU!BlBA\";i:1287;s:13:\":`=hT?GUiFlBA\";i:1288;s:111:\"+M=hT?GU/A$ANDSOYMj<Ctxd_Q3nE3OC$A\"CSOYM5qDt^X_Q3nE3/B$ABDSOYM5qDt&a_Q3nE3/B$ATDSOYMM%Gt;v_Q3nE3EI$AIDSOYMB]FtA\";i:1289;s:15:\"yd=hT?GUO[lBYLA\";i:1290;s:13:\"(a=hT?GUQLlBA\";i:1291;s:13:\"(a=hT?GUsHlBA\";i:1292;s:13:\"t8=hT?GU4DlBA\";i:1293;s:24:\")a=hT?GUdElBgM.4Fx~5TABA\";i:1294;s:48:\"w8=hT?GUdElB}M.4FxrjXAYL>hT?GU}jUByWlt,ub@=1[EQA\";i:1295;s:49:\"vP=hT?GUOBlBvL.4Fx}M[G6F+uLvSQ[zGF}Q$A]CSOYMM%BtA\";i:1296;s:57:\"ru=hT?GUnGlBAM.4Fx}MFA7y=hT?GU|GlBIM.4Fx}MFA]9=hT?GUCFlBA\";i:1297;s:52:\"[J=hT?GU!BlBkM.4FxrjYBhBRtxBJHNzRmPtPAU|>hT?GU~@DBEA\";i:1298;s:26:\"u8=hT?GU#OlB4M.4FxrjYBYEQA\";i:1299;s:35:\"@J=hT?GU!BlBkM.4Fxs@OAf+=hT?GU<HlBA\";i:1300;s:85:\"\"X>hT?GUBIlBFN.4FxrjQA,>=hT?GU4DlBzL.4Fx}Mc16F?zLvSQ[zOAz(lt,ub@y2^QNtVx_Q3nE30o;v6FA\";i:1301;s:109:\"18=hT?GU4DlBvL.4Fx~5CAeZ=hT?GU}j]Aln#(k)No%D:CiazXJI|+wC8Ii\"xBJHNzRmPtxAO/=hT?GUZA$AFDSOYMj<dtIBG\"#(k)NoGE:CA\";i:1302;s:13:\"mB?hT?GUnWlBA\";i:1303;s:115:\"CY>hT?GUBIlBFN.4FxrjQAI7=hT?GUsHlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MY%6F?zLvSQ[zqAyWit,ub@`d5F7vLvSQ[z%A:>kt,ub@y2EtNtA\";i:1304;s:24:\"`X>hT?GUBIlBUM.4Fx}MdABA\";i:1305;s:57:\"m==hT?GU3GlBgM.4Fxs@PAvW>hT?GUBIlBsM.4Fx}MFAO/=hT?GU<HlBA\";i:1306;s:24:\"u8=hT?GU4DlB7L.4Fxs@JABA\";i:1307;s:24:\"u8=hT?GU4DlB7L.4Fx~5LABA\";i:1308;s:13:\"(a=hT?GU<HlBA\";i:1309;s:24:\"u8=hT?GU4DlB7L.4Fxs@JABA\";i:1310;s:13:\"t8=hT?GUdElBA\";i:1311;s:24:\"u8=hT?GU4DlB<M.4Fx}MFABA\";i:1312;s:103:\"_J=hT?KU.TlB%ROA(aDFFB:DSOYMj<dtMAx()(k)Noa.f+uWl%qI:$vbaU.I:CnbzXJI|+wCcIi\"%BJHNzRm8WvAO/>hT?GUO[/`ZLA\";i:1313;s:24:\"cS=hT?GURIlB#L.4Fx~5FABA\";i:1314;s:42:\"pu?hT?GUO[8MaLscVElg*NNKfjlB>O.4FxrjYBmEQA\";i:1315;s:13:\"yd=hT?GUzClBA\";i:1316;s:25:\")a=hT?GU4DlB)M.4Fx}M9&6FA\";i:1317;s:46:\"qu=hT?GU<HlBAM.4Fx~5LA7y=hT?GUdElBIM.4Fx~5LABA\";i:1318;s:13:\"(a=hT?GU4DlBA\";i:1319;s:13:\"t8=hT?GUdElBA\";i:1320;s:13:\"(a=hT?GU4DlBA\";i:1321;s:13:\"!5=hT?GU4DlBA\";i:1322;s:13:\"yd=hT?GUwLlBA\";i:1323;s:24:\"zd=hT?GU>BlBRN.4Fx~5DABA\";i:1324;s:63:\"[J=hT?KU.TlB%ROA(aDFFB:DSOYMj<dtMAx()(k)Noa.f+uWl%qI:$vbaU.I:CA\";i:1325;s:34:\"pu?hT?GUZA$A$DSOYM?IBtdZ`Q3nE3MAgA\";i:1326;s:13:\"yd=hT?GUzClBA\";i:1327;s:13:\">J=hT?GUoDlBA\";i:1328;s:25:\"?J=hT?GU!BlBvL.4Fx}M[G6FA\";i:1329;s:13:\"(a=hT?GU4DlBA\";i:1330;s:13:\"t8=hT?GU4DlBA\";i:1331;s:25:\"#5=hT?GU}jUBc4wt,ub@+65FA\";i:1332;s:35:\"0d=hT?GUwLlBjL.4Fx}MDAHO=hT?GUOBlBA\";i:1333;s:13:\"yd=hT?GUzClBA\";i:1334;s:37:\"0d=hT?GUO[GOaLFBVElg*NZA2W(\",ub@4E5FA\";i:1335;s:15:\"yd=hT?GUO[rPaLA\";i:1336;s:37:\"0d=hT?GUO[UEXLFBVElg*NZA2W(\",ub@4E5FA\";i:1337;s:13:\"yd=hT?GUwLlBA\";i:1338;s:36:\"0d=hT?GU~@_A]Q#(k)NomE:C{WzXJI{ZDACA\";i:1339;s:15:\"yd=hT?GUO[:CYLA\";i:1340;s:37:\"0d=hT?GUO[@QaLFBVElg*NZA2W(\",ub@4E5FA\";i:1341;s:15:\"yd=hT?GUO[GOaLA\";i:1342;s:15:\"bS@hT?GUO[XLZLA\";i:1343;s:30:\">J=hT?KUO[N/YL#zGFaKlBi<e\"dADA\";i:1344;s:85:\"?`=hT?GUSFlB#L.4Fx~5DApI=hT?KU.TlB%ROA(aDFFBLESOYMj<dt+ADt+(k)Noa.1kyWJ`qI:$vbaU1x:CA\";i:1345;s:13:\":`=hT?GUSFlBA\";i:1346;s:96:\"_J=hT?KU.TlB%ROA(aDFFB{DSOYM?IBtY4`Q3nE3MAi\"~BJHNznEuW#^qI:$vbaU1x:CFhzXJI|+wCSGi\"GCJHNzRm8WjABA\";i:1347;s:13:\"(a=hT?GUdElBA\";i:1348;s:13:\"t8=hT?GU>BlBA\";i:1349;s:81:\"\"X>hT?GUFMlBQM.4Fx}MFA[Q=hT?GU>BlB7L.4Fx}MFA$T=hT?GU>BlB|L.4Fx}MLA+h>hT?GUO[DHaLA\";i:1350;s:48:\"|X>hT?GU~@MBbLit,ub@xJ5FwwLvSQ[z6{0W^|qI:$vb9DgA\";i:1351;s:13:\"t8=hT?GU4DlBA\";i:1352;s:37:\"uP=hT?GUOBlBnL.4Fx~5BANc=hT?GUO[:CYLA\";i:1353;s:37:\"uP=hT?GUuBlBnL.4Fx}MCANc=hT?GUO[:CYLA\";i:1354;s:219:\"oC1B<\",ub@Uw5F%tLvSQ[zEAc4jt,ub@qO5FGuLvSQ[zKAbLit,ub@&+5FWuLvSQ[zKAEA$(k)Noa.$TxW|LqI:$vbaUI.:CIYzXJI|+wCwEi\"uBJHNzRm8WzANc=hT?GU>BlBRN.4FxrjYBwES\".\",ub@y29yEt3r_Q3nE30o6y6FlxLvSQ[zHA:>ot,ub@3|5FmuLvSQ[zLAEA((k)No>s:CA\";i:1355;s:29:\")a>hT?GUO[:CYLqCVElg*NNKkklBA\";i:1356;s:26:\"FH=hT?GUO[K&ZLmOVElg*NdAIA\";i:1357;s:29:\"zd>hT?GUO[:CYLKCVElg*NNKkklBA\";i:1358;s:26:\"FH=hT?GUO[uWaL+OVElg*NdAIA\";i:1359;s:24:\";`=hT?GUSFlBBN.4Fx}MRABA\";i:1360;s:56:\"fS?hT?GUZA$AXDSOYMj<DtUE`Q3nE3/B$AYDSOYM)ZCtH7_Q3nE3/B$A\";i:1361;s:27:\"G0>hT?GU}jiBFtit,ub@y28FOtA\";i:1362;s:14:\"F0>hT?GU}jiBEA\";i:1363;s:13:\">J=hT?GUoDlBA\";i:1364;s:13:\"(a=hT?GUjClBA\";i:1365;s:13:\"_X=hT?GUDClBA\";i:1366;s:13:\"_X=hT?GUOBlBA\";i:1367;s:13:\"_X=hT?GUuBlBA\";i:1368;s:58:\"fS?hT?GU4DlBBN.4Fx}M~u6F.4LvSQ[zUAbLmt,ub@qO5Fk0LvSQ[zUAEA\";i:1369;s:24:\"ig?hT?GUiFlB2O.4Fx~5HABA\";i:1370;s:132:\"_`=hT?GUSFlBBN.4Fx}MRACt=hT?GUO[H7YL~FVElg*N`AJt+\",ub@xJ5FgwLvSQ[zqAFtlt,ub@y2aLOt3r_Q3nE30o/V5F@wLvSQ[zGF\"C$A6DSOYMj<Ct@Q`Q3nE32C$A\";i:1371;s:50:\"f#=hT?GUO[1[XL.IVElg*NvAJt.\",ub@ZR5F*xLvSQ[zGFRF$A\";i:1372;s:58:\"x8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GUQLlBzL.4Fx}MFAeZ?hT?GU~@GBEA\";i:1373;s:13:\"c#=hT?GU~QlBA\";i:1374;s:112:\"}2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBgM.4Fx~5TABA\";i:1375;s:24:\"?J=hT?GU!BlBBN.4Fx}MRABA\";i:1376;s:13:\"c#=hT?GUMHlBA\";i:1377;s:13:\"nu=hT?GU4DlBA\";i:1378;s:13:\"nu=hT?GU4DlBA\";i:1379;s:13:\"nu=hT?GU:NlBA\";i:1380;s:13:\"yd=hT?GUzClBA\";i:1381;s:47:\"|X>hT?GUBIlBoM.4FxrjJA6F=hT?GU,GlBzL.4Fx}M1a6FA\";i:1382;s:14:\"(a=hT?GU~@%ACA\";i:1383;s:13:\"(a=hT?GU4DlBA\";i:1384;s:94:\"iS?hT?GU}jCBG\"%(k)NoKY:C^XzXJI{ZjA7F$(k)No}O:CIYzXJI{ZnA]Q$(k)No}O:C9ZzXJI|+wCZJi\"0BJHNzij+Q$A\";i:1385;s:23:\"?J=hT?GU5A$A_CSOYMB]BtA\";i:1386;s:136:\"~J=hT?GU(ClB(L.4Fx}MEAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFA]9=hT?GUO[;vXL.IVElg*N&BQA\";i:1387;s:13:\"c#=hT?GU~QlBA\";i:1388;s:13:\"_X=hT?GUDClBA\";i:1389;s:24:\"?J=hT?GU!BlB3L.4Fxs@CABA\";i:1390;s:35:\"@J=hT?GU!BlB#L.4Fx~5DAvW=hT?GUDClBA\";i:1391;s:13:\"t8=hT?GUdElBA\";i:1392;s:29:\"RjgizXJI{Z`DaLLPVElg*NNK`BlBA\";i:1393;s:24:\"`X>hT?GUFMlBeO.4FxrjAABA\";i:1394;s:13:\"KV>hT?GUzClBA\";i:1395;s:13:\"KV>hT?GU>BlBA\";i:1396;s:74:\"]J=hT?KU.TlB%ROA(aDFFBLESOYMj<dt+ADt+(k)Noa.1kyWJ`qI:$vbaU1x:C`ZzXJI{ZHACA\";i:1397;s:13:\"yd=hT?GUzClBA\";i:1398;s:34:\"MV@hT?GUZA$A|DSOYM?IBt95`Q3nE3MAgA\";i:1399;s:13:\"KV?hT?GU4TlBA\";i:1400;s:13:\"(a=hT?GUsHlBA\";i:1401;s:15:\"bS?hT?GUO[MceLA\";i:1402;s:15:\"bS?hT?GUO[xdeLA\";i:1403;s:15:\"bS?hT?GUO[McaLA\";i:1404;s:15:\"bS?hT?GUO[xdaLA\";i:1405;s:15:\"bS?hT?GUO[MceLA\";i:1406;s:15:\"bS?hT?GUO[xdeLA\";i:1407;s:57:\"lg=hT?GU^ClB|L.4Fx}MFA<v=hT?GU!RlBEM.4Fx}MFAq1=hT?GU!RlBA\";i:1408;s:57:\"lg=hT?GU^ClB|L.4Fx}MFA<v=hT?GU#OlBEM.4Fx}MFAq1=hT?GU#OlBA\";i:1409;s:57:\">`=hT?GUSFlBQM.4Fx}MFA[Q=hT?GUVMlB7L.4Fx}MFA$T=hT?GUVMlBA\";i:1410;s:81:\"_J=hT?GU!BlBrL.4Fx~5BANc=hT?GUO[UEXL5FVElg*NpA2W+\",ub@`d5FQwLvSQ[zUA/hjt,ub@`d5FA\";i:1411;s:13:\"yd=hT?GUzClBA\";i:1412;s:25:\";`=hT?GUiFlBBN.4Fx}ML46FA\";i:1413;s:15:\"bS?hT?GUO[{eaLA\";i:1414;s:46:\"|X>hT?GUFMlBzL.4Fx~5CA[Q=hT?GU>BlB#L.4Fx~5DABA\";i:1415;s:26:\"Rj=hT?GUO[ggaLmOVElg*NpAIA\";i:1416;s:29:\"@2=hT?GUO[*haL~FVElg*NNK~llBA\";i:1417;s:13:\"_X>hT?GUFMlBA\";i:1418;s:13:\"hg?hT?GUiFlBA\";i:1419;s:103:\"BY>hT?GUBIlBsM.4FxrjQANc=hT?GUzClB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBeO.4FxrjYBmCQA*\",ub@:u5FA\";i:1420;s:59:\"%M?hT?GU4DlBzL.4Fx~5CA[Q=hT?GU>BlB#L.4Fx~5CA+h>hT?GUO[k_XLA\";i:1421;s:27:\"?J=hT?GUO[PjaL:CVElg*NuxOtA\";i:1422;s:13:\">J=hT?GU!BlBA\";i:1423;s:135:\"48=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFAU|>hT?GU]VlBUM.4Fx}MHA6F?hT?GU}j)A]Q#(k)NomE:C^XzXJI{ZKA7F$(k)NoVH:CIYzXJI{ZKA]Q$(k)NoVH:CA\";i:1424;s:46:\"qu=hT?GU#OlBAM.4Fxs@BA7y=hT?GU#OlBIM.4Fxs@BABA\";i:1425;s:68:\"^J=hT?GUTClB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBkM.4FxrjAABA\";i:1426;s:13:\":`=hT?GUiFlBA\";i:1427;s:13:\">J=hT?GU!BlBA\";i:1428;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU@LlBzL.4Fx}MFABA\";i:1429;s:37:\"+,=hT?GUkPlBkM.4FxrjYBoCRtpBJHNz)dvWA\";i:1430;s:26:\"*,=hT?GU}jNByWkt,ub@=1TEQA\";i:1431;s:13:\">J=hT?GUTClBA\";i:1432;s:13:\">J=hT?GUTClBA\";i:1433;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1434;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1435;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1436;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1437;s:13:\"c#>hT?GUCFlBA\";i:1438;s:29:\"LV=hT?GUO[0kaLKCVElg*NNKemlBA\";i:1439;s:13:\":`=hT?GUiFlBA\";i:1440;s:13:\"hg?hT?GUSFlBA\";i:1441;s:75:\"y8=hT?GUO[~laL5FVElg*NpA2W+\",ub@y2y(OtdZ_Q3nE3/B$ACDSOYMj<cA3ApI=hT?GUTClBA\";i:1442;s:127:\"}J=hT?GUTClBeO.4FxrjYB>EQA<\",ub@Eg5F.4LvSQ[zuAbLmt,ub@Ku5FLvLvSQ[zGFvT$AIDSOYMj<Bt0k_Q3nE3MAgA*BJHNz;}xW\"SqI:$vb7BgAwBJHNzj@uWA\";i:1443;s:26:\"FH=hT?GUO[VxZL(HVElg*N%AIA\";i:1444;s:13:\"_X=hT?GUDClBA\";i:1445;s:13:\"_X=hT?GUuBlBA\";i:1446;s:13:\">J=hT?GUoDlBA\";i:1447;s:58:\"]J=hT?GU!BlB0M.4FxrjHAvW>hT?GUFMlBeO.4Fx}M=]6F)0LvSQ[zOAEA\";i:1448;s:41:\"jg>hT?GUO[3raL>WVElg*NAbJt;v`Q3nE30oBt5FA\";i:1449;s:91:\"5d=hT?GUzClB}M.4Fx~5CAO/?hT?GUiFlBBN.4Fx}ML46F`xLvSQ[zUAz(pt,ub@JB5FS6LvSQ[zdAFtqt,ub@.U5FA\";i:1450;s:70:\"~X>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlB}M.4Fx~5DANc=hT?GUzClBeO.4FxrjYB&AIA\";i:1451;s:13:\">J=hT?GUoDlBA\";i:1452;s:73:\"3d=hT?GUzClB}M.4Fx~5DApI=hT?GU!BlBeO.4FxrjYB_ES\"\"\",ub@y2DAwWWeqI:$vbX%S\"A\";i:1453;s:81:\"\"X>hT?GUBIlBsM.4Fx}MFAeZ>hT?GU4DlB#L.4Fx~5DA$T>hT?GUzClBjL.4FxrjCA[Q?hT?GUO[$$YLA\";i:1454;s:24:\"S@=hT?GUwLlB,L.4Fx~5QABA\";i:1455;s:68:\"~X>hT?GUFMlBeO.4Fxrj$AI7=hT?GU5wlBvL.4Fx}M*AeZ=hT?GU5wlBzL.4Fx}M*ABA\";i:1456;s:13:\"_X>hT?GUFMlBA\";i:1457;s:91:\"AY>hT?GUBIlBjP.4Fxs@)Al_=hT?GUSFlBsM.4Fx}MFAeZ>hT?GU4DlBJN.4Fx}MFApI?hT?GU4DlBeO.4Fx}MTg6FA\";i:1458;s:46:\"+a=hT?GU5wlBjL.4Fxrj&A+h>hT?GUpwlBiO.4Fxs@)ABA\";i:1459;s:13:\"!5>hT?GU4TlBA\";i:1460;s:13:\"EH@hT?GU?ulBA\";i:1461;s:14:\"(a=hT?GU~@%ACA\";i:1462;s:58:\"ru=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFA+hoizXJI|+JACA\";i:1463;s:26:\"@2>hT?GUO[muaLqCVElg*NpAIA\";i:1464;s:79:\")5=hT?GUITlBgM.4Fxs@FA]9=hT?GU.DlB|L.4Fx}MJA<v=hT?GUeBlBEM.4Fx}MJAq1=hT?GUeBlBA\";i:1465;s:46:\"qu=hT?GU:NlBAM.4Fxs@BA7y=hT?GU:NlBIM.4Fxs@BABA\";i:1466;s:13:\"yd=hT?GUzClBA\";i:1467;s:15:\"yd=hT?GUO[;veLA\";i:1468;s:13:\"5}>hT?GU]VlBA\";i:1469;s:68:\"su=hT?GU\"NlBAM.4Fx}MGA7y=hT?GU\"NlBIM.4Fx}MGAO/=hT?GU@LlBgM.4Fx~5TABA\";i:1470;s:13:\"R@=hT?GU!RlBA\";i:1471;s:24:\"?J=hT?GUTClBIM.4Fx~5LABA\";i:1472;s:24:\"?J=hT?GUTClBAM.4Fx~5LABA\";i:1473;s:46:\"qu=hT?GU4DlBAM.4Fx~5KA7y=hT?GU4DlBIM.4Fx~5KABA\";i:1474;s:46:\"qu=hT?GU4DlBAM.4Fxs@JA7y=hT?GU4DlBIM.4Fxs@JABA\";i:1475;s:46:\"qu=hT?GU4DlBAM.4Fx~5KA7y=hT?GU4DlBIM.4Fx~5KABA\";i:1476;s:46:\"qu=hT?GU4DlBAM.4Fxs@JA7y=hT?GU4DlBIM.4Fxs@JABA\";i:1477;s:36:\"T@=hT?GUwLlBQM.4Fx}M@Z6FxtLvSQ[zJAEA\";i:1478;s:13:\"!5=hT?GUITlBA\";i:1479;s:24:\"zd=hT?GUzClB9N.4Fx}MZABA\";i:1480;s:13:\"5}>hT?GU]VlBA\";i:1481;s:13:\">J=hT?GU~AlBA\";i:1482;s:46:\"qu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:1483;s:13:\"),=hT?GUlMlBA\";i:1484;s:24:\"`X>hT?GUFMlB0M.4FxrjHABA\";i:1485;s:13:\"KV>hT?GUCVlBA\";i:1486;s:231:\"oC+u*\",ub@*N5FV%LvSQ[zAkzWtpqI:$vbPFgA*BJHNz;}xWKCqI:$vbmAS\"_\",ub@qO5F?zLvSQ[zKAEA$(k)No>M:CAYzXJI|+DAZL$(k)No>M:CQYzXJI|+DADt%(k)NoKY:CfbzXJI|+wC.Ei\"qBJHNz5uuWVxqI:$vbaU!m:CgYzXJI{ZKA,h#(k)NoVH:CbXzXJI{ZKAln#(k)NoVH:CwYzXJI{Z{wZLA\";i:1487;s:15:\"yd=hT?GUO[VxeLA\";i:1488;s:13:\"t8=hT?GU?!lBA\";i:1489;s:13:\"(a=hT?GU5wlBA\";i:1490;s:13:\"(a=hT?GUeBlBA\";i:1491;s:13:\"(a=hT?GU5wlBA\";i:1492;s:15:\"t8=hT?GUO[6yeLA\";i:1493;s:15:\"t8=hT?GUO[E0eLA\";i:1494;s:13:\"yd=hT?GU?ulBA\";i:1495;s:38:\"MV>hT?GU}j\"A/hjt,ub@/%7FFxLvSQ[zGF&q$A\";i:1496;s:24:\"zd=hT?GU9ElB}M.4Fx~5GABA\";i:1497;s:13:\"9M=hT?GUpwlBA\";i:1498;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1499;s:13:\"KV=hT?GU$7lBA\";i:1500;s:14:\"5}>hT?GU~@DBEA\";i:1501;s:35:\"uP=hT?GUpwlB#L.4Fx~5(A};>hT?GU9UlBA\";i:1502;s:116:\",5=hT?GUITlB#L.4FxrjbAf+=hT?GUNElBUM.4FxrjFACt=hT?GUnGlBAM.4Fxs@BA7y=hT?GUnGlBIM.4Fxs@BAHO=hT?IUOBlBUoCApI_Q3nE3%J$A\";i:1503;s:80:\"tu=hT?GU|GlBAM.4Fxs@BA7y=hT?GU|GlBIM.4Fxs@BAU|>hT?GU~@DByWit,ub@nH5FY4LvSQ[zkBIA\";i:1504;s:24:\"zd=hT?GUzClBvL.4Fx}MFABA\";i:1505;s:35:\"0d=hT?GUzClBvL.4Fx}MFA};>hT?GU9UlBA\";i:1506;s:13:\"sP=hT?GUoDlBA\";i:1507;s:123:\".5=hT?GUITlB#L.4Fx~5DA$T>hT?GU4TlBgM.4Fxs@FA]9=hT?GU.DlB|L.4Fx}MJA<v=hT?GUeBlBEM.4Fx}MJAq1=hT?GUeBlB=N.4FxrjdA[Q=hT?GU4DlBA\";i:1508;s:13:\">J=hT?GU~AlBA\";i:1509;s:68:\"PV=hT?GU4DlBvL.4Fx}MFACt=hT?GURIlBAM.4Fx~5LA7y=hT?GURIlBIM.4Fx~5LABA\";i:1510;s:42:\"7}=hT?GUO[>2aLDHVElg*NNK.olBUM.4FxrjYBLFQA\";i:1511;s:42:\"7}=hT?GUO[H7aLDHVElg*NNKdplBUM.4FxrjYBRFQA\";i:1512;s:24:\"zd=hT?GUzClBvL.4Fx}MFABA\";i:1513;s:35:\"<`=hT?GUSFlBBN.4Fx}MRANc=hT?GUzClBA\";i:1514;s:151:\"!d=hT?GU;KlB}M.4Fx}MMl6F1xLvSQ[zu6zW&aqI:$vbaU~l:CCazXJI|+WAx($(k)Nooe:CSazXJI{ZrAm_$(k)NoEK:C+ezXJI|+JA,h((k)No`,EC3(.\",ub@ma5FlxLvSQ[z?AG\"#(k)NoGE:CA\";i:1515;s:290:\"oCTv*\",ub@*N5F(3LvSQ[zTA/hvt,ub@=1.DRt0BJHNzRm9(aAZ4=hT?GUO[[9YL(HVElg*N3AIApt,ub@%~5FxtLvSQ[zJAbLkt,ub@0Q5FC6LvSQ[zUA:>lt,ub@nH5F+uLvSQ[zOAEA$(k)No>M:CAYzXJI|+DAZL$(k)No>M:CQYzXJI|+DADt%(k)NoKY:CfbzXJI|+wC.Ei\"qBJHNz5uuWVxqI:$vbaU!m:CgYzXJI{ZKA,h#(k)NoVH:CbXzXJI{ZKAln#(k)NoVH:C;XzXJI{ZKACA\";i:1516;s:13:\"Qj>hT?GUzClBA\";i:1517;s:13:\":`=hT?GUSFlBA\";i:1518;s:13:\"5}>hT?GU]VlBA\";i:1519;s:13:\"Qj>hT?GUzClBA\";i:1520;s:13:\"mB?hT?GUnWlBA\";i:1521;s:13:\"t8=hT?GU4DlBA\";i:1522;s:37:\"uP=hT?GUOBlBeO.4FxrjYBmCRtpBJHNzd&wWA\";i:1523;s:97:\"LH=hT?GU}j^ADt%(k)NoCQ:C+WzXJI|+EAm_$(k)No`,vBJt)\",ub@y2Q/Pt>2_Q3nE3ZB$AYDSOYMj<e\"7Al_=hT?GUSFlBA\";i:1524;s:13:\"(a>hT?GUzClBA\";i:1525;s:46:\"qu=hT?GURIlBAM.4Fxs@BA7y=hT?GURIlBIM.4Fxs@BABA\";i:1526;s:63:\"[J=hT?KU.TlB%ROA(aDFFBnDSOYMj<e\"GAf+>hT?GUO[~lXLkUVElg*NNK0ElBA\";i:1527;s:13:\">J=hT?GUoDlBA\";i:1528;s:66:\"]J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtDH_Q3nE30AgA\";i:1529;s:24:\"S@>hT?GUeRlBCO.4Fx}MfABA\";i:1530;s:24:\"ou=hT?GU4DlBEM.4Fx}MFABA\";i:1531;s:48:\"vP=hT?GUuBlB|L.4Fx}MFA%$=hT?GUO[UEXLvDVElg*NVAIA\";i:1532;s:116:\"1P=hT?GUuBlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB#L.4Fx~5&ACt=hT?GUNElBAM.4FxrjYBXFS\"+\",ub@0Q5FgwLvSQ[zGFBV$A\";i:1533;s:24:\"ou=hT?GU;KlBEM.4Fxs@VABA\";i:1534;s:24:\"@2=hT?GU<HlBAM.4Fx}MLABA\";i:1535;s:13:\"bS=hT?GU\"NlBA\";i:1536;s:13:\"?2=hT?GU4DlBA\";i:1537;s:13:\"?2=hT?GUeBlBA\";i:1538;s:13:\"?2=hT?GU4DlBA\";i:1539;s:42:\"k=?hT?GUO[PjXLggVElg*NNKkElBfP.4FxrjYByAIA\";i:1540;s:46:\"qu=hT?GUeBlBAM.4Fxs@BA7y=hT?GUeBlBIM.4Fx}MFABA\";i:1541;s:13:\"?2=hT?GUeBlBA\";i:1542;s:46:\"qu=hT?GUsHlBAM.4Fx}MFA7y=hT?GUsHlBIM.4Fx}MFABA\";i:1543;s:13:\">J=hT?GU!BlBA\";i:1544;s:24:\"G0=hT?GU|GlBAM.4Fx}MFABA\";i:1545;s:24:\"@2=hT?GUeBlBAM.4Fxs@BABA\";i:1546;s:13:\"nu=hT?GUsHlBA\";i:1547;s:46:\"qu=hT?GUsHlBAM.4Fx}MFA7y=hT?GUjClBIM.4Fx}MFABA\";i:1548;s:37:\"uP=hT?GUOBlB#L.4Fx~5DA%$=hT?GUO[v(aLA\";i:1549;s:24:\"zd=hT?GUzClB^L.4Fx}MFABA\";i:1550;s:15:\"bS?hT?GUO[_)eLA\";i:1551;s:13:\"sP=hT?GUoDlBA\";i:1552;s:14:\"z:=hT?GU~@fBEA\";i:1553;s:13:\"!5=hT?GUoDlBA\";i:1554;s:13:\"KV>hT?GU>BlBA\";i:1555;s:142:\"EY>hT?GUFMlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4?z}MFAq1t`gA%T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBrL.4Fx~5BANc=hT?GUzClBeO.4FxrjYB&AIA\";i:1556;s:97:\"LH=hT?GU}j^ADt%(k)NoCQ:C+WzXJI|+EAm_$(k)No`,vBJt)\",ub@y2Q/Pt>2_Q3nE3ZB$AYDSOYMj<e\"7Al_=hT?GUSFlBA\";i:1557;s:13:\"(a>hT?GUzClBA\";i:1558;s:226:\"oCJ*&\",ur@P?5F>+4A_QNUUEXP.4FxrjYByAK\"st,ub@y29yCt.o`Q3nE30o1R5F>2LvSQ[zLAbLot,ub@MI5FT3LvSQ[zLAc4qt,ub@y2_9It#T`Q3nE30oT|5F]6LvSQ[zGF:K$A?CSOYMAlBtGO_Q3nE3ZB$A\"CSOYMB]Dt^X_Q3nE3/B$ABDSOYMu7Dt&a_Q3nE3/B$ADDSOYM)ZCts8_Q3nE3QE$A\";i:1559;s:13:\">J=hT?GUoDlBA\";i:1560;s:60:\"9}?hT?GU~@fBEA*(k)No`,#C2W\"\",ub@=1kFRtpBJHNzcVuWUEqI:$vb]AQA\";i:1561;s:15:\"t8=hT?GUO[e+aLA\";i:1562;s:13:\"_X>hT?GUFMlBA\";i:1563;s:24:\"u8=hT?GUdElBzL.4Fx}MFABA\";i:1564;s:79:\"z8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFAq1=hT?GU4DlB#L.4Fx~5DA6F>hT?GU4DlBA\";i:1565;s:133:\")}?hT?GUZA$A?DSOYM?IBtmu`Q3nE3MAi\"vBJHNzcVuWUEqI:$vb]ARtpBJHNzcVuW_EqI:$vb]ARtnBJHNztSuWXLqI:$vb]ARttBJHNz@5uW8MqI:$vb]ARtuBJHNz@5uWA\";i:1566;s:13:\"yd=hT?GU>BlBA\";i:1567;s:13:\"mB>hT?GUoDlBA\";i:1568;s:15:\"R@=hT?GUO[(,aLA\";i:1569;s:46:\"qu=hT?GU4DlBAM.4Fxs@BA7y=hT?GU4DlBIM.4Fx}MFABA\";i:1570;s:35:\"MV>hT?GU>BlB5N.4Fxs@IANc=hT?GU>BlBA\";i:1571;s:12:\"bS?hT?GUZA$A\";i:1572;s:15:\"(a=hT?GUO[N/aLA\";i:1573;s:24:\"`X>hT?GUFMlB7L.4Fx}MLABA\";i:1574;s:24:\"ig>hT?GUhIlBMM.4Fxs@EABA\";i:1575;s:13:\"_X=hT?GUDClBA\";i:1576;s:13:\"yd=hT?GU>BlBA\";i:1577;s:24:\"LV>hT?GU>BlB5N.4Fxs@IABA\";i:1578;s:34:\"*a=hT?GUkPlB3L.4Fxs@CAYL=hT?GU/A$A\";i:1579;s:159:\"GY>hT?GUFMlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB$Q.4Fx~5VAl_@hT?GU~@@AP/+(k)Nooe:C`RHByD1+!RKHgAtBJHNzM*uW|LqI:$vb]AS\"+\",ub@ZR5FgwLvSQ[zUAG\"#(k)NoGE:CA\";i:1580;s:13:\"9M=hT?GUoDlBA\";i:1581;s:119:\"NH=hT?GUGJlBjL.4FxrjCAl_=hT?GUSFlBBN.4FxrjLA,>=hT?GU4DlBFN.4FxrjYBVFS\")\",ub@y2Q/Pt>2_Q3nE30oa]6FfzLvSQ[z~AJt:\",ub@\"!5FA\";i:1582;s:13:\"(a>hT?GUzClBA\";i:1583;s:13:\"t8=hT?GU<HlBA\";i:1584;s:13:\"t8=hT?GU4DlBA\";i:1585;s:13:\":`=hT?GUiFlBA\";i:1586;s:24:\"?J=hT?GUoDlB7L.4Fxs@VABA\";i:1587;s:24:\"?J=hT?GU!BlBQM.4Fx~5XABA\";i:1588;s:13:\">J=hT?GUTClBA\";i:1589;s:82:\"tu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFA[Q?hT?GU}jIBFtjt,ub@*N5F6yLvSQ[zGF5V$A\";i:1590;s:48:\"qu=hT?GUNElBAM.4Fx}MYB6FQwLvSQ[znA/hjt,ub@=1=CQA\";i:1591;s:114:\"28=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU:NlBAM.4Fx}MYB6FQwLvSQ[z>A/hjt,ub@=1=CRt)BJHNzj@xWaSqI:$vbeEgA\";i:1592;s:35:\"H0=hT?GUsHlB|L.4Fx}MZA+h>hT?GUzClBA\";i:1593;s:13:\">J=hT?GUoDlBA\";i:1594;s:46:\"qu=hT?GU@LlBAM.4Fxs@QA7y=hT?GU@LlBIM.4Fxs@QABA\";i:1595;s:15:\"bS@hT?GUO[XLZLA\";i:1596;s:25:\"G0=hT?GU|GlBCO.4Fx}Mqr6FA\";i:1597;s:46:\"vP=hT?GUoDlB3L.4Fxs@CACt=hT?GU4DlBEM.4Fx}MFABA\";i:1598;s:13:\">J=hT?GUoDlBA\";i:1599;s:13:\"c#=hT?GU&FlBA\";i:1600;s:13:\"t8=hT?GU4DlBA\";i:1601;s:130:\"CY=hT?GUOBlB|L.4FxrjYBnFRttBJHtz@5uWhN~Ai\"+\",ub@y2mnQt&a_Q3nF3/B$AijCt1RqI:$vbJDi\"vBJHNzijyM$A@CSOYMu7Bt8M_Q3nE30ok_6FWuLvSQ[zKAEA\";i:1602;s:13:\"z:=hT?GUeRlBA\";i:1603;s:57:\"9}=hT?GUXGlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:1604;s:13:\">J=hT?GUoDlBA\";i:1605;s:94:\"uu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAZ4=hT?GU)PlB7L.4FxrjYBrFQA?\",ub@y28FKtY4_Q3nE3CG$A\";i:1606;s:70:\"3d=hT?GUzClBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBxN.4FxrjYBRDQA\";i:1607;s:13:\"5}=hT?GUXGlBA\";i:1608;s:13:\"c#=hT?GU&FlBA\";i:1609;s:13:\"c#=hT?GU&FlBA\";i:1610;s:13:\">J=hT?GUoDlBA\";i:1611;s:37:\"uP=hT?GUOBlB#L.4FxrjYBpBQA<\",ub@Uw5FA\";i:1612;s:113:\"kS?hT?GU~@fBG\"%(k)NoCQ:CSazXJI{ZKA]Q((k)NoVH:CKazXJI{ZKAOc$(k)NoVH:CDXzXJI{ZKA8y#(k)NoVH:CLXzXJI{ZKAa4#(k)NoLF:CA\";i:1613;s:101:\"{J=hT?GU!BlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fxs@BA<v=hT?GUdElBEM.4Fxs@BAq1=hT?GUdElBA\";i:1614;s:26:\"tP=hT?GUuBlB#L.4FxrjYBtFQA\";i:1615;s:13:\">J=hT?GU!BlBA\";i:1616;s:13:\">J=hT?GUoDlBA\";i:1617;s:90:\"AY>hT?GUBIlBSO.4Fx}MFANc>hT?GU4DlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBMM.4Fx}MFABA\";i:1618;s:57:\"&5=hT?GU4DlB|L.4Fx~5KA<v=hT?GUeBlBEM.4Fx~5KAq1=hT?GUeBlBA\";i:1619;s:134:\"48=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAHO=hT?GUuBlB#L.4Fx~5DA|e>hT?GUhIlBMM.4Fxs@EABA\";i:1620;s:37:\"@J=hT?GU5A$Azb[hT?GU}jGByWit,ub@WK5FA\";i:1621;s:131:\"}J=hT?GU(ClB(L.4Fx}MEACt=hT?GUeBlBAM.4FxrjYBvFS\"+\",ub@dF5FgwLvSQ[zGFGW$AOESOYMAlGt\"]`Q3nE3sooA2[@hT?GUUPlB}Iyt,ub@=1yDQA;\",ub@*N5FA\";i:1622;s:13:\">J>hT?GUoDlBA\";i:1623;s:57:\"2d=hT?GU>BlB|L.4Fx}MLA<v=hT?GU<HlBEM.4Fx}MLAq1=hT?GU<HlBA\";i:1624;s:14:\"Qj$izXJI{ZxACA\";i:1625;s:53:\"l==hT?GUO[E0ZL&\"LvSQ[zGFOW$AuDSOYMj<dtjBz(ht,ub@;b5FA\";i:1626;s:15:\"yd=hT?GUO[:CYLA\";i:1627;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1628;s:13:\"yd=hT?GUzClBA\";i:1629;s:13:\"sP=hT?GUOBlBA\";i:1630;s:14:\"5}>hT?GU~@DBEA\";i:1631;s:13:\"5}>hT?GU]VlBA\";i:1632;s:13:\"5}=hT?GUXGlBA\";i:1633;s:13:\"c#=hT?GU&FlBA\";i:1634;s:13:\"c#=hT?GU&FlBA\";i:1635;s:13:\"c#=hT?GU&FlBA\";i:1636;s:13:\"9M>hT?GU)PlBA\";i:1637;s:24:\"?J=hT?GUTClBQM.4Fx~5KABA\";i:1638;s:13:\"yd=hT?GUzClBA\";i:1639;s:13:\">J=hT?GU~AlBA\";i:1640;s:14:\"z:=hT?GU}jMBEA\";i:1641;s:25:\"S@>hT?GU~@LB:>ot,ub@3|5FA\";i:1642;s:13:\">J=hT?GU!BlBA\";i:1643;s:24:\"?J=hT?GUTClBrL.4Fxs@EABA\";i:1644;s:71:\"y8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GUO[Q@aLqCVElg*NpAK\"wt,ub@@85FP(LvSQ[zFFzWA\";i:1645;s:26:\"B^@hT?GUUPlB}Iyt,ub@=1yDQA\";i:1646;s:141:\"DY=hT?GUOBlB|L.4FxrjYBnFRttBJHtz@5uWhN~Ai\"+\",ub@y2mnQt&a_Q3nF3/B$AijCtaSqI:$vbeEi\"vBJHNzijyM$A@CSOYMu7Bt8M_Q3nE30ok_6FWuLvSQ[zKAbLqt,ub@*N5FA\";i:1647;s:13:\":`=hT?GUiFlBA\";i:1648;s:25:\"S@@hT?GUUPlB.Q.4Fx}M+X6FA\";i:1649;s:72:\"gS>hT?GU4DlB.M.4Fx}MFACt=hT?GUO[T|aL~FVElg*NpAJt+\",ub@y2/>Qt&a_Q3nE3/B$A\";i:1650;s:68:\"9r=hT?GU4DlBMM.4Fx}MFACt=hT?GUeBlBAM.4Fxs@BA7y=hT?GUeBlBIM.4Fxs@BABA\";i:1651;s:13:\"EH>hT?GU4DlBA\";i:1652;s:14:\"),=hT?GU}jjBEA\";i:1653;s:68:\"9r=hT?GU4DlBMM.4Fx}MFACt=hT?GU\"NlBAM.4Fx~5KA7y=hT?GU\"NlBIM.4Fx~5KABA\";i:1654;s:24:\"#5=hT?GU4DlB$M.4Fxs@EABA\";i:1655;s:26:\"6}=hT?GUDylBUM.4FxrjYBVLQA\";i:1656;s:15:\"!5=hT?GUNkBA5FA\";i:1657;s:46:\"qu=hT?GUeBlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:1658;s:13:\"VE>hT?GUoDlBA\";i:1659;s:13:\"VE>hT?GUoDlBA\";i:1660;s:47:\"[J=hT?GUTClBBN.4Fx}MRAeZ=hT?GU~@%Ax(%(k)NoLF:CA\";i:1661;s:13:\">J=hT?GU!BlBA\";i:1662;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1663;s:237:\"oC9B<\",ub@Eg5F.4LvSQ[zUAbLmt,ub@qO5F+uLvSQ[zOA/hht,ur@P?5F>+4A_QNUUEXP.4FxrjYByAK\"st,ub@y29yCt.o`Q3nE30o1R5Fy6LvSQ[zGF:K$A9DSOYMj<cAfATq?hT?GUO[\"]YL#TVElg*NxCRt%BJHNzG3xW.oqI:$vbHFgAtBJHNzcVuW|LqI:$vbHBgAuBJHNzcVuWhNqI:$vbHBgA.BJHNznEuWA\";i:1664;s:24:\"tP=hT?GUoDlBkM.4Fx~5YABA\";i:1665;s:123:\"38=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAHO=hT?GUoDlBNN.4Fxs@LAZ4=hT?GUoDlBA\";i:1666;s:25:\"*,=hT?GU}jjByWkt,ub@d*5FA\";i:1667;s:14:\"9M?hT?GU~@~AEA\";i:1668;s:96:\"_J=hT?KU.TlB%ROA(aDFFBnDSOYMLUItQ@_Q3nE3OK$ApDSOYMLUIt~l`Q3nE30o1R5FR9LvSQ[zGFSC$A<DSOYMj<dtMACA\";i:1669;s:47:\"eS=hT?GU4DlBgM.4Fx}M+|6F1xLvSQ[zHB3([\",ub@3|5FA\";i:1670;s:13:\"5}>hT?GU]VlBA\";i:1671;s:25:\"0:=hT?GUeRlBgM.4Fx}M+|6FA\";i:1672;s:13:\">J=hT?GU!BlBA\";i:1673;s:14:\"_X>hT?GU~@MBEA\";i:1674;s:13:\">J=hT?GUTClBA\";i:1675;s:57:\"ru=hT?GU4DlBAM.4Fx~5KA7y=hT?GU4DlBIM.4Fx~5KApI=hT?GU!BlBA\";i:1676;s:46:\"qu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:1677;s:74:\"?`=hT?GUSFlB|L.4Fx}MGA7y=hT?GUdElB<M.4Fxrj}BCAJt:\",ub@y2!FBtxd_Q3nE3t`gABA\";i:1678;s:68:\"mg>hT?GUhIlBMM.4Fxs@EAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1679;s:13:\"(a=hT?GU4DlBA\";i:1680;s:13:\"yd=hT?GUzClBA\";i:1681;s:13:\"t8=hT?GU4DlBA\";i:1682;s:50:\"eS=hT?GUNk;CXLvDVElg*N+PwA$ADDSOYMLUCts8_Q3nE3QE$A\";i:1683;s:13:\"bS=hT?GU4DlBA\";i:1684;s:13:\"5}>hT?GU]VlBA\";i:1685;s:58:\"3:=hT?GU}jMBEA$(k)Nokq:CAYzXJI{ZKAZL$(k)NoVH:CQYzXJI{ZKACA\";i:1686;s:13:\">J=hT?GUoDlBA\";i:1687;s:112:\"7d=hT?GUzClBrL.4Fxs@EAI7=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU7KlBzL.4Fx}MFACt=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:1688;s:69:\"xP=hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBCO.4Fx}Mqr6FA\";i:1689;s:97:\"zP=hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4?z}MFAq1(DlB,FkcwYtzE\"@QYR.4Fx}M+X6F\"&LvSQ[z{AyWjt,ub@`d5FA\";i:1690;s:13:\"EH>hT?GU4DlBA\";i:1691;s:15:\"bS@hT?GUO[XLZLA\";i:1692;s:15:\"bS@hT?GUO[XLZLA\";i:1693;s:15:\"bS@hT?GUO[XLZLA\";i:1694;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GUlMlBzL.4Fx}MFABA\";i:1695;s:123:\"8d=hT?GUzClBQM.4Fx~5XA[Q=hT?GU4DlB7L.4Fx}MPA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlB4M.4Fxs@IAZ4=hT?GU4DlBA\";i:1696;s:35:\"@J=hT?GU!BlB[N.4Fx~5YAvW>hT?GUFMlBA\";i:1697;s:13:\"c#=hT?GUXGlBA\";i:1698;s:64:\"]J=hT?GUTClBoM.4FxrjYB5DS\"&\",ub@y2y(Qt4}_Q3nE30o^|6FGuLvSQ[z^AEA\";i:1699;s:101:\"|2>hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBA\";i:1700;s:13:\"nu=hT?GU4DlBA\";i:1701;s:125:\"_`=hT?GUSFlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MGA<v=hT?GU4DlBEM.4Fx}MGAq1=hT?GU4DlB)Q.4Fx~5VA+hwizXJI{ZxvZLA\";i:1702;s:57:\"wP=hT?GUOBlBQM.4Fx}MFA[Q=hT?GUNElB7L.4Fx}MFA$T=hT?GU4DlBA\";i:1703;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1704;s:13:\"(a=hT?GUNElBA\";i:1705;s:13:\"nu=hT?GU4DlBA\";i:1706;s:125:\"_`=hT?GUSFlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fxs@BA<v=hT?GU4DlBEM.4Fxs@BAq1=hT?GU4DlB)Q.4Fx~5VA+hwizXJI{ZxvZLA\";i:1707;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU|GlBzL.4Fx}MFABA\";i:1708;s:48:\"[J=hT?GUTClBQM.4Fxs@JAU|>hT?GU]VlBkM.4Fxrj}BIAIA\";i:1709;s:13:\"5}>hT?GU]VlBA\";i:1710;s:22:\">J=hT?KU.TlB%ROA(aDFFB\";i:1711;s:125:\"_`=hT?GUSFlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlB|L.4Fx}MGA<v=hT?GU4DlBEM.4Fx}MGAq1=hT?GU4DlB)Q.4Fx~5VA+hwizXJI{ZxvZLA\";i:1712;s:24:\"u8=hT?GU4DlB7L.4Fx}MFABA\";i:1713;s:15:\"z:=hT?GUO[>2ZLA\";i:1714;s:13:\"(a=hT?GU4DlBA\";i:1715;s:13:\"t8=hT?GU|GlBA\";i:1716;s:24:\"0:=hT?GUdElBQM.4Fx~5KABA\";i:1717;s:13:\"nu=hT?GU4DlBA\";i:1718;s:13:\"_X>hT?GUFMlBA\";i:1719;s:91:\"AY>hT?GUBIlBeO.4Fx}M=]6F.4LvSQ[zUAbLmt,ub@qO5F$wLvSQ[zUAz(ht,ub@qO5F2uLvSQ[zUA:>ht,ub@qO5FA\";i:1720;s:57:\"ru=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFAZ4=hT?GU4DlBA\";i:1721;s:68:\"3d=hT?GUzClB|L.4Fx~5KA<v=hT?GUeBlBEM.4Fx~5KAq1=hT?GUeBlB7L.4Fx}MGABA\";i:1722;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1723;s:13:\"5}>hT?GU]VlBA\";i:1724;s:14:\"9M?hT?GU~@~AEA\";i:1725;s:13:\"z:=hT?GUeRlBA\";i:1726;s:24:\"6}=hT?GUXGlBMM.4Fxs@EABA\";i:1727;s:68:\"(5=hT?GU4DlB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlBpN.4Fxs@)ABA\";i:1728;s:13:\"5}=hT?GUXGlBA\";i:1729;s:57:\"ru=hT?GUsHlBAM.4Fx~5KA7y=hT?GUsHlBIM.4Fx~5KAZ4=hT?GUoDlBA\";i:1730;s:25:\"6}>hT?GU]VlBgM.4Fx}M+|6FA\";i:1731;s:14:\"(a?hT?GU}jRBEA\";i:1732;s:13:\"sP=hT?GUOBlBA\";i:1733;s:13:\"sP=hT?GUuBlBA\";i:1734;s:46:\"qu=hT?GU4DlBAM.4Fx}MFA7y=hT?GU4DlBIM.4Fx}MFABA\";i:1735;s:68:\"!}=hT?GUXGlB|L.4Fx~5KA<v=hT?GUsHlBEM.4Fx~5KAq1=hT?GUsHlBMM.4Fx}MFABA\";i:1736;s:13:\"hg>hT?GUhIlBA\";i:1737;s:15:\"5}=hT?GUNkEHXLA\";i:1738;s:15:\"5}=hT?GUO[4}aLA\";i:1739;s:15:\"c#=hT?GUNkpIXLA\";i:1740;s:13:\"5}>hT?GU]VlBA\";i:1741;s:13:\">J=hT?GUoDlBA\";i:1742;s:46:\"qu=hT?GUsHlBAM.4Fx~5KA7y=hT?GUsHlBIM.4Fx~5KABA\";i:1743;s:24:\"6}=hT?GUXGlBCO.4Fx}MfABA\";i:1744;s:24:\"6}=hT?GUXGlBWO.4FxrjAABA\";i:1745;s:13:\"5}=hT?GUXGlBA\";i:1746;s:13:\"5}=hT?GUXGlBA\";i:1747;s:26:\"6}=hT?GUXGlBUM.4FxrjYB3FQA\";i:1748;s:101:\"18=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFAvW=hT?GUDClB|L.4Fx}MGA7y=hT?GUsHlBgM.4Fx~5RAU|>hT?GU]VlBA\";i:1749;s:13:\"5}>hT?GU]VlBA\";i:1750;s:14:\"9M?hT?GU~@~AEA\";i:1751;s:238:\"oCJ*&\",uz@&G5F=Z4A_Q}TUE}cOAwW_Q3nE3/B$AADSOYMXwCtdZ_Q3nE3OC$ACDSOYMXwCt0k_Q3nE38I$A:DSOYMj<e\"fA,>?hT?GUO[T|YL$gVElg*NNKOWlBsQ.4FxrjYB)CQADByD1+ITf4R\"Q@`Q3nE30o^|5Fy6LvSQ[zGF:K$A9DSOYMj<cAfATq?hT?GUO[\"]YL#TVElg*NXA2W@\",ub@MI5FT3LvSQ[zLAEA\";i:1752;s:100:\"0P=hT?GUoDlB|L.4Fx~5TA<v=hT?GUsHlBEM.4Fx~5TAq1=hT?GUsHlBvL.4Fxs@JA$T@hT?GUZA$A|DSOYM?IBt95`Q3nE3MAgA\";i:1753;s:13:\"bS=hT?GU4DlBA\";i:1754;s:36:\"@J=hT?GU!BlBCO.4Fx}MfAf+=hT?GU}jNBEA\";i:1755;s:35:\"@J=hT?GU!BlBCO.4Fx}MfAf+=hT?GU:NlBA\";i:1756;s:46:\"w8=hT?GUNElBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1757;s:90:\"`J=hT?GUTClB|L.4Fx}MFA<v=hT?GU4DlBEM.4Fx}MFAq1=hT?GU4DlB7L.4Fx}MFA|e>hT?GUhIlBCO.4Fx}MfABA\";i:1758;s:13:\">J=hT?GUoDlBA\";i:1759;s:24:\"`X>hT?GUFMlBzL.4Fx~5KABA\";i:1760;s:79:\"o==hT?GU3GlBfL.4Fxs@KA[Q=hT?GUpQlBBN.4FxrjLA,>=hT?GUwLlB,L.4Fx~5QAeZ>hT?GUVMlBA\";i:1761;s:24:\"`X>hT?GUFMlBvL.4Fx~5KABA\";i:1762;s:79:\"o==hT?GU3GlBfL.4Fx~5JA$T=hT?GUpQlBBN.4FxrjLA,>=hT?GUwLlB,L.4Fx~5QANc>hT?GUVMlBA\";i:1763;s:13:\">J=hT?GUoDlBA\";i:1764;s:13:\">J=hT?GUoDlBA\";i:1765;s:94:\"Y@=hT?GUzClBFN.4FxrjYB)EQA,\",ub@y2onBt:C_Q3nE3UAi\"4BJHNz@5uWDHqI:$vb]AQA<\",ub@Eg5Fx9LvSQ[zTAEA\";i:1766;s:49:\"f#>hT?GUXGlB&qyt,ub@IU5FN5LvSQ[z?A:>ht,ub@y2GtBtA\";i:1767;s:13:\">J=hT?GUoDlBA\";i:1768;s:87:\"i#>hT?GUNk9MXL(,fESOYMtOEtDH`Q3nE3\"G$A[CSOYMj<sACAeZ>hT?GUO[*haLzXVElg*NdAK\"kt,ub@nH5FA\";i:1769;s:13:\">J=hT?GUoDlBA\";i:1770;s:93:\"Y@=hT?GUzClBFN.4Fx}M}B6FwwLvSQ[z@H4AgAmBJHNzWHuWnbqI:$vb]AS\")\",ub@qO5FE0LvSQ[ztAz(st,ub@*N5FA\";i:1771;s:47:\"+a>hT?GU}j%Aa4%(k)No%D:CkczXJI{ZHAx($(k)No%D:CA\";i:1772;s:52:\"f#>hT?GUNk9MXL(,fESOYMtOEtDH`Q3nE3\"G$A[CSOYMj<sACABA\";i:1773;s:49:\"f#>hT?GUXGlB&qyt,ub@IU5FN5LvSQ[z?A:>ht,ub@y2GtBtA\";i:1774;s:103:\"6d>hT?GUzClBsM.4FxrjQAeZ>hT?GU>BlBMM.4Fxrj}BOAJt&\",ub@/B5F?zLvSQ[zUAyWit,ub@qO5FE0LvSQ[ztAz(st,ub@*N5FA\";i:1775;s:49:\"f#>hT?GUNkHOXLBNVElg*N5A2W^\",ub@;b5F$wLvSQ[zB[0WA\";i:1776;s:49:\"f#>hT?GUNkHOXLBNVElg*N5A2W^\",ub@X35F$wLvSQ[zcQzWA\";i:1777;s:103:\";a>hT?GUzClBsM.4FxrjQANc>hT?GUzClBMM.4Fxrj}BOAJt&\",ub@/B5F?zLvSQ[zUAyWit,ub@qO5FE0LvSQ[ztAz(st,ub@*N5FA\";i:1778;s:51:\"f#>hT?GUNkHOXL(,gESOYM*+CtDH`Q3nE3rD$AEDSOYM*+:mlBA\";i:1779;s:52:\"f#>hT?GUNkHOXL(,gESOYM*+CtDH`Q3nE3SG$AEDSOYMj<e\"LABA\";i:1780;s:46:\"w8=hT?GUkPlBvL.4Fx}MFAeZ=hT?GUkPlBzL.4Fx}MFABA\";i:1781;s:13:\"t8=hT?GUkPlBA\";i:1782;s:15:\"Qj4izXJI{Z`DaLA\";i:1783;s:13:\"!5=hT?GU)PlBA\";i:1784;s:13:\"t8=hT?GUsHlBA\";i:1785;s:13:\"KV=hT?GU4DlBA\";i:1786;s:24:\"?J=hT?GU(ClBMM.4FxrjWABA\";i:1787;s:46:\"qu=hT?GUeBlBAM.4Fx}MGA7y=hT?GUeBlBIM.4Fx}MGABA\";i:1788;s:26:\"zd=hT?GUO[UEXL|LVElg*N}BQA\";i:1789;s:15:\"yd=hT?GUNksPXLA\";i:1790;s:15:\"yd=hT?GUNk[QXLA\";i:1791;s:26:\"*,=hT?GUNkbSXLOWVElg*N(CQA\";i:1792;s:15:\"yd=hT?GUO[:CYLA\";i:1793;s:13:\"(a=hT?GU4DlBA\";i:1794;s:13:\"_X=hT?GUDClBA\";i:1795;s:46:\"w8=hT?GU4DlBvL.4Fx}MFAeZ=hT?GU4DlBzL.4Fx}MFABA\";i:1796;s:15:\"A^>hT?GUNk$TXLA\";i:1797;s:57:\"=o=hT?GUoDlBQM.4Fx}MFA[Q=hT?GU4DlB7L.4Fx}MFA$T=hT?GU4DlBA\";i:1798;s:13:\"nu=hT?GUsHlBA\";i:1799;s:24:\"?J=hT?GU!BlBQM.4Fxs@UABA\";i:1800;s:58:\"2d=hT?GU~@dBEA$(k)No8C:CAYzXJI{ZMAZL$(k)No8C:CQYzXJI{ZMACA\";i:1801;s:57:\"]J=hT?GU(ClB|L.4Fxs@BA<v=hT?GUdElBEM.4Fxs@BAq1=hT?GUdElBA\";i:1802;s:13:\"(a=hT?GU4DlBA\";i:1803;s:15:\"yd=hT?GUO[:CYLA\";i:1804;s:13:\"(a=hT?GU|GlBA\";i:1805;s:13:\"!5=hT?GUoDlBA\";i:1806;s:13:\"yd=hT?GUzClBA\";i:1807;s:57:\"ru=hT?GU|GlBAM.4Fxs@JA7y=hT?GU4DlBIM.4Fx}MFAZ4=hT?GUoDlBA\";i:1808;s:13:\"t8=hT?GU<HlBA\";i:1809;s:15:\"Wx=hT?GUO[h=aLA\";i:1810;s:26:\"Xx=hT?GU4DlBIM.4FxrjYBnFQA\";i:1811;s:14:\"5}>hT?GU~@DBEA\";i:1812;s:14:\"bS?hT?GU~@ZBEA\";i:1813;s:34:\"GH=hT?GUGJlBjL.4Fxs@AAYL=hT?GU/A$A\";i:1814;s:13:\"t8>hT?GUoDlBA\";i:1815;s:15:\"hg>hT?GUNkKVXLA\";i:1816;s:13:\"hg=hT?GU^ClBA\";i:1817;s:55:\"[J=hT?KU.TlB%ROA(aDFFBnDSOYMM%BtQ@_Q3nE3BB$ApDSOYMM%BtA\";i:1818;s:13:\">J=hT?GU!BlBA\";i:1819;s:36:\"pu=hT?GU|GlBEM.4Fxs@JAO/=hT?GU~@$ACA\";i:1820;s:38:\"dS?hT?GU~@ZBFtkt,ub@y2F\"uWDHqI:$vb6AQA\";i:1821;s:13:\"yd=hT?GUzClBA\";i:1822;s:24:\"S@=hT?GU4DlBvL.4Fxs@UABA\";i:1823;s:24:\"LV=hT?GU#OlBvL.4Fx}MFABA\";i:1824;s:13:\"R@=hT?GU4DlBA\";i:1825;s:104:\"q==hT?GU4zlBgQ.4Fxs@EA,>>hT?GUeRlBCO.4Fx}MfAI7@hT?GUeRlBqO.4Fxs@EAO/=hT?GUZA$AxDSOYM*+EYlBoQ.4FxrjYBwCQA\";i:1826;s:15:\"EH=hT?GUNkvWXLA\";i:1827;s:15:\"EH=hT?GUNk_XXLA\";i:1828;s:15:\"EH=hT?GUNkeZXLA\";i:1829;s:15:\"EH=hT?GUNk(aXLA\";i:1830;s:15:\"EH=hT?GUNkNcXLA\";i:1831;s:15:\"EH=hT?GUNkydXLA\";i:1832;s:15:\"EH=hT?GUNk|eXLA\";i:1833;s:15:\"EH=hT?GUNkhgXLA\";i:1834;s:15:\"EH=hT?GUNk+hXLA\";i:1835;s:15:\"EH=hT?GUNkQjXLA\";i:1836;s:15:\"EH=hT?GUNk1kXLA\";i:1837;s:15:\"EH=hT?GUNk\"lXLA\";i:1838;s:15:\"EH=hT?GUNkknXLA\";i:1839;s:15:\"EH=hT?GUNk/oXLA\";i:1840;s:15:\"EH=hT?GUNkTqXLA\";i:1841;s:15:\"EH=hT?GUNk4rXLA\";i:1842;s:15:\"EH=hT?GUNkCtXLA\";i:1843;s:15:\"EH=hT?GUNknuXLA\";i:1844;s:15:\"EH=hT?GUNk<vXLA\";i:1845;s:15:\"EH=hT?GUNkWxXLA\";i:1846;s:15:\"EH=hT?GUNk7yXLA\";i:1847;s:15:\"EH=hT?GUNkF0XLA\";i:1848;s:15:\"EH=hT?GUNkq1XLA\";i:1849;s:15:\"EH=hT?GUNk?2XLA\";i:1850;s:15:\"EH=hT?GUNkZ4XLA\";i:1851;s:15:\"EH=hT?GUNk!5XLA\";i:1852;s:15:\"EH=hT?GUO[6yXLA\";i:1853;s:15:\"EH=hT?GUNkI7XLA\";i:1854;s:15:\"EH=hT?GUNkt8XLA\";i:1855;s:15:\"EH=hT?GUNk]9XLA\";i:1856;s:15:\"EH=hT?GUNkc#XLA\";i:1857;s:15:\"EH=hT?GUNk%$XLA\";i:1858;s:15:\"EH=hT?GUNkL&XLA\";i:1859;s:15:\"EH=hT?GUNkw(XLA\";i:1860;s:15:\"EH=hT?GUNk`)XLA\";i:1861;s:15:\"EH=hT?GUNkf+XLA\";i:1862;s:15:\"EH=hT?GUNk),XLA\";i:1863;s:15:\"EH=hT?GUNkO/XLA\";i:1864;s:15:\"EH=hT?GUNkz:XLA\";i:1865;s:15:\"EH=hT?GUO[e+YLA\";i:1866;s:15:\"EH=hT?GUNk};XLA\";i:1867;s:15:\"EH=hT?GUNki=XLA\";i:1868;s:15:\"EH=hT?GUNk,>XLA\";i:1869;s:15:\"EH=hT?GUNkR@XLA\";i:1870;s:15:\"EH=hT?GUNk2[XLA\";i:1871;s:15:\"EH=hT?GUNkA^XLA\";i:1872;s:15:\"EH=hT?GUNkl_XLA\";i:1873;s:15:\"EH=hT?GUNk:`XLA\";i:1874;s:15:\"EH=hT?GUNkU|XLA\";i:1875;s:15:\"EH=hT?GUNk5}XLA\";i:1876;s:15:\"EH=hT?GUNkD\"5FA\";i:1877;s:15:\"EH=hT?GUNkmBYLA\";i:1878;s:15:\"EH=hT?GUNk;CYLA\";i:1879;s:15:\"EH=hT?GUNkVEYLA\";i:1880;s:15:\"EH=hT?GUNk6FYLA\";i:1881;s:15:\"EH=hT?GUNkEHYLA\";i:1882;s:15:\"EH=hT?GUNkpIYLA\";i:1883;s:15:\"EH=hT?GUNk>JYLA\";i:1884;s:15:\"EH=hT?GUNkYLYLA\";i:1885;s:15:\"EH=hT?GUNk9MYLA\";i:1886;s:15:\"EH=hT?GUNkHOYLA\";i:1887;s:15:\"EH=hT?GUNksPYLA\";i:1888;s:15:\"EH=hT?GUNk[QYLA\";i:1889;s:15:\"EH=hT?GUNkbSYLA\";i:1890;s:15:\"EH=hT?GUNk$TYLA\";i:1891;s:15:\"EH=hT?GUNkKVYLA\";i:1892;s:15:\"EH=hT?GUNkvWYLA\";i:1893;s:15:\"EH=hT?GUNk_XYLA\";i:1894;s:15:\"EH=hT?GUNkeZYLA\";i:1895;s:15:\"EH=hT?GUNk(aYLA\";}', 'no');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1675, 'theme_mods_Avada-child', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:5:{s:15:\"main_navigation\";i:114;s:14:\"top_navigation\";i:0;s:9:\"404_pages\";i:0;s:17:\"mobile_navigation\";i:121;s:17:\"sticky_navigation\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1786300022;s:4:\"data\";a:16:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"avada-blog-sidebar\";a:3:{i:0;s:14:\"custom_html-13\";i:1;s:13:\"media_image-3\";i:2;s:7:\"text-20\";}s:21:\"avada-footer-widget-1\";a:2:{i:0;s:13:\"custom_html-3\";i:1;s:13:\"media_image-2\";}s:21:\"avada-footer-widget-2\";a:1:{i:0;s:21:\"contact_info-widget-6\";}s:21:\"avada-footer-widget-3\";a:1:{i:0;s:13:\"custom_html-4\";}s:25:\"avada-slidingbar-widget-1\";a:6:{i:0;s:13:\"custom_html-7\";i:1;s:13:\"custom_html-8\";i:2;s:14:\"custom_html-10\";i:3;s:13:\"custom_html-9\";i:4;s:14:\"custom_html-12\";i:5;s:21:\"social_links-widget-2\";}s:25:\"avada-slidingbar-widget-2\";a:1:{i:0;s:14:\"custom_html-11\";}s:31:\"avada-custom-sidebar-faqsidebar\";a:3:{i:0;s:8:\"search-6\";i:1;s:18:\"pyre_tabs-widget-7\";i:2;s:7:\"text-10\";}s:35:\"avada-custom-sidebar-aboutuscolumn1\";a:1:{i:0;s:7:\"text-11\";}s:35:\"avada-custom-sidebar-aboutuscolumn2\";a:1:{i:0;s:7:\"text-14\";}s:35:\"avada-custom-sidebar-aboutuscolumn3\";a:1:{i:0;s:7:\"text-12\";}s:35:\"avada-custom-sidebar-aboutuscolumn4\";a:1:{i:0;s:7:\"text-13\";}s:37:\"avada-custom-sidebar-investorscolumn1\";a:0:{}s:37:\"avada-custom-sidebar-investorscolumn2\";a:1:{i:0;s:7:\"text-17\";}s:37:\"avada-custom-sidebar-investorscolumn3\";a:1:{i:0;s:7:\"text-18\";}s:32:\"avada-custom-sidebar-specialty_1\";a:0:{}}}}', 'off'),
(1701, 'updraftplus_tour_cancelled_on', 'intro', 'yes'),
(1702, 'updraftplus_version', '1.16.56', 'yes'),
(1703, 'updraft_updraftvault', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-44ff74271bbfb8a2d7e992b0dfd4af7f\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}', 'yes'),
(1704, 'updraft_dropbox', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5aba0806dd238bf7a3b8a5c3eba1432e\";a:4:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:0:\"\";}}}', 'yes'),
(1705, 'updraft_s3', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d4f1f001222c8fdffef31b2cf0c4c064\";a:5:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:3:\"rrs\";s:0:\"\";s:22:\"server_side_encryption\";s:0:\"\";}}}', 'yes'),
(1706, 'updraft_cloudfiles', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-9bc653b7271cabddc620644d109277b9\";a:5:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";N;}}}', 'yes'),
(1707, 'updraft_googledrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d53886567b8ed2296737bf55ac68e7e6\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";}}}', 'yes'),
(1708, 'updraft_onedrive', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5041b33b28f1aac40143b3e06e4691ac\";a:0:{}}}', 'yes'),
(1709, 'updraft_ftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-716f17efe76409c190f85edc08787594\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";i:1;}}}', 'yes'),
(1710, 'updraft_azure', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-afad33ba5ead645d0d668b2f004c4588\";a:0:{}}}', 'yes'),
(1711, 'updraft_sftp', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-693dc3642418979d323db28ebd3bcf2e\";a:0:{}}}', 'yes'),
(1712, 'updraft_googlecloud', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-784c74bed821465134aad13721f7936d\";a:0:{}}}', 'yes'),
(1713, 'updraft_backblaze', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1ffc1ece02cb8b0acf7aa809a876c85a\";a:0:{}}}', 'yes'),
(1714, 'updraft_webdav', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-a3ddfbad6ca30730c194076524d1a285\";a:0:{}}}', 'yes'),
(1715, 'updraft_s3generic', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-bd23e635a70050a0bc339d47086b8c76\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}', 'yes'),
(1716, 'updraft_openstack', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-015d172480b477fc1538cb270c59cd8a\";a:6:{s:4:\"user\";s:0:\"\";s:7:\"authurl\";s:0:\"\";s:8:\"password\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:4:\"path\";s:0:\"\";s:6:\"region\";s:0:\"\";}}}', 'yes'),
(1717, 'updraft_dreamobjects', 'a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-3d6bdf8124c568401b1a40bbc262ccfd\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}', 'yes'),
(1718, 'updraftplus-addons_siteid', '39e66cbdc405fab0e980191657f3d780', 'no'),
(1719, 'updraft_lastmessage', 'Local files deleted: 2. Remote files deleted: 0 (May 24 13:23:36)', 'yes'),
(1720, 'updraftplus_unlocked_fd', '1', 'no'),
(1721, 'updraftplus_last_lock_time_fd', '2021-05-24 12:49:59', 'no'),
(1722, 'updraftplus_semaphore_fd', '0', 'no'),
(1723, 'updraft_last_scheduled_fd', '1621860599', 'yes'),
(1730, 'updraft_backup_history', 'a:0:{}', 'no'),
(1731, 'updraft_last_backup', 'a:6:{s:11:\"backup_time\";i:1621860599;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:64:\"backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-plugins.zip\";}s:12:\"plugins-size\";i:33216206;s:6:\"themes\";a:1:{i:0;s:63:\"backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-themes.zip\";}s:11:\"themes-size\";i:7681362;s:7:\"uploads\";a:1:{i:0;s:64:\"backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-uploads.zip\";}s:12:\"uploads-size\";i:63995120;s:6:\"others\";a:1:{i:0;s:63:\"backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-others.zip\";}s:11:\"others-size\";i:80124356;s:2:\"db\";s:58:\"backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-db.gz\";s:7:\"db-size\";i:881524;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"6571db2f4bee0513c9795680b2510f46f7a5da3f\";s:7:\"themes0\";s:40:\"a92da2fc1d900df6084a5cc98572fba4e6269077\";s:8:\"uploads0\";s:40:\"b8dcc4c6bd9c98f03dee960151fef6560061b4f3\";s:7:\"others0\";s:40:\"948b8af03e49d0dddae382371a93a231dc68fcf5\";s:3:\"db0\";s:40:\"d3f6f9be9aee1c7f5e6b03528f23f1540da9ec6d\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"474b22eface51c471f877d038b64ff6b853bcc06c45cc4f2f64fcf4e9138225a\";s:7:\"themes0\";s:64:\"a67122424abe6bcddc74e6249756271385d69b4e29bc47e1b4ef4989b4b8aa4e\";s:8:\"uploads0\";s:64:\"9c77ddf3bb764d806590f0c3a670c6436355d306162298bf4f963a8b7bef8777\";s:7:\"others0\";s:64:\"d0d8e4263ed0ae620fe7c4f09f9e2fc20acdd3f3181f15d0a884c99d6c399bcc\";s:3:\"db0\";s:64:\"66c4c0436353a3c46d1e1ce438daff0c54270c74cc577abda8574f57d434f0e8\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"25c12bce9076\";s:26:\"nonincremental_backup_time\";i:1621860599;}', 'yes'),
(1904, 'woocommerce_placeholder_image', '3169', 'yes'),
(1938, 'show_comments_cookies_opt_in', '', 'yes'),
(1939, 'db_upgraded', '', 'on'),
(2441, 'rs_cache_overlay', '6.7.58', 'yes'),
(2633, 'ls-store-last-updated', '1563445470', 'yes'),
(2634, 'ls-store-data', 'a:2:{s:12:\"last_updated\";s:10:\"2017-12-22\";s:7:\"sliders\";a:74:{s:20:\"catering-xmas-slider\";a:7:{s:8:\"released\";s:10:\"2017-12-22\";s:4:\"name\";s:25:\"Catering Christmas Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:29:\"premium,new,static,text,blend\";s:3:\"url\";s:72:\"https://layerslider.kreaturamedia.com/sliders/catering-christmas-slider/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/catering-xmas-slider.jpg\";}s:20:\"discover-the-details\";a:7:{s:8:\"released\";s:10:\"2017-12-19\";s:4:\"name\";s:20:\"Discover the Details\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:50:\"premium,new,loop,parallax,blendmode,specialeffects\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/discover-the-details.jpg\";}s:10:\"rainforest\";a:7:{s:8:\"released\";s:10:\"2017-12-17\";s:4:\"name\";s:10:\"Rainforest\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:48:\"premium,new,loop,filter,blendmode,specialeffects\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/rainforest/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/rainforest.jpg\";}s:30:\"ecommerce-global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-12-15\";s:4:\"name\";s:30:\"eCommerce Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:23:\"premium,new,experiments\";s:3:\"url\";s:77:\"https://layerslider.kreaturamedia.com/sliders/ecommerce-global-hover-example/\";s:7:\"preview\";s:91:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce-global-hover-example.jpg\";}s:20:\"3d-canyon-experience\";a:7:{s:8:\"released\";s:10:\"2017-12-13\";s:4:\"name\";s:20:\"3D Canyon Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:37:\"premium,new,parallax,experiments,text\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/3d-canyon-experience.jpg\";}s:14:\"discount-popup\";a:7:{s:8:\"released\";s:10:\"2017-12-10\";s:4:\"name\";s:14:\"Discount Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:21:\"premium,premium,popup\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/discount-popup/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/discount-popup.jpg\";}s:14:\"vintage-photos\";a:7:{s:8:\"released\";s:10:\"2017-12-08\";s:4:\"name\";s:14:\"Vintage Photos\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.6.0\";s:6:\"groups\";s:47:\"premium,new,fullsize,loop,filter,specialeffects\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/vintage-photos.jpg\";}s:18:\"social-share-popup\";a:7:{s:8:\"released\";s:10:\"2017-12-06\";s:4:\"name\";s:18:\"Social Share Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:21:\"premium,new,popup,api\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/social-share-popup/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/social-share-popup.jpg\";}s:8:\"aquarium\";a:7:{s:8:\"released\";s:10:\"2017-12-04\";s:4:\"name\";s:8:\"Aquarium\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:59:\"premium,new,parallax,loop,filter,experiments,specialeffects\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/aquarium.jpg\";}s:16:\"what-is-the-time\";a:7:{s:8:\"released\";s:10:\"2017-08-25\";s:4:\"name\";s:17:\"What is the time?\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:51:\"premium,new,parallax,text,blendmode,experiments,api\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/what-is-the-time/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/what-is-the-time.jpg\";}s:18:\"personal-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-23\";s:4:\"name\";s:18:\"Personal Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:58:\"premium,new,fullsize,fullwidth,landing,text,parallax,packs\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/personal-page-pack/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/personal-page-pack.jpg\";}s:19:\"marketing-page-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-21\";s:4:\"name\";s:19:\"Marketing Page PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:65:\"premium,new,fullsize,fullwidth,landing,parallax,static,loop,packs\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/marketing-page-pack/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/marketing-page-pack.jpg\";}s:14:\"dynamic-slider\";a:7:{s:8:\"released\";s:10:\"2017-08-18\";s:4:\"name\";s:14:\"Dynamic Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:36:\"premium,new,fullwidth,landing,static\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/dynamic-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-slider.jpg\";}s:14:\"colorful-cases\";a:7:{s:8:\"released\";s:10:\"2017-08-16\";s:4:\"name\";s:14:\"Colorful Cases\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:47:\"premium,new,text,loop,parallax,static,blendmode\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/colorful-cases/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/colorful-cases.jpg\";}s:16:\"beauty-shop-pack\";a:7:{s:8:\"released\";s:10:\"2017-08-14\";s:4:\"name\";s:16:\"Beauty Shop PACK\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.5\";s:6:\"groups\";s:40:\"premium,new,fullwidth,text,landing,packs\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beauty-shop-pack/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beauty-shop-pack.jpg\";}s:16:\"popup-guide-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Guide Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,text\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/popup-guide-demo/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-guide-demo.jpg\";}s:18:\"popup-welcome-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Welcome Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-welcome-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-welcome-demo.jpg\";}s:22:\"popup-transparent-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:22:\"Popup Transparent Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:31:\"premium,new,popup,parallax,loop\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/popup-transparent-demo/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-transparent-demo.jpg\";}s:18:\"popup-sidebar-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Sidebar Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:40:\"premium,popup,experiments,blendmode,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-sidebar-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-sidebar-demo.jpg\";}s:19:\"popup-photo-gallery\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:19:\"Popup Photo Gallery\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:26:\"premium,new,popup,kenburns\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/popup-photo-gallery/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-photo-gallery.jpg\";}s:16:\"popup-modal-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:16:\"Popup Modal Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:24:\"premium,new,popup,static\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/popup-modal-demo/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-modal-demo.jpg\";}s:18:\"popup-infobar-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Popup Infobar Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:34:\"premium,new,popup,experiments,text\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/popup-infobar-demo/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-infobar-demo.jpg\";}s:24:\"popup-fullsize-desk-demo\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:24:\"Popup Fullsize Desk Demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:47:\"premium,new,popup,experiments,fullsize,parallax\";s:3:\"url\";s:71:\"https://layerslider.kreaturamedia.com/sliders/popup-fullsize-desk-demo/\";s:7:\"preview\";s:85:\"https://repository.kreaturamedia.com/v4/sliders/packages/popup-fullsize-desk-demo.jpg\";}s:18:\"conversation-popup\";a:7:{s:8:\"released\";s:10:\"2017-06-11\";s:4:\"name\";s:18:\"Conversation Popup\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.5.0\";s:6:\"groups\";s:29:\"premium,new,popup,experiments\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/conversation-popup/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/conversation-popup.jpg\";}s:20:\"global-hover-example\";a:7:{s:8:\"released\";s:10:\"2017-05-02\";s:4:\"name\";s:20:\"Global Hover Example\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.4.0\";s:6:\"groups\";s:52:\"premium,new,experiments,specialeffects,parallax,text\";s:3:\"url\";s:67:\"https://layerslider.kreaturamedia.com/sliders/global-hover-example/\";s:7:\"preview\";s:81:\"https://repository.kreaturamedia.com/v4/sliders/packages/global-hover-example.jpg\";}s:10:\"gastronomy\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:10:\"Gastronomy\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:28:\"premium,kenburns,filter,text\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/gastronomy/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/gastronomy.jpg\";}s:13:\"police-lights\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:13:\"Police Lights\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:46:\"premium,specialeffects,loop,blendmode,parallax\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/police-lights/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/police-lights.jpg\";}s:16:\"beautiful-sunset\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Beautiful Sunset\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:37:\"premium,specialeffects,loop,blendmode\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/beautiful-sunset/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/beautiful-sunset.jpg\";}s:23:\"blend-mode-experiment-1\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:23:\"Blend Mode Experiment 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.2.2\";s:6:\"groups\";s:63:\"premium,specialeffects,text,blendmode,experiments,loop,parallax\";s:3:\"url\";s:70:\"https://layerslider.kreaturamedia.com/sliders/blend-mode-experiment-1/\";s:7:\"preview\";s:84:\"https://repository.kreaturamedia.com/v4/sliders/packages/blend-mode-experiment-1.jpg\";}s:16:\"flying-banners-2\";a:7:{s:8:\"released\";s:10:\"2017-03-29\";s:4:\"name\";s:16:\"Flying Banners 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:40:\"premium,parallax,specialeffects,fullsize\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-2.jpg\";}s:14:\"layerslider-v6\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:14:\"LayerSlider v6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.6\";s:6:\"groups\";s:68:\"premium,specialeffects,parallax,fullsize,landing,loop,text,media,api\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v6/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/layerslider-v6.jpg\";}s:16:\"flying-banners-1\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:16:\"Flying Banners 1\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:38:\"free,parallax,loop,text,specialeffects\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/flying-banners-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/flying-banners-1.jpg\";}s:18:\"anniversary-slider\";a:7:{s:8:\"released\";s:10:\"2017-03-08\";s:4:\"name\";s:18:\"Anniversary Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:40:\"free,parallax,experiments,specialeffects\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/anniversary-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/anniversary-slider.jpg\";}s:7:\"origami\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:7:\"Origami\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:47:\"premium,experiments,specialeffects,3dtransition\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/origami/\";s:7:\"preview\";s:68:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami.jpg\";}s:17:\"origami-buildings\";a:7:{s:8:\"released\";s:10:\"2016-12-07\";s:4:\"name\";s:17:\"Origami Buildings\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.1.0\";s:6:\"groups\";s:56:\"premium,experiments,specialeffects,kenburns,3dtransition\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/origami-buildings/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/origami-buildings.jpg\";}s:17:\"autumn-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:17:\"Autumn Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:45:\"experiments,free,loop,parallax,specialeffects\";s:3:\"url\";s:64:\"https://layerslider.kreaturamedia.com/sliders/autumn-experiment/\";s:7:\"preview\";s:78:\"https://repository.kreaturamedia.com/v4/sliders/packages/autumn-experiment.jpg\";}s:28:\"features-parallax-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:32:\"Features | A Parallax Experiment\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:40:\"experiments,free,parallax,specialeffects\";s:3:\"url\";s:75:\"https://layerslider.kreaturamedia.com/sliders/features-parallax-experiment/\";s:7:\"preview\";s:89:\"https://repository.kreaturamedia.com/v4/sliders/packages/features-parallax-experiment.jpg\";}s:16:\"furniture-slider\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:16:\"Furniture Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:33:\"fullwidth,parallax,premium,static\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/furniture-slider/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/furniture-slider.jpg\";}s:15:\"room-experiment\";a:7:{s:8:\"released\";s:10:\"2016-11-28\";s:4:\"name\";s:15:\"Room Experiment\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.6\";s:6:\"groups\";s:65:\"api,experiments,media,parallax,premium,specialeffects,static,text\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/room-experiment/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/room-experiment.jpg\";}s:11:\"drag-n-drop\";a:6:{s:4:\"name\";s:11:\"Drag & Drop\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:37:\"premium,fullwidth,specialeffects,text\";s:3:\"url\";s:58:\"https://layerslider.kreaturamedia.com/sliders/drag-n-drop/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/drag-n-drop.jpg\";}s:10:\"headphones\";a:6:{s:4:\"name\";s:10:\"Headphones\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:14:\"premium,static\";s:3:\"url\";s:57:\"https://layerslider.kreaturamedia.com/sliders/headphones/\";s:7:\"preview\";s:71:\"https://repository.kreaturamedia.com/v4/sliders/packages/headphones.jpg\";}s:14:\"play-by-scroll\";a:6:{s:4:\"name\";s:19:\"Play By Scroll demo\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.4\";s:6:\"groups\";s:66:\"premium,fullsize,text,experiments,specialeffects,playbyscroll,loop\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/play-by-scroll/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/play-by-scroll.jpg\";}s:3:\"sky\";a:6:{s:4:\"name\";s:14:\"Sky Experience\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:63:\"premium,fullwidth,text,experiments,parallax,specialeffects,loop\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/sky-experience/\";s:7:\"preview\";s:64:\"https://repository.kreaturamedia.com/v4/sliders/packages/sky.jpg\";}s:9:\"halloween\";a:6:{s:4:\"name\";s:16:\"Happy Halloween!\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"6.0.3\";s:6:\"groups\";s:35:\"free,fullsize,text,experiments,loop\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/happy-halloween/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/halloween.jpg\";}s:15:\"creative-agency\";a:6:{s:4:\"name\";s:6:\"Agency\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:49:\"premium,fullsize,kenburns,parallax,landing,filter\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/creative-agency/\";s:7:\"preview\";s:76:\"https://repository.kreaturamedia.com/v4/sliders/packages/creative-agency.jpg\";}s:18:\"interactive-slider\";a:6:{s:4:\"name\";s:18:\"Interactive Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:47:\"premium,fullsize,parallax,kenburns,text,landing\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/interactive-slider/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/interactive-slider.jpg\";}s:9:\"ecommerce\";a:6:{s:4:\"name\";s:9:\"eCommerce\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:56:\"https://layerslider.kreaturamedia.com/sliders/ecommerce/\";s:7:\"preview\";s:70:\"https://repository.kreaturamedia.com/v4/sliders/packages/ecommerce.jpg\";}s:18:\"landing-page-intro\";a:6:{s:4:\"name\";s:18:\"Landing Page Intro\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:38:\"premium,fullsize,landing,parallax,text\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/landing-page/\";s:7:\"preview\";s:79:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-page-intro.jpg\";}s:6:\"hiking\";a:6:{s:4:\"name\";s:6:\"Hiking\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:53:\"https://layerslider.kreaturamedia.com/sliders/hiking/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/hiking.jpg\";}s:12:\"movie-slider\";a:6:{s:4:\"name\";s:12:\"Movie Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/movie-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/movie-slider.jpg\";}s:12:\"photo-studio\";a:6:{s:4:\"name\";s:12:\"Photo Studio\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:62:\"premium,fullsize,filter,text,parallax,specialeffects,blendmode\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/photo-studio/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/photo-studio.jpg\";}s:5:\"shoes\";a:6:{s:4:\"name\";s:5:\"Shoes\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:35:\"premium,fullwidth,parallax,carousel\";s:3:\"url\";s:52:\"https://layerslider.kreaturamedia.com/sliders/shoes/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/shoes.jpg\";}s:11:\"mini-cooper\";a:6:{s:4:\"name\";s:18:\"Mini Cooper Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:40:\"premium,fullsize,parallax,specialeffects\";s:3:\"url\";s:65:\"https://layerslider.kreaturamedia.com/sliders/mini-cooper-slider/\";s:7:\"preview\";s:72:\"https://repository.kreaturamedia.com/v4/sliders/packages/mini-cooper.jpg\";}s:4:\"xmas\";a:6:{s:4:\"name\";s:16:\"Merry Christmas!\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:60:\"premium,parallax,filter,experiments,specialeffects,text,loop\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/merry-christmas/\";s:7:\"preview\";s:65:\"https://repository.kreaturamedia.com/v4/sliders/packages/xmas.jpg\";}s:5:\"clock\";a:6:{s:4:\"name\";s:32:\"Vintage Clock | shows valid time\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:37:\"premium,fullsize,api,experiments,loop\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/vintage-clock/\";s:7:\"preview\";s:66:\"https://repository.kreaturamedia.com/v4/sliders/packages/clock.jpg\";}s:8:\"car-show\";a:6:{s:4:\"name\";s:8:\"Car Show\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:38:\"premium,fullwidth,experiments,api,loop\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/car-show/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/car-show.jpg\";}s:16:\"landing-screen-1\";a:6:{s:4:\"name\";s:16:\"Landing Screen 1\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-1/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-1.jpg\";}s:16:\"landing-screen-2\";a:6:{s:4:\"name\";s:16:\"Landing Screen 2\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-2/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-2.jpg\";}s:16:\"landing-screen-3\";a:6:{s:4:\"name\";s:16:\"Landing Screen 3\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-3/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-3.jpg\";}s:16:\"landing-screen-4\";a:6:{s:4:\"name\";s:16:\"Landing Screen 4\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:34:\"premium,fullwidth,landing,parallax\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-4/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-4.jpg\";}s:16:\"landing-screen-5\";a:6:{s:4:\"name\";s:16:\"Landing Screen 5\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-5/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-5.jpg\";}s:16:\"landing-screen-6\";a:6:{s:4:\"name\";s:16:\"Landing Screen 6\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-6/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-6.jpg\";}s:16:\"landing-screen-7\";a:6:{s:4:\"name\";s:16:\"Landing Screen 7\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:25:\"premium,fullwidth,landing\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/landing-screen-7/\";s:7:\"preview\";s:77:\"https://repository.kreaturamedia.com/v4/sliders/packages/landing-screen-7.jpg\";}s:8:\"carousel\";a:6:{s:4:\"name\";s:8:\"Carousel\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:13:\"free,carousel\";s:3:\"url\";s:55:\"https://layerslider.kreaturamedia.com/sliders/carousel/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/carousel.jpg\";}s:14:\"fancy-parallax\";a:6:{s:4:\"name\";s:21:\"Fancy Parallax Slider\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:26:\"premium,fullwidth,parallax\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/parallax-slider/\";s:7:\"preview\";s:75:\"https://repository.kreaturamedia.com/v4/sliders/packages/fancy-parallax.jpg\";}s:13:\"simple-slider\";a:6:{s:4:\"name\";s:13:\"Simple Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:60:\"https://layerslider.kreaturamedia.com/sliders/simple-slider/\";s:7:\"preview\";s:74:\"https://repository.kreaturamedia.com/v4/sliders/packages/simple-slider.jpg\";}s:12:\"image-slider\";a:6:{s:4:\"name\";s:12:\"Image Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:62:\"https://layerslider.kreaturamedia.com/sliders/image-slideshow/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/image-slider.jpg\";}s:19:\"client-testimonials\";a:6:{s:4:\"name\";s:19:\"Client Testimonials\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:66:\"https://layerslider.kreaturamedia.com/sliders/client-testimonials/\";s:7:\"preview\";s:80:\"https://repository.kreaturamedia.com/v4/sliders/packages/client-testimonials.jpg\";}s:8:\"fixed-bg\";a:6:{s:4:\"name\";s:16:\"Fixed Background\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"6.0.0\";s:6:\"groups\";s:23:\"premium,fullwidth,media\";s:3:\"url\";s:63:\"https://layerslider.kreaturamedia.com/sliders/fixed-background/\";s:7:\"preview\";s:69:\"https://repository.kreaturamedia.com/v4/sliders/packages/fixed-bg.jpg\";}s:22:\"dynamic-content-slider\";a:6:{s:4:\"name\";s:22:\"Dynamic Content Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:4:\"free\";s:3:\"url\";s:69:\"https://layerslider.kreaturamedia.com/sliders/dynamic-content-slider/\";s:7:\"preview\";s:83:\"https://repository.kreaturamedia.com/v4/sliders/packages/dynamic-content-slider.jpg\";}s:6:\"old-3d\";a:6:{s:4:\"name\";s:14:\"LayerSlider v4\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:23:\"free,3dtransition,media\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/3d-demo-slider/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/old-3d.jpg\";}s:2:\"v5\";a:6:{s:4:\"name\";s:14:\"LayerSlider v5\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:19:\"free,parallax,media\";s:3:\"url\";s:61:\"https://layerslider.kreaturamedia.com/sliders/layerslider-v5/\";s:7:\"preview\";s:63:\"https://repository.kreaturamedia.com/v4/sliders/packages/v5.jpg\";}s:12:\"video-slider\";a:6:{s:4:\"name\";s:12:\"Video Slider\";s:7:\"premium\";b:0;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:10:\"free,media\";s:3:\"url\";s:59:\"https://layerslider.kreaturamedia.com/sliders/video-slider/\";s:7:\"preview\";s:73:\"https://repository.kreaturamedia.com/v4/sliders/packages/video-slider.jpg\";}s:6:\"resort\";a:6:{s:4:\"name\";s:6:\"Resort\";s:7:\"premium\";b:1;s:8:\"requires\";s:5:\"5.0.0\";s:6:\"groups\";s:17:\"premium,fullwidth\";s:3:\"url\";s:54:\"https://layerslider.kreaturamedia.com/sliders/restort/\";s:7:\"preview\";s:67:\"https://repository.kreaturamedia.com/v4/sliders/packages/resort.jpg\";}}}', 'no'),
(2636, 'layerslider-gdpr-consent', '1', 'yes'),
(2637, 'layerslider-google-fonts-enabled', '1', 'yes'),
(2638, 'layerslider-aviary-enabled', '1', 'yes'),
(2639, 'layerslider-release-channel', 'stable', 'yes'),
(2640, 'layerslider-authorized-site', '1', 'yes'),
(2641, 'layerslider-purchase-code', '848a533b-9932-4ddc-849c-26e818250a0e', 'yes'),
(2642, 'layerslider_update_info', 'O:8:\"stdClass\":6:{s:5:\"basic\";O:8:\"stdClass\":12:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"6.11.8\";s:8:\"released\";s:10:\"2021-04-19\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:7:\"package\";s:114:\"https://repository.kreaturamedia.com/v4/updates/download.php?token=c5202ca0c8244f531464823c508e4426&channel=stable\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:14:\"upgrade_notice\";s:56:\"This update contains general improvements and bug fixes.\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:5:\"p_url\";s:46:\"https://layerslider.kreaturamedia.com/pricing/\";s:7:\"version\";s:6:\"6.11.8\";s:12:\"last_updated\";s:10:\"2021-04-19\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3192;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"beta\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"edge\";s:56:\"This update contains general improvements and bug fixes.\";}s:6:\"author\";s:71:\"<a href=\"https://kreaturamedia.com/\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:343:\"<p style=\"text-align: justify;\">\n	<a href=\"https://layerslider.kreaturamedia.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:563:\"<p style=\"text-align: justify;\">\n	Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.kreaturamedia.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:607:\"<p style=\"text-align: justify;\">\n	Please visit our <a href=\"https://layerslider.kreaturamedia.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.kreaturamedia.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.kreaturamedia.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:114:\"https://repository.kreaturamedia.com/v4/updates/download.php?token=c5202ca0c8244f531464823c508e4426&channel=stable\";s:13:\"download_link\";s:114:\"https://repository.kreaturamedia.com/v4/updates/download.php?token=c5202ca0c8244f531464823c508e4426&channel=stable\";}s:15:\"_latest_version\";s:6:\"6.11.8\";s:13:\"activation_id\";s:24:\"bc8385fa220429be789a4792\";s:14:\"_notifications\";a:0:{}s:7:\"checked\";i:1621857824;}', 'yes'),
(2643, 'ls-show-canceled_activation_notice', '0', 'yes'),
(2715, 'layerslider-activation-id', 'bc8385fa220429be789a4792', 'yes'),
(2849, 'woocommerce_db_version', '3.5.6', 'yes'),
(2976, 'wpseo', 'a:20:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"9.7\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1552325620;s:18:\"recalibration_beta\";b:0;}', 'yes');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2977, 'wpseo_titles', 'a:205:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:11:\"title-forum\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-forum\";s:0:\"\";s:13:\"noindex-forum\";b:0;s:14:\"showdate-forum\";b:0;s:24:\"display-metabox-pt-forum\";b:1;s:24:\"post_types-forum-maintax\";i:0;s:21:\"title-ptarchive-forum\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-ptarchive-forum\";s:0:\"\";s:23:\"bctitle-ptarchive-forum\";s:0:\"\";s:23:\"noindex-ptarchive-forum\";b:0;s:11:\"title-topic\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-topic\";s:0:\"\";s:13:\"noindex-topic\";b:0;s:14:\"showdate-topic\";b:0;s:24:\"display-metabox-pt-topic\";b:1;s:24:\"post_types-topic-maintax\";i:0;s:21:\"title-ptarchive-topic\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-ptarchive-topic\";s:0:\"\";s:23:\"bctitle-ptarchive-topic\";s:0:\"\";s:23:\"noindex-ptarchive-topic\";b:0;s:11:\"title-reply\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-reply\";s:0:\"\";s:13:\"noindex-reply\";b:0;s:14:\"showdate-reply\";b:0;s:24:\"display-metabox-pt-reply\";b:1;s:24:\"post_types-reply-maintax\";i:0;s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:16:\"showdate-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:18:\"title-tribe_events\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tribe_events\";s:0:\"\";s:20:\"noindex-tribe_events\";b:0;s:21:\"showdate-tribe_events\";b:0;s:31:\"display-metabox-pt-tribe_events\";b:1;s:31:\"post_types-tribe_events-maintax\";i:0;s:28:\"title-ptarchive-tribe_events\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-ptarchive-tribe_events\";s:0:\"\";s:30:\"bctitle-ptarchive-tribe_events\";s:0:\"\";s:30:\"noindex-ptarchive-tribe_events\";b:0;s:21:\"title-avada_portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-avada_portfolio\";s:0:\"\";s:23:\"noindex-avada_portfolio\";b:0;s:24:\"showdate-avada_portfolio\";b:0;s:34:\"display-metabox-pt-avada_portfolio\";b:1;s:34:\"post_types-avada_portfolio-maintax\";i:0;s:31:\"title-ptarchive-avada_portfolio\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:34:\"metadesc-ptarchive-avada_portfolio\";s:0:\"\";s:33:\"bctitle-ptarchive-avada_portfolio\";s:0:\"\";s:33:\"noindex-ptarchive-avada_portfolio\";b:0;s:15:\"title-avada_faq\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-avada_faq\";s:0:\"\";s:17:\"noindex-avada_faq\";b:0;s:18:\"showdate-avada_faq\";b:0;s:28:\"display-metabox-pt-avada_faq\";b:1;s:28:\"post_types-avada_faq-maintax\";i:0;s:25:\"title-ptarchive-avada_faq\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-ptarchive-avada_faq\";s:0:\"\";s:27:\"bctitle-ptarchive-avada_faq\";s:0:\"\";s:27:\"noindex-ptarchive-avada_faq\";b:0;s:11:\"title-slide\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-slide\";s:0:\"\";s:13:\"noindex-slide\";b:0;s:14:\"showdate-slide\";b:0;s:24:\"display-metabox-pt-slide\";b:1;s:24:\"post_types-slide-maintax\";i:0;s:21:\"title-fusion_template\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-fusion_template\";s:0:\"\";s:23:\"noindex-fusion_template\";b:0;s:24:\"showdate-fusion_template\";b:0;s:34:\"display-metabox-pt-fusion_template\";b:1;s:34:\"post_types-fusion_template-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:19:\"title-tax-topic-tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-tax-topic-tag\";s:0:\"\";s:29:\"display-metabox-tax-topic-tag\";b:1;s:21:\"noindex-tax-topic-tag\";b:0;s:27:\"taxonomy-topic-tag-ptparent\";i:0;s:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;s:26:\"title-tax-tribe_events_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-tribe_events_cat\";s:0:\"\";s:36:\"display-metabox-tax-tribe_events_cat\";b:1;s:28:\"noindex-tax-tribe_events_cat\";b:0;s:34:\"taxonomy-tribe_events_cat-ptparent\";i:0;s:28:\"title-tax-portfolio_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-portfolio_category\";s:0:\"\";s:38:\"display-metabox-tax-portfolio_category\";b:1;s:30:\"noindex-tax-portfolio_category\";b:0;s:36:\"taxonomy-portfolio_category-ptparent\";i:0;s:26:\"title-tax-portfolio_skills\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-portfolio_skills\";s:0:\"\";s:36:\"display-metabox-tax-portfolio_skills\";b:1;s:28:\"noindex-tax-portfolio_skills\";b:0;s:34:\"taxonomy-portfolio_skills-ptparent\";i:0;s:24:\"title-tax-portfolio_tags\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-portfolio_tags\";s:0:\"\";s:34:\"display-metabox-tax-portfolio_tags\";b:1;s:26:\"noindex-tax-portfolio_tags\";b:0;s:32:\"taxonomy-portfolio_tags-ptparent\";i:0;s:22:\"title-tax-faq_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-faq_category\";s:0:\"\";s:32:\"display-metabox-tax-faq_category\";b:1;s:24:\"noindex-tax-faq_category\";b:0;s:30:\"taxonomy-faq_category-ptparent\";i:0;s:20:\"title-tax-slide-page\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-slide-page\";s:0:\"\";s:30:\"display-metabox-tax-slide-page\";b:1;s:22:\"noindex-tax-slide-page\";b:0;s:28:\"taxonomy-slide-page-ptparent\";i:0;s:26:\"title-tax-element_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-element_category\";s:0:\"\";s:36:\"display-metabox-tax-element_category\";b:1;s:28:\"noindex-tax-element_category\";b:0;s:34:\"taxonomy-element_category-ptparent\";i:0;s:27:\"title-tax-template_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-template_category\";s:0:\"\";s:37:\"display-metabox-tax-template_category\";b:1;s:29:\"noindex-tax-template_category\";b:0;s:35:\"taxonomy-template_category-ptparent\";i:0;}', 'yes'),
(2978, 'wpseo_social', 'a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}', 'yes'),
(2979, 'wpseo_flush_rewrite', '1', 'yes'),
(2981, 'wpseo_onpage', 'a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1552325697;}', 'yes'),
(3048, 'is_https_supported', '1', 'yes'),
(3096, 'updraftplus_dismissedautobackup', '1572773246', 'yes'),
(3268, 'fusion_options-transients', 'a:2:{s:14:\"changed_values\";a:4:{s:19:\"upload_image_format\";s:7:\"default\";s:20:\"keep_original_images\";s:7:\"disable\";s:15:\"pw_jpeg_quality\";s:2:\"90\";s:18:\"webp_image_quality\";s:2:\"86\";}s:9:\"last_save\";i:1786300377;}', 'yes'),
(3325, 'recovery_keys', 'a:0:{}', 'off'),
(3362, 'woocommerce_allow_bulk_remove_personal_data', 'no', 'no'),
(3363, 'woocommerce_allow_tracking', 'no', 'no'),
(3364, 'woocommerce_show_marketplace_suggestions', 'yes', 'no'),
(3373, 'rewrite_rules', 'a:244:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:19:\"^wp\\.serviceworker$\";s:29:\"index.php?wp_service_worker=1\";s:18:\"portfolio-items/?$\";s:35:\"index.php?post_type=avada_portfolio\";s:48:\"portfolio-items/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:43:\"portfolio-items/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=avada_portfolio&feed=$matches[1]\";s:35:\"portfolio-items/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=avada_portfolio&paged=$matches[1]\";s:44:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"fusion_tb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"fusion_tb_layout/([^/]+)/embed/?$\";s:49:\"index.php?fusion_tb_layout=$matches[1]&embed=true\";s:37:\"fusion_tb_layout/([^/]+)/trackback/?$\";s:43:\"index.php?fusion_tb_layout=$matches[1]&tb=1\";s:45:\"fusion_tb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?fusion_tb_layout=$matches[1]&paged=$matches[2]\";s:52:\"fusion_tb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?fusion_tb_layout=$matches[1]&cpage=$matches[2]\";s:41:\"fusion_tb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?fusion_tb_layout=$matches[1]&page=$matches[2]\";s:33:\"fusion_tb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"fusion_tb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"fusion_tb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"fusion_tb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"fusion_tb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"fusion_tb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"fusion_tb_section/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"fusion_tb_section/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"fusion_tb_section/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"fusion_tb_section/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"fusion_tb_section/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"fusion_tb_section/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"fusion_tb_section/([^/]+)/embed/?$\";s:50:\"index.php?fusion_tb_section=$matches[1]&embed=true\";s:38:\"fusion_tb_section/([^/]+)/trackback/?$\";s:44:\"index.php?fusion_tb_section=$matches[1]&tb=1\";s:46:\"fusion_tb_section/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?fusion_tb_section=$matches[1]&paged=$matches[2]\";s:53:\"fusion_tb_section/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?fusion_tb_section=$matches[1]&cpage=$matches[2]\";s:42:\"fusion_tb_section/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?fusion_tb_section=$matches[1]&page=$matches[2]\";s:34:\"fusion_tb_section/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"fusion_tb_section/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"fusion_tb_section/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"fusion_tb_section/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"fusion_tb_section/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"fusion_tb_section/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"fusion_tb_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?fusion_tb_category=$matches[1]&feed=$matches[2]\";s:54:\"fusion_tb_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?fusion_tb_category=$matches[1]&feed=$matches[2]\";s:35:\"fusion_tb_category/([^/]+)/embed/?$\";s:51:\"index.php?fusion_tb_category=$matches[1]&embed=true\";s:47:\"fusion_tb_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?fusion_tb_category=$matches[1]&paged=$matches[2]\";s:29:\"fusion_tb_category/([^/]+)/?$\";s:40:\"index.php?fusion_tb_category=$matches[1]\";s:39:\"fusion_form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"fusion_form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"fusion_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"fusion_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"fusion_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"fusion_form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"fusion_form/([^/]+)/embed/?$\";s:44:\"index.php?fusion_form=$matches[1]&embed=true\";s:32:\"fusion_form/([^/]+)/trackback/?$\";s:38:\"index.php?fusion_form=$matches[1]&tb=1\";s:40:\"fusion_form/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?fusion_form=$matches[1]&paged=$matches[2]\";s:47:\"fusion_form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?fusion_form=$matches[1]&cpage=$matches[2]\";s:36:\"fusion_form/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?fusion_form=$matches[1]&page=$matches[2]\";s:28:\"fusion_form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"fusion_form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"fusion_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"fusion_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"fusion_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"fusion_form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"20%/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?%/%$matches[1]&feed=$matches[2]\";s:37:\"20%/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?%/%$matches[1]&feed=$matches[2]\";s:18:\"20%/(.+?)/embed/?$\";s:35:\"index.php?%/%$matches[1]&embed=true\";s:30:\"20%/(.+?)/page/?([0-9]{1,})/?$\";s:42:\"index.php?%/%$matches[1]&paged=$matches[2]\";s:12:\"20%/(.+?)/?$\";s:24:\"index.php?%/%$matches[1]\";s:36:\"20%/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:31:\"20%/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:12:\"20%/embed/?$\";s:21:\"index.php?&embed=true\";s:24:\"20%/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:43:\"portfolio-items/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"portfolio-items/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"portfolio-items/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-items/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"portfolio-items/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"portfolio-items/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"portfolio-items/([^/]+)/embed/?$\";s:48:\"index.php?avada_portfolio=$matches[1]&embed=true\";s:36:\"portfolio-items/([^/]+)/trackback/?$\";s:42:\"index.php?avada_portfolio=$matches[1]&tb=1\";s:56:\"portfolio-items/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:51:\"portfolio-items/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&feed=$matches[2]\";s:44:\"portfolio-items/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&paged=$matches[2]\";s:51:\"portfolio-items/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?avada_portfolio=$matches[1]&cpage=$matches[2]\";s:40:\"portfolio-items/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?avada_portfolio=$matches[1]&page=$matches[2]\";s:32:\"portfolio-items/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"portfolio-items/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"portfolio-items/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-items/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"portfolio-items/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"portfolio-items/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio_category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio_category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio_category=$matches[1]&embed=true\";s:47:\"portfolio_category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio_category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio_category/([^/]+)/?$\";s:40:\"index.php?portfolio_category=$matches[1]\";s:57:\"portfolio_skills/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:52:\"portfolio_skills/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_skills=$matches[1]&feed=$matches[2]\";s:33:\"portfolio_skills/([^/]+)/embed/?$\";s:49:\"index.php?portfolio_skills=$matches[1]&embed=true\";s:45:\"portfolio_skills/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_skills=$matches[1]&paged=$matches[2]\";s:27:\"portfolio_skills/([^/]+)/?$\";s:38:\"index.php?portfolio_skills=$matches[1]\";s:55:\"portfolio_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:50:\"portfolio_tags/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio_tags=$matches[1]&feed=$matches[2]\";s:31:\"portfolio_tags/([^/]+)/embed/?$\";s:47:\"index.php?portfolio_tags=$matches[1]&embed=true\";s:43:\"portfolio_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio_tags=$matches[1]&paged=$matches[2]\";s:25:\"portfolio_tags/([^/]+)/?$\";s:36:\"index.php?portfolio_tags=$matches[1]\";s:43:\"fusion_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"fusion_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"fusion_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"fusion_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"fusion_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"fusion_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"fusion_template/([^/]+)/embed/?$\";s:48:\"index.php?fusion_template=$matches[1]&embed=true\";s:36:\"fusion_template/([^/]+)/trackback/?$\";s:42:\"index.php?fusion_template=$matches[1]&tb=1\";s:44:\"fusion_template/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?fusion_template=$matches[1]&paged=$matches[2]\";s:51:\"fusion_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?fusion_template=$matches[1]&cpage=$matches[2]\";s:40:\"fusion_template/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?fusion_template=$matches[1]&page=$matches[2]\";s:32:\"fusion_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"fusion_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"fusion_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"fusion_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"fusion_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"fusion_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"fusion_element/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"fusion_element/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"fusion_element/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fusion_element/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"fusion_element/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"fusion_element/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"fusion_element/([^/]+)/embed/?$\";s:47:\"index.php?fusion_element=$matches[1]&embed=true\";s:35:\"fusion_element/([^/]+)/trackback/?$\";s:41:\"index.php?fusion_element=$matches[1]&tb=1\";s:43:\"fusion_element/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?fusion_element=$matches[1]&paged=$matches[2]\";s:50:\"fusion_element/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?fusion_element=$matches[1]&cpage=$matches[2]\";s:39:\"fusion_element/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?fusion_element=$matches[1]&page=$matches[2]\";s:31:\"fusion_element/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"fusion_element/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"fusion_element/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fusion_element/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"fusion_element/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"fusion_element/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"element_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?element_category=$matches[1]&feed=$matches[2]\";s:52:\"element_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?element_category=$matches[1]&feed=$matches[2]\";s:33:\"element_category/([^/]+)/embed/?$\";s:49:\"index.php?element_category=$matches[1]&embed=true\";s:45:\"element_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?element_category=$matches[1]&paged=$matches[2]\";s:27:\"element_category/([^/]+)/?$\";s:38:\"index.php?element_category=$matches[1]\";s:58:\"template_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?template_category=$matches[1]&feed=$matches[2]\";s:53:\"template_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?template_category=$matches[1]&feed=$matches[2]\";s:34:\"template_category/([^/]+)/embed/?$\";s:50:\"index.php?template_category=$matches[1]&embed=true\";s:46:\"template_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?template_category=$matches[1]&paged=$matches[2]\";s:28:\"template_category/([^/]+)/?$\";s:39:\"index.php?template_category=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=18&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}', 'yes'),
(3599, 'widget_tribe-events-adv-list-widget', 'a:2:{i:3;a:24:{s:5:\"title\";s:15:\"Upcoming Events\";s:5:\"limit\";s:1:\"3\";s:18:\"no_upcoming_events\";b:0;s:20:\"featured_events_only\";b:0;s:13:\"jsonld_enable\";i:0;s:5:\"venue\";N;s:7:\"country\";s:1:\"1\";s:7:\"address\";N;s:4:\"city\";s:1:\"1\";s:6:\"region\";s:1:\"1\";s:3:\"zip\";N;s:5:\"phone\";N;s:4:\"cost\";N;s:9:\"organizer\";N;s:7:\"operand\";s:2:\"OR\";s:7:\"filters\";s:0:\"\";s:20:\"fusion_padding_color\";s:0:\"\";s:15:\"fusion_bg_color\";s:0:\"\";s:21:\"fusion_bg_radius_size\";s:0:\"\";s:18:\"fusion_border_size\";s:0:\"\";s:19:\"fusion_border_style\";s:0:\"\";s:19:\"fusion_border_color\";s:0:\"\";s:12:\"fusion_align\";s:0:\"\";s:19:\"fusion_align_mobile\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(5915, 'avada_disable_encoding', '1', 'yes'),
(10530, 'fusion_registration_data', 'a:1:{s:5:\"avada\";a:5:{s:5:\"token\";s:0:\"\";s:13:\"purchase_code\";s:36:\"ac65a83d-176d-4159-80c1-58a98f8e6f3d\";s:8:\"is_valid\";b:1;s:6:\"scopes\";a:5:{i:0;s:7:\"default\";i:1;s:13:\"user:username\";i:2;s:17:\"purchase:download\";i:3;s:13:\"purchase:list\";i:4;s:15:\"purchase:verify\";}s:6:\"errors\";s:0:\"\";}}', 'yes'),
(10531, 'avada_page_options', 'a:2:{i:0;a:3:{s:2:\"id\";s:32:\"9c36e2307b978f28ae41fa8f0878a810\";s:5:\"title\";s:25:\"University Portfolio Page\";s:4:\"data\";a:77:{s:10:\"pyre_width\";s:7:\"default\";s:24:\"pyre_portfolio_width_100\";s:7:\"default\";s:23:\"pyre_project_desc_title\";s:7:\"default\";s:20:\"pyre_project_details\";s:7:\"default\";s:30:\"pyre_show_first_featured_image\";s:7:\"default\";s:10:\"pyre_video\";s:0:\"\";s:14:\"pyre_video_url\";s:0:\"\";s:16:\"pyre_project_url\";s:0:\"\";s:21:\"pyre_project_url_text\";s:0:\"\";s:13:\"pyre_copy_url\";s:0:\"\";s:18:\"pyre_copy_url_text\";s:0:\"\";s:15:\"pyre_fimg_width\";s:0:\"\";s:16:\"pyre_fimg_height\";s:0:\"\";s:25:\"pyre_image_rollover_icons\";s:7:\"default\";s:18:\"pyre_link_icon_url\";s:0:\"\";s:21:\"pyre_link_icon_target\";s:7:\"default\";s:18:\"pyre_related_posts\";s:7:\"default\";s:14:\"pyre_share_box\";s:7:\"default\";s:20:\"pyre_post_pagination\";s:7:\"default\";s:21:\"pyre_main_top_padding\";s:1:\"0\";s:24:\"pyre_main_bottom_padding\";s:1:\"0\";s:21:\"pyre_hundredp_padding\";s:0:\"\";s:20:\"pyre_slider_position\";s:7:\"default\";s:16:\"pyre_slider_type\";s:2:\"no\";s:11:\"pyre_slider\";s:1:\"0\";s:14:\"pyre_wooslider\";s:4:\"home\";s:14:\"pyre_revslider\";s:1:\"0\";s:18:\"pyre_elasticslider\";s:1:\"0\";s:13:\"pyre_fallback\";s:0:\"\";s:21:\"pyre_avada_rev_styles\";s:7:\"default\";s:19:\"pyre_display_header\";s:3:\"yes\";s:21:\"pyre_header_100_width\";s:7:\"default\";s:14:\"pyre_header_bg\";s:0:\"\";s:20:\"pyre_header_bg_color\";s:0:\"\";s:22:\"pyre_header_bg_opacity\";s:0:\"\";s:19:\"pyre_header_bg_full\";s:2:\"no\";s:21:\"pyre_header_bg_repeat\";s:6:\"repeat\";s:19:\"pyre_displayed_menu\";s:7:\"default\";s:19:\"pyre_display_footer\";s:7:\"default\";s:22:\"pyre_display_copyright\";s:7:\"default\";s:21:\"pyre_footer_100_width\";s:7:\"default\";s:21:\"pyre_sidebar_position\";s:7:\"default\";s:21:\"pyre_sidebar_bg_color\";s:0:\"\";s:19:\"pyre_page_bg_layout\";s:7:\"default\";s:12:\"pyre_page_bg\";s:0:\"\";s:18:\"pyre_page_bg_color\";s:0:\"\";s:17:\"pyre_page_bg_full\";s:2:\"no\";s:19:\"pyre_page_bg_repeat\";s:6:\"repeat\";s:17:\"pyre_wide_page_bg\";s:0:\"\";s:23:\"pyre_wide_page_bg_color\";s:0:\"\";s:22:\"pyre_wide_page_bg_full\";s:2:\"no\";s:24:\"pyre_wide_page_bg_repeat\";s:6:\"repeat\";s:15:\"pyre_page_title\";s:7:\"default\";s:20:\"pyre_page_title_text\";s:7:\"default\";s:30:\"pyre_page_title_text_alignment\";s:7:\"default\";s:25:\"pyre_page_title_100_width\";s:7:\"default\";s:27:\"pyre_page_title_custom_text\";s:0:\"\";s:25:\"pyre_page_title_text_size\";s:0:\"\";s:32:\"pyre_page_title_custom_subheader\";s:0:\"\";s:42:\"pyre_page_title_custom_subheader_text_size\";s:0:\"\";s:26:\"pyre_page_title_font_color\";s:0:\"\";s:22:\"pyre_page_title_height\";s:0:\"\";s:29:\"pyre_page_title_mobile_height\";s:0:\"\";s:22:\"pyre_page_title_bar_bg\";s:95:\"http://drkarimbennani.com/wp-content/uploads/2016/03/course_graphic_design_portfolio_header.jpg\";s:29:\"pyre_page_title_bar_bg_retina\";s:0:\"\";s:28:\"pyre_page_title_bar_bg_color\";s:0:\"\";s:33:\"pyre_page_title_bar_borders_color\";s:0:\"\";s:27:\"pyre_page_title_bar_bg_full\";s:7:\"default\";s:27:\"pyre_page_title_bg_parallax\";s:7:\"default\";s:38:\"pyre_page_title_breadcrumbs_search_bar\";s:7:\"default\";s:16:\"pyre_demo_slider\";s:0:\"\";s:19:\"pyre_sidebar_sticky\";s:7:\"default\";s:27:\"pyre_page_title_line_height\";s:0:\"\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:32:\"sbg_selected_sidebar_replacement\";a:1:{i:0;s:0:\"\";}s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:34:\"sbg_selected_sidebar_2_replacement\";a:1:{i:0;s:0:\"\";}}}i:1;a:3:{s:2:\"id\";s:32:\"d12e04926fb3f7c272226dec97b21f20\";s:5:\"title\";s:14:\"Specialty Page\";s:4:\"data\";a:86:{s:20:\"pyre_post_pagination\";s:2:\"no\";s:24:\"pyre_portfolio_width_100\";s:3:\"yes\";s:10:\"pyre_width\";s:4:\"full\";s:30:\"pyre_show_first_featured_image\";s:3:\"yes\";s:15:\"pyre_fimg_width\";s:0:\"\";s:16:\"pyre_fimg_height\";s:0:\"\";s:10:\"pyre_video\";s:0:\"\";s:14:\"pyre_video_url\";s:0:\"\";s:23:\"pyre_project_desc_title\";s:2:\"no\";s:20:\"pyre_project_details\";s:2:\"no\";s:16:\"pyre_project_url\";s:0:\"\";s:21:\"pyre_project_url_text\";s:0:\"\";s:13:\"pyre_copy_url\";s:0:\"\";s:18:\"pyre_copy_url_text\";s:0:\"\";s:25:\"pyre_image_rollover_icons\";s:7:\"default\";s:18:\"pyre_link_icon_url\";s:0:\"\";s:21:\"pyre_link_icon_target\";s:2:\"no\";s:21:\"pyre_portfolio_author\";s:2:\"no\";s:14:\"pyre_share_box\";s:2:\"no\";s:18:\"pyre_related_posts\";s:2:\"no\";s:23:\"pyre_portfolio_comments\";s:2:\"no\";s:16:\"pyre_slider_type\";s:2:\"no\";s:11:\"pyre_slider\";s:1:\"0\";s:14:\"pyre_wooslider\";s:1:\"0\";s:14:\"pyre_revslider\";s:1:\"0\";s:20:\"pyre_slider_position\";s:7:\"default\";s:21:\"pyre_avada_rev_styles\";s:7:\"default\";s:13:\"pyre_fallback\";s:0:\"\";s:16:\"pyre_fallback_id\";s:0:\"\";s:16:\"pyre_demo_slider\";s:0:\"\";s:21:\"pyre_main_top_padding\";s:3:\"0px\";s:24:\"pyre_main_bottom_padding\";s:3:\"0px\";s:21:\"pyre_hundredp_padding\";s:3:\"0px\";s:19:\"pyre_display_header\";s:3:\"yes\";s:21:\"pyre_header_100_width\";s:3:\"yes\";s:29:\"pyre_combined_header_bg_color\";s:7:\"#ffffff\";s:27:\"pyre_mobile_header_bg_color\";s:0:\"\";s:14:\"pyre_header_bg\";s:0:\"\";s:17:\"pyre_header_bg_id\";s:0:\"\";s:19:\"pyre_header_bg_full\";s:2:\"no\";s:21:\"pyre_header_bg_repeat\";s:6:\"repeat\";s:19:\"pyre_displayed_menu\";s:7:\"default\";s:19:\"pyre_display_footer\";s:7:\"default\";s:22:\"pyre_display_copyright\";s:7:\"default\";s:21:\"pyre_footer_100_width\";s:7:\"default\";s:21:\"pyre_sidebar_position\";s:7:\"default\";s:29:\"pyre_responsive_sidebar_order\";s:0:\"\";s:19:\"pyre_sidebar_sticky\";s:7:\"default\";s:21:\"pyre_sidebar_bg_color\";s:0:\"\";s:19:\"pyre_page_bg_layout\";s:4:\"wide\";s:18:\"pyre_page_bg_color\";s:0:\"\";s:12:\"pyre_page_bg\";s:0:\"\";s:15:\"pyre_page_bg_id\";s:0:\"\";s:17:\"pyre_page_bg_full\";s:2:\"no\";s:19:\"pyre_page_bg_repeat\";s:7:\"default\";s:23:\"pyre_wide_page_bg_color\";s:0:\"\";s:17:\"pyre_wide_page_bg\";s:0:\"\";s:20:\"pyre_wide_page_bg_id\";s:0:\"\";s:22:\"pyre_wide_page_bg_full\";s:2:\"no\";s:24:\"pyre_wide_page_bg_repeat\";s:7:\"default\";s:15:\"pyre_page_title\";s:7:\"default\";s:38:\"pyre_page_title_breadcrumbs_search_bar\";s:7:\"default\";s:20:\"pyre_page_title_text\";s:3:\"yes\";s:30:\"pyre_page_title_text_alignment\";s:4:\"left\";s:27:\"pyre_page_title_custom_text\";s:0:\"\";s:25:\"pyre_page_title_text_size\";s:4:\"50px\";s:26:\"pyre_page_title_font_color\";s:7:\"#368498\";s:27:\"pyre_page_title_line_height\";s:0:\"\";s:32:\"pyre_page_title_custom_subheader\";s:0:\"\";s:42:\"pyre_page_title_custom_subheader_text_size\";s:0:\"\";s:36:\"pyre_page_title_subheader_font_color\";s:0:\"\";s:25:\"pyre_page_title_100_width\";s:3:\"yes\";s:22:\"pyre_page_title_height\";s:5:\"115px\";s:29:\"pyre_page_title_mobile_height\";s:0:\"\";s:28:\"pyre_page_title_bar_bg_color\";s:7:\"#ffffff\";s:33:\"pyre_page_title_bar_borders_color\";s:7:\"#ffffff\";s:22:\"pyre_page_title_bar_bg\";s:0:\"\";s:25:\"pyre_page_title_bar_bg_id\";s:0:\"\";s:29:\"pyre_page_title_bar_bg_retina\";s:0:\"\";s:32:\"pyre_page_title_bar_bg_retina_id\";s:0:\"\";s:27:\"pyre_page_title_bar_bg_full\";s:7:\"default\";s:27:\"pyre_page_title_bg_parallax\";s:7:\"default\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:32:\"sbg_selected_sidebar_replacement\";a:1:{i:0;s:0:\"\";}s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:34:\"sbg_selected_sidebar_2_replacement\";a:1:{i:0;s:15:\"default_sidebar\";}}}}', 'yes'),
(10819, 'product_cat_children', 'a:0:{}', 'yes'),
(10822, 'faq_category_children', 'a:0:{}', 'yes'),
(10823, 'slide-page_children', 'a:0:{}', 'yes'),
(10825, 'template_category_children', 'a:0:{}', 'yes');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10829, 'fusion_options', 'a:1124:{s:8:\"last_tab\";s:0:\"\";s:6:\"layout\";s:4:\"wide\";s:10:\"site_width\";s:6:\"1400px\";s:13:\"margin_offset\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:13:\"scroll_offset\";s:4:\"full\";s:18:\"boxed_modal_shadow\";s:4:\"none\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:4:\"50px\";s:6:\"bottom\";s:4:\"50px\";}s:13:\"page_template\";s:10:\"site_width\";s:16:\"hundredp_padding\";s:4:\"30px\";s:13:\"sidebar_width\";s:3:\"23%\";s:14:\"sidebar_gutter\";s:4:\"80px\";s:17:\"sidebar_2_1_width\";s:3:\"21%\";s:17:\"sidebar_2_2_width\";s:3:\"21%\";s:19:\"dual_sidebar_gutter\";s:4:\"40px\";s:10:\"responsive\";s:1:\"1\";s:21:\"grid_main_break_point\";s:4:\"1099\";s:23:\"side_header_break_point\";s:3:\"920\";s:19:\"content_break_point\";s:3:\"800\";s:19:\"sidebar_break_point\";s:3:\"800\";s:11:\"mobile_zoom\";s:1:\"1\";s:16:\"visibility_small\";s:3:\"640\";s:17:\"visibility_medium\";s:4:\"1024\";s:22:\"typography_sensitivity\";s:1:\"1\";s:17:\"typography_factor\";s:4:\"1.80\";s:13:\"color_palette\";a:17:{s:6:\"color1\";a:2:{s:5:\"label\";s:7:\"Color 1\";s:5:\"color\";s:7:\"#ffffff\";}s:6:\"color2\";a:2:{s:5:\"label\";s:7:\"Color 2\";s:5:\"color\";s:7:\"#f6f6f6\";}s:6:\"color3\";a:2:{s:5:\"label\";s:7:\"Color 3\";s:5:\"color\";s:7:\"#a0ce4e\";}s:6:\"color4\";a:2:{s:5:\"label\";s:7:\"Color 4\";s:5:\"color\";s:7:\"#5fb2dc\";}s:6:\"color5\";a:2:{s:5:\"label\";s:7:\"Color 5\";s:5:\"color\";s:7:\"#368498\";}s:6:\"color6\";a:2:{s:5:\"label\";s:7:\"Color 6\";s:5:\"color\";s:7:\"#747474\";}s:6:\"color7\";a:2:{s:5:\"label\";s:7:\"Color 7\";s:5:\"color\";s:7:\"#444444\";}s:6:\"color8\";a:2:{s:5:\"label\";s:7:\"Color 8\";s:5:\"color\";s:7:\"#333333\";}s:8:\"custom10\";a:2:{s:5:\"label\";s:9:\"Custom 10\";s:5:\"color\";s:7:\"#e0dede\";}s:8:\"custom11\";a:2:{s:5:\"label\";s:9:\"Custom 11\";s:5:\"color\";s:7:\"#ebeaea\";}s:8:\"custom12\";a:2:{s:5:\"label\";s:9:\"Custom 12\";s:5:\"color\";s:7:\"#8c8989\";}s:8:\"custom13\";a:2:{s:5:\"label\";s:9:\"Custom 13\";s:5:\"color\";s:7:\"#bfbfbf\";}s:8:\"custom14\";a:2:{s:5:\"label\";s:9:\"Custom 14\";s:5:\"color\";s:21:\"rgba(235,234,234,0.8)\";}s:8:\"custom15\";a:2:{s:5:\"label\";s:9:\"Custom 15\";s:5:\"color\";s:7:\"#e2e2e2\";}s:8:\"custom16\";a:2:{s:5:\"label\";s:9:\"Custom 16\";s:5:\"color\";s:7:\"#e5e5e5\";}s:8:\"custom17\";a:2:{s:5:\"label\";s:9:\"Custom 17\";s:5:\"color\";s:7:\"#f8f8f8\";}s:8:\"custom18\";a:2:{s:5:\"label\";s:9:\"Custom 18\";s:5:\"color\";s:7:\"#f9f9f9\";}}s:13:\"primary_color\";s:7:\"#5fb2dc\";s:15:\"slider_position\";s:5:\"below\";s:15:\"header_position\";s:3:\"top\";s:13:\"header_layout\";s:2:\"v3\";s:19:\"header_left_content\";s:12:\"contact_info\";s:20:\"header_right_content\";s:10:\"navigation\";s:17:\"header_v4_content\";s:18:\"tagline_and_search\";s:13:\"header_number\";s:122:\"<i class=\"fas fa-phone\"></i>     05 22 65 75 33     |    <i class=\"fas fa-ambulance\"></i>     Urgences:  06 74 74 64 58\";s:12:\"header_email\";s:22:\"info@drkarimbennani.ma\";s:14:\"header_tagline\";s:19:\"Insert Tagline Here\";s:18:\"header_banner_code\";s:0:\"\";s:15:\"header_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"header_bg_full\";s:1:\"0\";s:18:\"header_bg_parallax\";s:1:\"1\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:17:\"side_header_width\";s:3:\"280\";s:14:\"header_padding\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"header_shadow\";s:1:\"0\";s:16:\"header_100_width\";s:1:\"0\";s:15:\"header_bg_color\";s:7:\"#ffffff\";s:23:\"archive_header_bg_color\";s:7:\"#ffffff\";s:19:\"header_border_color\";s:7:\"#e5e5e5\";s:19:\"header_top_bg_color\";s:7:\"#5fb2dc\";s:17:\"tagline_font_size\";s:4:\"20px\";s:18:\"tagline_font_color\";s:7:\"#747474\";s:13:\"header_sticky\";s:1:\"1\";s:20:\"header_sticky_tablet\";s:1:\"0\";s:20:\"header_sticky_mobile\";s:1:\"0\";s:23:\"header_sticky_shrinkage\";s:1:\"1\";s:26:\"header_sticky_type2_layout\";s:9:\"menu_only\";s:20:\"header_sticky_shadow\";s:1:\"1\";s:22:\"header_sticky_bg_color\";s:15:\"rgba(0,0,0,0.8)\";s:24:\"header_sticky_menu_color\";s:7:\"#ffffff\";s:25:\"header_sticky_nav_padding\";s:2:\"55\";s:27:\"header_sticky_nav_font_size\";s:4:\"12px\";s:10:\"nav_height\";s:2:\"87\";s:20:\"menu_highlight_style\";s:9:\"bottombar\";s:25:\"menu_highlight_background\";s:7:\"#a0ce4e\";s:15:\"menu_arrow_size\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:20:\"nav_highlight_border\";s:1:\"2\";s:11:\"nav_padding\";s:2:\"55\";s:18:\"mobile_nav_padding\";s:2:\"25\";s:15:\"megamenu_shadow\";s:1:\"1\";s:28:\"main_menu_sub_menu_animation\";s:4:\"fade\";s:29:\"dropdown_menu_top_border_size\";s:1:\"3\";s:19:\"dropdown_menu_width\";s:3:\"180\";s:34:\"mainmenu_dropdown_vertical_padding\";s:1:\"8\";s:33:\"mainmenu_dropdown_display_divider\";s:1:\"1\";s:31:\"menu_display_dropdown_indicator\";s:12:\"parent_child\";s:20:\"main_nav_search_icon\";s:1:\"0\";s:22:\"main_nav_search_layout\";s:8:\"dropdown\";s:20:\"main_nav_icon_circle\";s:1:\"0\";s:25:\"main_nav_highlight_radius\";s:3:\"0px\";s:17:\"menu_sub_bg_color\";s:7:\"#f2efef\";s:19:\"menu_bg_hover_color\";s:7:\"#f8f8f8\";s:18:\"menu_sub_sep_color\";s:7:\"#dcdadb\";s:17:\"menu_h45_bg_color\";s:7:\"#ffffff\";s:14:\"nav_typography\";a:8:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"500\";s:9:\"font-size\";s:4:\"14px\";s:14:\"letter-spacing\";s:3:\"0px\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#368498\";}s:15:\"menu_text_align\";s:6:\"center\";s:22:\"menu_hover_first_color\";s:7:\"#5fb2dc\";s:14:\"menu_sub_color\";s:7:\"#368498\";s:22:\"nav_dropdown_font_size\";s:4:\"13px\";s:26:\"flyout_menu_icon_font_size\";s:4:\"20px\";s:24:\"flyout_nav_icons_padding\";s:2:\"45\";s:22:\"flyout_menu_icon_color\";s:7:\"#333333\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"#a0ce4e\";s:28:\"flyout_menu_background_color\";s:22:\"rgba(255,255,255,0.95)\";s:21:\"flyout_menu_direction\";s:4:\"fade\";s:24:\"flyout_menu_item_padding\";s:2:\"28\";s:23:\"topmenu_dropwdown_width\";s:3:\"180\";s:29:\"header_top_first_border_color\";s:7:\"#e5e5e5\";s:23:\"header_top_sub_bg_color\";s:7:\"#ffffff\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"#fafafa\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"#e5e5e5\";s:14:\"snav_font_size\";s:4:\"14px\";s:11:\"sec_menu_lh\";s:4:\"44px\";s:10:\"snav_color\";s:7:\"#ffffff\";s:25:\"header_top_menu_sub_color\";s:7:\"#747474\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"#333333\";s:18:\"mobile_menu_design\";s:7:\"classic\";s:28:\"mobile_menu_icons_top_margin\";s:2:\"30\";s:22:\"mobile_menu_nav_height\";s:2:\"30\";s:27:\"mobile_nav_submenu_slideout\";s:1:\"1\";s:18:\"mobile_menu_search\";s:1:\"0\";s:29:\"mobile_menu_submenu_indicator\";s:1:\"1\";s:22:\"mobile_header_bg_color\";s:7:\"#ffffff\";s:30:\"mobile_archive_header_bg_color\";s:7:\"#ffffff\";s:28:\"mobile_menu_background_color\";s:7:\"#f9f9f9\";s:23:\"mobile_menu_hover_color\";s:7:\"#f6f6f6\";s:24:\"mobile_menu_border_color\";s:7:\"#dadada\";s:24:\"mobile_menu_toggle_color\";s:7:\"#dadada\";s:22:\"mobile_menu_typography\";a:9:{s:11:\"font-family\";s:6:\"Mulish\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:9:\"font-size\";s:4:\"12px\";s:11:\"line-height\";s:4:\"30px\";s:14:\"letter-spacing\";s:1:\"0\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:28:\"mobile_menu_font_hover_color\";s:7:\"#368498\";s:22:\"mobile_menu_text_align\";s:4:\"left\";s:14:\"megamenu_width\";s:12:\"custom_width\";s:18:\"megamenu_max_width\";s:3:\"900\";s:31:\"megamenu_interior_content_width\";s:14:\"viewport_width\";s:19:\"megamenu_title_size\";s:4:\"18px\";s:30:\"megamenu_item_vertical_padding\";s:1:\"8\";s:29:\"megamenu_item_display_divider\";s:1:\"0\";s:18:\"menu_icon_position\";s:4:\"left\";s:14:\"menu_icon_size\";s:2:\"14\";s:15:\"menu_icon_color\";s:7:\"#333333\";s:21:\"menu_icon_hover_color\";s:7:\"#a0ce4e\";s:19:\"menu_thumbnail_size\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"14px\";}s:14:\"logo_alignment\";s:4:\"left\";s:11:\"logo_margin\";a:4:{s:3:\"top\";s:4:\"11px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"11px\";s:4:\"left\";s:3:\"0px\";}s:15:\"logo_background\";s:1:\"0\";s:21:\"logo_background_color\";s:7:\"#a0ce4e\";s:16:\"logo_custom_link\";s:0:\"\";s:4:\"logo\";a:5:{s:3:\"url\";s:74:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default.png\";s:2:\"id\";s:4:\"3178\";s:6:\"height\";s:2:\"65\";s:5:\"width\";s:3:\"210\";s:9:\"thumbnail\";s:81:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default-150x65.png\";}s:11:\"logo_retina\";a:5:{s:3:\"url\";s:81:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default_Retina.png\";s:2:\"id\";s:4:\"3179\";s:6:\"height\";s:3:\"130\";s:5:\"width\";s:3:\"421\";s:9:\"thumbnail\";s:89:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default_Retina-150x130.png\";}s:18:\"sticky_header_logo\";a:5:{s:3:\"url\";s:74:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default.png\";s:2:\"id\";s:4:\"3178\";s:6:\"height\";s:2:\"65\";s:5:\"width\";s:3:\"210\";s:9:\"thumbnail\";s:81:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default-150x65.png\";}s:25:\"sticky_header_logo_retina\";a:5:{s:3:\"url\";s:81:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default_Retina.png\";s:2:\"id\";s:4:\"3179\";s:6:\"height\";s:3:\"130\";s:5:\"width\";s:3:\"421\";s:9:\"thumbnail\";s:89:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default_Retina-150x130.png\";}s:11:\"mobile_logo\";a:5:{s:3:\"url\";s:74:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default.png\";s:2:\"id\";s:4:\"3178\";s:6:\"height\";s:2:\"65\";s:5:\"width\";s:3:\"210\";s:9:\"thumbnail\";s:81:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default-150x65.png\";}s:18:\"mobile_logo_retina\";a:5:{s:3:\"url\";s:81:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default_Retina.png\";s:2:\"id\";s:4:\"3179\";s:6:\"height\";s:3:\"130\";s:5:\"width\";s:3:\"421\";s:9:\"thumbnail\";s:89:\"https://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default_Retina-150x130.png\";}s:8:\"fav_icon\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"fav_icon_apple_touch\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"fav_icon_android\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"fav_icon_edge\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:14:\"page_title_bar\";s:15:\"bar_and_content\";s:17:\"page_title_bar_bs\";s:11:\"breadcrumbs\";s:19:\"page_title_bar_text\";s:1:\"1\";s:20:\"page_title_100_width\";s:1:\"0\";s:17:\"page_title_height\";s:5:\"100px\";s:24:\"page_title_mobile_height\";s:5:\"100px\";s:19:\"page_title_bg_color\";s:7:\"#333333\";s:23:\"page_title_border_color\";s:19:\"rgba(255,255,255,0)\";s:20:\"page_title_font_size\";s:4:\"20px\";s:22:\"page_title_line_height\";s:5:\"1.3em\";s:16:\"page_title_color\";s:7:\"#ffffff\";s:30:\"page_title_subheader_font_size\";s:4:\"16px\";s:26:\"page_title_subheader_color\";s:7:\"#ffffff\";s:20:\"page_title_alignment\";s:4:\"left\";s:13:\"page_title_bg\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"page_title_bg_retina\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:18:\"page_title_bg_full\";s:1:\"1\";s:22:\"page_title_bg_parallax\";s:1:\"1\";s:17:\"page_title_fading\";s:1:\"0\";s:17:\"breadcrumb_mobile\";s:1:\"1\";s:16:\"breacrumb_prefix\";s:0:\"\";s:20:\"breacrumb_home_label\";s:0:\"\";s:20:\"breadcrumb_separator\";s:1:\"|\";s:21:\"breadcrumbs_font_size\";s:4:\"12px\";s:22:\"breadcrumbs_text_color\";s:7:\"#ffffff\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"#ffffff\";s:24:\"breadcrumbs_prefix_color\";s:0:\"\";s:30:\"breadcrumbs_current_page_color\";s:0:\"\";s:27:\"breadcrumbs_separator_color\";s:0:\"\";s:26:\"breadcrumb_show_categories\";s:1:\"1\";s:33:\"breadcrumb_show_post_type_archive\";s:1:\"0\";s:20:\"breadcrumb_show_leaf\";s:1:\"1\";s:18:\"slidingbar_widgets\";s:1:\"1\";s:25:\"mobile_slidingbar_widgets\";s:1:\"1\";s:23:\"slidingbar_open_on_load\";s:1:\"0\";s:19:\"slidingbar_position\";s:4:\"left\";s:16:\"slidingbar_width\";s:5:\"425px\";s:17:\"slidingbar_sticky\";s:1:\"1\";s:26:\"slidingbar_widgets_columns\";s:1:\"2\";s:27:\"slidingbar_column_alignment\";s:7:\"stacked\";s:26:\"slidingbar_content_padding\";a:4:{s:3:\"top\";s:4:\"60px\";s:5:\"right\";s:4:\"47px\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:4:\"47px\";}s:24:\"slidingbar_content_align\";s:4:\"left\";s:23:\"slidingbar_toggle_style\";s:8:\"triangle\";s:19:\"slidingbar_bg_color\";s:7:\"#363839\";s:24:\"slidingbar_divider_color\";s:7:\"#282a2b\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"#ffffff\";s:20:\"slidingbar_font_size\";s:4:\"15px\";s:25:\"slidingbar_headings_color\";s:7:\"#dddddd\";s:21:\"slidingbar_text_color\";s:7:\"#8c8989\";s:21:\"slidingbar_link_color\";s:7:\"#bfbfbf\";s:27:\"slidingbar_link_color_hover\";s:7:\"#a0ce4e\";s:17:\"slidingbar_border\";s:1:\"1\";s:14:\"footer_widgets\";s:1:\"1\";s:22:\"footer_widgets_columns\";s:1:\"3\";s:29:\"footer_widgets_center_content\";s:1:\"0\";s:22:\"footer_special_effects\";s:4:\"none\";s:16:\"footer_copyright\";s:1:\"1\";s:31:\"footer_copyright_center_content\";s:1:\"0\";s:11:\"footer_text\";s:268:\"© Copyright 2019 - <script>document.write(new Date().getFullYear());</script>   |   Dr. Karim Bennani Site by Alforas Company, USA - </a> <a href=\"mailto:info@alforasco.com\" target=\"_blank\" rel=\"noopener\">email: info@alforasco.com</a>   |   All Rights Reserved   </a>\";s:16:\"footerw_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"footerw_bg_full\";s:1:\"0\";s:17:\"footerw_bg_repeat\";s:6:\"repeat\";s:14:\"footerw_bg_pos\";s:13:\"center center\";s:16:\"footer_100_width\";s:1:\"1\";s:19:\"footer_area_padding\";a:4:{s:3:\"top\";s:4:\"63px\";s:5:\"right\";s:4:\"75px\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:4:\"75px\";}s:15:\"footer_bg_color\";s:7:\"#363839\";s:18:\"footer_border_size\";s:2:\"12\";s:19:\"footer_border_color\";s:17:\"var(--awb-color3)\";s:19:\"footer_divider_line\";s:1:\"0\";s:24:\"footer_divider_line_size\";s:1:\"1\";s:25:\"footer_divider_line_style\";s:5:\"solid\";s:20:\"footer_divider_color\";s:7:\"#505152\";s:22:\"footer_widgets_padding\";s:4:\"15px\";s:17:\"copyright_padding\";a:2:{s:3:\"top\";s:4:\"18px\";s:6:\"bottom\";s:4:\"16px\";}s:18:\"copyright_bg_color\";s:7:\"#282a2b\";s:21:\"copyright_border_size\";s:1:\"1\";s:22:\"copyright_border_color\";s:7:\"#4b4c4d\";s:26:\"footer_headings_typography\";a:9:{s:11:\"font-family\";s:7:\"PT Sans\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:3:\"1.5\";s:14:\"letter-spacing\";s:1:\"0\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#ffffff\";}s:17:\"footer_text_color\";s:7:\"#8c8989\";s:17:\"footer_link_color\";s:7:\"#bfbfbf\";s:23:\"footer_link_color_hover\";s:7:\"#a0ce4e\";s:20:\"copyright_text_color\";s:7:\"#8c8989\";s:20:\"copyright_link_color\";s:7:\"#bfbfbf\";s:26:\"copyright_link_color_hover\";s:7:\"#ffffff\";s:19:\"copyright_font_size\";s:4:\"13px\";s:24:\"responsive_sidebar_order\";s:25:\"content,sidebar,sidebar-2\";s:14:\"sidebar_sticky\";s:4:\"none\";s:15:\"sidebar_padding\";s:3:\"0px\";s:16:\"sidebar_bg_color\";s:19:\"rgba(255,255,255,0)\";s:23:\"sidebar_widget_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"sidew_font_size\";s:4:\"15px\";s:21:\"sidebar_heading_color\";s:7:\"#333333\";s:13:\"pages_sidebar\";s:4:\"None\";s:15:\"pages_sidebar_2\";s:4:\"None\";s:20:\"pages_global_sidebar\";s:1:\"0\";s:19:\"default_sidebar_pos\";s:5:\"Right\";s:17:\"portfolio_sidebar\";s:4:\"None\";s:19:\"portfolio_sidebar_2\";s:4:\"None\";s:24:\"portfolio_global_sidebar\";s:1:\"0\";s:26:\"portfolio_sidebar_position\";s:5:\"Right\";s:25:\"portfolio_archive_sidebar\";s:4:\"None\";s:27:\"portfolio_archive_sidebar_2\";s:4:\"None\";s:13:\"posts_sidebar\";s:4:\"None\";s:15:\"posts_sidebar_2\";s:4:\"None\";s:20:\"posts_global_sidebar\";s:1:\"0\";s:21:\"blog_sidebar_position\";s:5:\"Right\";s:20:\"blog_archive_sidebar\";s:12:\"Blog Sidebar\";s:22:\"blog_archive_sidebar_2\";s:4:\"None\";s:14:\"search_sidebar\";s:12:\"Blog Sidebar\";s:16:\"search_sidebar_2\";s:4:\"None\";s:23:\"search_sidebar_position\";s:5:\"Right\";s:8:\"bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:7:\"bg_full\";s:1:\"0\";s:9:\"bg_repeat\";s:6:\"repeat\";s:8:\"bg_color\";s:7:\"#ffffff\";s:17:\"bg_pattern_option\";s:1:\"0\";s:10:\"bg_pattern\";s:8:\"pattern1\";s:16:\"content_bg_color\";s:7:\"#ffffff\";s:16:\"content_bg_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:15:\"content_bg_full\";s:1:\"0\";s:17:\"content_bg_repeat\";s:6:\"repeat\";s:15:\"typography_sets\";a:5:{s:11:\"typography1\";a:8:{s:5:\"label\";s:8:\"Headings\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"600\";s:9:\"font-size\";s:4:\"46px\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:8:\"-0.015em\";s:14:\"text-transform\";s:4:\"none\";}s:11:\"typography2\";a:8:{s:5:\"label\";s:11:\"Subheadings\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"600\";s:9:\"font-size\";s:4:\"24px\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:1:\"0\";s:14:\"text-transform\";s:4:\"none\";}s:11:\"typography3\";a:8:{s:5:\"label\";s:4:\"Lead\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"500\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";}s:11:\"typography4\";a:8:{s:5:\"label\";s:4:\"Body\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"400\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.72\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";}s:11:\"typography5\";a:8:{s:5:\"label\";s:5:\"Small\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:7:\"variant\";s:3:\"400\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"1.72\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";}}s:15:\"body_typography\";a:8:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"17px\";s:11:\"line-height\";s:4:\"1.69\";s:14:\"letter-spacing\";s:1:\"0\";s:5:\"color\";s:17:\"var(--awb-color7)\";}s:10:\"link_color\";s:17:\"var(--awb-color3)\";s:16:\"link_hover_color\";s:7:\"#5fb2dc\";s:15:\"link_decoration\";s:1:\"0\";s:25:\"link_decoration_exclusion\";a:4:{i:0;s:7:\"buttons\";i:1;s:5:\"menus\";i:2;s:4:\"tocs\";i:3;s:11:\"tabstoggles\";}s:20:\"link_decoration_line\";s:4:\"none\";s:21:\"link_decoration_style\";s:5:\"solid\";s:25:\"link_decoration_thickness\";s:3:\"1px\";s:32:\"link_decoration_underline_offset\";s:4:\"auto\";s:26:\"link_decoration_line_hover\";s:4:\"none\";s:27:\"link_decoration_style_hover\";s:5:\"solid\";s:31:\"link_decoration_thickness_hover\";s:3:\"1px\";s:38:\"link_decoration_underline_offset_hover\";s:4:\"auto\";s:13:\"h1_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:9:\"font-size\";s:4:\"80px\";s:11:\"line-height\";s:4:\"1.14\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"0.55em\";s:13:\"margin-bottom\";s:6:\"0.55em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:13:\"h2_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"500\";s:9:\"font-size\";s:4:\"48px\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:6:\"0.70em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:13:\"h3_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:9:\"font-size\";s:4:\"28px\";s:11:\"line-height\";s:3:\"1.6\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:13:\"h4_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:4:\"1.87\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:13:\"h5_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:9:\"font-size\";s:4:\"16px\";s:11:\"line-height\";s:4:\"1.85\";s:14:\"letter-spacing\";s:3:\"0px\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:13:\"h6_typography\";a:11:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:4:\"1.54\";s:14:\"letter-spacing\";s:3:\"3px\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:21:\"post_title_typography\";a:9:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:4:\"27px\";s:14:\"letter-spacing\";s:3:\"0px\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:29:\"post_titles_extras_typography\";a:9:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:3:\"1.6\";s:14:\"letter-spacing\";s:3:\"0px\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#444444\";}s:12:\"custom_fonts\";a:9:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"name\";a:1:{i:0;s:0:\"\";}s:11:\"font_weight\";a:1:{i:0;s:0:\"\";}s:10:\"font_style\";a:1:{i:0;s:0:\"\";}s:5:\"woff2\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:4:\"woff\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"ttf\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"eot\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:3:\"svg\";a:1:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:14:\"adobe_fonts_id\";s:0:\"\";s:19:\"blog_page_title_bar\";s:15:\"bar_and_content\";s:24:\"blog_show_page_title_bar\";s:15:\"bar_and_content\";s:10:\"blog_title\";s:4:\"Blog\";s:13:\"blog_subtitle\";s:0:\"\";s:11:\"blog_layout\";s:4:\"grid\";s:19:\"blog_archive_layout\";s:5:\"large\";s:20:\"blog_pagination_type\";s:10:\"pagination\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:38:\"blog_load_more_posts_button_text_color\";s:7:\"#333333\";s:42:\"blog_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:44:\"blog_load_more_posts_hover_button_text_color\";s:7:\"#333333\";s:25:\"blog_archive_grid_columns\";s:1:\"3\";s:32:\"blog_archive_grid_column_spacing\";s:2:\"40\";s:18:\"blog_equal_heights\";s:1:\"0\";s:25:\"blog_archive_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:21:\"blog_layout_alignment\";s:0:\"\";s:14:\"content_length\";s:7:\"excerpt\";s:19:\"excerpt_length_blog\";s:2:\"55\";s:18:\"strip_html_excerpt\";s:1:\"1\";s:15:\"featured_images\";s:1:\"1\";s:15:\"dates_box_color\";s:7:\"#eeeeee\";s:32:\"alternate_date_format_month_year\";s:4:\"m, Y\";s:25:\"alternate_date_format_day\";s:1:\"j\";s:20:\"timeline_date_format\";s:3:\"F Y\";s:14:\"blog_width_100\";s:1:\"0\";s:22:\"featured_images_single\";s:1:\"1\";s:11:\"blog_pn_nav\";s:1:\"1\";s:15:\"blog_post_title\";s:8:\"disabled\";s:23:\"blog_post_meta_position\";s:13:\"below_article\";s:18:\"social_sharing_box\";s:1:\"1\";s:11:\"author_info\";s:1:\"1\";s:13:\"related_posts\";s:1:\"0\";s:13:\"blog_comments\";s:1:\"1\";s:9:\"post_meta\";s:1:\"1\";s:16:\"post_meta_author\";s:1:\"1\";s:14:\"post_meta_date\";s:1:\"1\";s:14:\"post_meta_cats\";s:1:\"1\";s:18:\"post_meta_comments\";s:1:\"1\";s:14:\"post_meta_read\";s:1:\"1\";s:14:\"post_meta_tags\";s:1:\"0\";s:14:\"meta_font_size\";s:4:\"13px\";s:11:\"date_format\";s:7:\"F jS, Y\";s:24:\"portfolio_archive_layout\";s:4:\"grid\";s:37:\"portfolio_archive_featured_image_size\";s:7:\"cropped\";s:25:\"portfolio_archive_columns\";s:1:\"1\";s:32:\"portfolio_archive_column_spacing\";s:2:\"12\";s:23:\"portfolio_equal_heights\";s:1:\"1\";s:42:\"portfolio_archive_one_column_text_position\";s:7:\"floated\";s:23:\"portfolio_archive_items\";s:2:\"10\";s:29:\"portfolio_archive_text_layout\";s:7:\"unboxed\";s:32:\"portfolio_archive_content_length\";s:7:\"excerpt\";s:32:\"portfolio_archive_excerpt_length\";s:2:\"55\";s:36:\"portfolio_archive_strip_html_excerpt\";s:1:\"1\";s:31:\"portfolio_archive_title_display\";s:3:\"all\";s:32:\"portfolio_archive_text_alignment\";s:4:\"left\";s:32:\"portfolio_archive_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:33:\"portfolio_archive_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:51:\"portfolio_archive_load_more_posts_button_text_color\";s:7:\"#333333\";s:55:\"portfolio_archive_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:57:\"portfolio_archive_load_more_posts_hover_button_text_color\";s:7:\"#333333\";s:14:\"portfolio_slug\";s:15:\"portfolio-items\";s:20:\"portfolio_with_front\";s:1:\"1\";s:24:\"portfolio_meta_font_size\";s:4:\"15px\";s:16:\"portfolio_pn_nav\";s:1:\"1\";s:19:\"portfolio_width_100\";s:1:\"1\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"portfolio_featured_images\";s:1:\"1\";s:25:\"show_first_featured_image\";s:1:\"1\";s:28:\"portfolio_project_desc_title\";s:1:\"1\";s:25:\"portfolio_project_details\";s:1:\"1\";s:26:\"portfolio_link_icon_target\";s:1:\"0\";s:16:\"portfolio_author\";s:1:\"0\";s:28:\"portfolio_social_sharing_box\";s:1:\"1\";s:23:\"portfolio_related_posts\";s:1:\"1\";s:18:\"portfolio_comments\";s:1:\"0\";s:18:\"social_media_icons\";a:6:{s:25:\"fusionredux_repeater_data\";a:6:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}i:4;a:1:{s:5:\"title\";s:0:\"\";}i:5;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:6:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:7:\"youtube\";i:3;s:9:\"instagram\";i:4;s:3:\"rss\";i:5;s:5:\"email\";}s:9:\"icon_mark\";a:6:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}s:3:\"url\";a:6:{i:0;s:58:\"https://www.facebook.com/pages/Themefusion/101565403356430\";i:1;s:32:\"https://twitter.com/Theme_Fusion\";i:2;s:56:\"https://www.youtube.com/channel/UC_C7uAOAH9RMzZs-CKCZ62w\";i:3;s:38:\"https://www.instagram.com/themefusion/\";i:4;s:43:\"https://theme-fusion.com/support/blog/feed/\";i:5;s:20:\"info@your-domain.com\";}s:12:\"custom_title\";a:6:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";}s:13:\"custom_source\";a:6:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:1;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:2;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:3;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:4;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:5;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:29:\"header_social_links_font_size\";s:4:\"16px\";s:37:\"header_social_links_tooltip_placement\";s:6:\"bottom\";s:30:\"header_social_links_color_type\";s:6:\"custom\";s:30:\"header_social_links_icon_color\";s:7:\"#bebdbd\";s:25:\"header_social_links_boxed\";s:1:\"0\";s:29:\"header_social_links_box_color\";s:7:\"#e8e8e8\";s:32:\"header_social_links_boxed_radius\";s:3:\"4px\";s:33:\"header_social_links_boxed_padding\";s:3:\"8px\";s:12:\"icons_footer\";s:1:\"1\";s:29:\"footer_social_links_font_size\";s:4:\"16px\";s:37:\"footer_social_links_tooltip_placement\";s:3:\"top\";s:30:\"footer_social_links_color_type\";s:6:\"custom\";s:30:\"footer_social_links_icon_color\";s:7:\"#46494a\";s:25:\"footer_social_links_boxed\";s:1:\"0\";s:29:\"footer_social_links_box_color\";s:7:\"#222222\";s:32:\"footer_social_links_boxed_radius\";s:3:\"4px\";s:33:\"footer_social_links_boxed_padding\";s:3:\"8px\";s:22:\"sharing_social_tagline\";s:39:\"Share This Story, Choose Your Platform!\";s:30:\"sharing_box_tagline_text_color\";s:7:\"#333333\";s:15:\"social_bg_color\";s:7:\"#f6f6f6\";s:22:\"social_sharing_padding\";a:4:{s:3:\"top\";s:6:\"1.33em\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:6:\"1.33em\";s:4:\"left\";s:4:\"20px\";}s:14:\"social_sharing\";a:9:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:6:\"reddit\";i:3;s:8:\"linkedin\";i:4;s:8:\"whatsapp\";i:5;s:6:\"tumblr\";i:6;s:9:\"pinterest\";i:7;s:2:\"vk\";i:8;s:5:\"email\";}s:30:\"sharing_social_links_font_size\";s:4:\"16px\";s:38:\"sharing_social_links_tooltip_placement\";s:3:\"top\";s:31:\"sharing_social_links_color_type\";s:6:\"custom\";s:31:\"sharing_social_links_icon_color\";s:7:\"#bebdbd\";s:26:\"sharing_social_links_boxed\";s:1:\"0\";s:30:\"sharing_social_links_box_color\";s:7:\"#e8e8e8\";s:33:\"sharing_social_links_boxed_radius\";s:3:\"4px\";s:34:\"sharing_social_links_boxed_padding\";s:3:\"8px\";s:22:\"posts_slideshow_number\";s:1:\"5\";s:18:\"slideshow_autoplay\";s:1:\"1\";s:23:\"slideshow_smooth_height\";s:1:\"0\";s:15:\"slideshow_speed\";s:4:\"7000\";s:22:\"pagination_video_slide\";s:1:\"0\";s:25:\"slider_nav_box_dimensions\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:17:\"slider_arrow_size\";s:4:\"14px\";s:15:\"tfes_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"520px\";}s:14:\"tfes_animation\";s:6:\"center\";s:13:\"tfes_autoplay\";s:1:\"1\";s:13:\"tfes_interval\";s:4:\"5000\";s:10:\"tfes_speed\";s:3:\"800\";s:10:\"tfes_width\";s:3:\"100\";s:18:\"es_title_font_size\";s:4:\"42px\";s:20:\"es_caption_font_size\";s:4:\"20px\";s:14:\"es_title_color\";s:7:\"#333333\";s:16:\"es_caption_color\";s:7:\"#747474\";s:15:\"status_lightbox\";s:1:\"1\";s:22:\"status_lightbox_single\";s:1:\"1\";s:17:\"lightbox_behavior\";s:3:\"all\";s:13:\"lightbox_skin\";s:11:\"metro-white\";s:13:\"lightbox_path\";s:8:\"vertical\";s:24:\"lightbox_animation_speed\";s:6:\"normal\";s:13:\"lightbox_zoom\";s:1:\"1\";s:15:\"lightbox_arrows\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:13:\"lightbox_loop\";s:1:\"0\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:16:\"lightbox_opacity\";s:3:\"0.9\";s:14:\"lightbox_title\";s:1:\"1\";s:13:\"lightbox_desc\";s:1:\"1\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_deeplinking\";s:1:\"1\";s:20:\"lightbox_post_images\";s:1:\"1\";s:25:\"lightbox_video_dimensions\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:17:\"form_input_height\";s:4:\"50px\";s:14:\"form_text_size\";s:4:\"13px\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:15:\"form_text_color\";s:7:\"#aaa9a9\";s:17:\"form_border_width\";a:4:{s:3:\"top\";s:3:\"1px\";s:5:\"right\";s:3:\"1px\";s:6:\"bottom\";s:3:\"1px\";s:4:\"left\";s:3:\"1px\";}s:17:\"form_border_color\";s:7:\"#d2d2d2\";s:23:\"form_focus_border_color\";s:7:\"#d2d2d2\";s:18:\"form_border_radius\";s:1:\"0\";s:10:\"form_views\";s:4:\"ajax\";s:19:\"form_views_counting\";s:3:\"all\";s:35:\"forms_enable_flatpickr_localization\";s:1:\"0\";s:18:\"turnstile_site_key\";s:0:\"\";s:20:\"turnstile_secret_key\";s:0:\"\";s:20:\"turnstile_appearance\";s:6:\"always\";s:15:\"turnstile_theme\";s:4:\"auto\";s:14:\"turnstile_size\";s:6:\"normal\";s:18:\"turnstile_language\";s:4:\"auto\";s:22:\"turnstile_comment_form\";s:1:\"0\";s:17:\"recaptcha_version\";s:2:\"v2\";s:16:\"recaptcha_public\";s:0:\"\";s:17:\"recaptcha_private\";s:0:\"\";s:22:\"recaptcha_color_scheme\";s:5:\"light\";s:15:\"recaptcha_score\";s:3:\"0.5\";s:24:\"recaptcha_badge_position\";s:6:\"inline\";s:20:\"recaptcha_login_form\";s:1:\"0\";s:22:\"recaptcha_comment_form\";s:1:\"0\";s:11:\"hubspot_api\";s:3:\"off\";s:11:\"hubspot_key\";s:0:\"\";s:13:\"mailchimp_api\";s:3:\"off\";s:13:\"mailchimp_key\";s:0:\"\";s:13:\"email_address\";s:0:\"\";s:24:\"contact_comment_position\";s:5:\"below\";s:29:\"contact_form_privacy_checkbox\";s:1:\"0\";s:26:\"contact_form_privacy_label\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:8:\"gmap_api\";s:39:\"AIzaSyCDhZR8qIFdImZ-rrhA7alH_75JJ0uaH4M\";s:13:\"gmap_api_type\";s:5:\"embed\";s:18:\"gmap_embed_address\";s:49:\"321 Bd Oued Sebou, Oulfa, 2 Eme Etage, Casablanca\";s:19:\"gmap_embed_map_type\";s:7:\"roadmap\";s:12:\"gmap_address\";s:27:\" latlng=33.554050,-7.685922\";s:9:\"gmap_type\";s:7:\"roadmap\";s:15:\"gmap_dimensions\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:14:\"gmap_topmargin\";s:4:\"55px\";s:14:\"map_zoom_level\";s:1:\"8\";s:7:\"map_pin\";s:1:\"0\";s:18:\"gmap_pin_animation\";s:1:\"1\";s:9:\"map_popup\";s:1:\"0\";s:15:\"map_scrollwheel\";s:1:\"1\";s:9:\"map_scale\";s:1:\"0\";s:15:\"map_zoomcontrol\";s:1:\"0\";s:11:\"map_styling\";s:6:\"custom\";s:17:\"map_overlay_color\";s:7:\"#a0ce4e\";s:19:\"map_infobox_styling\";s:7:\"default\";s:19:\"map_infobox_content\";s:0:\"\";s:20:\"map_infobox_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"map_infobox_text_color\";s:7:\"#ffffff\";s:22:\"map_custom_marker_icon\";s:0:\"\";s:21:\"search_filter_results\";s:1:\"0\";s:14:\"search_content\";a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:15:\"avada_portfolio\";i:3;s:9:\"avada_faq\";i:4;s:7:\"product\";i:5;s:12:\"tribe_events\";}s:27:\"search_limit_to_post_titles\";s:1:\"0\";s:27:\"search_add_woo_product_skus\";s:1:\"0\";s:18:\"search_form_design\";s:7:\"classic\";s:11:\"live_search\";s:1:\"0\";s:26:\"live_search_min_char_count\";s:1:\"4\";s:28:\"live_search_results_per_page\";s:3:\"100\";s:26:\"live_search_results_height\";s:3:\"250\";s:34:\"live_search_display_featured_image\";s:1:\"1\";s:29:\"live_search_display_post_type\";s:1:\"1\";s:13:\"search_layout\";s:4:\"grid\";s:23:\"search_results_per_page\";s:2:\"10\";s:22:\"search_pagination_type\";s:10:\"pagination\";s:19:\"search_grid_columns\";s:1:\"3\";s:26:\"search_grid_column_spacing\";s:2:\"40\";s:21:\"search_content_length\";s:7:\"excerpt\";s:21:\"search_excerpt_length\";s:2:\"55\";s:25:\"search_strip_html_excerpt\";s:1:\"1\";s:22:\"search_featured_images\";s:1:\"1\";s:11:\"search_meta\";a:5:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";i:4;s:9:\"read_more\";}s:26:\"search_new_search_position\";s:3:\"top\";s:18:\"gfonts_load_method\";s:5:\"local\";s:14:\"privacy_embeds\";s:1:\"0\";s:14:\"privacy_expiry\";s:2:\"30\";s:19:\"privacy_embed_types\";a:7:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";}s:22:\"privacy_embed_defaults\";a:0:{}s:25:\"privacy_embed_description\";s:91:\"Embeds from this vendor are blocked and replaced with a placeholder until consent is given.\";s:16:\"privacy_bg_color\";s:15:\"rgba(0,0,0,0.1)\";s:13:\"privacy_color\";s:15:\"rgba(0,0,0,0.3)\";s:38:\"privacy_google_analytics_storage_label\";s:16:\"Google Analytics\";s:44:\"privacy_google_analytics_storage_description\";s:163:\"Enables Google Analytics to store data about your visit, such as pages viewed, time spent, and interactions, to help us understand and improve website performance.\";s:31:\"privacy_google_ad_storage_label\";s:26:\"Google Advertising Cookies\";s:37:\"privacy_google_ad_storage_description\";s:112:\"Enables Google to store cookies used for advertising, such as tracking ad clicks and measuring conversion rates.\";s:33:\"privacy_google_ad_user_data_label\";s:28:\"Google Advertising User Data\";s:39:\"privacy_google_ad_user_data_description\";s:116:\"Allows Google to collect and use your data for ad targeting and to measure the performance of advertising campaigns.\";s:39:\"privacy_google_ad_personalization_label\";s:34:\"Google Advertising Personalization\";s:45:\"privacy_google_ad_personalization_description\";s:88:\"Allows Google to show you personalised ads based on your interests and browsing history.\";s:21:\"privacy_hubspot_label\";s:7:\"HubSpot\";s:27:\"privacy_hubspot_description\";s:115:\"Enables HubSpot to track your activity on this site, power the live chat widget, and manage marketing interactions.\";s:19:\"privacy_bar_content\";a:4:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"type\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;s:0:\"\";}s:11:\"description\";a:1:{i:0;s:0:\"\";}}s:29:\"privacy_bar_show_group_toggle\";s:1:\"0\";s:27:\"privacy_bar_show_wp_cookies\";s:1:\"0\";s:25:\"privacy_necessary_opacity\";s:3:\"0.7\";s:25:\"privacy_bar_show_lifespan\";s:1:\"0\";s:28:\"privacy_bar_show_cookie_desc\";s:1:\"0\";s:23:\"privacy_bar_desc_toggle\";s:1:\"0\";s:11:\"privacy_bar\";s:1:\"0\";s:19:\"privacy_bar_padding\";a:4:{s:3:\"top\";s:4:\"15px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";}s:20:\"privacy_bar_bg_color\";s:7:\"#363839\";s:21:\"privacy_bar_font_size\";s:4:\"13px\";s:17:\"privacy_bar_color\";s:7:\"#8c8989\";s:22:\"privacy_bar_link_color\";s:7:\"#bfbfbf\";s:28:\"privacy_bar_link_hover_color\";s:7:\"#a0ce4e\";s:16:\"privacy_bar_text\";s:51:\"This website uses cookies and third party services.\";s:23:\"privacy_bar_button_save\";s:7:\"dismiss\";s:23:\"privacy_bar_button_text\";s:2:\"Ok\";s:28:\"privacy_bar_button_font_size\";s:0:\"\";s:23:\"privacy_bar_main_layout\";s:8:\"centered\";s:26:\"privacy_bar_main_max_width\";s:0:\"\";s:16:\"privacy_bar_more\";s:1:\"0\";s:22:\"privacy_bar_more_style\";s:4:\"link\";s:21:\"privacy_bar_more_text\";s:8:\"Settings\";s:23:\"privacy_bar_update_text\";s:15:\"Update Settings\";s:26:\"privacy_bar_content_layout\";s:7:\"columns\";s:29:\"privacy_bar_content_max_width\";s:3:\"50%\";s:31:\"privacy_bar_tabs_content_height\";s:0:\"\";s:30:\"privacy_bar_headings_font_size\";s:4:\"13px\";s:26:\"privacy_bar_headings_color\";s:7:\"#dddddd\";s:28:\"privacy_bar_tabs_border_size\";s:1:\"1\";s:29:\"privacy_bar_tabs_border_color\";s:17:\"var(--awb-color6)\";s:32:\"privacy_bar_tabs_active_bg_color\";s:17:\"var(--awb-color7)\";s:32:\"privacy_bar_tabs_content_padding\";a:4:{s:3:\"top\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";}s:22:\"privacy_bar_column_gap\";s:4:\"30px\";s:30:\"privacy_bar_consent_item_style\";s:8:\"checkbox\";s:28:\"privacy_bar_toggle_off_color\";s:17:\"var(--awb-color6)\";s:27:\"privacy_bar_toggle_on_color\";s:17:\"var(--awb-color5)\";s:30:\"privacy_bar_toggle_thumb_color\";s:17:\"var(--awb-color3)\";s:26:\"privacy_bar_lifespan_color\";s:0:\"\";s:22:\"privacy_bar_desc_color\";s:0:\"\";s:26:\"privacy_bar_desc_font_size\";s:6:\"0.85em\";s:22:\"privacy_bar_accept_all\";s:1:\"0\";s:27:\"privacy_bar_accept_all_text\";s:10:\"Accept All\";s:18:\"privacy_bar_reject\";s:1:\"0\";s:23:\"privacy_bar_reject_text\";s:6:\"Reject\";s:16:\"sidenav_behavior\";s:5:\"hover\";s:18:\"side_nav_font_size\";s:4:\"14px\";s:26:\"featured_image_placeholder\";s:1:\"1\";s:12:\"excerpt_base\";s:5:\"words\";s:16:\"disable_excerpts\";s:1:\"0\";s:24:\"excerpt_read_more_symbol\";s:6:\" [...]\";s:14:\"link_read_more\";s:1:\"0\";s:12:\"avatar_shape\";s:6:\"square\";s:14:\"comments_pages\";s:1:\"0\";s:21:\"featured_images_pages\";s:1:\"1\";s:21:\"nofollow_social_links\";s:1:\"0\";s:16:\"social_icons_new\";s:1:\"1\";s:16:\"custom_scrollbar\";s:1:\"0\";s:20:\"scrollbar_background\";s:7:\"#f2f3f5\";s:16:\"scrollbar_handle\";s:7:\"#65bc7b\";s:8:\"faq_slug\";s:9:\"faq-items\";s:14:\"faq_with_front\";s:1:\"1\";s:13:\"cloning_posts\";s:1:\"1\";s:23:\"rendering_logic_binding\";s:2:\"or\";s:20:\"related_posts_layout\";s:17:\"title_on_rollover\";s:20:\"number_related_posts\";s:1:\"3\";s:21:\"related_posts_columns\";s:1:\"3\";s:28:\"related_posts_column_spacing\";s:2:\"45\";s:24:\"related_posts_image_size\";s:7:\"cropped\";s:22:\"related_posts_autoplay\";s:1:\"0\";s:19:\"related_posts_speed\";s:4:\"2500\";s:24:\"related_posts_navigation\";s:1:\"1\";s:19:\"related_posts_swipe\";s:1:\"0\";s:25:\"related_posts_swipe_items\";s:1:\"0\";s:14:\"image_rollover\";s:1:\"1\";s:24:\"image_rollover_direction\";s:3:\"top\";s:24:\"image_rollover_icon_size\";s:4:\"15px\";s:20:\"image_rollover_icons\";s:4:\"link\";s:20:\"title_image_rollover\";s:1:\"1\";s:19:\"cats_image_rollover\";s:1:\"0\";s:26:\"icon_circle_image_rollover\";s:1:\"1\";s:24:\"image_gradient_top_color\";s:7:\"#5fb2dc\";s:27:\"image_gradient_bottom_color\";s:7:\"#5fb2dc\";s:25:\"image_rollover_text_color\";s:7:\"#ffffff\";s:25:\"image_rollover_icon_color\";s:7:\"#368498\";s:17:\"pagination_sizing\";s:7:\"padding\";s:23:\"pagination_width_height\";s:2:\"30\";s:22:\"pagination_box_padding\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:23:\"pagination_border_width\";s:1:\"1\";s:24:\"pagination_border_radius\";s:1:\"0\";s:23:\"pagination_text_display\";s:1:\"1\";s:20:\"pagination_font_size\";s:4:\"13px\";s:16:\"pagination_range\";s:1:\"1\";s:26:\"pagination_start_end_range\";s:1:\"0\";s:17:\"timeline_bg_color\";s:7:\"#ffffff\";s:14:\"timeline_color\";s:7:\"#ebeaea\";s:25:\"grid_separator_style_type\";s:0:\"\";s:20:\"grid_separator_color\";s:7:\"#e0dede\";s:18:\"masonry_grid_ratio\";s:1:\"1\";s:20:\"masonry_width_double\";s:4:\"2000\";s:12:\"status_totop\";s:7:\"desktop\";s:14:\"totop_position\";s:14:\"right_floating\";s:21:\"totop_position_offset\";a:2:{s:5:\"width\";s:4:\"75px\";s:6:\"height\";s:4:\"30px\";}s:19:\"totop_border_radius\";s:1:\"4\";s:16:\"totop_background\";s:7:\"#333333\";s:22:\"totop_background_hover\";s:7:\"#5fb2dc\";s:16:\"totop_icon_color\";s:7:\"#ffffff\";s:16:\"totop_icon_hover\";s:7:\"#ffffff\";s:21:\"totop_scroll_progress\";s:1:\"0\";s:22:\"totop_scroll_down_only\";s:1:\"0\";s:10:\"post_views\";s:9:\"page_load\";s:19:\"post_views_counting\";s:3:\"all\";s:27:\"current_post_visitors_count\";s:8:\"disabled\";s:32:\"current_post_visitors_count_mode\";s:4:\"real\";s:37:\"current_post_visitors_count_real_hash\";s:1:\"0\";s:40:\"current_post_visitors_count_fuzzy_values\";a:2:{s:3:\"top\";s:2:\"25\";s:6:\"bottom\";s:2:\"10\";}s:32:\"current_post_visitors_count_live\";s:1:\"0\";s:41:\"current_post_visitors_count_live_interval\";s:2:\"60\";s:23:\"enable_language_updates\";s:1:\"0\";s:19:\"dependencies_status\";s:1:\"1\";s:27:\"disable_code_block_encoding\";s:1:\"1\";s:16:\"disable_megamenu\";s:1:\"1\";s:19:\"status_widget_areas\";s:1:\"1\";s:19:\"status_avada_studio\";s:1:\"1\";s:16:\"avada_rev_styles\";s:1:\"1\";s:22:\"avada_styles_dropdowns\";s:1:\"1\";s:27:\"disable_mobile_image_hovers\";s:1:\"1\";s:9:\"status_yt\";s:1:\"0\";s:12:\"status_vimeo\";s:1:\"0\";s:11:\"status_gmap\";s:1:\"1\";s:18:\"status_fontawesome\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:28:\"fontawesome_v4_compatibility\";s:1:\"0\";s:22:\"status_fontawesome_pro\";s:1:\"0\";s:14:\"status_outline\";s:1:\"0\";s:19:\"meta_tags_separator\";s:1:\"-\";s:16:\"status_opengraph\";s:1:\"1\";s:31:\"disable_date_rich_snippet_pages\";s:1:\"1\";s:26:\"disable_rich_snippet_title\";s:1:\"1\";s:27:\"disable_rich_snippet_author\";s:1:\"1\";s:25:\"disable_rich_snippet_date\";s:1:\"1\";s:24:\"disable_rich_snippet_faq\";s:1:\"1\";s:34:\"enable_block_editor_backend_styles\";s:1:\"1\";s:17:\"load_block_styles\";s:4:\"auto\";s:20:\"custom_code_snippets\";a:9:{s:25:\"fusionredux_repeater_data\";a:1:{i:0;a:1:{s:5:\"title\";s:0:\"\";}}s:5:\"label\";a:1:{i:0;s:0:\"\";}s:4:\"code\";a:1:{i:0;s:0:\"\";}s:8:\"category\";a:1:{i:0;s:0:\"\";}s:9:\"placement\";a:1:{i:0;s:0:\"\";}s:8:\"lifespan\";a:1:{i:0;s:0:\"\";}s:19:\"snippet_description\";a:1:{i:0;s:0:\"\";}s:10:\"block_type\";a:1:{i:0;s:0:\"\";}s:10:\"prechecked\";a:1:{i:0;s:0:\"\";}}s:10:\"space_head\";s:0:\"\";s:15:\"space_body_open\";s:0:\"\";s:10:\"space_body\";s:0:\"\";s:20:\"status_fusion_slider\";s:1:\"0\";s:14:\"status_eslider\";s:1:\"0\";s:19:\"status_fusion_forms\";s:1:\"1\";s:21:\"status_awb_Off_Canvas\";s:1:\"0\";s:23:\"status_fusion_portfolio\";s:1:\"1\";s:18:\"status_fusion_faqs\";s:1:\"0\";s:16:\"maintenance_mode\";s:0:\"\";s:24:\"maintenance_redirect_url\";s:0:\"\";s:20:\"maintenance_template\";s:1:\"0\";s:22:\"maintenance_user_roles\";a:0:{}s:19:\"maintenance_exclude\";s:0:\"\";s:22:\"maintenance_page_title\";s:0:\"\";s:23:\"maintenance_robots_meta\";s:7:\"noindex\";s:21:\"auth_pages_login_page\";s:1:\"0\";s:28:\"auth_pages_registration_page\";s:1:\"0\";s:29:\"auth_pages_lost_password_page\";s:1:\"0\";s:30:\"auth_pages_reset_password_page\";s:1:\"0\";s:26:\"auth_pages_custom_redirect\";s:10:\"auth_pages\";s:31:\"auth_pages_custom_redirect_page\";s:1:\"0\";s:23:\"auth_pages_bypass_param\";s:0:\"\";s:17:\"lazy_load_iframes\";s:4:\"none\";s:17:\"font_face_display\";s:8:\"swap-all\";s:13:\"preload_fonts\";s:3:\"all\";s:22:\"preload_fonts_variants\";a:1:{i:0;s:3:\"400\";}s:21:\"preload_fonts_subsets\";a:1:{i:0;s:5:\"latin\";}s:32:\"offscreen_rendering_optimization\";s:1:\"0\";s:26:\"above_fold_container_count\";s:1:\"1\";s:15:\"emojis_disabled\";s:8:\"disabled\";s:23:\"jquery_migrate_disabled\";s:8:\"disabled\";s:12:\"defer_jquery\";s:1:\"1\";s:12:\"defer_styles\";s:1:\"1\";s:11:\"gzip_status\";s:1:\"1\";s:12:\"video_facade\";s:3:\"off\";s:18:\"clear_object_cache\";s:1:\"1\";s:20:\"post_revisions_limit\";s:2:\"-1\";s:10:\"svg_upload\";s:8:\"disabled\";s:19:\"upload_image_format\";s:4:\"webp\";s:20:\"keep_original_images\";s:6:\"enable\";s:20:\"display_image_format\";s:6:\"modern\";s:15:\"pw_jpeg_quality\";s:2:\"80\";s:18:\"webp_image_quality\";s:2:\"80\";s:15:\"awb_image_sizes\";a:14:{i:0;s:10:\"fusion-200\";i:1;s:10:\"fusion-400\";i:2;s:10:\"fusion-600\";i:3;s:10:\"fusion-800\";i:4;s:11:\"fusion-1200\";i:5;s:10:\"blog-large\";i:6;s:11:\"blog-medium\";i:7;s:12:\"recent-posts\";i:8;s:22:\"recent-works-thumbnail\";i:9;s:14:\"portfolio-full\";i:10;s:13:\"portfolio-one\";i:11;s:13:\"portfolio-two\";i:12;s:15:\"portfolio-three\";i:13;s:14:\"portfolio-five\";}s:27:\"wp_big_image_size_threshold\";s:1:\"0\";s:9:\"lazy_load\";s:5:\"avada\";s:16:\"css_cache_method\";s:4:\"file\";s:30:\"css_combine_third_party_assets\";a:5:{i:0;s:3:\"tec\";i:1;s:10:\"slider_rev\";i:2;s:12:\"convert_plus\";i:3;s:14:\"contact_form_7\";i:4;s:7:\"bbpress\";}s:19:\"media_queries_async\";s:1:\"1\";s:12:\"critical_css\";s:1:\"1\";s:15:\"cache_server_ip\";s:0:\"\";s:11:\"js_compiler\";s:1:\"1\";s:10:\"pwa_enable\";s:1:\"0\";s:25:\"pwa_filetypes_cache_first\";a:4:{i:0;s:6:\"images\";i:1;s:5:\"fonts\";i:2;s:7:\"scripts\";i:3;s:6:\"styles\";}s:27:\"pwa_filetypes_network_first\";a:0:{}s:36:\"pwa_filetypes_stale_while_revalidate\";a:0:{}s:17:\"pwa_manifest_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:20:\"pwa_manifest_display\";s:10:\"minimal-ui\";s:15:\"pwa_theme_color\";s:16:\"rgb(255,255,255)\";s:10:\"custom_css\";s:52:\"/* TALL BUTTONS */\r\n.customButton { padding: 60px; }\";s:13:\"info_bg_color\";s:7:\"#ffffff\";s:17:\"info_accent_color\";s:7:\"#808080\";s:15:\"danger_bg_color\";s:7:\"#f2dede\";s:19:\"danger_accent_color\";s:7:\"#a64242\";s:16:\"success_bg_color\";s:7:\"#dff0d8\";s:20:\"success_accent_color\";s:7:\"#5ca340\";s:16:\"warning_bg_color\";s:7:\"#fcf8e3\";s:20:\"warning_accent_color\";s:7:\"#d9b917\";s:20:\"alert_box_text_align\";s:6:\"center\";s:24:\"alert_box_text_transform\";s:10:\"capitalize\";s:32:\"alert_box_link_color_inheritance\";s:2:\"no\";s:21:\"alert_box_dismissable\";s:5:\"boxed\";s:16:\"alert_box_shadow\";s:2:\"no\";s:17:\"alert_border_size\";s:1:\"1\";s:19:\"alert_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:16:\"animation_offset\";s:13:\"top-into-view\";s:21:\"status_css_animations\";s:7:\"desktop\";s:15:\"audio_max_width\";s:4:\"100%\";s:22:\"audio_background_color\";s:7:\"#222222\";s:23:\"audio_progressbar_color\";s:7:\"#ffffff\";s:27:\"audio_controls_color_scheme\";s:5:\"light\";s:17:\"audio_border_size\";s:1:\"0\";s:18:\"audio_border_color\";s:0:\"\";s:19:\"audio_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:17:\"blog_grid_columns\";s:1:\"3\";s:24:\"blog_grid_column_spacing\";s:2:\"40\";s:17:\"blog_grid_padding\";a:4:{s:3:\"top\";s:4:\"30px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";}s:12:\"blog_excerpt\";s:3:\"yes\";s:19:\"blog_excerpt_length\";s:2:\"10\";s:44:\"blog_element_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:46:\"blog_element_load_more_posts_button_text_color\";s:7:\"#333333\";s:50:\"blog_element_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:52:\"blog_element_load_more_posts_hover_button_text_color\";s:7:\"#333333\";s:14:\"button_padding\";a:4:{s:3:\"top\";s:4:\"11px\";s:5:\"right\";s:4:\"23px\";s:6:\"bottom\";s:4:\"11px\";s:4:\"left\";s:4:\"23px\";}s:11:\"button_span\";s:2:\"no\";s:11:\"button_type\";s:4:\"Flat\";s:17:\"button_typography\";a:8:{s:11:\"font-family\";s:7:\"PT Sans\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"700\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:4:\"16px\";s:14:\"letter-spacing\";s:3:\"1px\";s:14:\"text-transform\";s:9:\"uppercase\";}s:25:\"button_gradient_top_color\";s:7:\"#5fb2dc\";s:28:\"button_gradient_bottom_color\";s:7:\"#5fb2dc\";s:31:\"button_gradient_top_color_hover\";s:7:\"#5fb2dc\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"#5fb2dc\";s:21:\"button_gradient_start\";s:1:\"0\";s:19:\"button_gradient_end\";s:3:\"100\";s:20:\"button_gradient_type\";s:6:\"linear\";s:21:\"button_gradient_angle\";s:3:\"180\";s:23:\"button_radial_direction\";s:13:\"center center\";s:19:\"button_accent_color\";s:7:\"#ffffff\";s:25:\"button_accent_hover_color\";s:7:\"#ffffff\";s:18:\"button_bevel_color\";s:7:\"#368498\";s:24:\"button_bevel_color_hover\";s:7:\"#368498\";s:19:\"button_border_width\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:20:\"button_border_radius\";a:4:{s:8:\"top_left\";s:3:\"2px\";s:9:\"top_right\";s:3:\"2px\";s:12:\"bottom_right\";s:3:\"2px\";s:11:\"bottom_left\";s:3:\"2px\";}s:19:\"button_border_color\";s:7:\"#ffffff\";s:25:\"button_border_hover_color\";s:7:\"#ffffff\";s:14:\"button_presets\";s:1:\"1\";s:18:\"carousel_nav_color\";s:15:\"rgba(0,0,0,0.6)\";s:20:\"carousel_hover_color\";s:15:\"rgba(0,0,0,0.7)\";s:14:\"carousel_speed\";s:4:\"2500\";s:21:\"chart_legend_position\";s:3:\"top\";s:19:\"chart_show_tooltips\";s:3:\"yes\";s:14:\"chart_bg_color\";s:19:\"rgba(255,255,255,0)\";s:21:\"chart_axis_text_color\";s:7:\"#666666\";s:20:\"chart_gridline_color\";s:15:\"rgba(0,0,0,0.1)\";s:21:\"checklist_icons_color\";s:7:\"#ffffff\";s:16:\"checklist_circle\";s:1:\"1\";s:22:\"checklist_circle_color\";s:7:\"#a0ce4e\";s:20:\"checklist_text_color\";s:7:\"#646464\";s:19:\"checklist_item_size\";s:4:\"14px\";s:22:\"checklist_item_padding\";a:4:{s:3:\"top\";s:6:\"0.35em\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:6:\"0.35em\";s:4:\"left\";s:1:\"0\";}s:17:\"checklist_divider\";s:2:\"no\";s:23:\"checklist_divider_color\";s:0:\"\";s:25:\"checklist_odd_row_bgcolor\";s:19:\"rgba(255,255,255,0)\";s:26:\"checklist_even_row_bgcolor\";s:19:\"rgba(255,255,255,0)\";s:10:\"col_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:11:\"col_spacing\";s:2:\"4%\";s:16:\"col_width_medium\";s:3:\"1_1\";s:15:\"col_width_small\";s:3:\"1_1\";s:25:\"container_padding_default\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:21:\"container_padding_100\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:4:\"30px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";}s:19:\"full_width_bg_color\";s:19:\"rgba(255,255,255,0)\";s:31:\"full_width_gradient_start_color\";s:19:\"rgba(255,255,255,0)\";s:29:\"full_width_gradient_end_color\";s:19:\"rgba(255,255,255,0)\";s:23:\"full_width_border_sizes\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:23:\"full_width_border_color\";s:7:\"#eae9e9\";s:29:\"container_scroll_nav_bg_color\";s:15:\"rgba(0,0,0,0.2)\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"#eeeeee\";s:35:\"container_hundred_percent_animation\";s:4:\"fade\";s:41:\"container_hundred_percent_animation_speed\";s:3:\"800\";s:41:\"container_hundred_percent_dots_navigation\";s:1:\"1\";s:39:\"container_hundred_percent_height_mobile\";s:1:\"1\";s:24:\"container_legacy_support\";s:1:\"1\";s:20:\"content_box_bg_color\";s:19:\"rgba(255,255,255,0)\";s:22:\"content_box_title_size\";s:2:\"18\";s:23:\"content_box_title_color\";s:7:\"#333333\";s:22:\"content_box_body_color\";s:7:\"#747474\";s:21:\"content_box_icon_size\";s:2:\"25\";s:22:\"content_box_icon_color\";s:7:\"#ffffff\";s:23:\"content_box_icon_circle\";s:3:\"yes\";s:30:\"content_box_icon_circle_radius\";s:3:\"50%\";s:25:\"content_box_icon_bg_color\";s:7:\"#a0ce4e\";s:38:\"content_box_icon_bg_inner_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_inner_border_size\";s:1:\"0\";s:38:\"content_box_icon_bg_outer_border_color\";s:19:\"rgba(255,255,255,0)\";s:37:\"content_box_icon_bg_outer_border_size\";s:1:\"0\";s:27:\"content_box_icon_hover_type\";s:4:\"fade\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"#a0ce4e\";s:21:\"content_box_link_type\";s:4:\"text\";s:23:\"content_box_button_span\";s:2:\"no\";s:21:\"content_box_link_area\";s:9:\"link-icon\";s:23:\"content_box_link_target\";s:6:\"_blank\";s:18:\"content_box_margin\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:18:\"countdown_timezone\";s:9:\"site_time\";s:16:\"countdown_layout\";s:7:\"floated\";s:20:\"countdown_show_weeks\";s:2:\"no\";s:24:\"countdown_label_position\";s:9:\"text_flow\";s:26:\"countdown_background_color\";s:7:\"#a0ce4e\";s:26:\"countdown_background_image\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:27:\"countdown_background_repeat\";s:9:\"no-repeat\";s:29:\"countdown_background_position\";s:13:\"center center\";s:29:\"countdown_counter_box_spacing\";s:4:\"10px\";s:27:\"countdown_counter_box_color\";s:7:\"#333333\";s:25:\"countdown_counter_padding\";a:4:{s:3:\"top\";s:5:\"0.6em\";s:5:\"right\";s:5:\"1.1em\";s:6:\"bottom\";s:5:\"0.6em\";s:4:\"left\";s:5:\"1.1em\";}s:29:\"countdown_counter_border_size\";s:1:\"0\";s:30:\"countdown_counter_border_color\";s:7:\"#1d242d\";s:31:\"countdown_counter_border_radius\";s:3:\"4px\";s:27:\"countdown_counter_font_size\";s:4:\"18px\";s:28:\"countdown_counter_text_color\";s:7:\"#ffffff\";s:25:\"countdown_label_font_size\";s:4:\"18px\";s:21:\"countdown_label_color\";s:7:\"#ffffff\";s:27:\"countdown_heading_font_size\";s:4:\"18px\";s:28:\"countdown_heading_text_color\";s:7:\"#ffffff\";s:30:\"countdown_subheading_font_size\";s:4:\"14px\";s:31:\"countdown_subheading_text_color\";s:7:\"#ffffff\";s:25:\"countdown_link_text_color\";s:7:\"#ffffff\";s:21:\"countdown_link_target\";s:5:\"_self\";s:17:\"counter_box_speed\";s:4:\"1000\";s:17:\"counter_box_color\";s:7:\"#ffffff\";s:22:\"counter_box_title_size\";s:2:\"43\";s:21:\"counter_box_icon_size\";s:3:\"500\";s:22:\"counter_box_body_color\";s:7:\"#747474\";s:21:\"counter_box_body_size\";s:2:\"18\";s:24:\"counter_box_border_color\";s:0:\"\";s:20:\"counter_box_icon_top\";s:2:\"no\";s:20:\"counter_filled_color\";s:7:\"#a0ce4e\";s:22:\"counter_unfilled_color\";s:7:\"#f6f6f6\";s:13:\"dropcap_color\";s:7:\"#368498\";s:18:\"dropcap_text_color\";s:7:\"#ffffff\";s:22:\"flip_boxes_flip_effect\";s:7:\"classic\";s:25:\"flip_boxes_flip_direction\";s:2:\"up\";s:24:\"flip_boxes_flip_duration\";s:3:\"0.4\";s:24:\"flip_boxes_equal_heights\";s:3:\"yes\";s:19:\"flip_boxes_front_bg\";s:7:\"#f6f6f6\";s:24:\"flip_boxes_front_heading\";s:7:\"#333333\";s:21:\"flip_boxes_front_text\";s:7:\"#747474\";s:18:\"flip_boxes_back_bg\";s:7:\"#a0ce4e\";s:23:\"flip_boxes_back_heading\";s:7:\"#ffffff\";s:20:\"flip_boxes_back_text\";s:0:\"\";s:22:\"flip_boxes_border_size\";s:1:\"0\";s:23:\"flip_boxes_border_color\";s:19:\"rgba(255,255,255,0)\";s:24:\"flip_boxes_border_radius\";s:3:\"4px\";s:13:\"gallery_limit\";s:2:\"-1\";s:23:\"gallery_pagination_type\";s:6:\"button\";s:29:\"gallery_load_more_button_text\";s:9:\"Load More\";s:20:\"gallery_picture_size\";s:4:\"auto\";s:14:\"gallery_layout\";s:4:\"grid\";s:15:\"gallery_columns\";s:1:\"3\";s:22:\"gallery_column_spacing\";s:2:\"10\";s:18:\"gallery_hover_type\";s:4:\"none\";s:24:\"gallery_lightbox_content\";s:4:\"none\";s:19:\"gallery_border_size\";s:1:\"0\";s:20:\"gallery_border_color\";s:7:\"#f6f6f6\";s:21:\"gallery_border_radius\";s:3:\"0px\";s:19:\"google_map_api_type\";s:2:\"js\";s:9:\"icon_size\";s:2:\"32\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:11:\"icon_circle\";s:3:\"yes\";s:17:\"icon_circle_color\";s:7:\"#333333\";s:23:\"icon_circle_color_hover\";s:7:\"#333333\";s:16:\"icon_border_size\";s:1:\"1\";s:17:\"icon_border_color\";s:7:\"#333333\";s:23:\"icon_border_color_hover\";s:7:\"#333333\";s:18:\"icon_border_radius\";a:4:{s:8:\"top_left\";s:3:\"50%\";s:9:\"top_right\";s:3:\"50%\";s:12:\"bottom_right\";s:3:\"50%\";s:11:\"bottom_left\";s:3:\"50%\";}s:15:\"icon_hover_type\";s:4:\"fade\";s:17:\"before_after_type\";s:12:\"before_after\";s:22:\"before_after_font_size\";s:2:\"13\";s:25:\"before_after_accent_color\";s:7:\"#ffffff\";s:28:\"before_after_label_placement\";s:14:\"image-centered\";s:29:\"before_after_label_hover_type\";s:8:\"together\";s:24:\"before_after_handle_type\";s:7:\"default\";s:25:\"before_after_handle_color\";s:7:\"#ffffff\";s:22:\"before_after_handle_bg\";s:19:\"rgba(255,255,255,0)\";s:19:\"before_after_offset\";s:2:\"50\";s:24:\"before_after_orientation\";s:10:\"horizontal\";s:28:\"before_after_handle_movement\";s:10:\"drag_click\";s:28:\"before_after_transition_time\";s:3:\"0.5\";s:24:\"before_after_border_size\";s:1:\"0\";s:25:\"before_after_border_color\";s:7:\"#e2e2e2\";s:26:\"before_after_border_radius\";s:3:\"0px\";s:21:\"imageframe_style_type\";s:4:\"none\";s:15:\"imageframe_blur\";s:1:\"3\";s:20:\"imgframe_style_color\";s:7:\"#000000\";s:22:\"imageframe_border_size\";s:1:\"0\";s:21:\"imgframe_border_color\";s:7:\"#f6f6f6\";s:24:\"imageframe_border_radius\";s:3:\"0px\";s:29:\"imageframe_legacy_save_format\";s:3:\"yes\";s:23:\"instagram_cache_timeout\";s:4:\"hour\";s:14:\"modal_bg_color\";s:7:\"#f6f6f6\";s:18:\"modal_border_color\";s:7:\"#ebebeb\";s:23:\"openstreetmap_map_style\";s:9:\"osm-carto\";s:33:\"openstreetmap_mapbox_access_token\";s:0:\"\";s:13:\"person_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:23:\"person_background_color\";s:13:\"rgba(0,0,0,0)\";s:16:\"person_pic_style\";s:4:\"none\";s:21:\"person_pic_style_blur\";s:1:\"3\";s:18:\"person_style_color\";s:7:\"#000000\";s:19:\"person_border_color\";s:7:\"#f6f6f6\";s:18:\"person_border_size\";s:1:\"0\";s:20:\"person_border_radius\";s:3:\"0px\";s:16:\"person_alignment\";s:4:\"Left\";s:20:\"person_icon_position\";s:3:\"Top\";s:24:\"popover_heading_bg_color\";s:7:\"#f6f6f6\";s:24:\"popover_content_bg_color\";s:7:\"#ffffff\";s:20:\"popover_border_color\";s:7:\"#ebebeb\";s:18:\"popover_text_color\";s:7:\"#747474\";s:17:\"popover_placement\";s:3:\"Top\";s:29:\"portfolio_featured_image_size\";s:7:\"cropped\";s:17:\"portfolio_columns\";s:1:\"3\";s:24:\"portfolio_column_spacing\";s:2:\"12\";s:15:\"portfolio_items\";s:2:\"10\";s:21:\"portfolio_text_layout\";s:7:\"unboxed\";s:24:\"portfolio_content_length\";s:7:\"excerpt\";s:24:\"portfolio_excerpt_length\";s:2:\"55\";s:28:\"portfolio_strip_html_excerpt\";s:1:\"1\";s:23:\"portfolio_title_display\";s:3:\"all\";s:24:\"portfolio_text_alignment\";s:4:\"left\";s:24:\"portfolio_layout_padding\";a:4:{s:3:\"top\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";}s:25:\"portfolio_pagination_type\";s:10:\"pagination\";s:49:\"portfolio_element_load_more_posts_button_bg_color\";s:7:\"#ebeaea\";s:51:\"portfolio_element_load_more_posts_button_text_color\";s:7:\"#333333\";s:55:\"portfolio_element_load_more_posts_hover_button_bg_color\";s:21:\"rgba(235,234,234,0.8)\";s:57:\"portfolio_element_load_more_posts_hover_button_text_color\";s:7:\"#333333\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"#333333\";s:29:\"sep_pricing_box_heading_color\";s:7:\"#333333\";s:17:\"pricing_box_color\";s:7:\"#a0ce4e\";s:16:\"pricing_bg_color\";s:7:\"#ffffff\";s:30:\"pricing_background_color_hover\";s:7:\"#f8f8f8\";s:20:\"pricing_border_color\";s:7:\"#f8f8f8\";s:21:\"pricing_divider_color\";s:7:\"#ededed\";s:25:\"progressbar_text_position\";s:6:\"on_bar\";s:22:\"progressbar_text_color\";s:7:\"#ffffff\";s:39:\"progressbar_maximum_value_text_position\";s:6:\"on_bar\";s:31:\"progressbar_maximum_value_color\";s:17:\"var(--awb-color7)\";s:18:\"progressbar_height\";s:4:\"37px\";s:24:\"progressbar_filled_color\";s:7:\"#a0ce4e\";s:30:\"progressbar_fully_filled_color\";s:0:\"\";s:26:\"progressbar_unfilled_color\";s:7:\"#f6f6f6\";s:30:\"progressbar_filled_border_size\";s:1:\"0\";s:31:\"progressbar_filled_border_color\";s:7:\"#ffffff\";s:24:\"scroll_progress_position\";s:4:\"flow\";s:22:\"scroll_progress_height\";s:4:\"10px\";s:32:\"scroll_progress_background_color\";s:7:\"#f2f3f5\";s:30:\"scroll_progress_progress_color\";s:7:\"#65bc7b\";s:27:\"scroll_progress_border_size\";s:1:\"0\";s:28:\"scroll_progress_border_color\";s:7:\"#ffffff\";s:29:\"scroll_progress_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:23:\"section_sep_border_size\";s:1:\"1\";s:14:\"section_sep_bg\";s:7:\"#f6f6f6\";s:24:\"section_sep_border_color\";s:7:\"#f6f6f6\";s:20:\"separator_style_type\";s:6:\"double\";s:9:\"sep_color\";s:7:\"#e0dede\";s:21:\"separator_border_size\";s:1:\"1\";s:19:\"separator_icon_size\";s:2:\"13\";s:20:\"separator_icon_color\";s:0:\"\";s:16:\"separator_circle\";s:1:\"1\";s:25:\"separator_circle_bg_color\";s:19:\"rgba(255,255,255,0)\";s:19:\"social_links_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:30:\"social_links_tooltip_placement\";s:3:\"Top\";s:22:\"social_links_font_size\";s:4:\"16px\";s:23:\"social_links_color_type\";s:6:\"custom\";s:23:\"social_links_icon_color\";s:7:\"#bebdbd\";s:29:\"social_links_icon_color_hover\";s:21:\"rgba(190,189,189,0.8)\";s:18:\"social_links_boxed\";s:1:\"0\";s:26:\"social_links_boxed_padding\";s:4:\"16px\";s:22:\"social_links_box_color\";s:7:\"#e8e8e8\";s:28:\"social_links_box_color_hover\";s:21:\"rgba(232,232,232,0.8)\";s:19:\"social_links_border\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:25:\"social_links_boxed_radius\";s:3:\"4px\";s:25:\"social_links_border_color\";s:17:\"var(--awb-color3)\";s:31:\"social_links_border_color_hover\";s:17:\"var(--awb-color4)\";s:22:\"stripe_button_api_mode\";s:4:\"test\";s:29:\"stripe_button_test_secret_key\";s:0:\"\";s:29:\"stripe_button_live_secret_key\";s:0:\"\";s:24:\"syntax_highlighter_theme\";s:7:\"default\";s:31:\"syntax_highlighter_line_numbers\";s:3:\"yes\";s:47:\"syntax_highlighter_line_number_background_color\";s:0:\"\";s:41:\"syntax_highlighter_line_number_text_color\";s:0:\"\";s:32:\"syntax_highlighter_line_wrapping\";s:6:\"scroll\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:3:\"yes\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:17:\"Copy to Clipboard\";s:28:\"syntax_highlighter_font_size\";s:2:\"14\";s:35:\"syntax_highlighter_background_color\";s:0:\"\";s:30:\"syntax_highlighter_border_size\";s:1:\"1\";s:31:\"syntax_highlighter_border_color\";s:7:\"#e0dede\";s:31:\"syntax_highlighter_border_style\";s:5:\"solid\";s:25:\"syntax_highlighter_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:13:\"tabs_bg_color\";s:7:\"#ffffff\";s:19:\"tabs_inactive_color\";s:7:\"#f6f6f6\";s:24:\"tabs_title_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:17:\"tabs_border_color\";s:7:\"#e2e2e2\";s:18:\"tabs_title_padding\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:20:\"tabs_content_padding\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:18:\"tabs_icon_position\";s:4:\"left\";s:14:\"tabs_icon_size\";s:2:\"13\";s:15:\"tabs_icon_color\";s:0:\"\";s:22:\"tabs_icon_active_color\";s:0:\"\";s:16:\"tabs_title_color\";s:0:\"\";s:23:\"tabs_active_title_color\";s:0:\"\";s:23:\"tabs_active_border_size\";s:1:\"3\";s:19:\"tabs_autoplay_speed\";s:4:\"5000\";s:29:\"tabs_autoplay_indicator_color\";s:0:\"\";s:28:\"tabs_autoplay_indicator_size\";s:1:\"3\";s:22:\"tabs_mobile_breakpoint\";s:5:\"small\";s:16:\"tabs_mobile_mode\";s:9:\"accordion\";s:23:\"tabs_mobile_sticky_tabs\";s:2:\"no\";s:11:\"tagcloud_bg\";s:19:\"rgba(255,255,255,0)\";s:17:\"tagcloud_bg_hover\";s:17:\"var(--awb-color4)\";s:14:\"tagcloud_color\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:20:\"tagcloud_color_hover\";s:17:\"var(--awb-color1)\";s:21:\"tagcloud_border_color\";s:17:\"var(--awb-color8)\";s:27:\"tagcloud_border_color_hover\";s:17:\"var(--awb-color4)\";s:10:\"tagline_bg\";s:19:\"rgba(255,255,255,0)\";s:20:\"tagline_border_color\";s:7:\"#e2e2e2\";s:14:\"tagline_margin\";a:2:{s:3:\"top\";s:4:\"30px\";s:6:\"bottom\";s:4:\"30px\";}s:20:\"testimonial_bg_color\";s:7:\"#f6f6f6\";s:24:\"testimonial_border_width\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";}s:24:\"testimonial_border_style\";s:5:\"solid\";s:24:\"testimonial_border_color\";s:17:\"var(--awb-color3)\";s:25:\"testimonial_border_radius\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:22:\"testimonial_text_color\";s:7:\"#747474\";s:18:\"testimonials_speed\";s:4:\"4000\";s:19:\"testimonials_random\";s:1:\"0\";s:12:\"text_columns\";s:1:\"1\";s:21:\"text_column_min_width\";s:5:\"100px\";s:19:\"text_column_spacing\";s:3:\"2em\";s:15:\"text_rule_style\";s:4:\"none\";s:14:\"text_rule_size\";s:1:\"1\";s:15:\"text_rule_color\";s:7:\"#e0dede\";s:16:\"text_user_select\";s:4:\"auto\";s:20:\"title_text_transform\";s:0:\"\";s:16:\"title_style_type\";s:0:\"\";s:18:\"title_border_color\";s:7:\"#e2e2e2\";s:12:\"title_margin\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"30px\";s:4:\"left\";s:3:\"0px\";}s:19:\"title_margin_mobile\";a:4:{s:3:\"top\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:3:\"0px\";}s:14:\"accordion_type\";s:10:\"accordions\";s:20:\"accordion_boxed_mode\";s:1:\"0\";s:21:\"accordion_border_size\";s:1:\"1\";s:22:\"accordian_border_color\";s:7:\"#cccccc\";s:26:\"accordian_background_color\";s:7:\"#ffffff\";s:21:\"accordian_hover_color\";s:7:\"#f9f9f9\";s:22:\"accordion_divider_line\";s:1:\"1\";s:23:\"accordion_divider_color\";s:7:\"#e0dede\";s:29:\"accordion_divider_hover_color\";s:7:\"#e0dede\";s:26:\"accordion_title_typography\";a:9:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"300\";s:9:\"font-size\";s:4:\"15px\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#333333\";}s:19:\"accordion_icon_size\";s:2:\"13\";s:20:\"accordian_icon_color\";s:7:\"#ffffff\";s:20:\"accordion_icon_boxed\";s:1:\"1\";s:24:\"accordian_inactive_color\";s:7:\"#333333\";s:28:\"accordion_content_typography\";a:9:{s:11:\"font-family\";s:7:\"Raleway\";s:11:\"font-backup\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:4:\"13px\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";s:5:\"color\";s:7:\"#646464\";}s:22:\"accordian_active_color\";s:7:\"#a0ce4e\";s:29:\"accordian_active_accent_color\";s:0:\"\";s:20:\"accordion_icon_align\";s:4:\"left\";s:21:\"user_login_text_align\";s:6:\"center\";s:28:\"user_login_form_field_layout\";s:7:\"stacked\";s:27:\"user_login_form_show_labels\";s:2:\"no\";s:33:\"user_login_form_show_placeholders\";s:3:\"yes\";s:32:\"user_login_form_show_remember_me\";s:2:\"no\";s:32:\"user_login_form_background_color\";s:7:\"#f6f6f6\";s:15:\"video_max_width\";s:4:\"100%\";s:14:\"video_controls\";s:3:\"yes\";s:13:\"video_preload\";s:4:\"auto\";s:22:\"widget_area_title_size\";s:4:\"15px\";s:23:\"widget_area_title_color\";s:7:\"#333333\";s:22:\"adobe_cache_fonts_info\";s:0:\"\";s:19:\"reset_hubspot_cache\";s:0:\"\";s:21:\"reset_mailchimp_cache\";s:0:\"\";s:19:\"reset_caches_button\";s:0:\"\";s:22:\"reset_instagram_caches\";s:0:\"\";s:30:\"stripe_button_validate_test_sk\";s:0:\"\";s:30:\"stripe_button_validate_live_sk\";s:0:\"\";}', 'yes');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(10945, 'woocommerce_version', '3.7.0', 'yes'),
(11947, 'woocommerce_maybe_regenerate_images_hash', '3d90aebc9f612db88dee6a1911e725d5', 'yes'),
(13030, 'rs-templates-new', '', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(13031, 'rs-templates', 'eNrs/XuXGzeS4IF+lbT2nNk/rijj/fDuzB5Zttuetdu6LU379rbm+OBZxRGLySFZktVz5rtfIB9MJDOTVSWRVSwJM21bSoBIZCbiFwEgIvBfTy7V5vLJN08cE8YjqLjB3GojBXTASkO1sB4JwJ48fbJZzK1bP/nmv56A+K+5DT+D4fp2vl248OcXC7XZzE3xQq3L641bhCK1mKtNKDJ10cx0Rf+Yr0YKnsXLT59c140TpgC0FgtggLHOCWoIoczFzlpBQsX51cVIK2++rvv67D9WF6HSu/DnMlQLf1yt3bu5ex/+crndrjbfvPm6rRsKysX1dl4un5ny6s3XW3e1Wqit27z5um12VtecrRbXF/Plm6//z/X26vdNeb027p+VvZov/yleuHJ2fn31z/p6uy3rK0ZdrdT8YvnPm3VoZr2pL5bLrVtu/3m88djrUDP0Jr6HZ+AZCFfW7j+v52sXXw0Nl2h8Uavft/HR2DP5TIa/v5/bbfycEJH4i0s3v7jcxnIQ/2rdxqznq23d7P/erNSyqN7dP795su369ObJv/x6vS6at/q08NeLxaxquWh7W7g/wkMt3LPiu7W6eFps3s9Xrijjj+bmbbEti6V6N78I7++r/x3ecLjRv7xZv1kObxkuGBdu2NYKvTQq9vgvu+9RfKs2Llz388U2jr+/P9kNo38PX7R6X7837+bJN8vQ2fCk4c6hEQQgmwE0Q6iA+BsEv8E4DgJl3qoL93u5rsbzk/hqrkqrFs2flbXzeONNPWYuwmh0v7ejfHfher1I/1qPxPhrs52/c41szJebrVos4jfzarFx//00XG6FB40Iz6tayAais2mv9+SmGeap0ChgmZKICCMBY5oAohXw0FhlDQ0ivi80dRNHlpj34dWGH2429ajeXJbvZxfxPaw/HElsDtzhPmSnOCQ8z1vRKXZ9a+WleD8PUrSdX7n100KHoeq2m0ItbaHW61CrEZr4Sk8gNs0YurXQkPMRGrQTGpwKTf3Ki9dKb1KRqS9v66uNwHTXeuLiAHISsiAlTAKIsMIWcMUoFcgQb0EnLl0DJxOW5h6zeJNZK5hHFpeRe3yywABEPk1gloW63pazzfwfrpaZdS0oqjBluSg2q8U89Nj9sQ2yMr+qBKRw3juzfVb8uVE09S/Cg2znRi16wrW9vL4K3z2LVCpSeCdSJBGpH8JL0GX5tvjBhcqdTPnm+szX12up6l3tyRWlgBEMLdVQK200otZ4igwFwhLk8E6uek2cTLL27nJkmdp/OX1pgneTJgE+yXIrXl/ON60QhT9FwYoSE2Ri8aFYlavr+HJsoT8E6dp97c127dTVs+Jfrzfbolw2Uhh/vwyPFKoHi67SY6p4f1kGPRaf9O6m3cZtw2Mvy/B1bniM15euaP5W1B8qdib8Pvbkf6vicu18+FE3GN6/f/9se+mu3Op6aS7rodCY1N0IefN1kK/rhWsp+Obr/+Gjwbp+86TYqvWF24Y2f9cLtXwb+vCmk4ZX1ft58yQ8i/qXZ8Uv6m14RddrF3szX66ut8WHMprMZRiOZls8f/lTuOzLdcOq+TIwaIe28BTb+fIiAEkHvv9L8++D77J7MS8unXlbhhvG+429iEQe9t+HLc31VWim6tToI3+X1qgetghPUWgVrZlLt1g9+xg8hg9fmrlaRAFTjxKWZAdL2oPl5jJKZIrJ9koLyOrvPTQST7SExDKrMXVQQgC9BwAb4rhTWCVorH58MigGOZ+twjttp57VcDk6HEfvcmwbXTAxNDluMNL9Ovyl6lormNtLtQ1T3GWhXREeKVjl0X4I0rtdl5UcVEL+3unNfOsSyyOw9HoTJLq4itPS2ftLF2bIoSvlYhHnxI0pku2PnkjRnUixVKQqHBd/2k3ldpJVFSRzvEbAepf7M2ErwoRXGa7CvxkXjimohXc66C4KK0XdyFmvjdPZIPVtTmTX91q/q3jJG2wQckeD/m5GSP3J78kE+YKUFt9JmEgk7MfwURfxw44t1F62hcOl2mHRnrQpiiDDnodJtCTIc4EwhV4BLJnGnbQN2znd4lNclTyVwKWNf6o625M3jsCdtVndnXglqp0gLrul2nomHabYzWALk+Mw+Z8Fmy7U+ugVp1jrRIu1ZyRCYidCclSEXgUgmfqJhyK06Qr3Ragt6okQCpoJaEsg8JoERWWkDYLklIYOQYrBiAi17ZxMhFZqHV6J+qNbZj26IA1v8enWIb5Rng5L05iAPA2ap1vQrdZwq9Wlaolqty61Ka7i5HCbKsDQbnjSOOf7KtuAvb2QZCcx3Ur8KVa9WKurEUOwamZgB/au9qSKQ8gx0iAuOxmkKRdQKKSlhlYwo7vpVq+JkwnUvH20k22IDO7wqStSjNxoDR5eyrm9Ldh9+LwiNboi1b2gvCT1BS9JhSub35eRQtv1dUXSblsZpvvKP7t3alkWfwnqR12vVRi736p0e3lRla93xVp1m8wjZf2FLMiFF9FfhHELNXI68JQKArS2QJNuq3mkodPNsnerOrO2/Phz7eE9bmIsa6yYT1nQeuzLWXdhbUBr1BXFmyffOa+uF+FqR9965BTfB/HqILaJ4DOXahleQLDFLlyz9+f+2LZYe1VedQyPd1h+CrgvFqVWi9lCfQgfPvxuHNivIrhM8ebr4k9V/eLnun7N7Y/BbVQB62tTG5vxM972Gbz6z0rdzP2Hmb4OXV3PAlivJ7pevco4CuIbjvVqRdP28ktRFJ+BauicJ2DqPfGLCuP/B6e20WgY+B1dhVJfF+4UQnKt76jnAEAKh1mX0gAASbWzhnkGsMTOcb9TBEkDR1YARyH8rr2jT0DpnV2INtUEP1jIQdjnq1Wgty3fL4umW0Xpa7mM37B5YS0XH5zLlcnu7grnjJKznKF3O58w3fr8JdrNuxXk4nmY1AXRSefplWW9W+Odqa5GA5Px8h5YAj8sF5xqaOJiGMaYi7hpSjwj1HLWgWW8sZNZmfX9TjWD77X+qSyqF792KCKA3tGwrHqzt5z85snuFT8pqjEU5/DPild7fsBKb1Jn4GTKefaYqh+7WuBT1Yv6Umj1qBfsYbetDNN95T+795vwqObtRXi48E3/WqGgo1UwmDYzvSufvWvKa1bVpRf11T13a+cdIcpg5YGXNODJC2IEZAoIxLs5cK+Jk3uQ6kVp3m5O5jxaNz8gE/o0Jw4K7rpMf+nCTLbqTI2lH1//8jMtus9YVG+2nghHWG2KMJldFi4uyLdTm3A355YPh6PqGQ4wKUFSvDZ4uC/Ijoqv6nFSiXVU4vtUGm5xVKzY3+FIL/aNJAWYNFgjwazW0jmCKY0b8YQ7jAHoI+jU+xvVTdZl+OTl8ffc08aP7UJ2d/rE3hTN+0x2BusQD6XTvfXiT+sw7a0Gv1p+iMi6+CrP0/I87XiE6Zx9oJggTPGy3Gyrp7YTsJmtQo1643uUO0l5H0HIOxBmaQBLg6TSkiCgvYVUOUOJEKMISho7nftCvMWJHICSth+aRXfwt/st9P9l7H8R+3/iVfxz2DGNg35WDfpmkXN8yzRMeOI2aSRhfDHF9kOYyH4or4v3cdMsVLDzTTQh88ZpfD01Ih4lKDuXLij3QfljNDD30HhZX0tgGK/08CfDZA8LSrFQkBsRZn/OCsgpJ8Bz4FQff/Hnn+kEEN63CVbZKINp4Nswx9PX6+WmDRJ8hJO7+sny5O4REEV2Ef1gnyij60wji0vDlSUvAXTSQeYAZhgRASkzCAHpoo+Fk32ofM7LSvc+sfvr/MqVw5WWfcxU5sCbr4uVCg9X1I+9eTSsyatHjyb5Qecli+AeYBbB/gxm6IjhUpcMzZfkeo83DEmgpGDECkMMwxByQahgzkJjqHc93iSNnHQlqbnPJjDkenWS5aTeHW5a0b6rF9ddg7crAU8wEzofpd0EYS6jS+yHGNjxi5ovzOX8alV0/S/q/hd+7hb20Zo7T2sUPa2odCevppj+JSaQiM8xu2pf0CzgIsabzvaGbOIZOAqe7g2b0rrG7ynj8VF4O6Ekv1LqCPvnclv8yS3dem5SUJbbi93FhpG7S/05nhVcK0kdQAgGUHqBsODhyZBxyvrEHNv9/nQ+ruGT1NtWJ4sm3b/DfQRs3+DfGrOQ1X3ayxFTeWAW++E6FUSC1Lu3Ozy5hYsCk11Xs+tq3sc4U1u3c1ZFqbPqy8tyW16s1eoy3Shd9a7W/E6u9Z1UNQIcUcKV15w6Ij3GOrwBHnMBYNZtkyYNnG5forvHybYnBrf4gmIUouBXdGuiOCMEMvUz9TP1H4MJ36WmQ2RcB4zlrkiBN8heMVbYt++VIFpQqRXC1pDwX8EFcVgJRgn1akw9nD6DRXWzk/kZ91o/dhbIT9IOO2/jrB+yfsj6Ift1oy4OBaVxKK+cWpvL4odyfbW/CL6piuIa4FV/FXy/YC8hsHQaags8QhorpAFSUClEobXQ424ZfL+V02UxGtzo2JmMhi/q/FfB6xQH1Xr3LhVE/SBFeKjA100R14ASf6dKQ3wWS+PNc9YPH5eo8+r0YzFtu/AUlIantHmkxuzaNsfTwKbdL+hxzFCjEBRYCowDzpABjDhvkGfIKUe70Ln9Vk7oRBCoMvOLE54FMLzFJ+e++bRszMGoVUvzYc+erTzYXRBmr2xj1W2MWrjOhTO8wM3HJWQ7Fq92gyq7iX9ehlQXioLSUJRXq3K9HXhAbqqre+ZTdW1gOAnruIJhqoyRwgxZBoVFVFLvFfIcdaf1dL8/XZKtOCZPYyx1TR87/O3OWeqWRf0qi0oi7IQz5GPzS8o+kI+RKp1XNUq9qmtPumGE27t4fRDi1rvad4ZUAhHjoPdYVnn8mPBGOqsYsJ7ibve918TJ+LJ3lyMjZv/lfKKPdT8VCZPoZNn76q+dM/eNrpvVLydn7fuyD5JAnbM4BgNQ7llfFQh6ttfuyt5cj9PwPy8Z5NgKQYU01hoNGERAc96n40ktr8q9rrrN0bHYNf3QpyM+D/J5dVUuFx/qPYn649UO1Yn50llin3N2gVeVS5ZRm+3BtfuAte21dvXQiZ7zi/lm+3/iv/755c+vXtj//O63v/7yry9f/v++v/71+//82/f/31+eb1bg3fO/vafo91HEXJV6vmj82GvChIfexCetEzE/qy5WbzzperYXz+Lwsc6lHacu7b85XbxcB70adN93av02geF7p2erumhm66KaifsFexmktODIeMCAcAwbrCjAjgrMiTUYdNu6+62cNkFpciDOabKTJjf4ZFoSkN1+8rZu3tbNbj/H1gKdrz5GB7TAvl28z+r++uRoaU8paBZde4REFCHoMWOcI8gllxYxxzyYVAqzE9vOKspuBYUTWM9d48fWCPzOGiGMMbdeDtYqt0HSXGNcFza8TOM2z4rXuyxdm5j31Clz2RS2KqTGqQ1Fm/niw1d5qTObrqeDVnIWNZ6A1s/V4UAHqFWf3jOJra64n3AfBRuWWqaUYs5zTgmSUkhLAYWMSDTKra6tI4Ormo/X2yE7zBwJW2NNZ2idB7QyqR4NqTo/akwOkaoPqQYci6ZkR6f0+t7mDMJWaao9hFgahiUWSDDClbSOuJ45lTZyYk+T1SnMqK7pPK3O0+o8rc7T6jPkfucrjVNf6b/VS/Aj2/HN4vxgQ37vet9R2kkXbE6hDCeeemCAZpIbx4HwVKlu02mvkZNRf3CfI6N/+JKOmvyMnS7noyrCp38dP33emx+ldPt68u78l707jzv3bMxGyLk3o2+I0JvGJ9f24ko0MhApQgWB2noEjZYMA+qREcF03sflSVcaW5TVi4InI2Xd/ACU+L5361vxzjv0j2WH/men4kpLPGe5vJuB65ZKB/BvqlM82vxP3YC8OflT3UBRNVC9r7G33lrvRd3rIjsWnGW4De6c3XHP2b2e2n5fZYdN3d2r6zPXXm8c3tOr+yegeiqdtFrwYPI6wgPLYwChEJYonwTZVE3ULTSkhkeiup5fzHS5sCfLCjV9g4f3w5pOCnW9nP/ntWsXMeo3X7EyPM7TIj5PRc1HuIzxQ5Brf70OP4mW6NLPL65rnhblql4VWC1cjCWrDgWMLY/R5s4WdR1+OTNBv/+HeqfqbzS57vGiDtZ88erVm6//9VVjUQeT2Hz2hvLLtbsK4vXZLCZ0B0vg9GCJF80w/n9leZUQtE3l+4/6cg3Q9OLehpbzwljNgY1e/cx75hXWTCqAuKadUdy0EBs4Mj7Tvh2XmyMtPzww38VzQBo2VvCsmu6tH1fh1re1ucKbbVgRhOnN1/UqcSvQYdpdXVD1auUEKqoV0eJ5W6eWsm08tcvN18WqjH0Ps8pHSOqftsVVtROsXQWL8MLjj2K26NhMeLehndDfaOdWLyrctDkeN9YLSmtu5qEHiw/1nCCIZtupzMpzZGUXBYXTKKgfytKORXb7cH2Yqqh3tX/YINeeEhrQyBgVCigMhOHAcCQ5l0mK5tjEfjz379XW1ZGo2evjcbE51vRduSmPb2j2w7grI9O6rZrvJDKmm6h2+asuP3twgqp1swe4W9KNCx5xQaHesso8/TJ4+qij1UkXJ0DSOIHXa/UuiGGzu/qiPqB3k6B1W1WYbaoKM9NVqBk7Xtx3EtWOWwYNN5xAp02Y4EPjIBBIA6M53MF2vK0jm6ntTdpTBo914v1esw9voHbnKLo/Qs8XrmZt/Xbbo5g3DcMKpYNSC5ipMmrE3eraO6lbrstuCg/kppBtzROTsfOdJ6g/Lzdute1PyZsru9l4/Ht/Is5jtCgQ2AlOAeYMecYJ44hCyBU26UQ8/vjIdEtWFpPslNUnOZZVOX2Hs0xtn2fi2XLMdPx4OnZO+gT37MZrV/ywY0E6F+8AUTOlm4/vl/SPTYJCEaytFxJjrGn4Pww9s8wZ6zDtMpMMmjkyQ5N8jqGmVuujG4sH7nAzQ+FdCPpxVuNu7yflaf1wmaefchL4WKzSZ5fx7XMjYOf8T1Ln/xfxIPrwy+KHIB62v3fTFPldSWMw9q/3s75JgLRnRmKImEGGYYQZYloGQxIx1M2S9xo5Gfy25bW5PFVofdr4kZF3xPOQmu2d0LvKG3T/TCT83Wyl1mG4qD+affHN2ROoRs7T2vkmo+fM0dP5n5PU/xx/V7xsB94r45YuPbyhKdg015tTG9KrPe5QSBnz0DhGJAfCSa6Ap9YrD6hTsDO7ek2cjDrY7mTq6NBJ2r455eRdmMPvbGal6Kj9FuNbrblThw7F2pWrk92xpXh1pdbbNm5wvY4CfVWlmI0qoU7tXS7fzZcmLuCFQdI4WhWvy3Kxna821VZGtDKXTZTSA5twfVrmWPOzZeijjdwknR86Sf3QfyvfFz+EH5fr1GkxfO0woOPubhjQ3R7H3vX+YWhhioUs5E5ow41iUANJoacYUMWpTE456DdyZIAGvq2iR/C7JM77uLbbgTsc14C7ezj50A4bsekeiWWW88RlI/LICOxctwnvG5FJ/PqN6TWC9XRDho1Qox+o4y0m1FCrBKAEEiCxIwwwZkIJp/CGJBuhuVNamY0Ze3wTszW8PwWJexHt7JOQmNiX/eltYixat9pezhLnbrUMPIpRj2ZRXtvN50PPbIs9GIg6B2gierZY+aK8unIxZPXb+UVKojJonIsOO9Vf+74lPthbCktGWTC/BHCCaRJTmlONCUi2W+vfHh0opWl6fuyFsv2GP31vFXz6UVK3ipFOP+eq3MR5aw6S7k2F0zf0qh42o4HSG7eIOI68a9TjJoZNF+/Vcrt7dV9oBEiQ2DC2qiwqcZR38vI40dj5OxM5gcZXV+FHfTi2z7xpinaY7BX0gQm5QcoaQw0xRDOhuDIsyB1GXgEMUmD2Wvmc0QkPeDzvmWKIsQE3iwzODM4MzgcBZ3cKBE1PgfiLC1Wv1/F7/9jmTtg5qMyXASnL8LU7z5TdpR4sASYCKukQFRRArx0WQmgiBAZOiWpLpnFJ2f3++Ot6zXPUc+Kj5pkYb/y8vPiSHJGpQ1+U4E1h52HCuo5MShblG4fmcuexchnXXM9xw+Pz2uTIy5J5LeDW3KZdOApNw1GeX7gYHvZbnVhxyG5Vlc+qPIw7eqcX+yuQUjukvLWUKmCEBTb8YwxEWhEjUBcVnbZwZII3TTepIk9A8ekb3AfJi09BebUO+bbyLVwvN2luiTojTzUeE5KbaByeV0CgMpdz9y5Cc94+QPbq/jK8uh8vfLuIF5pGvLx26qqZVyXIDZ9gGwp2tG3+3gOtFU7DMPYBV1yiuCEOodAacs+BQdUj171rfnzsmL7L6yu9VPPFrLL1ZoOJ5nFDYG57u1ssPDwjd0lsfGc3o/iu+ymNKwxsWjBEDtj5Jpph4S/NoAvITXMxVj7fzQPXtvSz4qfzcQHPAL4dgB9PMOTHp6xrcjLvhuumylsXpH0WBeGmfHX1r6v33bUw6Gl2Z3hg5dUFJFG8r7xGUoPsvv4gPcigpH/eHWeUWWqNCpoNMWoAokYjhS1jUgC5r9L2soScSrXt5fO4Nx13430/WdmBm5VdcQttt8sskvXd6fXdTnKyxssaLydvOZnO60LQaBqCRv5v0SbUHkzbdKCNWzerrTud17van8JxQ73z0iPKAeaWK0gEwEIppKCg3SkEvSZOl76AvN0lG65abU8LOLXi+5Qu3CKq5LAO3HfS4fRTFtyazhdNt+vltjBm2tiv6kibJjnMea2q6RjQEs/KmXsXD90p09A7t6iiXs4679ZEeN1DrLPlfZk8v/rovN+0i0Ck9M77NM2exG43It2u6ZX1NJGB0CKOjOCIc8UVFlY67i3EDnFJ+N6uTa+h0+mjal/luPkZRxu/zTzqxJs2g9S2OaNOXvrLedA+94W1LlSSsl4etKvoOfOqLJe9XGjx6qZM0vt0l/pOVF5IZ72UlELkYj4fwYhCznGEoEAyyYjW/v7omcljw7PYchK7eL2MIzuaJO0pgLOoR46Ws/wO97wP5n9c4rT9IzADjpLxECQpHpp5njvy79R6Hqb8cfrQthndajfzYJUGMXKbfGLFIzix4tMO6azf5ixSt1oYS6XyhrWxZjUu8YmLrTz7HM4r+twUVxfgStMA1xeX6zB7vQrYerUMH3M/UcomXOwnSdld2csVT7j2QGBulPeCGYYIlOEqYxKgZCNo9/Njq6/2OWbxDkcNXB1reqCM6H37/6beYVfXMXPJIh7y3n7NSkZsuqWjiqWLTsHxM3u1O6UoAz4fSfSQ5Hzy9/96E9i4vXzz5Js3Tzrbp5K1wMTQrzepTdRdf7a6XL158vTNk6W6ctWvK4Q9t/bXZXU9sLK63LyK0Ez8Z+Rrvxn73uFiw9H6dpuqgSf//e9Pzhv0XQAxTQOI/xJdSr+NovTLdfh2CePXoUSHgh3i2wv9FFieUq6oVxZ5y4ySAimmHHOSQclwt+DU/vrYQR6h2Vlsd3YV+z+rPuGp9znudtMzWJWKHS50BcxaAUz4E8c9jSvtbAyTexUjGF7EDAbtrkE+njSv9Gcn4AjTLuSYpiHHrxbOvS1+DqMtzvJfhg72MmSFwkVdtqqL2hRZ/YL+ChD33CMGhMRMCeVQzGeKNbdSOuewT3Jk9Vs5Mmeblmex6VlMn5qszHSzwaPQ9Ta3ejyrPsvi+Wo1a8bE7GW15BMjgkv9HzFgoz1CJACqNiSb7DGVvVrnJuySqT5a0zyvop/tYgQ6I6x2AcksDUgOAjQFVbVajSG1f7nvmyqcZiDy1EAiiNLC2+iZahxmXNhkh7TXxrEj2wIThpw7MkgP3+RmhKLq0r3HKk9gNDxN0TxNs3IeMdocf1dN6QNY9PV8YU8ar3x20ck5cO3sbFYQ/m9W/a8A4Jvqfw8OV9ZFDbM0avg7t3k7WN8N4+dtf313d6WfwZUjBZWQCjusMcZGE6udRlh4ionpkjzsfn5kjlbOH7Hxoy7t7rX68KTUToXnjwIae5UmvI6ZCMtFEV6RU7sT5t9fRqO0OnS+SlBYvl8+yymiM1SOD5UuGpb1zn9buPBF/uzeb4bO1SaWLUPRzmercYHoX+8f8IEM9hRB7zDUAkhBtAMeSgeVFDLJFL3XyMmSoMZbnOp8j6TthyfPxEmY1XveiXi9sNjG/XTuxneETqyVs58++NTwLEHTRS6yNHLxp0pF/Kl20k8gU33Ui93lmjDpxb7XrPPQcooptx4ZTbGWEhhOFApTRIg7vKQtnIwtq8ty28VLHHXj4vBN7kobeUMYImP8jrSperWLudhcz7dKLyoLoYk8jHEZ61ZkH2Ca93m4zebluMzcWzC3i5xjaeRc+JJLq9a2+O3lCHk3Tens/Wq2D+CRsv4xlhgBTLVQiDOKrAACWm29wgRbI6sk+s1mx7ChjONT47iLXaiXh0bGQZCkMCZnMQy8Q3YNoVNi8mXt1+PDfLesPXuq3xbVgK+D0m/scLWkmPH48IlV7+AM1MrLiD9Qr2joEtSNgAnHoJ1f0PRbenMjJXpeQWeJ+C5EjdHx+fvL8GGKb5uUt705fD1RjR9u1qbETWby+6U90HtiPNXaUai8ogozyCnROvDeaKU96s/n95vKs/pPO4+guEte7bV9GfvfZNX+7NNkx+E+q4b7rbNkRwHZfli5XprsnfLLmbIfpe3bBXSxNKDrpzYg5p0rfrucb50ug0GRLjx0Fd6n5c0KxFhp39+HCk2Up5haZpjh2jhDEaKCUIedJt1SxFhTRyZjco9Zd5PZzkOl3lCute9xeHmHO97sa3/atdF2bh7Fu10bbcTcr8ur6no3RHZmZv0dWgDc69rFWKSXceutCpC6rzOYW1epZpAVzQfbTPrj35Ly6WCpx+Mo5QYfZLeqo2OyjIYDeUnl8woaGAyO3lRhv3RkttCNmk+ZLdwFp+c/degix5joachl+a4Ouxls/c13ZYlGbC/1MyphQoBmEiJmpYGCeWsNh1hDocPLQIkabH9/ZN2nXTAE909rbSZ2s+g9dySNd+N9bqPn8P07u+7iBRbuItq8Xlk3i+jYO072WfFASi6iZTFfvq2Os6hJev5L9U+nsh/l4LbP2xMXz5A8I7h30WIsDXD4Tq3fFi+aMf1t5a05K35xy+vUdyzUmVX5eeKRCpVL5+yqrlIjPz5akOepentnVBJtEWIcSosNthgSRiWSnDkMjerOwZ1q7chaobpNsurXsK6OADuSRjh4j9usHR3UBQCRTzkx/G/ldeWbW3uJdgZ9leCiXmqJvK22aZvsUkWQnWaMFdFNdBNVRBBdH37R/DoOiVPC+SffP8Os2h2IMIojZtfPdhan4rKT2wGrGShPW8Im2wx3SqhQ3bVdh6qH6OamTAo9WdtUr3GX0SGoAtf4Hut1BOg5Y7O2BYu/7G5wB5A23+fTFpJC+Q8NHoqIsQnGttfCEA2PUpPiRNxtb1WBDk2AuIs04+AmEP/oqoN9DoEY3obCcO98ChGIS6h3LBjeQhglMbIGSWUUp9AfRDDM/M38zfzN/L0Nf+EZ8rcLSePwJv4+1+Hb3gBgNFNNrRsx3FTtwRhJQQCUAFIEFZRcCSSJgZp4jq1PPBUPNJiRnJGckZyRfBsko/NDMu8C2Ti6Ccmv3Prd3ARhOExlPNt0FW8Ec1e7H6RiFXaWAUo4Cv9ViBkezGZNkRfUC3SQzV2bGc8ZzxnPGc+3wTM+Qzx3IYEc34Tnl+sgf2Z7E57JbNVVvBHPXe0enqV0xBOApbQIIAYVgxgCgi1wFGhgDuK5azPjOeM54/ns8dzEkj48oskZIroLpuTkJkS/dpvt/KpczsOPb8A0DYOvV/lGVPd/0V/p8BIi6IBz1kY3cSeoQzjQmhOsjNIHcd1vNyM7IzsjO1vUt8E1PUNcd3GYnN6E6xfhxzevQrOZ2dW7EdK7yv3Ev9RrZzSE2HsEPQg2tOPKGiAY5jg5muRgkxnNGc0ZzRnNt0EzO0M0d/GTnN2E5h/Kcttzhx4jI5/5ttqNYG7r7tnNnkLuqeGGEocdMMhajrHxFhMADu8Qti1mLGcsZyxnLN8Gy/wMsdxFb/L0VKOfq3SnN/gv38J1+SavZQEgkBx6TLDglnpJFPTEUc6dxwKpHYNP77B8Yupm4GbgZuCeBrhn5qE8ESrCuzhALm5k7Z6Lcp9/8DBn+27JhGrPIZeCBBsXGgchcsKZmEcEEErNBGNh5mvma+Zr5usoX+EZ8rULxePyRr7uuyDfzvv4Fo7HggCkCQMMi3h8p8WMxHTvkMEYqM3tlEl7Gp/jTN1M3Uzdz4W66Ayp28XdCXAjdUe8jG/tYHw732KuhXEKcU8sUw5yQx104Q+IUK4tYFP4PZlbcSZwJnAm8OdCYHyGBO4i7wS8kcAjjsS39iG+nfuwhURITDFDlkOEGGbGqmAO04Bhoh2fIvDJPIczgTOBM4E/FwKT8yOw6ALtBLqRwBN+wndyEb69dzBgiFLtLUHQEeA59EpAGaxkLK32AE/R+KSOwZnImciZyJ8LkekZErmLrRP4RiIPXYFv6wV8KwdgoYQwmBDOONMMYmeo1cg7ahnGcHID7mS+v5m+mb6Zvp8LfdkZ0rcLmxPkRvoOvH1v6eh7Gx9fTDAAmhDAFQISO40cdEAIJoIZjKGcQu+J3HszeTN5M3k/F/LyMyRvF2Yh0jCLF2pdfOfUIlDgssLj7nwqFR4mud6cS5Ve7acZ1gACgYWgVAnliIXWMuEgltpDlp4vnTZxZIyGtmdd48c9h2q07VsB9Bm8Q2Z5RsHHZJavmusllu/OkC5s6E0l5vXhX8V2rZabevQ9wqNX8xGn53SIhegCBUQaKBDx+Ko+7iBGBwxPsqgMq6pCLz6gf7l/tql1AlpODAlICTYbcogTGww5LJQ1gvZttl0bJzPVuts0YQdHttX22h+wBo6xBt/3KRbVmaaxjgqjI5pt8WtXBKoqFHoRBK85yCKf85wPJfosIdh58IvUg//F2qnqoLsf1uFbxPNxUwurKfRJWWNl7ZfsbdxgZjRmQnmsjVLIBztLA6edd4zgbuo6aOY+zvc55Zk+t7O28KEDnU92js/l3Nr20qaGYjxHZ7ueX1yEqZUt3s1VcaKDfEYpMna0TwZwBvBnCWDZWaGyZ4WGN7MpXrbnaX1fmSGpERrL2zWxzgZNr/bYC7G2kHqNrfVCS0Gg0ZRqIbGQxvBk0zxt4m7cjUP5Rvbu1vFqyyoN268Pzj4Ohm+6zfGJLAE4EpGvyrisGGuuyzha9o9V2+Rz1TKZM5lPTebONJapafzddRkI5IbrArYu2MG4+Xs/clUSwZBxOhjC3DBGhbLc2GATE2GM6UKpmh+fbAng0qk4kCsJOdWx9yP3uB12yUHsgr4hfDTsXi/n/3ntOtiGKgG/+SjLvPT52aGtiyuVaVzpL/N4HPFiPyvK+vexRCj11f7eNLBMMSGp1VBRj6SGjEvAIKXQSA92dKt/e2S4XdW9nzX7ZMme4lG4NtX8bVY32R3WNiEEX8BWdGzyp+XDHFbbHFX7r6Heq6pe/6za8Bpit970xCE09Lo9t/5D88YbBWHL98tIwPgjUy7Cu21Y2DTYIDA+cTzJVy0/xIOTI4E2ve14HV75xbq8DujsNRPM0xYH7W3iR9wUurQfnsay+rtXL7qt8UnaSm2363mQCzdlz9bGa/F8V69+g2+ePNvGrf3Q+brv4ULK/+qjZx+ER+yDcFnncDmWK0IrYb81n/11x9RzSn9DJtRoFygMARjRo3sZb9bN29tTo/Fq3yNBaMKgYJIyzxxjygIDhCMUI621dYkajb/9TNUo+DQ1ykFWo1mNZjWa1WhWo2eS5WhKjcpEjcIRNbqf2Gj9+2gmo+bywFsaAkM0MQB7iUSMW3HSSapNUKYwUaWnyFX0mehSmXVp1qVZl2ZdmnXpueSumtClcR7aKVM0okxHsqWsf59Kj9KV9POhWCWxE9QwRQhlFmIECICEeyC4Txy5ut9nxTqx1ps1a9asWbNmzXqGmnW3Zf8AuhWfo26FiW7FI7r1p6Xvrff+Pq8v7OnUeLWvT5nDTDjhbfQOgZwoz4wUAAupHMXpvmn8bdalox7RWZVmVZpVaValeZJ6LsnlJhUpShRpmk7jp+VmNV/Xsb8/Vt6DiTqdd4WXbVmtWQcl/ehL6QHRSDugGRRecQdF0LACa8E0T7J3Dpo5mfdlNTJn7U2O7HaZNn50JXvHsKPKnTB1uIyC0OpK79T2OnQ5oOo/r0P9eRgnHwLnw9DeusZ/sPIkNGW5SJzgGyXwcG6QyUM8K/41aMXC9RwiE3/IeC1RUJV75JfgHVkB7zH6RkbLvoNTeubyL+pC/WM+5vl91ZSsyk2yhta72iOSoQx5TCh3xFltAQaSSh8TuzMHwn93ROo1cTIatXc5lR/4Xvuf7DBJ+h7gEIAjZZ5QdejNLAm9wd/NXvajb54V3y//o/zwVXYIzw7hn4tDeLTCOuilaXb+7N5vhqaY+2MV5ipjptigpJ830iNgqQpWhJHAOguEFph6LZ3AgNvOFBs0czL4LcMDnsoSS9o+tpf48TJgVLK9cuvItsIHMY5j38434VV9CIQq4kPsL4TEmVt8qq+KSjKLKJr3i8MAmDiBr0EYFwGqj5NJmEn4qSSkCQn5yCJvO+d+2czGEzNwb6VztatRs3GHwemKdT+bv286ZP0e5w+r3+HvedH3k4JlXgfBnFo8qWW7XMbvceG6Rd/GNGzCA6dWG2vjMIKyXt6M6IwrnHkxOC8G58XgvBh8vkE04Qu4h14QTlyAYeoC/PrDyr1fh6daD1OgbHdlri2q9ex+wd5eqxdaOcCMIYprSIVlAhgAHZXWGrRTwvutnG4xeHejWXunY68I79/hZjWMq0unykbVmtKROS2l2kXhddAq8Xry6cNwnAUJa95zS8MzWH65r1lHO19rlWfzqTZ3gvaIwk8GRnjH8cooCQefYjcH067YyXOe+xye+zz5+3+9CTjcXr558s2bJ92wHHyEN+mg3S99trpcvXny9M2TpbpyVUvJ13lu7a/LqjSwuSpsXk5oMv4zMizejA2MNyNDIzbx5L///cl5T99g4v8KU//XbxcuDL5fSuuGy1k6loVOur3FrL3rPT2CHCFOckYls5xypTQB3iskgGDW+M4Hdq+RY6cyjK3PYvOzaFYcdyVrvPGblrLYM/4Mk7tM4u66gD++q1j3rp6u/fjL659pOhmo3vPTIrzExfwfDTiX7n0RNF1RPWZ0+XEPnu417yx+pjuL4crm92WU7mhuV6RKvAlh6k34unqzi7mZbz/sp2LZJmWjWVkGFfpHSVtqoOPUKeUVw0xgIanCSDHkiXGdo+GgmdO6QpzGB2IAKnTYyr05DO5cHAyLfEhIXlu4j7WFHovOPEsHvR12E98zSKawOzARe0DcMxPH0DtiMUrAgYSOWCqUMdxC5AVA1iEfjEbN7Th878MT7XHg985mYgZwBvCXBmB4/gBO/OsgnQLwr2EiNsnfsimcxm9Vo58AW1vhZTx0ADtMACGSMWIY1Qpyrykcp2/VTobvN08wzuzN7M3sPdd8ALdkb+LmB9kUe3+LbmG/ueK7cgrA70ON986WBxncVuphWCkBgCJEU4Wd0hgQSGxgq8dIe5d4AI42lUn8zRNRLRZlEmcSZxKfY/T4LUmcuBlCPkXil+vyP1w/WUuPi6uufJrDbaUeh6lnUGMFMcBYK6YoVFAgDiDDDig6sRLcNpU5nDmcOZw5fM7Bx7fkMEs4LA5ZxJviT/FYwkMm8eaiqXHYKK6r9SMCnfTKC0Ops8jhwGAJNcKMccchx3raLK4by0A+qyyVGcgZyGcJZHr+QOYJkOUUkF8rvXCTZvG2LZ3mcF2lx2CPhNbEWAScgR5JBa3jVlFlgTRI4nEG1w1l/lbR8jIDOAM4A/gAgNn5Azg51QSBKQDHsRTuFL7J1RSFTa/KNIqTev3c7TEiQ0kOPMWESMA58Uo4QLGnOtjJ4zxOWstQrqL5eYZyhnKG8gEo8/OHchIgh+AUlH8oy+2014RvS6dRXFfpp+yQzmmgiRYUGeo5wQ5qy5nDTnjk/DiF64YygMPYEnlVIvM38/cQf8XZ8xclYWUITW7XDVKCpFCczgcyUWsqGUi88nv6my+KrwCRHl/vHHochuKh8RnJ28WHVXlXNsU/Fevy/abNWBkosa3OtXA2IizGkAXmzbd1UFqxKrd1NstnGbgZuKPAPav4jHtMAHFL2iahcSgNjfvz3Lji+dIWL8K4Xe4Hx8XSUFiV/f7LSHDcoEJ/vcGLmAYCMcMJYQQJBwg1REMoAOesW28YNHNkO3cZ2p+Z2PoscHMVvkJ4m7PT0PlW97o54hfkQLpM6GwST4O6Itc/Ndw60wA6djs4JwF0iEzDeRBC18Pmj6MhdCNV+vHLTGIIMA5vQCOgGKKUGyQIVcQyBeE4on88RQjdZw/pu+b0yZTOlP5SKA3Pn9JJlB2i05R+5dbvwpXNFKeT8mlSt5V6rAbIc+QMA0wAYASCVJvAYQUkQ8QJPs7qtqlM67vRGrNsU2daZ1qfW1zeLWmdxOUhNk3r582596OobgunOV3V6OekoBB45q3WwknCsRMGIc8kUkwbIf04pKt2MqHvaE9n9+RM6Ezos4vXuyWhk3g9xKcJ/dcKgx2hI2rU0law+f1dU9gj9LBGP8+k1tJBZTGSBFNjKACUIAsMB4i6KoFG/ZDDdjKhM6EzoTOhj0Focv6ETiL5kDiwLh2kfRElfjOF6cu0xjSru2r9MBKPJVMeMqy4tMhSjanVkBvoFFeKjQO7ayxTO1M7UztT+xjUpudP7STcD8lpao9kwugtSbycyIQxWqmfGM4xJmn4f+cF9kJyqilCQhogFLGEjC+BvDxNJozPjtasf1Yry7DOsD53WO+OKb5vXLPzx3USHIjBNK5fuz+29RiaMrLjKQW6rTFtZHfV+tD2GDstsDSSOYURol55D42wWCANJlZFusYytrORnbmdjexjUJufP7WT6EEMp6n9IjTza2+DsYdPE4pHthjH6vRzzQUz2kptPJcWU24dcAwSDoCTQAqGx2HdtJRJfTdS00zqTOpM6rOLM7wdqXESZ4jRNKkHkd49dI5Heo9U2cO0RJZ7jjTmHCriOCVeQm0VYFhP7TSeJNL7s6c0OR9KZ0ifGtLxwPLrTTwQvjrHrzRztSg2l2odLzVHyO4es/1kI1Xrs1d3t30Ep/o9Qh0hz19HJNGROA3AEWBTvNp+CKL0U4xPTrRDKNlpg/DnvgugEAIqTaHnUCOvrUYIcIosRjBQX+2wH354ZMyHFmeb2OFZFVB9JKDvtXqbs67hCeNi6gM/Y0/q0z0rAgVBeus2FR3jGZ6RjlHgBfifm/oA0015FTG5fPuhOZN08/gPJX1sZ5J+Mr0e3SmlFV6S+D5Meycohy/wfTUYm1fTO0L5er1bN29PT24v9RMKYW2Zg8ZU+20AG0mIV4BqoJAVPD04uf390c9Mvl7PaqmatTc40nnJ+w2fBXwaa++qQk60IIMNWAnqOkpmzHIRO95yplDv1HwRs5rWJGr6X1RdfTgIHeDP5gYAPeJz54+wjfU4IZSEr+E0IOJFeRVN4VdleBXPgz386zKBUF0Yy57HI+t3JNq73p/1QkRFmPkCSrUM0zIpnZZMK4okgF51ONpr5MhMMlXrs01oflbb+Udi0rDhuzJJnpBJ7Rs4BKfhJ787he6uqJ/8/b/eBCnYXr558s2b8Hre1T2eXal5fBC1NC6+z/Cd3lQAmCp+trpcvXny9M2TpbpyVVvp8/xT8Uv3g/h0vy6rykFwqrrNCAq3iP+MzHF7Nw+wiRfiZ04/e9KnqqUn//3vT85c/JN4KHzA236YcKtazQkjp1nRmUy5NVnvYNKtdOUrL3XdLkHXXbeOY4Ku3mR9PEHXXmKuoDFVtaz0oegeLVliWrn13AUBeFZ8v3AXcUFqwubZzKMk9oyeCk71stuOV2HMhlEYjIKv8vpZ3uQ4aY6vT0odc4+5vW65epUEUuHUTf/VMozOZno5sOw2oVD1bLrdlX6CGAKEFZRxLZSnHDKnlLZYAoKQo7A7R2f38yPbcbHddgp4VDtu2PBD23HhIwXmVnSJgEq/X4BVbyuimkhuR+y+Z8H+CWzdxKSKMYVisvj95smPZaisPlQtB9E9vu03PUOasv6qrzBi9nXXh/Ze9WI+zrRrWu/GW7zYvKT6dpvHYtEl0Tk49fN+qdbbebBJ2qHz6zI151ZNaTvyy6VLtjUHZf2jZgmD0EjAHKZGMeAZ5FYJhiDXYXYnE2Nv0NCRqbB/h6BgOrPrSIA4eI/bsAKckhXF9XL+n9euaHvZWF5B0tW22tkMz/PO1fuZm+31chmnSPWqedTGKU1OuwYVZp4LF0y7IBu7TsZFKXM5d++cDR0OhufFZejmQn0IJKuXuCvAvXj1Kvnxs2LPfDPXm22Ylf2jMSXrtp+GB1/ULyIi79ufv//zd8Uvv373ffHTL8//9H3AXn2baG1elLGZN0FU38W5nC2qXY5iFgyWCmmb+MeuA2+e3PFNfXHrYFOUbwfpZgz1e4VD3rdE2yTWzCNm/49x0lAWPy3NuppHfL+8CG3FL1WP+j2A14ut31aj8JcoQ39/fb0t13O1+Pc9LdKfe0wwtPltgORl0LDbcjZv+jFzu37MYj9me/zbVLP7ShpmlTR8vae12qaHdI6KZLW8uJVaS8KXCDig1l6/Lw+ote37clKthbKeWtPCGe0JxpwoJh1RGiPplMAkqDbnxaRaCw2dWK0dcxd3tO0vW40dbxEzA+64xm0SFUPgIQoElXnIvN025RMkiKV9FmCsDTKUUWqFpdBYyE0AA4ip9zg5wILY1Klo0O2/Nbc7NhIGN8jm7WMyb7Nle2Ink4z9+8F+ElZDUmftl+V668vFvCz+Gija85NZtUXv2pKG9f3rfQ89ZTjCwHuqhQBeMyM8El5rAxHWyeHge42c7Pit3X1m9cg7+kkx+ze46dCYU+e2Ht2yjljX1W6UjfSy8024/qFm+e4Bii6xS9yYSej/Xn14WoQ3vZhXrsGRPj4o5Z0K2TT+vhUgO/ZtTq0flurd/KJCVUWpxMtmHvfZKq+a5Z22kYYS//XFotRqMas0wGZiE+lVBKYpfq7qNDtGzUPltYzM/Ptn/nAziyThOiQ9qOb5alW8uizfG7VJ7X21Wm26qzX5k2v9/NkCKeclhhpgJoEA2mBgsEIq/BvDLjVr0sCRiR9anrVNJ24CR4X+wXvc1a4/Cfe7Pf/L6GpQel9BI7omBQEpFx8C6G27+rXbp4qQjIcQVwE3yyIOiFV1Zti2aB+3Cdx5VvzJbaNDwXobNEncLIrEny8WwaBex/tWGiU0sCneug/tGWQ7dbKev23UyVcPuaLQvIdRyvTKRiDTvsNXZl0uFhk1tXlJkjgPksZ5/GkdVPT2Q/Gd2wSpKn50vViPi7rUVoU7yvSu9rfMtdWOY8Uc1R5JYDQhEHEglCEQk+7Yq14Tx3bJdpttIv3twKkG3wwByI/loX3Tfe7q/XQS58gq4GIPO4moX5XhwaLuDiNG/VFsjFvWQRamLBf7SxCbZ8HSqLq/qbD1Zn9RqkVWsEOCFat3EWjO5hXK89qCebF2cTyEz/D9HybUDkPheeVUFU2NbWVh/i1+4giE4qdq4ebImy+m6sFMLWeu6cFMVT2IKrzeco7Kaha/9qxaOjqw7dJH0i02XEbsryRWhaSxKgSQ4vv1OryRl33/0FDg4vVV6hWaXuwnX7aGISsA0gRpjoEQjEKjDOQWGCK6XJ5pC0dGY2h6VrU9i40nnndHAeJE62eBwdGZdrWEWq81FlXHi9jxQfBztWLZmmlxNFS1Ghei4lcfWHm93lS2VdV8GF9lF129u3N1t7W7uF6odY3ly/pUsozGz3RGlwSekF7giVpHtbso/hQbWH9ImGKaootdSY2Vvev92R2BAgsf07ojbAhwkBophQdOQUlRR5a9Rk62ptfeZ7a70ZHX9PZvcPPcjpwaMG2XiqZL3dwqWFvXOnz4YmdltfsZl9urBS2q917ZXLXXebhtdL2u38ox4dB28XGGcZEkjoOkcRw/zBdX0Z5dNRRKpMm3RTs52l3Zn7cE/e8RR8ZAagUL4qN4kB3gpKOiOwty9/O7yc4Bu6iTn13bjU/uceNJJ1q/62r4aZVzFY0RNW33TZsVkGRRXFVxnPPldRjMYcISp/nRfN24KiFJE6W5cut6qflZFJx4Sns8an1TLMptXHbZ7TDWi9Plqo4nWMzfRps4tFFd3qxctBKCZNrwOirj9GFdhnsfcV9d7xUO1fW3XSxrfL+v2vebVXanspOIAtKLKIgftvg1DCuVhhLEq2VzsYkl2F3qOxAjI7T3RkMslGAGeMxxsP60ZtYB0uno7vfHjiaIDc+qlmdRi+42HY4UUzDR/EOrZlckn24wDXDL/yg/tDOBTYxpipXt00oRzxpN3GzWdYFf9aJqjBsLOr6Kpgpz2nrOcFVutnFxNrzF6NW4ClPZcvOw0Mg2/nHtkCT6gKTRB21s4X7CnGYa2Tod1phIL/ZAgYmwnjMrpSSUqWDB62CBGGl9+JtDYAeKtIVjW/J107Wf5GCJ81jW/MGbPCw2flHV4mgTQt5O/V8t5sZ9aCySp70YpAoAcXavYtRotXbaOETFRYH/iHkmLtW7Ki4pwciHat1g4b+qM1EkaSeaXfKJ7BOXMVBzvqlW7TaxUzHRz2JRqOtg08SN7qoXAW9qtVrMj7v4+hFxTtVrG410SkoOmivdm/98Vl7bvfvnO3OzAWy17vrXeRCOcr0pfgv9vUYAym3xQxl9A061DttuYOzM353D5eSqaw9it/RyJ4mXO0293H+Zxxsvil/U5u3YfvdVuD7Y8E4v9k9OMpJgg6FDVknDsEYUKae0p5TY+kyn+mnSFo6M0av6iWbxFrPuHkeh52jbD29r9T7e3rzuYq1s4N62g5i6Uv+o8hZWacxaF85m+G2eFc+L5jF3/lKVwVUF6C8/tOuzX90L3R7BAkniOU73PMfrdaf/V5ZXNUs3fcfxqvgfoXSz2Dugfb9oL/0WxdwoBygH0lottdEcc0o4UFRIkrqM77VzfH/x6gazeIdar2xO5WVyq3udwYpkX/qivPUMmKiLVBV23fibu128dZ2Jb2B8PCva1LGbeZUl4uY8WbUpY3aNZzPlS5ghJb7MNPVl/q68jmlRvv9jVVZR+oP1WltVcE35Lh6jhtFYYR9HViIkNTXaeKqtol5bw5RwACqkhdnhaKylk22G1DebtXc7bhjLTbe5ee+VnHR5t8rIkOjquKRa5SFusji4ou530fa7BUWbou/fNs3Gab1XustPXVkA76tV3TZwJNsBYyuaNHErpalb6S8BWVs1j4mvGvPgx+oVpyZ3U6XVeJdthcb4Hi3eE0nDCGPYY8gVUtp6yKXWDhNoAWRdkqzxto5tkDc3SbV1q8zbGx7HOr/xRrewD6qtmPuxEKpMmdWqRRdHFqU2Ojo8bXYyq6zhnePY3mbms/4SRsyPWVkAi/nybf2nIKb/cx3lfenuw7n01HLazOZfLuLicjyirPjWXc7Dc/6qq8Mco0vtqTyoVvGms/iSZ7q66azUzQmSk3P1CWG95aydJv6jtOc/Wpb2z+79JuZamUX/qPVIIr2LUClAaROj4SvfoPV0Mr2DdQ8m1Gt/+Xv45e/VL4+EjV2XTp5U7xZ3unnDltwppR7/iFn+yEffoSR+iponPuhktYlhN5s2OGXeD/OMq1mqnUy0FsJFGfHiwy8b7R9mDLXWD41ui7LafxlNTxetgtU83n5p5+GjX6vul746N6HOIF7bDTnZXk62d4OfzNPu+M4jnyAxlKAzTMLHb2dgJn6zlI6phl/c8npEG1zVl3vnCqVlPUOShEmdQBRA7zEB3lgDlPHcaawVYqTbFktbOLL5+Mj0wGnDWPNZb5nMj/0cn1tRGD7gIT63JHDiZ0zZGIEHM/sWMHsz+j0Kj0zoDWMMaKat9lQyj0WY3XsaD70P/0FUDjh8kol8JnG2yDP3vxzu78zweyU/On/yJz7xlI+R/7dLtQ38L7cj8H8fyy7L7RT+2/K+AtCCQOMYUVIqxghRVmlApPGUAGrsQAG0rWQVkFVAVgFZBTwi0x+fvwJI4hWoGFMAP9RhaHaE/74rGuV/W94PNgTaOqKBdJgDYBWHAkspnfIQc2PMgP9tK18U//EdF+Uz/zP/M//Pjf/k/PmfBKNQOcb/V6tyW+UMHFEAm6RsVAPsKvRUAMQCcIYIVAIJBw3ljGAuJSGcUo/0QAXsmvmidADJOiDrgKwDHv0yED1/LZDE1DAwpgVedFva+0og2e0e1QFteU8FWCQtIQwoBiB1GFggLOKQIIwsrl1K+iqgbSWvAmUNkDVA1gCf7ppzrzqAnb8OSKK/GBzXAWGwXm9HVUBbMqEBquK+ApCUCY2hxE4yyrlXjmGgsWIcCS7oiAKoGsn8z/zP/M/8f0SrQPz82Z8E3DE0ugtQlttRByDfFozvAFSle/lJPMFeSGi0sJRiTiGR1hCtDRZIDi3/uo3M/cz9zP3M/UfEfXH23GdJbCfDozZ/M3jiMx4KzGqHZJW4+ebYrInqtwvPan5chWj93lS+P7XQ9v3+1EN7x7vmwc6RW1lNZDXxcRsEp9IXKU/PMGJL3E5tJMG8jExFbBUxsclE2JauiyZDt2L53pYxARYq57xWRHLFLQExD5eC3jhnyWj4Vmzl/ucNj1hB5HlEVhBZQTzEPOIGvfCQMWS31AlJFC8bjeIN4+ZiOpAsjMGLw8FkXY1+YmxtiOUGOiIIp4ZZ5wH10DMrtKdsqBm6drJuyLoh64asGx63bkDnrxuS+GLGJnXDix2pxpRDx7FJ7dBU6akHrT0mlGGrmNWIc2mQpFJqCrAG3MlR9bCjdNYPWT9k/ZD1w2PWD/j89UMShcxGo5BfuyDwV+Uypq8b0Q/bfvGogkjr9DQEA0xzjJkTzDNpKOOUIIs9wRwiTdlAQ6QtZRWRVURWEVlFnH2Awg1Kgpy/kkgilZmYnERMOipFu/6ws1JXo7/14LUQyhmvIWTeOsaNE5YibbGmHtDRGcRDOS1l7ZC1Q9YOeQJxTN1Az183JFHMLI1i/taFN++K5z68webVJ6pBV6UqFu4Ub60ZBiX9GYNjkAIJ4+YzBpgbRLQU1DgKMfMa7TTCoJkjK4S6/Vl1g+MerjfS8k2Ajxnn8elzzs83zfl1NaOavJ9RwKIwNx/8zdfNN2+PqrkMhI4BJGG0RwAG9tXHlrVn16Qnjm7qwyViQvvwhqq89T7IfywKI2f74dkJAd1khW+znN6Wq8OzX/ZPfhnHav16Ng09Dz7W52Jb3+FEn0R8x471GRSPnO2T8ieflNxjdhJzzNOY45frYBqZ7dgRfqu6aHCK3971/v4wwYRwxgFiQCnFnfCeMeOst1ZTrjq3034jJzvPp7nP7tC9I5+KetN9bnNwCL2DnS6roXV7iP9cltX5H5X5GRDXvvbmHJAwhBYf/k/xa0BLU1K0D9CyPmiA6kDUmBiwonmwSYpF02yQt3yOT33mBksiOnka0flrGAC785Jer1WY1zUnbbeCViY1tmmFWt7Gi/cc9jxkWjtmmGWEGW6B0QJyBSy2UMCd2I23dWTpS28y6+5y3LO0Dt/krnInjyx3r671NqZUT79918n6iJ3NVVkGy8eUi6BxvbLtaVqb4iqew9U7sHgbfxCjerM19GVYQ/kY+OPSOYm55GjstNVXZl0uFiMHrW7agv4hq/Xl/vFpiBLmHPJM+UBiJpCgyBNJIZAaGzw4YLVu4270PXDk1MgBq+0djnuU6u6VPChjn++ON6sOcV+Ep/PXi/bowSi4veMsqmnm5noVcVqTd+9QtM2zz+Cgs08XFZ6EqfE0TO21M5cvyoNHh21DFVPe5uCwAzWHcWmx6u9Rl0ZpOJKRsteBE8Uj33CXm2OR4TN24iCzwWfNi/h5Ef8LDDH7wiyxEaCfYYicvNXqFk9C5DgZqqy9I80aKI+daJYU9Uw7Sh113rlg0hnroffcIYu1BAoD6FTn2Jo0cORZ9eehsI6w75wVVlZYedf5aIh/yGi3W+I9iXbjdIj3QZhbA7HxCLdeYQ/yXlNOLMScWSc1dAQII6Gn0DEiueX7kD9JXFvGfMZ8xnzGfJ6OnFn03S11VRJ9x9lQVz3X/aSuDYiVHsnompb1w+wUgswqgTB0lEIorOAOc4swFQIis6+oqhaynsp6KuuprKfOfDqCzx/xSQAd50PEv4r7FMZthpTfdCVjoG+Le6x3nihhrdbUQYgZxNhzbSBCHBHhENpnfdtIxn3GfcZ9xv2Z456cP+6TUDguhrj/a0XWAevfNZfHQF+V9Q9o4FpLhAS0gHosvdRGOqM49BI4AgaUr1rIiM+Iz4jPiD9zxNPzR3wS0cblEPEv1+P2/Gp9wJqvC/uhbEhCTwBxXjsFkdZQQEyR0gH0zkO4T/m6iYz5jPmM+Yz5M8c8O3/MJ0FwAgwxP5H3qEHZobRHI1X2juFhQFsKPdMCUCkRY94ZzX2w+qHQbh/8J0x6lPGf8Z/xn1MbHV8B8PNXAEmMpoBDBTBIZ9RgbDyTUa+wb+cToLSxlEiIOUWAMKhIXMzxnAqF9T7uT5K/KIM+gz6DPtv5x8a8OH/MJ8GeIg32/Dk0W/zmVPh+KeXf767UfG/+3k9sobREjknMiSOGa2EYJ9A7gBzlRHcBAM2PT5bQYlFlhatvEl2tZjHg+sjJLEbuMQA5Hgn2vFM+ojuH1NeJKSJw67DOqntF3b2n/XD5UDXA2s69d3GAFiaMxgDW+ELdWm2v164OwY/5YkKbkdSFU+aybuDZvaS0mHLwS977vntfr2jo3JcO7y8+4lskYawiDWPFDBQv1bJcqytVvA5DKSFBKFs1RTsaJNf6c3qMOALeKmO1xsIz6kS4pJCSzFBkd0RIGjgyFULLM+su1s6FL6YWMxdew9bN3s3X22BPzLbh4Y7Ehlvc6Vbh4CclxPPlzkzZmXhtqrLdF4+fP3Z3B446NVnFgspuic9X1M9XXKn1W7d9WB60Y2fc3zctG3P3bZ76i6dBEiEo0gjB767LIACuSl3XS8pj64JO/dU06F/ey32FglXgMcMaQ8KcZBYBxTwhkgqZeGr12ziZpdDeps5ucCpbYfQut2EBOyEJqtyFAxa0qa02BS5KXwk7BkU7AmoZDXbBOzVfKB1+GOY4ERR6HU2FYGEW6WD5dfnQWHhUcQBPx5+iGT3Nux97lLEaw+dJvsyXzbkkVE6koXJhchn12gBz6+r6PuV6V3uQ415xiqgV3sc/YkaNlkIRzJ0QDneQ6zVxMsa1KwbN3Y6aYeyGu9yVcewerJ0q8+p1JFwEV/LNfw2GzvvLeZjhhA+yKSCpeBaeblHGGMZNzL6q58tgBlVpcuoHLWJhnG+1ecmiiaSWH9ppVvhbXH7IHPx0DtYvfHzW1y8bPkP3mb9k9CHQRV4hmK76/HR1VcvpMFB43hb9Ph4rvF/eT/dFsVUUIsowEBoT6IwFGGhLRJgIom5JaL+VI9Nw13yy+L5bj69PDUAAiiNR8ZZ3OzYdP2bhv/vwv4WuvoxdLaKRELtaVF2tF/8v4gww2H/bds0/9NK8XXzYWxNXxbv5Jsx2Q0G5nofbBFrummsWYOM2QJVvNa6Nl+8jJP1wfTew2EUQhwY2ZexFaGsdt/wT1i7mb6scrCZeTNJFtknLnuUtgbwlcOTY4u2HlXu/nk9k4N4vHWqi17sax9RGY726W2RxB4Jfg7ye4anPEEwpNZIoNTyq1H4pr8MgCj8e02uzq6R0XLV1VfraDXLIuNPYO4Q0d4DRGHYMjHbMUmyG2q1rKCu4rOCygssK7uwUXBxu7sOYcktLRk6WCMy8WAe82djxUPGc8mbcSruhs9RuNNFuZFS7NedTjOq21a5sQrM1FfZ8syAmHjFMBLFIa2O580AI77X2mugRvdY0k7Va1mpZq2Wt9jg8uW6lFfBZagWWaAU6qhW+c5sAulGlYNuiCZ1Ql/dUgoQOWs4NVEggRrDgDAtAPLEAaYPYiEqoW8kaIWuErBGyRviMNAI5S43AE43AxucJl+W23F6s1eryw/hkIVbYlU9NGLpK/SRM2FoPDOVcA8kJ8NRojxwOswbLwjxibNLQNZXVRFYTWU1kNfEZqQl6lmpCJGqCj6qJP63ndlQ9XNQFE3ohlvYzsDIJcGAUFFJrgTUyXMXDvqzDitvkqK9+G1+kJoBZE2RNkDXBZ6oJ2FlqAplogjRn3w/Xy7cfip+W23XZvOlEG/hYuIucr1VBcq2nAJAlMCbd9lZZKLXkTDuMKaLYCIloNyNIGjgy/auWZ/P4LLM2QKw7j7r68Eci/y3udBP1WTMluK3H/92pH4Be9bOo+tn6qAa2NwdYr2PLLeeXLhBY7Q6QrH9ja2BE8KUnR34VRopzb58W2qnwJeIZk5HKAXHzePBkaLu8mv8jRgzkMO1M5mP5NT8qX6zs1XwKr+ZBZDuCXRgbQmkGqxdBrtfFX2Niib3D7kwsicL/+9h5d/3S/pqXcsY56hX12IRZjSe2Cm0lDDKFaTfF6bdxZCVXNT6Lv5sF5TW/UovZlbpQ/5gve7lGdgg6ir67201vCo2/jxwn6feve1z80vQ4mQK9buNE6pwnUXEMoVZnISnUeq2WFy7SsI4JidX76q5o+pAnJFnt3cuEJB3lzeg+N0feW3IcJRyH4xwfBKt0nB0PVtkv789XaNzDECDMVjAQnFpOsFCAS4qMBsaO0PwkwSqZ55nnmedfnuftZzQVuLUiQo9AESVBkwhNTCjmmwqGo3OKXdnUtKKu0M+cQzUCEikivUXaaUokJjG5FpA8/E2PzSzqZrIyysooK6OsjB5ucoEfAdOTmEGEx5k+2PtIqLS3A5IiPa3QP78IOcid9d44yJzlwlCigfMIe8sdoH2kp81kpGekZ6RnpJ8mbfntoE4eAdSTUDlExqH+Z/d+M470ZV0yBfRY3MM5ZVJYDDHUChLopPImmOoSMI6ltdU7HuA8NpJhnmGeYZ5h/nD2OX0EKE/i2xAdR/mLRXQznKC52RVOAb2p0XdZlTTu3EoiMIopPaxXhhrHAMJIO6jHmN60k7GesZ6xnrH+cFhnjwDrSZAaYhNYDx9f9bJZpLDdFU5iva7RwzpwwBhohWeeUQAc9UIhDST0CmtixrFet5OxnrGesZ6x/nBY548A60koARITq+nz5UUY0mOel81Sd1VhNumBOajVQzx0AngBpUCB7cQpHpMXIUu8ktJiBEcX17u2Tof55iarcrMdnP52Mszf4qY3ByNkzGfMZ8wfFfMvg0CeZW5VdCvOI5BwXh7k/LhnZo9OBzw0R+r1aG+E5ZAzxLVjxlLHgURIaQYkk8Rqf4D2p/bYzLzPvM+8zx6bj9tj85CiQo9AUSUxYBjcMCGxc3XDjKSuceOUJFTraykiAGbCOosUIx4YawnxkHGCIBZVMtfpOUloLCuprKSykspK6gEnJfgRsD6JE8PwMOvLtTuM+rrCTaQPtfrJUQ2TGEpgPWIICsyYhZ5zB4HxlAJ1CPShrcz5zPnM+cz5B+Q8eQScT8KwMDrI+YNbyA2ebt5J7lfsn/CJDVBCSI80o0QJrqnSCnrPmdeGmgPAP/m+cmZ+Zn5mfmb+jcynj4D5SZgW3g/TWhY/q2V19m7zgCnsl4u6bFUX1YzfL+gzHXGFmQAWQ+QRMkxRKYXTVkvlHUU9pqetnADly1nTfg3TMMo6oB4R3odu8/DJ6mpc979yh+TQTkRYnabwlxrG1dHOVY3JpHXxaObGCarF4tMa3MuyuF4unQnPrtYfCreooL455snNlZx/6WdNnkeWMJTECuFhrNCL64H1aK63PZDEC30vQ+5JsAuBk5pYDChXABurMRZUWaR53ygMvz6JDRjaDWbYehuU+LycNUP8ZAS51f3OBSXVZ+1bd8vi+WIx+2k5q7K3to9R/NYYTJtWl1dkCQ8UTBTtgkqNen9zFYfYutg9/eZZ8WPo4qJKolllx6zqxp9FUyuhUsyNeVXqeWCWj8mSbTAZvdpchlt9dS8nxd/enjgTcU0ch3HqOPxbuQzdq4zGt/vOZe+TstHMfoMKfXlWkjMnlVKOSkM8l1Rj4an0VAFhxU6eB80cWbDT9rts4qOidhTBvsP9bnOkBT/xpK43BIIcz6KhsN6bxVXmztMwFVuU65id9r36UE2ULsv3Js55KnHdSXJRLhdhTvis+NeYFbcZnuHXl3GuV02Mmi5UkhxnXpfqXZhXtUK9dsp+aBoJs66Vi0Jucu7bPAO8nxnguEicm9MZnshMjpIzKjCfgv3Aw6yH4XHnspEq/XyuEHPpOVcSIMmAAsZBZAmxwYSTLtnIGWkoQz9DP0M/Q//20L932qOzpH0SPILFFO2f67I3Je8BWDWF06yvauxlYwrzdQ0J8BYjoYzBAAscZu+KIiDQBOqrdjLpM+kz6TPpHzBn062Rj88R+TiJI8FyCvm/xeW2CeTP3jeFk8iva/SQTwhnEtOYQRVxKxGJ+fcAhJpzAAy0o8iv28nIz8jPyM/IP/8VHXKWwE/iMQiYAv7QbavHrQmPrbE6fe9cRySEFEWXXG0c0sJ5Fex+YpCyBqFx7J/GTyuDP4M/gz+v6hyT+PQsiZ9EZZA0KuPba63rUIzVZUJ6XV2+aq7WgE+u9XN9QIAs85QwoLRARjMY/uWkh1ZSSLp0TkkDR+Z43fKsanpWH0ocnWECYk/ianHb250Dw9MPHN2OZr8uCxUZtKmoFoBm4onS/XOdf1bv1Ozn8AqKzfZD+HV7znOQvOixVfqa6kO5/Gjf2mOeQ5mMszFHrUHx0FOrfmm7d/bFHudYoSNx9Cepo/938802qPX42at3lODD7oqqR90hZO/6nn+HJcxIiaTWyCuGIfPQMeMsBlCpLonEXiNHRknX+j2A5HY3uytGTuGw1f/Yt4JI8pPHSJHF/D+jpOw+yz5GhuVDjiSv4PuqYqZJ4kJO+i7k17r4YfFhL0vNtfbNtdbVs7nS3z1SmmMtJSAWOEawwlQDwqkUQEqh06MCm58f3dnzWs+qhvs+3G2VE3l83uWmt6GIOKkxEqaL9Vf+sEhnkdHOHzIgPO6mmibpdZwJLt374vs/VovS1vZJeOhNS6IOP2E2qkJf3qkKQLVsPiteq1UEU3QoX8yvwmTA1vXDSA0T09i9uVo8Kx7Qs9y1T7aoHmwMN6NVhsQZe0dfNnASz3KSepa/VGFM6CBWlwPzZbUr6psve9f3cmBRQ4SK2UQ00Z4jhaiMeW41BZ6p7vyJvUaODKKu9XswX253swF40L6/Oa2S2p7SfOl/7AiNSJ0uxrBvzISnCDZIuSiuyvDQtVGj6piV1oYJtW4wXgKuqhWhzTfFt4vrqopTi6fFi7hQtvvbK7NWW3NZ/OKKH9bOPazJk3zPEQLtlw7hsy9SjxY7P8YlujI+RFAp/7YMll5vCDW2XKjxtzgG2vCEKm5pOCD+/vo6GIFBxfz7Hs36y34Tot38NojsddWP2UDo3ny9h8X2NykNmi+2vLi7sz9OnP0J6xF0HX6p/hj6fq6akgm/z73i/kmbSHuigKcQM0GxtkxbzBjiVHHFgE442mvk6BytW09W6U8Vt32bWz288RYFoPnc7ernRIx2+NVmXk8BwxQPx6XmsqhXrKtF/WorJwy7IFraqfD6465B+xIicqviYmNc3Cd4vizm4eWZbaxVrtwyttvS973TcYV9k7cA8hbAve39DuTg7Dz5yZQtnHjyEz5G8ma8jKHc7IrGWd7aPSnMgw1sqNfC8zAZD/8wpYk1AAtHmZfADmHeDrZM80zzTPNM8/OgOTpLmiee+kSM0fyHstyO2+W+LRlneV3cQzlj1HovnWJOeciQQgqG/0ZDXUlrR+zyupFM8kzyTPJM8qMm+g6jcjs3C7cZX6fqFY4tUzUVzm1T7rbqCJ+jOiKJUylNnUp/dkUYoH4/HURMvhcuj54wlJb1tBDySDGFMSYYeucdUVxjzZQUSCPv6U4LpS0cWQW1Tcd9bnW9DuzZeXCeTBfd6Z53VUqnWHBvP/pfdh3ecxvtlFVD6aiCmvR+uzwvkTOVQmlOdU2ae1a8aj1M51ehnU2L9Xo5sKg+Y3RCrRquldG2qtC1sQmK0Lt1nZiqcWVdRwfWrLOyzrqX2cdQTM5tLYlO4T7xKKVwBPeDTYGWYeN7Av3SvmcYIxQYhbWjiighqfSYU6S05MRRTgbQP8mOQMZ+xn7Gfo4Yvkfwo7MEf+IPTNEI+F9ezhflplxdfhiB/yotHFUAXY3+VgLFyFuAZHhgp6GAgDlOIQFSC4eSXEDDdrIiyIogK4KsCB6r/Y/PUg0kjtwUj6iBH8rSjigAX18eRX8s6ztVWqKZQkZT65C1AfPACa2AwZRQaP0A+rGFjPuM+4z7jPvHintylrhP3OgpGcH9z6p4odZbN4L8hZqZpmgU+215f7/ZY4g4kYxLg7WiyBAIhVRMi+hdLwfob1vJ+M/4z/jP+H+s+KdniX+W4J+OW/vb0dX+cU+jfmk/nQTyBhHohKNaOmq95FQYggkRDknAx2z+bV7tz9jP2M/Yf7zYZ2eJ/ST0i6ahX3927zfdWY2v2t2RFv7LUDy7aopnu82TWgWMFfZDwKBHBlLAtNI6uvkQKgmAHlBokU2Ofhtr6ch6YOwWJ4mlvflGN53bdB/E3/vkNVo3xTu1npfXm2KhAvVidGw8n2lzvYpp34pNFFCzy+tWg/xp8ePrX36mFbf/Fn5zrV1RfatnxZ9ibH4lyTFLSMDWRRH+HN9PC86vHjRKdl2F7o4fAtcvG7oe1mG/X3RQ/jDAlCRhSTQNS/pLfFffx/EzwpgwShYzVxXuE2ZYtHdcsDSOYcwcYSJwRhIsuJHRwGRGgM6fZNjOkekyvMFJ2HLTbc7hRLjht26D8oP9ZOeb8Mo+xOyPi6J+kBY9VdC1CuQJ1kHxNhhR+nodbBUdBvjFurwOeKmAU1uezagOjWwvr6/0Us0XxWUZnr2h0rN82lstkUloCU1DS36oT8UbOnc1x+XtO3f1L/ddeYkzjjjuicXQWAkw54ahoPKtdIh2G/r9No4sgW3jYRKxau5wSkm87e3OYXbXfuswBVs1HzzM6urpVeix2h3DnQioqg5xrE553QWDxGfdTXmiVq9OhHUxsmQb/homPdpt38f5zy51xq/hZ3W6g+JNL0VlmAfUSQ+KK/W2ShAU5pnN2d9hGAcZD7bEVzn74GeTvocmZxPQ9GyCV2FqXJH816gHEhJtmoKyuV6DqHe1v8esPPKQe+EtI+GPQlqjsRHWIiwI7dabek0cGUNt27Oq8Zm5XAdJu1KblhGnYNGd7nkrIFV2w6mQ9G+bOj90/8O3YAqwWa3LqzKeErtyZh7KGwOhXTEqwzcIhKqf+mkE0X/EFNRNup9NeRV+uSzffyh2LyK0NF/Pt2lU27FnH3dNFBZ7OEaV7voQJ69CWeZI4q7OegmQ1VqH8ZMouTQNclWYauv9hexhjf5UAxopqcXMYhl9VxQgxnvrOcUeadUtZQzbOXaK5OQGJ81KePONbk4IdvrpRvrZq6Xq8CAxknW3Yt12vV1Vrs6JXiwCTsKzXFVLjkV1/FhztPT1Zr4Mz/as+PZ6vrA9YGziYdLx1PeJBFG7r/Qsr0jnFen7WJFORv+5xRuxWy0Z0cQJnaEJnP9SHxmxF3ea8qk+VGI0BHWiWp/uDBnmNTUMA+Yx185o6CjlHJtgrY7TPWksIz4jPiM+I/7+EY8eAeITB3OGJxD/w3wd5nCvzDqM5AnG+1hltmmrTEI+rdePPDKeAx1XB4LpjkxAu1OUCooQppxaNUr5tLWM+Yz5jPmM+fvHPH4EmE8cyxmZwPz+ceMpmUZPGx9U6BFdG6EZNt5wLwwmkGNNvKUaCOQNoONEP8VZ4xnlGeUZ5Rnlt0A5eQQoT5zEGZ1A+Su3fjc3bjNB801XPAn0tk7/CCBGIYKWeUG80lZApJBmCGrOhIPAjTK9bSljPWM9Yz1j/f6xTh8B1hMncMYmsF7/eYrqelc6CfWmSj/xF8BOemckkxhwBKE0wgsbjHcmgSF2lOlNQxnpGekZ6Rnp94909giQnnjcMz6B9Dhywp2mmG664kmot3X2kroYA4SnlhkJrDbeAgqQtipwCbLqUNAh1duWMtYz1jPWM9bvH+v8EWA9CdtgYmrLdD9Sv7dtORqtP6zRj+RgRlHlgHXcWK2RUVBiEqx0B6CzydGnw3YyzjPOM84zzu8f5+L8cc6S2BeWxr78MN9GMaxOU09j8OrLs+pc+CRPSBOKN1baz7xCnILAMmGZUhZaz5DG2hnPYfRY7+JiR5s6dmBeeo8TRsHceJ+7Bsee4oin9IN3oXg1tdy6ioerYu5szYxdxErzcEUl5LYFYJJVpc67cr2O478NmAmy3OyLFDF+P2BwXtZU3yyce1ts12q5qeXiqxwvW0tqcvYNT8++eVUaExlkLstykQapVddnm/Z6E6SWXu2JppSAaSLirpb3jAPJfbjkwv8RZC2BXZBa2sSxg9TqtitJOWGM7E23uSkU7T4sq+a73lUee8PhkUtlTo9xOpwkwWo8DVb75TraWN+qZZpZ+SpenOlwcaj0R8r6XIGOS0a59jDm1EdeQEgUAEoLB5zuVP5IQ0emy8gdToKXG+9zqzw71XTupJl2dp/6LoBJfnU7umzK5cXmaZj06eur+hjI6jtuMlo+U7QkgVMc9XLt7HL47QVMJekIe4FSe9f7O7dcCCCN9xpBzQyx2FOlFLLKaSixTVLs9Bo5en6dXuunzbFz861uF0SPT55pp/el74KX5Ke3w4udby7d5rOePfwY14jK4kXMWuYKVXw3v5gHsavf7eu4krSu1kf+Ft9LPBRh3qXD/Pvr6225nqvFv+9Jdn+ZaWKcN78NIzi8+9m2nJmqDzM1s3Uf6pG4rfpQjcT4baozEuauTS365us9irTNDqTn2Wp5cSvEJIE7PA3ceTFfuqsqF9wgmZdpi/ZTee0X9HcSKXbcGq2ZZpQpxzUxElqMMRVSYLGjzH4rR8bMfvPHTgw72f5dp0LHXpv4tlwEQ8P9sd00mV13PU3kPM3YUyfsqZ/ivhP2PIJlhCQWgqexEPi77pTvF9e65z2L7Wx3UrlpymrZGZTsCY8OKlpBgaQXPmprqTgTxmLLNDbdge6DZo4sPYP2TyRFN97n4RcW4ibNVUyweVGET151sjuBvREjo2LCrJhmy31ws/bk9Trl1i6V8r0mynwEgpW4MPLUhfGXMISMWg+SBFw110dTA/QK+2avI0YJb5CADgFEocbeewWlJRx415m9vSaOPZHu2o5/WOy83DuVf5yJ9E33OYeFuuQDV53cxR90e5/VzuhFlXR2mJO8ebZitY6DzFQJ7C7LzSqaV3knM+9k3stO5uQgPrfkLXyKv4m/Iedj/B2k3trRZTzv1l5xn8LYiXAREW6FkcxTIrQBFFKPCSDYDyl8koxbmcOZw5nDXyqH0VlyOHEQ5GKMw/uR9ju4jIbZ90v7WVOw0tIJCSl1HlGCBAI4wBcDHSacHA0hfIoA+8zgzODM4C+VwfgcGcwTrz4uR23hIOOLSs7HzOGkcMIibmv0l/uwEYoTRwlAREgPlaAKGIGFBM7DMaO4bSczOTM5Mzkz+ShMJmfJ5MR/U4AxJo+kLdnxZSpnyaBCD8hCMKmBwMQSRqQ1BiMEtbOMSgEEYEMgnyhbSeZx5nHm8ZfKY3qWPE4cYAUc43H4FNtyPYpjuysap3FT3g9hNNJSrmKSV0SIpp47DDSwghtBkJdDGDetZBZnFmcWZxYfhcXsLFmceAwLNMbiv7iNU2tzOQbjdVc2TuO2wt4JwE4QJaE3QgtLkWSOQ+poPESHMwuGOG6byTzOPM48/px4vHMIfggi87MkcuJgLfAYkX+7/FC8uCzLjRtj8vvLD6YtHIfyrkaPyswqy6BhHEHErZMOUyGIUYpQS6QaofKunYzljOWM5WwmHwXK4iyhnPjuCzIG5Saf3hiRza5onMdNeX/9WGqDqbJCO82QgkQaglD4kwssrrMQ7NG4aSWzOLM4sziz+CgslmfJ4uQgAkHHWDxIgrejy3gGvL3ivmeF8Qw7ijDW2DIMgHTUuZjaNMZ/cD0E8Uly32UOZw5nDn+xYR/gLEGcxH2INO7jRcxqNIi6M9XV0Zi7pKhvBUMoqVGWa4c9hQIoxLjGxDhhvGSdF0XSwLGjv+uW/6OcB2lp/lIlBm3GwdGjwW97v3MAcfOh/zV2dsev2zHYKF9xV88DS8pM3Uzde6FuOmLPLb5OTHE2iesQYsjZQXRdg43x2LpeYY+2wa61QlktLVYOIsjCXwjHVJlgAWsE9ml7kri6zNvM28zbL4W36Bx5K5IYDiGHvH15OV+Um3J1+WHI3FVaNsbdrkKPvZxpaowKZq4S3FvgpYRacMeV49Agvs/erpnM38zfzN/M34/iLz5L/ibxGhIM+ftCrbduiF7TXB6jblXWAy7hAEFirUXGGSooQ9JrLhXwVgJhB0sLVQuZtZm1mbWZtR/FWnKWrE1iMSQcsrZOcTqE7ba9PkbburAfguFsgICQzEikuPaaEQwFwIZLJ4gY4LZuIvM28zbzNvP2o3hLz5K3SbyFREPe/jBf2uLfNkPg+lBwvZkAbl3YP/uBWcwFIRxbrxjRxkkHHYEASijlcEGhbiIDNwM3AzcD96OAy84SuEk4hcQjwN33FWt5OOop1ivsh08AxA2iTnBFvePeCo7CH6EBknEJ6YC3p/ASy7zNvM28/VJ4y8+St4l3rux5586X8yu1KF6259ul/rl12WyVlPU9dPcr9I82FVhLrjGAlnoPNOQBu4yrmN9BYd+xd9DMsb1099s/FXhvvtE5nFA9+OR7uK3eZxS77qih+jChdtSG31aDubBuq+aLYhXGXz5iOuP33oKJR5h1Vi5j8lZHTYvkgAzJDjG5+KXq9QEyz66aGof5XFfrW8iCE8eMM5gxzDjwCEglrFDEI6Yhm6Z03dgXxGqYWZ1ZnVl9dFbf5G4Gz4DVibOvTJ19ny8vwu/2gypUdXU0qCIp6m/FeQcMYQJZiDB0DksotJOOeKODJd2tDCcNHJm9Tcv6ejOPJ9ifirw33eahD9iL3G0+67dNH3eHR+4tTLjyym3Xc/O0OzGsXLpZhGwfxzWDa05nEmcS3/uixd6APjOLuY5iGFm3kInTr5RD7g6CLBq4jAdZ9Ar7xxdJwhAD0BJnTTB/vRdSWsc8Y8waMqDvSYIsMn8zfzN/v1T+orPkb+f0iwEY8vfP7v1mSN9lfXWMvbGoR16NIYWAcoadlRBBYjTyQBmIGKQcyX3yxgYydzN3M3czd4/CXXyW3EUJd+GQuyNHYzR4mToYY694L8wNUEahgURwBxUzGAUzmAMAuY7Heu4z+ESHYmQOZw5nDn+pHCZnyWGccBiNcPjamPpx9jG8KxilcF3adw2OUcaSE0WQM14AB51hPkYce6MIBgMI121kBmcGZwZnBh+FwfQsGUwSBuMhgwe+wg1cxn2Fe4X905OdJU4p5LkQGFOolTRSEu6d85Bitw/gk/gKZ/5m/mb+fqn8ZWfJX5rwlwz52w6VfSe1hjHtuBv1UBur008IYa3hhELqrRfEB/sYQe5IQDVX3CS5JsdaymzObM5szp5qR6Izf0A/tWk6d5EdGKYrFH9x2/LaXBbfuvDCw/hd2uK57xvKTZUdlJu/99NPCiFJXISASluhCRFGWEyxhjpG1HUAbn58ZOau61ZnunqKmYpPMKt/dSTcHrjDOXgAt5+xkZXA1Qo/bu2d2QZ4fYjsCm8tDsg6LG51WW7LTaG77149U9E86Hx5cXeq3iiHI9L35O//9SYM4u3lmyffvAmv7V1dtXnR9XsO4hLA8aaCzFTxs9Xl6s2Tp2+eLNWVq9pqhnQ1nIvn1v66rMqDVFXFzfAKrcZ/RtD7ph14s27kxYuNfNW33VQNPPnvf39yO4TsMAFOZ7CNAoAnAEinx6/dbtgkMr8NV7vhXct9cq0/I5bCIY0Y8QAoCCGzCAogDFOUYMjQTvaTBo4s/3XLl+V7E7Rsc4tjG1wH7/HwMbJB5KuioDDrvkVr6XrRWE6bhXNvg80UN+RCgXl7vdoU3qnt9dpVEQJXZRmq7ewv5yM47ocAt9e/DyY8MhGeNC7ypVNvh96Fq3B1wrcwKer7t3AEtWUQOem1oVAgAoWy2FtuQRCmnQwlDRxZhqqWw0temg+nmrMcusU5zFeqz/m86t/EXKWJB3paLOJtdtOUdZ6B5BnIvawOJUP03Lyz0Tg9o0dgR0+2T8/nOnzTfXiq5uKQnVVJ3y3FMaEhgMhrgIkEllDDfUxNZ8LsA8o+OqvfZ3JmcmZyZnKei1/1JDkTv2rI98k5loyj4sRkJo5+aT/AG0phoRBUK+kkRQgajB0BxEfDVJs+RU+VgyOTNJM0k/RxkxSfJUkTT2ko9kk68A2pIDHuGZIU9SOzbZiUMyF5mLVrrDiQGgtgRWAC8pzpPkBP4hWS6Znpmen5uOlJzpKeiW8dSuP7uoQzv7lF+E7pyR5pypy2rE/S/Qp9R2eOMdOCC+qI4hpxr4zykBLuAGGkizYZNHPsXENlKF8OMwAdK8PQRPN33VU8Nk2fF3XPitUwqVC1peBVhGxoLvCoUBGqNReqrcTClItyHfBWhDuGR890zXS9n5OZ60F70qRvP8YBUsYt5TDQv1urOPJNuOWqKH3xIg78WPy3+B1edam2iu+uy0AEV3xf7a0Vf399vS3Xc7X49z1k90fbBJ+a3wY+XZbvZ9sy7kbP1Mw2vQk8Wc1KP6vEMBbHPf9ZZa7F3sSadW9m9U7fm6/3FEV7gzdf1290tnujs8auerZaXhxWJ3hKnSSuggiOqpPBqvDu7uNLw/3ivmuKxYpwRLwlFFtHMcTGacYkM9DqZHt6r5GsRrIayWokq5GPzUeX1cip1Uji04jQ+KykXAeJeF1dH52ZxPLZtimfmp10lXqKxWhNDXOCU2OgR1QThqP/uTRKO4/E2Aylayqrl6xesnrJ6mVKveCsXh5YvSQeswgfUC+NgBxQMGZX46CKaar1Zy9GcAwhRMJwLon3ijkHuFOAEQEEmlQyrchlNZPVTFYzWc1MqBmS1cwDqxmRqBkyqmaiaISWN6MaxnSFE8qlrdF3OLcC+vC4ygqsmURQeO4E5oQLgIWjI3qlbSerlKxSskrJKmVKpdCsUh5WpcDE4R6lDvfPV6vi1fbaju7Xh8JZXTj7bXzDflij7wFlHPDYUIIg0SAeF4SV1M54SyXHoHMhHbZz7BQM4Qab+gbHVSbDhu96VNvJ1MguY0J4Y5sWJN1RmWV7vY7+vSr1PMI6DAjr3rlFuYrwCRpIXWVVklXJ/SS62dHo3CKZyG1O+8Ew8c5HfByzIxl4E/q9msjCO1Jlb0vbc84Z4jH5o7TIS2eVYlqQcIkqOUbaVyfKxvuAqMUZtRm1GbWfilr0CFCbuO8jMY7afZehhH3Px3yG9sv7OS28CDS1BkJmGJKBt9oK6QNtA2EVcmOEfX4Cr6FsyWa8Zrw+arziR4DXJH85kuN4HVmETtj3YmIVeqTKHme1tiie5yMFthgSj1GwYAGwWsaI1DHOvjjNOnRGbUZtRu2jRi15BKhNQqlwGkr14lrHhKnNNk9CWRMKZiopqAHbv9x3TATYWmyCtQoID7arYTb8x2pGvALOdHt7/TaOzNN+4ydKynb4Jg+dlW3H2SYjW7VRsXV/bAu3cFHaNk+L+ATD7b1Aivnb+fKiMGE4ReqpihtF/V5yXrZmoyPxAMapB/C3Fbb2jtuuWDZ62nZX0pMjHCZ73FOskdFUGUaIgoxITbjBHPHurJXu90eWobrh45ojvTbvaomcIndp/bEORmtP5IOuZCO04DbRSJmHenXOw82z4t82Si/qvKbhYczbxYcgaZtteTX/RyzI9kq2V+7FXukN7nPb56C3M1kSR1iMB5QdpL+sATOe/zIt608ELVcYWW2MBtr6eKo2MR4p65WkQKE91p4kA+b90xZm2mbaZtreG23RI6Bt4g+KyYC2w2CDmjATIQa9wh5wgYbIYw0FVtgIBJjDMc2GsMhKDJOMw70mMnEzcTNxM3FvTVz8CIibZHfHdEhctS4DZRZD5HYFY8xtSnvQdURVQcOWGi8hoRhQTpUUyGLrDST70G3ayNTN1M3UfczUTVhxX+Ql509elDiqYzZC3jBKr0ds3d31Ue5WhXue6cYgILTECHlKMLXAE+8ZCSSWVukBdqsmMnUzdTN1s617a+LSR0DcxGcd8wFx/7Se2wFuL+qLI6yNJf0dM6OJJtAiKZHTCkAkEdTCa24ks0rtgTb+PlM2UzZTNlP21pRlj4Cyibs6FgPK/jUyrh4zA9hW/KtH3zhzkwr9pQVuoCVIIyig5AR67DgyECNqlaPO7qE3aSYTOBM4EzgT+NYE5o+AwIlHO5YDAg8O/KgBM37iR1rWR64VnilKCec0WLvGUSqUR554ZE34+x5yT3LmR6Ztpm2m7edMW/EIaJs4tRMwoO3PUfR1+ceAt4uuYIS4beneDpoGiGoMgIZKeAK5BcRpASDEXpl9P7G2jUzdTN1M3cdM3SZO4f64K2/gLjwD7iYHaZD0II0/q+312jXvO8Husro+273Lmrq9q33aOg8VoYI4Aw3WwiBmMKDGKEKcAF0kUa+JI8O2adv9sVqUa7fe3eQo1B1v/KEDhyJ+m2/4fdOzVnhetxwOz7Kp+PPdPPBzXYlTxOpLFf5sFm0etE3Mozb7dbm5n6ChJ3//rzdhLG8v3zz55k14Ze+akKxV06tNTKQW2PGm4sx44bPV5erNk6dvwqi6clU77TNt2uRu4Zl+XVZ1gnBVVZoBFdqN/4zw90071GbdWIsXGzGrb72pGnjy30/Hn2Ix/88owlUfxh5kWD58luRz3dPDxAR4pwvjarL1fVfloQymwQ+uGrhhIJab7W7UXqpt8dNVDCeOw/Yvlfv+5mg5+nxzz9kq3HMHiMmUe33gjeTZGws2Q0mwGUmDzZ6vt8WfYu31hwS1YcTOLnZXa9Am1/rJWIWhQFLlgvXMMeaOOaqREhRSxy3rso0kDRw7+r1r+UShmgfucLO1i55VJ3zca6DmIho3T4sLV1657TrYCm3QZoXZefhtGM3bGKR5pTZvkxjOzyM88+W6vApWdZ1n85coy39xJpqhrTnapN180Wai/THMi1sMHEuwV3Un6vSaV1G411UndhZ0k22zTYc7i5PzWZ0T9wAAgsjOGpGdvbo1BUYMsMRZn6TO+uEd7Yz0YYRUWjr7cTRQaqTK3rkAnFvHOdHCUyK4gYgzE0/KxNaIJNnmSEPHDvRO7xAKw5j+cOS58aFbPHQi52ir9T73i7p/caJczRzdutLyARjrMAuu6wSFWaXU6P2w0vG2nYk+K15dlu9NnGxWVc31Ok5Cwky0/I9o1z0N89M6pV/FoyY7d7hNmG9dNYk8ooRuFs69LbZrtdzUwv5VnmPnOfZ9rGyOScW5hcCyKWsvCQogdJLs/RTKfdaOZFAeVOgx3RsdEw4AA7hVFnFgkeLGeUIw1M6LCaYfP39yJnomeiZ6XjX9eKajc2Q6TsINCJti+stGGqe4npRPs72t1A+5NYJwyLHBHEvPJefCGmSAN5ID4sg439umMuMz4zPjM+PPxGrHZ0n4JLyB8EmrvVqB/zBpuO+KD9judZ0e3jkVVkEEDNHMUAYYk8grD5QiWCnDJsz3uqVM90z3TPdM9zOhOzlLuidhFURM0X3kyJUecKcOXRmt1F9zV5ZqQaCBVkgnubXaS46M0BAqbSfs9xMdvJIJnwmfCZ8J/7GEv2uw8j/mS+v+CC8Egjf3hPskhoPIKdyPnEvQw+/UyQSjlfa9MrDBBBCmtYROa0SwI1Yxwgm1VfT0CO5PdDpBxn3GfcZ9xv3H4p6dpUGfxI3Q3mEI8YPXudc2xfftS04RX1eYxQqztELN+PHi/moNYJBT7iES3jIUw0oQ55BapTnWPDHmR9s6Nt6bm5h4E+3CSHMz5cOIqRyajgX4gzc5h1Tw49+9Fbcq8uRi7dR2B7fSV9K/KlfXCxWks3qo4p+K6rEaz+djuuNVL+oObs91h+qXPOIvPCgeugt/Wz/S8/aBHr+n8Iv4BWMIUPFT9KGsuVF824zHpZ3Vz/rTVYwraj79kQ/zNlUXws1m864LO5EIXag/yTx24WZ34gna1GS4o0chTkI6aBrSEezQ4vv1OqigV3HAFq/jZ06IGMpnVfmsKp+15TUQR0t7PGQEImUNdwYgKhDDSDgCHKVIQeJg54M82tSRcRjv4ap7xOCyI+Gv3+ijwF1q2r5XH6L0XKm3ja1aPUtRRd9dRURop8Lvgw34efgf79GiiALwMj5sFUvw2zyYusH2Cd9wGziy2TplozZ4ER2V/xas47/Og3lVHjHGYA8dszic6tE5CYZxqbtlvAFOjl2g6bELPwdARa/z6mX8WGvulgKLuqzqWKvVe9PeQYUeBGyQeoapUQoBq7hzQmGlmeBeMMq830Fg0MyRAdBrX1/PF8eL+Bpr+jbxXuKEMOh90srMGQTW7uJv6/nmNvxCrW0bWBslpXqWqFbr+KOoVJtnrSERpy8VOPT1Zr50m9q9Pk6WTxl1WyvzZoDHvmwvI9jap2kQsZuOBgSVoeMRfMGgWoeZd1ERI8zR6kctNpflemtKGx5oXV5VNQP3yjgbj4k7PxS1hNrqoZ8Vzxeb8mk8UesqRiWHNuY+1Ks4G/qxdM4628yNN91b3nwTbj8QtGB5JZerl/qiOZ/ruWlmknGZYO+ndbaRN0+eBeDPzduqy/Vo3QzvXDUQLi2LizI2/CbI2ofwBmf/0pwBtmluEj5B1VI9dY3sq1/aryu3UyG/NK9O7RZE6jq97r2s3nJT9YahkGff/dl3+iLPzbWZTymWJGiFkinF0oTxbaaUi+/KpxVMW6lvaQabUhuOVEyZA4GEQjEiGLNSay4NHFcybVOfmaKBWdFkRZMVTVY0n6Zo8FkqmiSGhtIpRTPM8t4D50Sy97E6/UNwqYYAOkUJh44TIJXjgVdKWEK9NhNTmdOkfs9KJiuZrGSyknnkSoaco5IhSVAPZZNKZnBsXh/746fnjdXp57snVglAuWJaY8a5kcp66aHw3jDjwYSSOclZelnJZCWTlUxWMo9cyaCzVDJJXBHlU0rmdUwHdFUu437RlKbZ9utMq5u0Yv+kbIFZPK0VQmMphJQgZAXzgAgJjPYTy2dpc3mvJiuerHiy4smK52xO75pUPEnIExWHltC6gX1oJS16MCjT85WcWlDrqvbVj/WaUKYR94o7zTQkkFrhBQh6yScpYQ80mBVQVkBZAWUFlBXQ2bjoTyqgJAiLymkvtMVq2gutKjvkhRa+R2/rRlGACIZeau4ZItJKqcMVRqxD1vIpL7TFKiuWrFiyYsmKJSuWszmvbVKxJLFfDEx6oe0f1Nb3CRs9r22kSv80eMWUN5hDqy0DRkPIvVDAUwukU0ZO+J+d4vS2rGCygskKJiuYR65gxFkqmCSSjsEpBZOMiiktU4nn7KqpMq1qknr9FTNmqAEEA02YtcQxxwSBTDKihKHEjuubpLWsdLLSyUonK52sdM7mfL5JpZMEbXLUy1m0XpXrOAZHToNpiiaPgumX93NKEx+A6LCASEEmoAdAaSGpAI5a2DszoN/K0fMTtc03n//Yx0dN3+BmTzRYXTppJPfu877unZNqyjBAakAEiISnigclJXpll3Op1h67rEQvA4d9uZgHvC7d+83TcOt5PHrqaWCZunraJiJ62kht05mnhduaZzE1wLq6/yaeXHUZZSgKuAtv6UPQfVWqna+OnRTjmBlt2nc5fTjngwbWySnhTwLrOB4V/t/cIkiOK14FReqWoxBoqsx2VSZg0K/XhwJFyjspnBdQeh4+JSDQam01J5JhOQKFfmsZDhkO9waHqdw52w8r9349n0ids186zJzzelfjmHlzxnp1h8w5t+QbOku+JfFcnIzy7bnuh3J1gGlLJmhWFfcTdGlPvfDMEmMwgMw4JRgS0oRptKOajUCsaiSzK7Pr8Ro2+BwFnyYxNpyOCv7uu44Kf1o6AYBdlX6uAIgM0pYL4oP4QyyRtWGeQ4jCBhuPRyCwayiDIIPg8YKAnCUIkjgIzkZB8OJSrcctgLZkAgBVcU/4iUXcSo01Mt4YxylwFDGlvMYIKelHhL9qJAt+FvzHK/j0LAU/8UPnfFTw/xw+5qjcNwUTYh9L+2nXNaPOUq6AJVZzSa3QHAsPlEQeWT4i9bGNLPRZ6B+v0LOzFPrE95eL8c2M+Xpep7Mcbma0RVObGVV5T/QhZsZDJSEDxAkogZBOY8qxYg4CoMY2M6pWsvBn4X+8ws/PUvgT/0wuR4V/It65E87XB4Kdx2v1LQHIlTNAeWswdJhjKo1XBLC4AMCwGcHB69OFOWcofLlQOMEx2jdjQZwlFhKvOgFGsfBqW67dKA/akgkQVMX95b8wcDUkDAFrDcOEY8Yhc8BYb4NlAEcIUDWSRT+L/uO1B+RZCj5LBB+OC/71KvxpfPGvK5sS/rpCT/wlQQRJpLgAnBnHhIkHKlPBNWLGKjsm/nUzGQAZAI/YuwmcJQES30aBJmYE6mpiJlAVTM4A1FV/5T+IuSNMaqqAQpRQhqjBnlnuPdbSjVr+6ipLfZb6Ryz1Z+nUSBOnRjHu1PjKxfHgbPGyOTWzeF3VGbUDmrqztu6srTtlF4z/oO/v6Cw2BHoKHdOeABLsBAe5jNmehXF6zE4YbzYTJBPkERPkLN0GaeI2KMjtCHI7dtyBGv19BiCZ4cJSDwD3WAKAkFAESEQhdcjdhheZFJkUj3l1EZ6lpyFLPA3FuKfhi/pLjrsY7cqmnIzqCv1FRuAdVhhCKGmwHqxW2FGgLVRaCpqeBLzfTGZAZsAjthbO0sWQJS6Ggk2sMvzRnCE/sdbwx3bWFk+uOLR1+guOWDOhNcKWUW8hQEIzTT2zUGpBNR1dd2hbyjTINHjENDhLv0OW+B2Kcb/DX0o9X7ji+Wo1SoO6eFYXT9Cgq9OjgaMSYSYtwlg7xTgmAFulIDXMESnG3JG6ljINMg0eMQ3O0iGRJQ6JYtwh8UX94SamB13h1PygqdG3CqBykgihKdEcIOBF+Lv12ltmKMNjHGjbyRTIFHjEFDhLz0SWeCaKcc/EQdrITjJ/GM0ZuV/eT+AFoPUSKI8A9oBBSQxUUHBCLZeCjXkh/XCKbJFZ+rP036f0n6UDIkscEOWEA6JZhyFRvC7D/8YnBXWN2etyVteY2kVIq/VzyFomfJgF0IAFqQihjjkNKLXeuWAojJkEvcYyGTIZHjEZztJDkXX+SWGinpDh2/V1qFz84pbXCQ10dXV2VV/tESAp2ku2phE0XDmHCJdcYoyZk4wgDCxzuAtITho4sqQ3LZ9IzCdaH8g4Gso4SmScnUDGm4+47Ql4m8lzXWfuVMX1cv6f164ITYdHLLaXaltstvPwUYuYXibKZrGqN3CLfyrC47+bm4CC+q1v6kZseKiaGUG6nS22a7Xc1CO5CEO9COM9tHi9UOvFh2IeuriOMSfLi2fnK9PNu2sEegfJU+RV+7F8H8n6osoTGj5Iq/XW84vwmcLrrHL0BFksXjVvOcIxZs78MeZFq5Jm/v319bZcz9Xi3/cw0clJTNg0ISvNb4OsXJbv45lTdc7SmZpt6r5s277MVOxLkNLZpu7LLPRlFvoyu4yp0OLAevP1Hpra5t98Xb/UWfNSn63qMMhJbNXBCnvYClc2vy8jA4IaqiEmEoiRIcR+rEfGHsSa8TIGsVjUn81ggpQFEFCiJdfKhDkM8GGC4xCnGpN9iMUGMsQyxO4x85u+1nrhroIlcjmW+m1QPMz99m1V5ZdY5ZjJ3xr5re+6uXvqt9uDGGUQPzCIZQJiOgTxfqa7hjpqLM1dWrbHYgeNRQ4zIxUX2ECJkbfKO+QIGbJYnSDBXYZxhnGG8UEY4wzjh4UxBwmM2YhVHDCwqFAwNI2TolH7uC3vpx7gXlCEbEw2ihlhnGGsLdaQeOKwkwMjuW0lwznD+fFM90kG2wODDSZg40OwjcRDNEK7moiB2Cvuxz0owpCTEHMMCAq2plHUMoStFU4owveptjpNrEOGWobaCaFGM9QeGGoogZoYQu1VM2aHUNt0JWNQa4v7p0Vr5zR0XFGDBEEaUuodxMpobiCjdh9qbSMZahlqJwnVyhPpSTSzjOYHRjNO0CyHaI5H7o2ua5pdwRiYm9IelzHUzCpvNbJeUyIgRYxix4D1VGFt9rnctJGxnLGcsXy/WOYZyw+M5c6lmUAwxPLAn7kBjx91Zu4V9h2YOKXSA0M5cWHWL2mAMwGWI6M1gEMmn+TQ+4zkPP0/4fRfZJg9MMxYArNenrjLINqXIwfgVtenTr9NC/sTf0iQkBByBx3S0jkOmddSQsI0ciA5Gypt4tie13Xb+7iZWbV+eyzf6wO3uI339amx1nzWfdFsXbDD31z426Y9T7oVlsuyhc/SbQPS3MYtjYuO2pUzdv3Uz4rn79R8oYJ9VajYXrXJVp3RHR+/aB7+jME18XbO7ExbjCacqnniVA3xUJj/bRW+cPRx//7dflaWeti2FWa7CmPivVdr7zRbphBz3lrlJJIce+eIc9R4xamvzKWenO+19ZkLPMoCf3bpl24t8ujcRH5EmycOyZAMATA48bUevOPHvSZlPREXzkOMPfaMhekJwwJgTJTADnHnrNb7In6Sg16zJs+a/Dhijc9SkycOrZAOBfml2oR5wYgG7wrGhLkp7R/dDKmzBgiMg4bGmiNMgRZGcuIF85Lsi3PTRhboLNDnKdDkHAVaJE6RkI0I9GW5LYs/xZ+tP4yIdSyedcWjwp3W6Ym4lUQAoSSHRBpLLdYYU6KQIEB6n57SONJSFvQs6Ocp6PQsBT1xEoR8KOgvyqur6+V8OyLkadGYgO/K+9kNECGOKWa5YhLGXVvlkOWAMwoxUAPh3rWSBTsL9nkKNjtLwU4c5aAYCvYrt74Ko2Qg1bvrYyJdF/an195ZLwXWllLvPfBcQWbDTFtxR2sXvZ48101kYc7CfJ7CzM9SmBPXKijHtPQwM2GrPifSEvaL+4viGgbdzITjNIxESoS3UjiCq5OSgARDFX2ahIRZqLNQH0eoxVkKdeKYg8BQqIeJBuvROpFlMC3sW9ySUxbk2GJriHQEOausItgxLLHmgwXw0+QXzMKchfk4wizPUpgTxxQ04pjyc/U9ptxTqtLDTipplb4BDg0AnmiKjKcUQWKdhNJhDzFE0Jt98U4buichb6KXTyrlbRz2ncRcZjF/GDGvxeHcHVfwlLAnjisITwn7je4rtSTezolltG4/kzjDisgAAgco5cpQj51j0CLKPNVWjXPgYRxaHg4IKAPhTF1abo0EdG5IGDq2iMSxBZEpQEy4t9SCecjJJanR3zgjzAgnHPMCxNNKndWUeGgqu587No6A+3R4yZZAtgQ+UuzxWVoCieMLolOCPun+UgvgYSeYXp2+K4wx2DrDIKXMISShZR4LA52iTookZfBYS1ngs8Cft8CTcxR4mTjGIDYp8IfdYxpBvIWTzEjNvtHvwiwfAMillpoDoAGgTAbD3yjKJUATCHgAh5kMggyCjwQBPUsQJI4ziE+B4ID7TC2KNznR7NXqp9wi3hhgCbZCSm8lg5Bpqw3lhhvqJmb89+1QkwU/C/5HCj47S8FPHGuQmBL8KfeaWgYPOtmkVXry7g0GOszjOcDacI0wZYwazLRSYb5P3Li836vDTRb2LOwfKez8LIU9cbxBclrLT7nftCr3oBNOv1L/mGArgnb3imFnNJXGh0kHZYAJZ7ywiE6p+Ht1yMlCn4X+I4VenKXQJ445GEwJ/ZR7Ti2CB5100ir9MxsgE5wjwai31BrPEJJGGqaItN5zPC7u9+qwk4U9C/tHCrs8S2FPHHdw6rjzlzL8PH6cvbP91s310dP9eoX9lTpkofDceyw8Qt4TCBVxnljpKZHJcSy9Jo4s1Lu2T5Qga7L92wgzPrEw7z7oQJxN+F0tpc1pnT/EnFXv1KIIAh2MKePW2/DHeE6ns+1RnkHAu4xau0xbZyyuk89/bm435FZ77DJxwsF4THD3zrPbDc6xE+16hf3jOoJS1khYpq2TVEJgtHGUI60RhSgJcOk1kQX3Cxbco7vI3EV00SMQ3cQ9BpMx0f15vnTXqzHhXbQl4+JbF/cEmDEMpQAQIgEoxVgBi5EwmDvKlNV2KMB1I1mEs+59CAHGj0CAE7cXTKcFuEDTIjxDNwjxDPUNaKENgVYKZA3hwlmlgxWtlJSEQZvklx00kwU5C/JDCDI5e0EmIHFnwWxMkBsvkeJ1VTAizRd1hdm2qTAu0r1afadVRbDi0UfdcK4Uc95BKjQASnPjwYh67rWVhTsL90MIN30Ewp24qGB+QLgPiPVNAr2XNRkpSIhlggFtPCJOQkt1ML6VQcjDSVHOQvwFC7FR6zK848UDCTJ7BIKcuJxgMSbIr1ahc30X890g3XRl46LcVug7lzkCLFECAoOwF5Z6R42lRmHoHBpTy20zWZizRn4IQeaPQJATdxIsxwR5sKu8G57j57HsFfd3k0mYHFNkqaPMGxgM/Bgq4oTTPtjcSA1F+CRnsmQBzgLszt4Z5JYCnLiGEDAmwN+5rZovil+qPo+Isa3KZ1dN+bgwp5X6m1EUWgkFAth7LjmN5raSHmoHpMdQD0U6bSoLdt6UehjRvsn1A56BaNNEtOFNoj2+sp0K24H17X61/mqY8RQ6rXGwvaF1RhJOhIIOQGao8/ywgOe17iziDyXiEDwCGU98RkjqM/LTprxy2/XcFK/ad9gK97wtmu1eby3V+wX9WA0NGKDQG88YkYoQj5BEgBBHIFG4S8Ww38qEAA9udrUiHyvUw1seRZZHXtSNuVfoCXOuPS9MuSjX/nrxtNj1rTnMsDsosTrUMNRZfCjM9WZbXs3/UY346rebyh0z3NC5cJe65RMI7CeJ6U4AwelM5VtIVuLSQVKXjt/KsoqCdGFsNcJVvNqq7dwkMva+LGemqdSMntmmrVRL206yDtatu9+8mTDUpysfSUGO3OBI4jTS8kCiwGGJGihFUCWj2UkUv7NE1doryIpazq9UVG5j33cnXLNieznfRHfp6BZdv/jWsbk+ftSWbrP8n9siPH+/qTD01RElrdWIT+P4aV/rJ+vHg4N7TD4H+jHKz31Ncem4C3Q8rL2T3dSb4/vZ3sMlItuVzV719WJj7Q4q9JeXKcbGW4ENUg4i5BEGnDjoLOce0U4/Dpo5soX7uAT4k1XioxXgvXWpB5TjB/WNnpJhmDhyEHZIhgdLUwMJm/0ytjg1Ua2fixRRB6jBknEKqZZIcWoVgNwwoQTD01JdN5ZlO8v2g8o2esg57KRsJ34chN9gW3/3YamuesZ1qDWQtq5WLeMH6vTXn4VDhhGPOZaOUmQow4YIQ6VHwLtueepAgxNCPiJSBya5B044Pxf5h49K/m39cfoACA++OankdytWx5L4h5gOV0KabO2SdGv320VZpwEeJP/WTcnscjTx915xf2tXIecwCQa0swAKSahWjDgmIRYQuC6acK+RIytYF5MGz/yiXM8322OvDY83frOYkUrznnJhePdJq6TJxQ91F6fCg9ul3t068C5euFp70k6Fv/nrRREfVS0a6Y0j9Yz3dW94BedmNrNbLWLBZHeXgjEZ3k/ZuxMvNZaut1/a3+exHEjqCPNKI6dJsJMBIAJ4C7lizgwFWJ0gTe85yO89m8lZfj9SftG5yW8lscmmLYVjEvuyXG99uZiXY1K7SgrHJXdXo+/ozJG1RmvANUNSIC0MghgJxXA8WB4NpXfXTpbgLMEPJMH4LCU4yb9B0ZgE/+ZCn8J/9yOQdrL1vq4wHoE0XqsnzcQbr4GWEglpIAoGNTGMY8C05kwkB2SNt5UlOkv0A0k0OUuJTpwsKD4k0S+6yI9JoU6iQw7LdVuxv81kodaSS6u9UUIrGbPlKmiAZ4ziygV7QrTb5rJ0f6nSfYK4pLtLOD1LCU+cPSg5qLPdH9uDKrsuv0Fjh0o9qcaIecQlRpIojqW1WCmDjQm4wch6cUBhh6ayRGd9/UDSzM5SmhP3D0pH59BqvZ27zbQFvqor3GCB92r1t5UIV8pBjZmw2GArAeQeMeCYYYoSPjKfTtvKEp0l+oEkmp+jRKPEGYSyQxJ9yAJvRexGC3y/Yj9tj5cgmN2K6yDTyjnHPdYMCGMVYCw5k26yuSzd2QJ/QAkXZynhiUsI5Qd19oQFvlOghyzwtNJeTj1FOCbMGIalFjoeP0WtV5AiqJnzBxR2tsCzvn44aZZnKc1Jfg8qxqT5h+uli19l0gL3dYUbLPBerf5BE9JxDjEhHBmMDWXakWBHcOyRtNDboUD32soSnSX6ofxKwFmKdOIORuUhkR5EVgwkbDMaXzFRre9lAimQQBBoEDXcCA/CJBtIwQ0wQAg+LdWbU8RaZLF+fKb3Awg0PEuBTnzDGDiooycs7p3CPGRxp5X6ohzEFzhEmMfQYYs8cdQayCjzMChsc0BBZ4s76+cH1M9n6TiGEscxNuo41hyiNibJZlc0LsRNeU9+KUECQIG0UYIRgh1iRGgMg0AT6MaWuJtWsuhm0X0o0T1LjzGUeIyx1GOsWvIyw4NfVs31/YNfkqv97WUfZuSeCMC1l84ToyG1yjpa/ad6q22egaSJo8curm1MMbOpGp+F8XXhdkEc/6P6OTuKzDZt3VVIj5+tI361on7CIgyw6/AhrzdxvMbwpN23/d57Z7bFc2tnvx7/cLQRGXvy9/96E7709vLNk2/ehDfyrkkj0X78zSxIQLl88+bN15OFz1aXqzdPnr55slRXrmqnfZ5N8kC/Lqs6QVSqKs1gCe3Gf2LAW3gRV251vTSX1XB50w6jWTeO4sVGaOpbb6oGnvz3vz857/gplHiNsZ7X2LWuTmEr16vLfcnWVdnsKpb1pXtQsr/f7Jg2BionAJbYe+w5FsJZrKUXyfL1fjP3L+X0iFJOz1zKe9/64UW8/vr1xx8R8kHxUMzrB9o9z5ct4YnXGCN9vR3qqj9G9HZ1faC3u6s9qUYSOMEoJhgx5yAUTjLluHGAYuEVSvV218T9SzQ5okSTh5fo9m0W8YFbma7s5Ku4hBT+/c7Vp6HGIVLei0Sff7wwSryuWOp19dc4APdFoRqVfTnoLvUTz0kXJpogmKqYAKE1IAI5iL3jFFuVqLbu9/cvAfiIEoAfXgI28zhvHFNtlRj8+PqXn2lRvdY89uPYx4l/Ekv9k/6vWwYbYL3c7I//t24Z1G0o6MtA/3J/vZR6IR31VGMpoZaSOqS90xQY72TiI9xv4/5lAR1RFtDZyEL1pIUO4+xiXV4vba0cRoRDFZtrHb5+0X17V82IsqhUopI4+rCeo4/azE2NnBdl+FGlWtOpUSyvR51Jy5vp0VhpX494hqhh1AmlNGFCekWZpYwixKWl3Vk+o01N5niZFIdPSWh6UMqOlO9l8g4Pn/epe+3xiPnfQldfxq7Wg6POOrKpha3q99NaFT0tdosUTzsbLuY7DTMa99W9ZDn9TNZWnubp4z2QMHGSYqmT1M8qPnBcQvhrPKjwVdnj4KItnb2LZwZuyoSCI2X9CaVVhBqPrNTOAO44FFhjz8P/ScF0Fz040tAEAbuasVIg5vVya8v3y0/B31SbR2LfVPO3AR87IfhicnK3Lb799ddXr78qnne7MmkGrF3ni9j5Ytf5/tpTTOH+5smLenskDqA3T85g+elKxVnzUi2NG+PHoHjIj+SJin8qful+8JE06W5uSxMvhPvGPGi7wZH06bFgJXHUYqmj1r8to6n6Itx4u77et66qwtleYQ2VYVE/2YCGyEslkKKaCEuo4oBbL8NsnYXZSZdsYNjOBFKuq4omveEnwGTY2pEwMmz4oQHyt/I6mEWLRbGIK1RVMrwdN6reFmlvA0qWVUxrtTGcufGoufFi7eKuf/gqQzEvXsYP/PpSbd9cIwBlGCDfx9XLbehj8df5Zr6NBwP8djkP6iMOoWBwvy3+/vo6XJ6rxb/vIelWKSub3wbxM1XHZmo5G8pL5ZIwi4kZZ3HYzlzbq9m7plez97FXsw/l9SzMWN6++XoPiO2N3nw9QqmaKjcDM3GE42Bs+722uhNatiWzXUmNyr3rexEmJrq4QeIEVkwKIgFmknhLBXdWd3Fje41MQHKzLN/vZg6zjXFL9ymUHGnuSJgcafmhOfmnYGUF8SwLFXAZx1wwnkpbzygjAV+FLncb9K9ilwtfrtuEo3/Zvcav8nb9ZzMbS/zneOo/9+KDDt/81ixITskalPSdcgDGmBskleRKQGaMM0ZxRz3Q1CEwxYPJI7FM7Ggnac2i4ycwYbTBI1FhtO2H5sLzK/UPV59/1frJtYqohkPc0q96vltqatZ2Mx7OGg8/Bp4H3LdGUvhE23U5+2m5WcWRVXznNmGcVt8wfuFqmfFVswB5LDvoMmjBbTlrzaHwTmIX5k0XZrbqwix0IdhDtf/dbNMuPU8aPUPCrJa3s3kS5ySeOie92qpg/P3iltcJ4jbx4uyqvtjzEO5K+u5IGkNIgfVQAMcFsZwp6KlTMQedB3THtu73R96nqhsOA2ZpPpzqrL+D97gry9gJfITrj/m86uCOaNs9D+F0qb1eQ9okk8Gle1/86Tq0GaB3EZ2OzdswQbxS6wChMJNaqSoNUZgl+jCur9fuWStkde72p/0zyBYqwHW7+ep8fYrrV3ab0wHv6Elcer9x2/iE34DVH0+Tf/6XHlxZfANJ/DNPL67HLr45rosyn+JF4urEyYAXg0zwtWiMp4FPy/ozJBST2gGoPXPxMCVlBbTCesCIFEjKPWqcJAF85kbmxkm5gT6eG5X04/gvFP8Fp9gxVm89evW+6JG4hnE6oMeLevAN8GF210f40R5e2VuKppyHKRQDEGOnqRWSGMI8gigQxXm9B5B20H/uBBkcU4qeVRm9M0IeJ0LwxyNkRqPsz3Dyb3QLE4S27OgbId3l8BX+MV9a90e4C7sHqgyPuiCJCx5nQ8YM84I1EJhIBtYv7XviOYYxZjb8K1DFQ+CM8ZZayQl0zOzbKSdK+5UtlS8EM8c4U/kueCH3g5e7WCkdXOA9mSwkcVPkfICTsUM4amGZPIFjr7ifU1B647H1jHpBOPQOA+1MmAgBgzAFdo8opzp7I5su2XQ5LVvoeZsu9GFMl8QRkItp1hTfua2aL6aRM7NthUPkaWr1AMSJIN5Q4gW0KroGGomdlAhBhiEwbgpATVvZtMkY+rTTMu8bROwhz8WdNDoS1z0uR9dJ+glcunWMkewtvcL+qdaWA4IQ0xxIDBFW0kqvPEHEKmYwHVknOX7elizk2dY4qYjzc57HoPuaxyTObQIMkPJDWW5HNm58e3kEKHVZP9cqhxhZA6lw3BqriYtRigoqBQACQu3xpG7hs8cJzHOXz4on4hQ82eME+rT5C36Y+UviOifggDF/du83C7cd48wyLRphTVe+517CmbWWCasd01ZRZxx3waLhikJSJflKedO18uUxJ5swjxk58o6zlOtNqBkesCoP76v6b/j75pv/0Rjx97XlS5KcdqJ3Cur8onh1fXXl1sUr1U/9Pr+YbaqS2UYlOd/3rvdIoBjnYerCIZCcYQSkRZh4aTxynDGTHMbSb2QCBHu1ZpvLctWmof4ER9oDzR6JEgfu8NBOtVWyyv5HL16F7rXushUhugSU7oMrgiCaIHKVQ2bljetibE34tdklsDy3DZZP8kt9bm2M3HnexmpFd6rFfOli2d/i8/9YXrk6iufI7qgxbEktZ22UWOVTFe8cy+Kbn12GOzdhOjuv00l31H1JvWUADkmcUUXqjPp6rd65UHk9tn27bQuHW7jDov4ZqoJiQpxlCLMw8JAETHEJMLXQUg66tFrDdia4UVec6UWZHNv6CcAYa+9IpBhr+mYzglTUOF3Gh7pXRexV0faqyfAQ43PcZlsHKiZJHd66ZaGT9CofofCDeR4eaRlmo5sbevjnMho1l2pbhwDU16vggGhxBLsm9KuoPusm9D90zBXhs0RZDmXxJ2+eXCxKrRbROgmvOujmqvaz/62DCviXF5fOvA1GS2UN/W9VXK6d/+c3yYhJxsqel/3XtjTXV6E3Vbre0G6wLS6qacfveqGWb0Pnv0trhMdX/1KRtcpzMgxaKC7dYvXsk3Pq57iEu8clLIvvlxfqojrtah2s5PB8LfiqL1bpgl+XlWqoVOiJghOWM9f0Y7aq+7FDRRWhUGmGsupHZWkcUAkjKL5FiMLIHDNxQBa9XIvr8j9c8qLSdIt10YiLz15B34lQGkGVJYBZJQnW1iLqgfCWEck46fJs7bcyoRsGN/sEvTC85VF0wsiLetg4rKLp0b4uiNl+NhX94xkQm5rIDW/bOWBgrgtkW3z46uxOD3mo2EaS+N+K1P82Ls2MSU5cMRmKTe9qf/uYeaollpACIJHCAGDhIYPxpB4CVLd93GtiQmD6t/kEadm72VFEZf/NPLCcxO5kITmKkNDE40v0Pb7K9YdhSFy4OBES15b0Jx0eeW6shEQAD6nxXjgOAfBcCMMoSNYs298ffbUyNqzj6trmaIuTXZN3XYuUJ1mLjJ+qWkDcjIfktoIQnsVG06s2eYpwkzKYfsEkDpfjU8WTRkPtavWhS0AXVx6eFb/Mm7RycZmisu7nSzsPn+daVVOYePOu6b/9+m9/qZr8cNYrksmLO0H021HXHMWtLEaaeFUJMZDnkZC1OJanQta6sv7OJ1TBVqQACoWIMdZwaJBg2FnvOKduT6pPFLKW5TrL9XHkGj0CuU6cpIQcyHW9ewQHgl19vxkcl+ymsJ8rUUnvnOTWeMK5w8wCIpQXSgIUrqg90W6ayLKdZftMZRs/AtlOvJUkGMh2Eyg6It3NkJqS711xP96cc8wg0do4SrAWWAGLNFJWeGWMZHsSvmsky3iW8TOVcfIIZDzxFpJwQn+jCf2NDunvfn4t5DgQDhunlabcKAQ0QsJ7rQhixvFR/Y2ybGfZPlPZpo9AthOvH4kmZBtPyDY+JNu4v94MKTMeMOkZZYR45SWACFmlCYUIw1HZxlm2s2yfqWyzRyDbiZeOxJO2OZq0zdFh27yvvYM0Y2M5t9CHmTeTjslgpYNw1UHmFJ+wzbP+zjJ+rjLOH4GMJ14WkkzobzKhv8kh/U36AYhUGSJc+P+grC0yWCDATLDMHXdaMzGqv0mW7SzbZyrb4hHIduIEIumk/saT+hsf1t99C10gowxFHmvFpQGUSu+AssBYLy3WaEJ/Zxs9y/i5yrg8fxlnSRI0ks6//+LCZ/o+/HxbeY6+N+GjNwMlkffw8RYzV9WKfp1VrS6KpJb9A3X6bpSCaaS1Q5JxFNfiCIIcQ4cDDDiEXS7G2LVZ3bVZ27XZqyY4ZhQGh7rwCe5iB5o9EjoOv98bMh/BZ/iUrmTLwi3chQoaoO1ZF34T+13U/S7+qfpbEJ02EudZ8cPC/VH5wUdApKF4zz6LIJ1Pdy1jiWuZTF3LfojHjnznFvN4yt7+EcE+FM5sU7iTv97VvSRiyEmNkPcEx1BYRqlzChMoMLWAmJ3E9ZqYkLFenfow4mnROuBj3onXsMUjSdWw4VuF4p9Smv52fXX14avidTyBqzoneBcPG+q8my+N27SHBZtLtaw8/k25qIIy2gOGn4bCvVMm4kGneh1ldL5YBDlbVxEdta/n5qosdyfUl+Hx27CYZ/kQik889rR6p+Flr0YPH+sXDp/il7bCF33EzoitkvjnyZ5/Xm2//hbl46d0nKczk/qlRBmazffq1JycrNH339MGESSAZkx6xDgmhntrhaZMYCd9N02Zam7qeK7J238iRg905DjTmwNv9gZn9xND9XkTsVb3sENqBVKnNh+qCUjr4N4G6T2twRpDi4fQXC3C7yJPd5GFJ4Dm3U+LzucsH9X66pyKKEidiv6fW+679f/DLUed+tvr/RO8NMWWUwqo0Jx6xSBHFAJrjEI+zH128Gh/fbfFjVvhIDa9deZyGQb5xS5ByJFYMN74rZK04hOvesRv93rXtcH0vc4qEAaZWy+fFkHo52+rZCPLOpg9SS3QPV+4Zqolkib47FnxfQOVGMpb8eLChenRNpglzp7xwsYN7+bc3Pnl7cwFmkgx3JPigTN/HLnjrvxdSX+/EVtsrHWAYiAYZN4q7pBEQCHpAGA9Wf4YN/5HI80gS/OppfkLi43/KCShc0NSBSGWQAjtQei5Lq+3ewxSzbUBgqqC/qkSFFjipSbYARSsCSkpwFoq4pxhlMIegaqfZwBlAGUAnQpA+CwBxBMA4T0A/VBnx9vsMch3lwcYast6JPLEcx+mSl45yjXUlCobhh/EHmDAueiRqG0hwyjDKMPoVDAiZwkjkcCI7MHorxUA+iR611wbYKgq6DNICWw91IRqLinkhHMQUAQgpU5Ij3sMqn6eAZQBlAF0KgDRswSQTABE9wD0cj038zrVWIKg1e7qAEJNUX9PHUEvHDWQMisB4p4pJzw01BHE0N6krGkggyiDKIPoVCBi5wgiDhIQsT0QvY7ZS6/KZUy1WLyuCvpM2iYVZtumwgBPw1r95SOpnNNUMgMIpdZayohiQCFLiNSQ90g1bCtDK0MrQ+tU0OJnCS2YQIsfgNYBXN0Eqh6iqAIOQAKplIZhgYQjWkqHtREMY8YmEZXhlOH0sccHZjydefTSJJ5Qgiexv9S9f25ZtRQ9empZV9KPT+BeCwaIQ0p5JYw3knuqPKfeKgn7M7uPObEsYyjbSBlCt4eQPEsI4QRCabLBl2q+3OogdJfJy5+Fsd8hqasyq6vsyDQo6Z9uJjGxEHNmPUDMA+8JJYQH8HBNnZM7Mg2amcpA39Wr3Vtn3YFcn+qOfKjtY2WnP3CLs4DZ1FiIFIuRkiu3rq6+VxWOwiAuNvFAn+pok2pQzrdVSUW09gi1yq15EMv5sI7JyacYBVa/dIxYuzeVYzketVO1SKM30hWv3SFWv8yX85b7CRUDBOaJKVIDMb3YY6ExzACFNfASYyWEIdgh7YBXWHIDu5i2tIUJDPZu8onY69/uKJjbezEPj7X2ULAi9mx4suOlSm20NjAt3CI8YB0JOnXkQPEnV5+j9D9gEmf+7fV8EVlXcQ8B8P/Z3SqHsH1G3EgMKpjO6r5dhI4VP6znNmjJV1VqgoEPgY51Zr6qM2vSF/R9CiZr7J0aqYjSyCHPAVbKOaCgYxBBIaC2tnNwmmxu6vzIydt/Im8OdOQ450ceeLMPejRcNSzqfhVlEKF1gM46BnddxQnhtnyv1nYTDafCr8uriirWrbaXm3jSbAWGpzVRtjEWt5fyogrMrQ+jfUjALMrtdu7G6JKWDNHyc1X6UHZU/SarITLW9UHxsP+pjD9yLL5azY0r/m1VH9AWTzjdxAPcrso60rCJ9K6ftHns2kyKyVmOdYbbJnZidr2qT2eL529u4ultTSfqgE5VC3Ur4artxKEzPSeR9lHnuIkkjAelwXgvLtU6ToP2AvJMfXk0KC8t66cH5VySYCECAg33EAnrsKbKSi0ct8Du+J62cILVvbb5ZRmdQ0o/3x7ZZpy+wc0WJD4pt19XZ162H/XPoX8vq/61M4I3T+o1vvBMMTS3XdkbmpmV8Gzm4W8x90iT5WA3cNt43crg3BmsNTiLuYnx1ucbpzd8O7NuvnROIXpk0ppL4mEQHJHmQWBeO2LHg/P6pf1gWwYk44Lb6uBeSZDRlgjPFOVOWuIHMn2yIL0s1Z+XVN9mF/F0cn3XOLdoBW+q832330iw+uOpiP/i7b/+l/4m/jH5538tBlfWgytv7okXSfgKQmPaf77ZzHur6DsVvSsZtwHq4n4OQkONZdxhpyk0wCjsKIcECGWEk1wPzYC6kcyMzIyTbfmd+XTvDlt8d8IcPkvzJQlgQXgERz9cL+1mBEa+uT6Koqqwn1wAWEUpMZwi6byEklEHGRQKEE0gGIKoaiJjKGMoY+i4GCJniaEkjAWREQy9ujbGbcZAtNmVjKKoKe7BCBhMCREGSkARRwwwJzghXAimMBFuAKOmkYyjjKOMo+PiiJ4jjmQSzILoGI7qXOFjONqVjOOoLu4H+iLOPSTUSi8N9gBgrLUwcdxqYuRwXadpJOMo4+iMl2vZWUp2EvGB2Ihk/1auF/ZKrUZE+31XNCrbbXk/fNYBYLQyiEktkdGIeIsRBkhyT5igA+FuW8nSnaX7jKWbn6V0JwETiI9I989qHT7qT1fxgYcCvoils3lTOirjSZW9ZB0ScYCZQRoShpDACAIWrgqujUiOWh1pKEt6lvQzlnRxlpKeONEhMWahr0JvyvWoid4VjdvoTXk/Tbq3IMoyjn63kEIslZdOYku4c0gO9XjbSpbuLN1nLN3yLKU7yVeO5KhTxWI16lKxWE07VCz6ljnxmHJogEbcAwYZEWGu7SXVUGHPoRhxp1hkqzxL81m7SIGzFOfE4xGPeTwOYpl3u4Cj8cz90v50GxPgVRBlyhimSiguoDGYG6I9xcIM9xlPFdecxTqL9dHE+ixdH2Xi+oh7ro/zpYufyFTnudUJn3qGeFteHVVWZ1/qrPHR0n4WFaioNJRoLblBnACJLEJWe+IZEDTZvxtrakLWx2/7iUErEx04jvxPvMVzEP2xARCkfttLbtDFMMdIlUCCRbiLc8s6LKU9UfVSbSMoYv221aeJtLvtNgZbhBEbo2FqIjx72BDhz2Qn7+MCQe4YsnFZvp9ty1kdMzlT9VBuVsU+LRjkVi3vh3qMQ+AWYR4VDxPXTpy6dn5XR4R+9+fnU2F9TS/tUo0H9U2U993DJRTAhzkMV4A7CgRG3kDFhNfEadWdNz3R2AQXp279iWSc7MRR2Dj9Pm84t4ncAx0nhkOfj2+uAVBA7TK/PB0Aso7bqwEZeHq9qfLDXK+LpXvfa7ioeZMjiD8x4C+HKT76MMVjn+ApE/dZjCePNW5GQP0ip843bkfRpq01ctpxv07fKLZee2UINeFPnAOEsNAKaoKVd8Kz8bOP+w3e6iTkfheOeiTyXmdOcDby/js+A2P5y1MHX7SB/GP5PiY6ar66GkZDh/9VQdS/vl8W/1Z9xea5jxUmvW8Z74dCz8L/qgjq8v1yVo2j9rt0hvKkBX2IFbezo+MJpR1U6T5U/+LMfOWKF2odMxENaLquimemK+4tHY7V6WGUaSWZpIGcCiHFnJReMoKhDWY0gE70MbrX0gmWEcdvczwyDt9XXjo89tLh7uV+6qLhmACc66GmBE2Jd+KCh9mEeP9S9XBctq+asknBrir0w48M1chJKo2VHDtvqIFCcIUVQTw9S2fQTBbpLNJ3WhU8qUDfFCoNH0SgE687OLZbP7rHsb/VN7qNVYt4lwvvUN36EZouH9yAmzWV9ncAJn/wydsAj3gvEFTxWDvp51n6/57De269cznqjxBXTx548zIeHdpZIeSGSUaK5EOzjdm2q7eHrpuq79PrYP0JgI1Obo6xQPOIjJVPxNWrMDk2auPqRMSmLKus63UnN20aPRfTeFbpiuPG5JvRIZMs3zwrXizmpmoo/rbeVCrKlVtuiutVYJ91WzVfFPEDfXU/lDqpkfLgMj9pqCRuhbgXHlCuV+U6aplDEm/aWreR98OVB7ZKW/v3tvbv+nppFwMTZdhqldVuEYe7Lv/4ZEPlhvaPY6zccJPbMIDdZcJSjee7mSwjI6IyU7TaRP+DVP7bh2jooHSxVO/mF5VZ8qyIjbUPVlSjv8oKvAmcCXbKh6ISgnIZL9cdeFrMl9YFONiYTLj0FTN2NG8F/57QgACCMwBnUBaQfgPJN3DPFjgoOGcHBjwFhtRBURwEw0EeDBwVBzX6O/bAOgUcxlhCbDR1WnthrbPCYCVwd8zBsJ27LUvcKPdHketdezdnzM0CfF9Lin0JRuwbCo8twQ8pvYMt2Xj4ZCfLclSWf+4UzVCWEy00Ics7ZdvLtIaRQZxrb6hCQhhgvbdcEEcAgYjREVlu23lcspyV8bFl+ZZriX1JxuQbzD5BkuFDriRO6uHEg470AgU+aLc+bJzHGrcyzCcrDozyWPMGe7zf2HFt8QNtH8cOP3CDhxf7IOGJi8NOruOZGy491az5TbXwF7q8nZsgvp3QRwZsasm/DH2pni96Hpfr3ekcl2p54WxNjHIZLsTZepiZx734IPrtvD3erVwfXYE//UhjnIBvEO0DYFJITmKIN44ML9YuMkcVP4T/XofREXBdf5FXjXP36+iSEi6+my+N2xR/nW/ii9zEH/9f51bFX5yy8SUf2b/BVB2bqZlvOjZrhspsU3dsFn1l4sW6Y7N3Tcfij9+Gjs3WdccOeDtUr3zWvvLZb1GEWutizN2hj0EyhcHEq4zASQxO0m9guvRK+yetUeerFPFECm2hNcYLhIj2WlnXC4LstXGKeKmzwt2nnvGRcXeU+QpB3xByTMhlwD004EZmbEnyR4Kmrb6xaVtfpifnbuPV+uesaQmVds4CSqn1JnrNEmkwd9yE/6AJEn7kLC5bgF88Ej9q2kfBN/Bjrb5PnvJlIJ7K4oOJyytJ4wh+K8vu2/66TGe878syvIerMEVNNlLKZTflnarQw571QElpnMdSQGc0A8J6T5ylHKuYZqfF3lRrJ+BeeqtdkJB5e6SlrYnWH5p3z+vlrCJ88RdN97qVpuJfrzfbYuO2zb50eE8XVQ7QCnrpolSA2GIRobYqV9eLygumwlr1u7Tt1bq012a7OcWEtnvDd8Ib+wYEe6+PtygAzRHAL+uvdFZOrnRKoBMnV0IOCHTxahvjTW8h17NNW/OweDf1+sFBRlKqsKAAM+m41NBBIRHEgCkDrb9RyptGj7xU/YUKev0ud3ZLJ+UvFy76nsSF7G3lNxf9+Zo3/6Roel34sifJ5yXANMjwIQHuxvtZyTGbkuPEt5XQKTl+/b68SYC378vDkhsq9DNKWsslt8JJoSTEwlPKsGZCS+q0S859nmotK+asmI8n1+wbyu+omNFZKubE75OwAwJ9S8UcBO1Wirmr15Ny5LH2OmjgYIQzwglixknAPATWGyLAjVKeFXNWzLcR4Pg/+nGKGZ2lYk58OQnfk+NmYaJ5vAkRbhYJZrvDD4fS26/SXy4USsGgkyFg1Dnv48lWHllhlfPMajgquP32soI+nYJuvtjN6rmu+GDKuTt58+MlW34D8R1VMzhL1Zx4YRJxUKQPK+e+mB1Sz6M19xQ0kk54CwE0XMqgkiFFiksINcZGsVvIeVbRp1PRjfg+qH4+ggwjcIN5Pa2dwVlq58QJk8g9Uf55Hl6IHVXOs0VVNqKT+yX9nK+eUOo5Zpwqjq123onwekWYOkviEU9FtN/MhEimg79/20906Zps+Ogyu/8eH1hqh6q5SVATpfXba60X7pdyvbqsc9NUghpam4cG1m6zjRXrB2oTPD4evb4qN9tgnoT3fCMfpkJHdfV+ruL7GYsfHRQPg0jTN3yPkaR7jMPfAHys7Dlr9b54vo3jq9rhLeuUOW73PV8237P+3KplTpNA7tiZdEJvZqrtTbxSpc9xO2lsR9eBfcUh4m6ZLQcmPrMUHELtYaOpd/NDNtNYxf5mgyACShSMIMLC+3aSKgmVohiGAgflqMk01mrG84MaVZ9G6B/6xtbTYnUbG+2+bbLPnbnkG0wzc4/O3MRBl8I95vZn3qlx259I7cUlDCvsxyOEGnWFeOl3+yEMtUDevHj0RSweJaOqPp5udH34Y8zO0WkpAgWQMcjozu4YDx7kO7m8lLiZUjQttKNmUjpk942jKRHu6h2W5MaEmjZykjaPaeJkGX+UMv4J4iy/QfCIq0z3KdVTK00o8Zykqedk5aUaWquPoHixO2si9R5vqtTJ/k1apTmKZKJC/2RABCBiVmILBASUOuo99kwKqCWHXnWO4xOtTR1IMnXzT40rnOzGcXzKp1/qDRC4W4iNvDMEvFpu1SZOdMK0JYyJ8AY3oax2Eq8mNIuroDarSOA28Vvxk48yXryP8b9NjLEq4sRo0aChUDEUOT7s0zo92Yci2KYXxbyqHwni5+vQatDIlWRUYInAiUULFRrfBRa3KZzLMDnaGLcMkDjWfOjLzNj/yGdxaIZwAcE3CH1D+JFmca3z/rL4fnmhLuLEvQJk67ofHdrjkHwehODlZbktN0WQjCpx+OZU/vrLmWv6UkOj9dZ/X/clVPgwW1V9mZXr+iSPQ9O6lvyz+GCzjvy3nd2hxHeXpr671fu4WKtV6GUlxtVraS8M9jNWSfX9HY2Rsr5SAQACYrxHGDqklNOQSI0Nw44LlRxxNdLQhD7p1Qy9r1/kXh8+Ubfc5h5H0jO3udXD65yLOBZbsNeLZh+KtOtvvk77Xby/LCtdU8XK2PkmvNgPUTfM10GBrLe+XMzLoL6i/LYyE+p/OH1M0me6ULZDLP0GwyMjtngR5hbl1fwfYbLweq2Wjf5vVGIcDNUCWg+/p4qIMruuzLa7rszqtdpZ6Eq9epbS9wBgx+B1W7Ym/tQ09af+i1OL4vs4FR5x2wpPEYyJWLbP0UFJfydCsvCISnvnORMeYA6NVkhDby0w0O4oOmhmgqGx3qyt2KSKbGe68S2+D+MmmpWffHDggRsdiZ8H7vDQ2NxLwrmYuwjE2OGi7nAwmL1bB/btUnLON6GeU7V13QT4RTamNv6DBG62gCG0l6/nOIB5tb1eLjsTrp7I78CSilSTofdkfNk0PWkQ0klExZV0rO0SX0/iZSjTt4VL4ttNU9/uVypM0prtiSFdNqG03S7Y58tIWT+Fn/FcAAmo8FhggqihBEilIAIEY9oFVo00NMGYsVt+Ik1Gb34Uioy/uwelx8ta5Gt42PnFPIyTIoyAV+3aXLs/FcTOrZeFbU7iidPyVp52ecU3D2dZbT+s3Pv1PB5vOmJY7ZcO7arXuxrHNKvGevVoj8ybNAeJ7OUdeYjD5iqgJU7ulI+esPzbfGEXc+9Gc6LtTjN939Q6lBftYOVBbrRh7YlDFYYVj8O0yYaPfrzyXvu3yRUkTrib8b3azBcfilr1doci90yd1C7qrPUPs2pLsNnSeFqfFdf4KtcHMi/fuWW0tqIB8fpau6L6jNWmx+pBzCcyg6w1n0Q/78VBEbiXjGffOhXGZjy2YpcAo7VcG/+YX5eL0M3i5bVezI066QxPt53pkl60Vn20w1Q81i12ZrbqOnNoEW03/NvXe3N2C36rdD8ocfOn/3/23rVNThxLF/0r9HyY/pJ40IVbnDl7Py7XdXbXtE/b3bVnnzpPPwJEZrQjgpggwlnZv/6sJQkQBBCkk3Bm2fRUTdmBkARI77vW0rpE46B2JquN7cp2yp9B3LHFN8HCxOOSUiIi7mdBxnmQ8yz0ZET8JAp7Ksmfoc38aX++FGSLv2Bk+0v9/ZxvYOgZEC5ceWRuhFvQ7bOjmxX54Mfj6NYtctezMXtr3Q21axeyZIEIosgncZwHERdZyBkJwlRKEXpZyseg7VqV7xZk+5pkNh/+CZ6AaLPnK1sQ7ZMQzQowCOwAgx/EFm0l6DOE1jXLmeJMbLtVTZVDHJqLmqZd6e1Sw3bgVxRlue/5Xk4F9wXxIpkz6pNIhNRP8iZ57aVehzxw7sThaJwceiczQ1nAsf5nLA44NswUcCTkiuhoNqgKJtDLtQOMyjZXbVXlLoluPAYwT7v1f5+kNvybUy6RbFRWR3jszybaDZnx7LffNoHZV85NYG/U1c9vAuMujdFZENE7mvvA4ltjjv2LxNNsAH94vwf9Gc3phfXyr4W8xiYMbwcn4R7VJHTy0/P3Noy4F6FqwqlFD9paoQVBK/c3nnlJZKy9826/WR+xcjwmRj3XkVVLN9+Ij4AcZePN2P69Iy2GNOA8FCA0Ep5Fuc/yJA88yvOMeYxZ5UuaTg7lEHDqRrBl926Jc3V1Ete5cHO8+7lgc3yUy6jpX/WYA/PZ1oVO5QYQYGfKn+qDUONauBUfpJYpjSMzeo48YA6hY3pnTgtNrUO1vvBxXykvMGd9/KPJtNvg6hrew8ON7rAuzYoCqzzUXg0GqfU5yoODJwbo4WhOX/7wHCJp4BKCoIa4Rp/Xrt+z5a3AhMAOTPhZH1C9rR1/UFyFJbjpOcM0V87OL9u/t3P/pzKjsfAjXwYh8ZkgMgsx/2uWZkkQN94RnU4GNr0+TnNrNyW3O/YTd/2l/mfa9peGuXy86X8e54hagdAKn977luJ45hqxMdVM64gGuGzOQP/6k7pb+wOh/AWb1nTzynlr7W3c0JWHN+7oXJb4KsTzFEOqtjXhKz5XaDkIXC1VUfl4giCYfrg9FCcMCjGBj1dyqYA5trRD9XHdpB6/DnWsipk3EsmgqNLdiXrjXjx+ZFZsRWDHVvxtXZ5AinsNItz3xWFbnuPRR9XCBREWtdltI4R0L7QQiWd+KHyR5NRLUg6SiJ9L5kUsFClLJWlCKbq9DEBSt9lMSDTQ7UwANND7c8sblVvFPzBgSiQoWwAYALygB2qNNCrD/oOTb+Rva1TCEFUMxrTh58bZFSCcHI/K6VUcsdAa9Hx4UOEW4oDq4MwxVJ8GLdFKZSx4URIDszzUA9tD3YIp42aKnmHWvkxuK6fPO31B78r2z20fSj9JvBx2ZRoEIos4pywXoceT0CPSTh3d7mNgR1o4ZjWeMbrp4gAz7dKL40yRE4Ir7lcTuITOdLAhq/gl9HDS8n5V+0Bv3tvicCuLU+kA6WfrWpXI4PYtiPC1y3B54/x7cnB+/TdVoNzWK379NxUEVfm6wwX5GyxrHBu3twqikrCtKxjIZ6+kcbNEOf0OXPAHHmKL4a2wzvZ9j9C5eP4AP1cNnmv6zQ5Rkd99Dns9Lc4f5HX2UezSVsDAM9gAI9eLjdeN781tA/yrttf+YIDGFq2/1a6Yc0nUFZZZ0vOIkNzhwIk+x8wKaAj8s+JVP2zWx/SuAohzUx02yk+7Jh9I/UtbMOZ5loaSMC/kSZbywPe8OKRpFnpRGtqVwqvbhyxzqnzNrZpV9bgzGeUGe57LHjc4wHNT7beoDK93sMiFk5+Op4M6ngAJVxa7G0fN27kvDpvMEpTFVvzTUsZrW5o+2sUrFs/qhzbquc3GiqSF0zjlVumXrJvRUKgNeHZRrBJIuK5/1cQpSXVQ/YerCN6P5+cvwQX6y2QGn6x8PjczfF/vHbeSEisji7I9Oe8l7II3BYDE7uF6xcPOZlGbWtTBvHuEWYCgr2YxwicNkk81t1jhK0HQsgPrw8gNiO1tY3CqzycrOtmqhm4CDRsDZk0tvVfbyY4jLwoSmfE4zROKdWEz7uUxSbOAyzhsqhH0djVoF+5pWzs7PN0qPNb7bDbhsUGmWGaCq54E1Sbe5pDcsvEKrGJ4VFZa2zcIVTSd4k9gaoz0wdGP6eBjWiTzB4tLEN2r1DcCVLnbQlt45O7krHWMXqYKM2ojFlCKVjbRHUuWRwdGF+WrF8Iui8rxEoklWLEnm/JfO9+uMUIU1YtfhFqQvwDX4Nn5XlYmDzwI7eYurLwQ5uIWdDYwE3HvxQPyzD3QTWkmop0OMP9FN21hLToP0ks/mk+gmh5zohVmFNhhRkg2GEPamBJ7slyoNr1WxfNLLbaJwtxPgFg4z1I/Cf0kBcIRWSITGoVSNkrNeT9DKS7OGs6V12Ko47mSWQz1/yK4xZCJseyh0gBijc5XgMmPds56q4LeUQ3aAB+owGvYvI4S2srjYf1Bx2LrPdbKuwQy1P0d2gWLXZVM7ZDhWUNZ52Dq6DJVvOZGk816l25O8FvjA7FZf5CGnW40NSn/sSKFfePghxHOOv3E0M6raDlfIJCTlRetyJP9x76V2weQxPOHKhPxuZfYNyeULXQ+nsqZeL5MRZk1ARcmcO4h5iZ6AioHTQ0ZU05le+Dx0+DbCqgKWnVT1jt5eHDer7dSuTWfV1xQDdyjadCk+27/3i4YTNM0E7kn/BSLLVAiIxkJlgchoTJKGq+RTidDybzbrebK5N3b61xZLns7f24j1Hu52WgELe5BEYBFZnuA5CI5bfB8p5p1lQDTAtc/VeK8gUoEyQptGwczgOoO9GbO+jxJXttDTOXIg3W8g32PBdZtlvjDdVx0F33gi6ARwlYsntvQ9DeJJ3ei8qNrEFIVrsedVGofn28OuB/eqc10LXvTRzOZilpqXFHF6o84Ge3wk+BkXLWzx5Kad7B76jmGFbcW2HFr77bicHT+tP6I+xULVr+Fz3Bw/kZs70Ns425UG1UtGvf1wf1IztMMjDXtJhlQQ7t6aBeGdtXQ7t/OMqb09VlzcTsxE4z05Gwqjxturkwrjxt1Ch1dM0vBf0oY3lGyEWw4xHz1oZ38UGwd6ATdjx1xK9bKvqT451y20wW7Kn0AT020EiION6CCoF+DtjPVlSuMLGbC5GCNF/eloibY/Sb4DrQQdwOT2zj16jMqg6IsnOl6h85JuINeVXOjnlNr8s6vrU3x678Yzag0bkuGFHUmqq3qjqEzBHwp/RYw/etpX858ymLUpa9X84hdL3QIXzG24u1cEWMY9uIyXUdDCG3F4YXeBISmExCaTkdo+giEpk9CaPp5EZo+C0LTBaEXhP5aETrqFiIYw7AXh9DxEEJbsXshmYDQbAJCs+kIzR6B0OxJCM0+L0KzZ0FotiD0gtBfK0K3EyBewLCXhtDKabUXoa1Qy7AVaonHRLZJA8+NXNLNvKN/bUdOS99jURYSklMpI0aDNIxTJmLpBbCEmzw7+t4rZNX5Ku0R8YKlLxxLh8zvPcFWFepwsiJ0Xs39ubV2bsVQhnYMpfKmsBEHvrTaQur0/wx52lc79c/9XKZB7AdJRiWB/0tT32ciSkIekqTx2mv3sSDRsEvFgkRfAxJ9XSIdjwBfPxlcyUsD13M/CG5FxYZ2VOxrFa1sY62KXz7DWP1rC1vzlMcB9WKWBwQ2PvFI6vmpTHwvyIWfNTZRfe+CqYt0t0h3AwCEGcX4JwMQfZHSnRX9F9rRf+/k4eM6hY/UOiY3P54BT32hhT1elIdURETIJBZ5JoQf5j7nkjNGRJA12TDq2xf4WeDnC4KfMS+vT8Ef+hQBiL1I/LFCxkI7ZOztofiHTI9t/NmbH8/wp77Qwh9C8jzwZETzNFeZAWkKGmYqWZqSLMqt8+Dq9gV/Fvz5OsSfR+US0gDkrzzyFMcU/iIByAodCu3Qoe+LAsOubfjJ1U/npq3q97ZRi4e5SOM4iGIRR34a5l4eZrlMOQNcCpIafKq7F+xZsGdRvYaQB/7xPhl5/BeJPFbUS2hHvXz3G2wUdIJ2vtkU6QeHOJioqYVEsmriJtjEJSrZ0xkwDTRr4VTISBx5icw9KbyABizz/IRGQeKL0Ae8qnFqoLMFtp4Htl6rmJZbjFgpm7qpOljdxB0639tZDO3c8o+LHFQg8Pcd0FS5YOkXgKXBygs/GUuDF4mlVvBHGF/GUnoRS+k0LKXt0EKZhczLCfN9kodREosoTIgfJyHNolRGF7CULli6YOmCpb8rLA1XNPhkLA1fJJZaYRqR12eSU2Xfeg1zuvCaO2ifq6630/iTUOQ055KSMApCQgRNJRepl3LOApGdmemqXha4XDTmxVo3jE3RU7ApemrxuqtgkxWgEJGu+yvtur/SXvfXtswmoox4LA99JqXvZTyPiBCceF6WR0mYx2331+cX0b6QYK8Fc75AaYh68M+8YVHPHRLFLYf7iHbdX23EUU6pZ4ijf21b3KQfwPLPo5QngYSNwfwk9CThRKSpEI2WqO9dEGdBnMXN9WtxcwUQDVd+/MkgSl4iiPpWDEHE+rzMaI+X2TmYNlfaZjdBMz+KEhoTEYY+9+JApGEY8iARJBP+mZ+ZAlXzZ+oe707bZCfWmwVhF4RdZLouHGHRyU+GI/oi4cjys4/O/exp18/+HIjMz+1ssDKWEc+IkKkXZTKQXhzzkAURS3JP+mHb036R6xbUWVBnEHWYtyL+J6MOe5GoY7naR36fXZ32WdTpoC29DT9xnKRBKkI/DzJfeiQKPYCi3M/9hNKEhudW9AWBFgRa7OcjGERXXvDJGMRfJAZZ7vZRcO7tSs+8XWm/s2sXe7Kcx0FG8wxkoDgEfUwmSRDEfpQmAfE6vq4L8CzAs4g+g7DDn6Jw+S8Sdiwn+ygccc+il11d6TRXV9rj6iqk5BknMk5BLIqJyII4yRMJwEWylCTD7ln0hbi6vhTYogts/a5hq+2Edi0c86cGC9GX5mYaT0rX4FsO/FF0GdXoRVSj01CNdtynqEgjyiOe+hkNvDiOeRxGeex78DfL7jTQ2YJqizC2CGNDIBauvE+3Q4UvUhizfOWjeNi/kw77d9IL/p0dD6uUBDwLPc5EBBqhkDRmRPJE+jzJ/UAO+XcuyLQg02KfGsGmaEXpJ2PTs/p3DmKT5Xsee13/Ttb172S9/p2sE9/oeT6NMz/gAadpGMiARLGX5p7M/TDN2/6d7Nkx5wtJFb1gzhcoDXG68ti8SZWfO6Gyb3mUx6Tr38m6/p2s17+TddJeZQnoXTEXSc5lkBIvjKI0yThleUwT2vbvXBBnQZxFyhnBnGDqKRx7Ye6Qw5hj+ZTH9Mz/iJ35H7F+/yPW8YJMPZKncRJnQcBzGmIiZREIkiRJ5Htpx/9owZ0FdxZJZxB1wqeUj6AvEXUCywk77nXCZn1O2GzQCbsNPzwRGUm5CAM/lXmYxSxjaSip8GQYJBE7d8JeEGhBoAWBhhDI956ia7EXiUCW33XM+yzPrM/mzAatzW0EkoyxUEScUCr9yAtAAwt5JkWUhUnOwvTczrwg0IJAi+41gkFkxcgnYxB/kRhkeWHH/rkHJDvP98kG8n220cenPOec+8L3Ax/wRuYkSwF5aO5RGqVpN9/ngj0L9izSzyDysKdIP/6LRB7L9zoORtyF2GUnSDbNCZL1OEEmhAexiH0suZVwSbIAMCvweOTxkATZcL5P9kKcIBfYWmDrxcIWn5oAhb0wn8dh2LJ8t+PwMmzRi7BFp8FW24mI5UIEKFJRHsmcJoJlvpemgZclvh8m5AJs0QW2FthaYGsItvwV+3RpK3yRsGU5Z8fRsJcjG/ZyZBe8HNv6H0bZJn6YMk+GoP+FoPqJMIPdIyhJWD7o5bjogQsyLTaoEWya7IHNXpiX4zA2WR7Yse2B/ddDAq/53fEg5dF59wEXg36dFkidsI1bqjZuiW3csmqj0WqwRbs4Fk9IJONIpD4RIqZU0IAnIfdJlAU5bZImDXY3AFyD7dsI8Gq750/BuInDzIRtE0d7bkx7oxEkRex6cHBK8LvQCc3u18c7p9xI+cFp0qKVN86pxH2koEU/pcpqlplM6K+c10711hVm/bF09vKQA4MBuJWn9RFzoCscLO+K+1So3gDCshOSLEIMbNcP8og/V6949mJ6w8gylDtuW8BHhvew70sb17l4njHu56rB1dPE3Xwdqe8Id0iE6jPzBjxHJ0uTPxb3SKZmKwiU8+RhZ4DU+VaWsADVev0vzO//M+BACvz89oBAnkrn/31/OhaHtdj8fx3on4RP5l50DC3u3WPhak53BUp7MI0KNTI1DQUeWGbA3eppuHszjV//rcM0Vc8jwPdqv7vtElIv/TRO9oFnO9l/L8qj831RZM43p8OtEnTg7tMB6yKc8dDDabt9cBPVsKy5p/VrW4HPJPOpJ/LIi0Me0YjkTAhBgixKKaWNV2yriwGOyWGm8PKKzLSDVVfNtHoZT6SXyyPMxCyXB5pCKvEVSeVnAaKnKoaRbtbwU+nkEoTTu9Pu9vCgaUWxxxGe5MHZFMUHxHo9d5CCYf2fDvjLP8S9kx2K/R7/InbrrSEm5IhyWxTQzxrGVDsAfv+D8x2QCZCMXWyjSzT44pyDxI+W1azz6jrscvPoBKW/F5LpAjLxXEIcQtENjrE5ARmQCb7ot+sS9tmD8xOsINgtak3hKvjP0/Gg+oEreQGajsboX3QNlqtAs5qQm+kJuetmQi5MyN1VE4IreQFKrUZrUxRmBKTbODgVmCMLmO1YhPcCsKRwvvuIul31Nt5XUlmjalXYfFTtXYntq8k2ivi+bq8xu4boqbcZO4b+O7xPfd/f1X1/N/f93VzuAPfoEE/F7NHOZ4Lr0THmRurokUj9HmFYCxo3zvFhX9wCeoAikB1g4cFPlT2hqmrUSPYI33eykuwd9XjOBraAkubxOzq/3EloosoiKTNCBfSIyMKpVSBz79kIqhVMVVko0vMp3Djn1pVbmLa2juCt2z1oEbiFHIFS6xEfZL3rjKcFq1dXMVwYAoDvpQdb9I3fp76B9EaxoDpG97djS0aRdmpMGyYIeYrG8i0ozPXgRmFRYpZw3p0O+8NaiT5vik2hdosE9eVaWksGU6lhzigtOBW4VNZTcVOcCn4Jidw3SIr65brq5brm+fq4sW1FG2TL2GJLOsSWKozvTHlpobgKw+vY0IzFf6hdW7MRXCZeTnOSySCJRcB5FtAg5Tyk1IuaSs9DvV3hBOCLo8J4ocIvhQq/OC5hDiEr+IeS+blk4ZFr80joWTzChnhEhWYOMYgwF4e5Q7XoJCOMhMhpQoRMIu6xIGW+SFnGBQkjmQX9rKH6Wfhi4YvfC19cponzs98GU0FE95+EqWTB1GfBVGJhKh/E1MNxXR7LQVStL4/gqm7TjgMjJAl8L6KEsziIA5ZGfiDyFH71uPSjAWTVPS3YumDri8LWsYOJVBzQMLTBlK6VXP6JSBus2NMsIXRB2mdBWmohrT+EtO/SO4kOYENQWzbXh7G2atRJr5ZInsQ+EyGJ8zQWSS4yNH3IKEpib0CMrbpa0HZB29+d5WOx/n8hFpt4RcIncR5bOO9ZOI9ZnBcMcd5/yvtB1WKnrw1zHTZoV/fzpMgF/I/mJOI8FWmY+imReeLFhGakn+ewm4XjFo77XVlrHqc5ULLyn6Y58AVFnwVFuYWi4RCK6rQYQziaV1eHkVQ3aSdITUmQhzT2wpjnVNLAD4I0ElEqojzgMevHUt3RgqYLmn7JaMpWJHoSmvoLmj4LmvoWmtrxpu+O4nA87fs+XZ1rUTfpw4WOh+ZIy65T5lDTDnAONnuiL+ZQv3PFmg6/iGf1wPyTQCVVe8ubObbw0IrcvLFc53HJng75aVPfhLgldg89eNc41AsnB+i8u3GkKB9wo8A+yQyUaa/6UwKLsPG1d2SOOF3WQaO/6BlI9LN+f0qko5aFo7BC9XDarfF9CoxkPZXKA7+OZMX0CuWN8f2v8DqFVwN7onCgM/hsmSNKg8J9T6PhPcEQNOSAfXE45sVmXdQNXp73yr7YPMAcsz4rSPvauf3jrbnuvEsPxWbjfKc+x+e3gBDXY44Xr2i8Yp0st8NodRXXx9fO96ed84t4QMox5ILr8c371847qQJB9DZ5f1843yhwKGejF+HmJyAQofaOoRMY3E2PwCd6cE0vx/vC1chUjhDKIJReJBU6RCqBRSpxD6lgWZQeItnqn9tpe61r7UBgLwkjn6Wen/FQxLEMiAgimYYy94QnRZO41+rhGkkLvgzGiBfG+N0xxtuD3MJa+lThvYJTRleczAqnC5TOBqVW0CvxeqD0Ry0RdKHUCAq9UIrX2oehghMZRIlIoyQN85iFSSiT2A+lR2RCyBmUYg8LlC5Q+nVC6dcgYjP+BE54rPfiP9e7TP4Gn4h53q8LQzySIazoW0J6GKLrAl5Nodf7u3WxRRKUiogEiYijgIeBYEEucxZFYZ7zjEhxThLX8vleWGJhiYUlXgZLBCvf/1SWoJ/KEgtHPJojrJhTQns44nu182XZyt5dzSM3F10yxBZNi05tJS8JkygMWSKYl2SpHyVRQDmnxPdzcW6iafpZeGPhjYU3vljeiFfkk7ULtmgXn485IivKlLAx5qBjzEEvMgftWKSCKPD9IBVRyhkWfRAxIwmTMQfVI/OGmYMuzLEwx8IcXypzcO+swOl05uCLxvHZeMOKpCW8hzfeS7HtYYyj/rmXK/BamyXiIM5JDjyRZzQMZOrxLE1yHhPOM5pHZyyBPSz8sPDDwg9fLD/QFaGfyg/+cpZ9VU6wYn6J38MJf1H4W/bQwqG+0ssM5nLb+JT51GcejUjgp5SFaSb8nNOU5SElqXJLapOD6WThh4UfFn74YvmBAUV8Kj8Ei+XpM7KFFS1Lgh62gNfUwxQw/yGWgEvt0le5DNOEiphnWURjSsJYkgAPuNOchvxcfYAOFnZY2GFhhy+WHfyV98nsEC7aw1X5wIr7JWHfSUQ35Lc+G+iN9m1fbRFDFjIeBB6nGfGiII4zFgRJHqcioYkU4pwYrhbju3DDwg2/7+ACHqzYJx/1RgukXhVSreBf0hf8+ze1jlXF2R5cVatcl4MdAlerSQth/TzzmYhEFjPuB4L4NKW+F8Z5wFnIwvAMYa2OFphdYHaB2S7Mhk84F42fWm12gdlRmLXCYYkdDvvm7rAuj1tYdD+s86PzRhwy509m/71tl8ZKq6buLTR1U2jqmq2qcpyc51yYcEc398KlWzqIe7H5E3MxXOp/JnSe8KIuorTyZrtWcoYfVF1lBLjjndh90Hj9cQ2rsziUiNHCqWrCObANnEwDrtqA9Qr7EZAqEw+lhePZAyji6xRAETbGHotTN83xVTj4KjppcX7KMFEKJsGBDVZst/LQJLcpdXHwe6y7CTiA6Wycci9T2FZOti7T4oQF86zZ3Zk5vXLew9/y9aE8morf58gMCLLGIr7F/Q47T1Qnv+FUP64THLpwLMz+w1Wywb8zD/P9/36MgaTcFfd9xpHm93PDyDu49lxZM3ElrNONLHstOu2LPSadqsHnMuZ8Fbk/qetFWNjS81uFLadxyFUyYDylwDwbIkor2Jl6vURpP1orWKFBcRu7z0MWhtq1c0uEMgn8gLAo88IgFSRLaRbnwk9lnpCkMQBdpqjZdZUvlRXjhRUXVlxYcWHFT2DFaMXCq7DiszOiFdxNyWVGpJcZkU5kxHZAhhReRtM8S4TvpZEXeGkQSBkmcRinLIlYDyO2e1uYcGHChQm/BCb8MjmEeCufP5VDyIvkECv4m9rB3/8p75PisHN+2iJ1nBUbXuPP3QLD9o/tQgO+iPI0FzHWDvZiEgZJxrIgSUMv4SLJa4KwezBfzu2ywk7PzG2N9kRrYl+fMzFEX9eTWIFekxUUJzhqRQDg/vov98X9r//i5Idi22GIBvHLjZQfnASW1e0B0Dhz1BM5+oluNHyvd+nmBNNAVtlIGOGvP2m8F+WDsxMf17f69EYd6WyLAvtuNvjcpcTamVG/zmq+AGHE9bhxYLLTNrWE2yuBUB/kxE3UMI3t6K+f13i6t3He1mdn5njKwp2tbuPW52vVUcz5GcdY0+7hhmn797rt3821aRLpRXwZnMvcp8mXBzrDHtrFHg1Hg9DjUW5DTxhEj0zML53zL21n3xcaUwBqUHarDlp1enazNOFefbKbyaNYb5R82cAHngdPgpBSHuExdwV8owuz/ilXufcr8VTdqMTQ/LTZ1HOUv8G3wWNqQEspEV91KQG9ZG4cuAbPBIi42WBCerj078K5O8j8//61w1gdAPi3XPw3TFsqR2M9KVefWlsLCAD8KA638gi9/T0B0fsDTPyNOeP+RrVWiH84pRqJABYlvA3xP9QpenWSPvYa3tzJ9ENxOjrIEX1zt/ZA9xGyIj1toRvFAL1z/dZuoSamyAPWwTrtKYlwJzf7V5POzKfWj/Tgf676x/G8lfqnJfWdrdsXaEBXh8i9uGtF3VI7W8O3crNO18WpdL7HxfwLbvRziQ8XuqtAoCv2nV1pGwdoGNPI4zIUJGcyjSMvyAMB0qYvfD/OajQ+62bAKpBV03XPB36iGDjS9Uz4PDLCJKGQX1Eo/EX+8aMCK1y2IJ8VWwmCH6rbojw+qK0IGPjKee3UT1FVPrlxDrLcw2JGtV1DolpFlXBoamvcI6yDKARiY5Gjag6qeonSIoiDAtHxeFccBF4rt+JwvEHx0ZIai/0iJl5TTCQelmvhAHv8qWKiKbjyt3V5Uh5Xb0GzAJrF/2ZAP/qTgyiwPjh/3a3/+wQqZoo0Bdfhw8CS+PNus97JuauufDTzcfd6PvhfNR8X5oOOQeuDe1LzcUucD15X83ELNZ8R16BzMOrxCerFZSvyldry8Ov9aIUVsZ9SXWWgVVcA7mvWraqCe2srdm5v26eWVhnrfC5Py7ExZkffxzryfI+6N4i+x9Nup2pJ6aRFTlUP+0ZZKR3oDiTL8q44Ore4kg4P2rgry+N6W+zQwtho5KoEVrJGiRTW0pnL4h3aaqGj9dGBrmY2e35CGZIvDk9Dh3grSld+2y1jYGNfqRjJm8q8f+6CifnhjYUP2f2/UKr/WS8YnGPr9Gg+j8zqvKHHLRMZ2FjKYEIumqJcvYLVpm0f4AxCMcy9Kn7lvp/socmH8NmKNaX+AD53ipbYCNNXuKR7vSUxpywlnpclLIhSLyaZRyKfZnkc+SSJI97kN+v2cg3n9xeHy+QzS8VfGi5/9UKuBuVgRfhsoLwA8mcFZCvYkwYDgNwpfWJDS1/5k+71TqpiTuOQJ16U05iyOApiRmXm0xh+zYK8F5CvVQblixOUF0BeANnDsn0dY+tEQH7ssbpzMfHKgs9PxGcrcpSGHXz+trjfbQqRVZFeHYzOzOUqFqsPp7tt2uH5vkxTGfg04mka+6nvBSA+yyAPKIjSqiBBg9Xdnha8XvB6tgrYFrgxsqL0U8CNLtLms6OZFaBJowFps1tGyd6IvaWUzhq0QAy0fB6GCZMiTGPO4P8HiQyj2PdCn0uW9gqcVyuptCDYF4Zg5sDrkRjGVl7wKRjGFgx7dgyzY+fiAQyrijUMwFjeXB5EsqpNuzacFwgvD5nvsxT0ZZFFQRh7eSICQZjMs14wq3pa8GzBs6tIZP7Kiz4FzfiCZs+OZlbcE/MG0ExnJ3qjEn72wZnOGdSTELS3UTsAOE5ozLw8TjM8jsnSNJExTxOSYjkaSXsBre5qQbQF0Rab4CSbIAtWxP8UkPYXkH52kLYCixgZAOl39X4ckjrLVotBoLaatRVpnspISpkmYZ6LLKACkzVQAHCP5XHWD9VWZwtYL2B9JXU6+kRsCxZse2ZsCzyr7iGjHWx736zP0nmvLrShzVrApXs0Dc6Q7bxVOz29FCHPRSBJ5OWSMs8LU5ZR4ick8ULlv9sA23lfC64tuLYIoZOEUO6tKPkUoA4XoH52oLZCnhgbdK1v0HHQvb7VZFAMtdu1g6BCziIRhZ5A184wEzwNI0o8P8h8QvL+Ax27twWwF8C+jiDKycqPPwXfHpt/3SnyvFQBn8eVCwLL/rebzn+oD//5v5IV/sX69//anP1yOPvl18Wx5/pwakUqseFIpVbt1vbGP6/f2r3eduaJPcJyGgeR5CwP4iCP0pSxXDAftn5IBmDzOnVcF7hcjo2wQtwneSnGTwJLX6Nk+z/eU8ByQcf50dGKE2JDcUJndYhah969tYjOW7SrZUjCCA2SmMa5TFgU57H0IpYzjkWvedB/vH61mkQLSi5WgC/RCuB3S0dPdU9fAoaeH5mtgCHWDRjqL2OEcx0pYdS53ALkMJcRIX7mJQHxozT2chnTjBDOZRYmXltovXLpogWNF5mVByv+SQo+IU8v/bNA1xOhy4qlYXYsjWW1xOyjajGrFWOBmLV83WrBu3vdppMmZKxpN1fIYNsZkat3jLSAt6Nyl82EXRdGmYRe/hVzgrzeOXIjbzHpnH5jVRKmQwU7r5zvN/K3daJqo2VOeiqPxXb9Tyxv9mpe5Knez2T0YcQhgTrnbqdfH1u5V0mBYXIR/YAwpFCmdURblSBDSHp9xBePf/vpiFAlDx9lOXcOIkxtrcGldS5bVSNDJBLVPNz1ERFKzWMEc4Z35EXg8YeAxwp7YdEl4CGXUOes1Ep/q7afZZqSPKYyS0ByyniYR5GXegnPw1AyzhrH8f6+riBPfZmo9Og8cVUSzDvcWPZego1jg5PzPx2QM5QwhMkz0wLmLbNXjvNnaGPLVtVTOrg4lADlV8necKD0rigwbSbKciqTnC4yWepeYZ5SlOvNQ4V+5QuBPk66BcOfDH0L7F0b9qxIGRZfgj16CfboJNhrV9NIApGRIPSTKCM89dI0DViepx5JKCVCpOOwRxfYW2DveWGPraj/ybBHFth7DtizQmq4dwn22CXYY5Ngj7WzniVchDRPuJen3PNESEIfRD2SxElCs0COwx5bYG+BveeFvWDlkU+GPbrA3nPAnhWkwskl2OOXYI9Pgj3elvbyVMRRFgDucZqwKMs9zmUsqQjwAhuHPb7A3gJ7zwt74cr/dPseW2DvGWCPWPErnF6CPf8S7PmTYM9vp1QUcRKnIU18EtBIEsYZfGcZJ3nOYuLn47DnL7C3wN7zwl68op8Oe3yBveeAPSsahLcL4Mi98y2+yz+nWLTuF/jiB1OM2QK/DJq5GY5a4V39S9sjL009P44jH709vCiXXIaByNIwT/JYkMYjr759sNKNue4WOC/3HuflSjWvp5e6Ge57tlo3w0M8O9C9Fx+kIxycnrPewV7CzaLmaZU8ZN86TXHu11j7Se+rytUDT2PP6lK9qgppYaUzmA6Au6tLmcE48iD03tzC+KUeBf0OqtK1WLk2KbEn6cgHCUv/mN6Zc18sUavf5EHi8HVttE+BxL4yWU+qVFuVOb8X8MFHyqA314crocMOhM/y2Z394J8YCyVSBmLtTBVwlAMMrrRv17drmIPz1x10praCKnljOb9o2HmHpfvK2j9nZqRW7i/w/mFfqum4p3o6quKN5fpiflTTqRy7RgAbQdRFEHUViLrqaVwNohNL4QTECjDhdoBJe2G8g4dJdRWnCpur1eWq5VU2DSrBtO9y57Q5FikPwzwLWOCFUUYiQrMow3plXhTHliNMX18DED4w8BPBe2gKs8D24Ku8XIfhmoD9U9mWP0EWLHUtcHEE4VQ6um6Tox260G8GSwmaYo3KGU9VKW9K3MJL3cuj2sD/U9UQby8yBRX9CO/IHTrYaBkV/QczC9s/yhvkjX3NG1bFXFFTiGbBquj5erNxxFb8U5qZbdYw9fIPM8F6u77Zgu8r5rWSvz0J341Do7DdGd/jR/1eShDFX29QwNDFzg5SAkDCqix1BdOZod14MgrbjxGXl5vjTFyBMzFlznAmWTOTEVQfwK8JeA6/lH/fIbqhv5ZCdytAhtsBMtoFW73AH6Vol53UDtLqke6qaxrTz6604DwPREj8jCfEk17IgzyUiU88L2JBIohIajg/62YAyc+HeyKI9ww8C373vbHnlbVVtXGciyVawz6Th92Nk5+Op8MadL3UURPX0rCeeGMQOOSnjXN7EJkCxqpeZLF5uAUsrdaog2u0lr4rIUEJ9ncw8w3OvsTikgpkjzK9qwXp5ARcIsuyU23YTEm/eY3VGfq6Z8p0kUhE6vSDzF6EAL5FHfl4EPs+dO5cPIfmn6sGV4flmy+fX9iqFfYzi/7wHvba/sGmmW+g++xQ7PVirZ+90VOvpTsc1VRsnknMVFycSv2p3FreGWGYc1ydqixYUT3cjup5V2wESG0PJYBtrSucFzQusZlbqmY1s3VrG481ahu0vTxMaCBFmEeURhn3ZCTjNPdyxhNfRjXfjPU4QD2jk3hq4c3R6cwTITT+ol+GwdsSv9UTOP/T+VNRfHB2BVDUAWDi8MppFlNVNvbGUesfWEWZZ3S55MpyjX/7gHzTsJ7ioQe4uheVy37Hvq1+VxWUdUyScfx/5VxFGfha4jq/fM7xvdaBxKdxzuPKzveCshWvxO14pT/vUcSDDbQfgWTVCCFiPwjIw01acOwR34sBh9M4DkTG/ZSSMM48Fvg853HciP/D/Q2AcTE8gSdCcTEylVmAuBh7vZdhOLimOR7RUWFpFem0LpXkvpcHtJQ41YQbS7haUPgwNw68z836n9oaJJ1kAyCuDSzOGlXz5LDewAoDoL8XD6+cn45/LAHXj84/AHOdLcgcTVhV3aseDN6sA0sbQ0RvUfpx8vWxnoFWYSougP/KEh5G6DOAz4TWPUeU1CVBFX4wtxV757y+l2WxrQu5V8Yxoy99c4Kpu/DS/yYO6oW/gwvqAONKsujOFXpCVSV3s6C1ICrcxEzI/agn5JZmQiMS6QjETBVNreApbgdP/QIfAb4zKJpv7gSa+V+DBPADaF13duq5VF2rg6jPzdlDDTouFpLmMiARpqoP0iD1E0YCLCpMREbT5hhyqLcBALyHZ8C1XrrmRrQp3apneCoCjnQ9EwSOjDAJA8NriqJ3hVOKh9KB7SyUpwTsvA0KoQmszN3t/3R+wV2mjorqdaQfQ1urb2rRU2+P5gQRoVG/fW08UUYWczxf6s1rGbBVkypk3sUZ4P16pFfPLYdW3+1cWrOvnMtp1YZ7Hknzy8qKwuAfh/gr31+RYF6K+clahuaTiRojFfU2a/86nGJthHOQUMejNYiMkMggRE+lECsQjduBaN+L8g6NO3UOfU3AVh6HikZy3bLJa28WWtOykwTg8g3dVAD9d3QIY6DRE7miv9eZaKK/80kMEV8zH4BjJlYJyWiStoVZ3B+myR8cJVPXvirw5/K0Pmr7gpFgK+MdOqdsxeGDPCqgN29Gm9lR+oV3L8tKxkPjhLFNVLlSah8/telr/8FtcZDGQHItr72bTyeS34u9vAd9CXcIW3lYIaXlg9iPDVfOq1BbqN+dtrCIHipEwkX2zaa4dd4WJVrKXpsD8Ru1rn7GtXEtA3WpZ1IBGGJ2AjNx9zgTtzqZV7COa3QExs0brTO6vBvUA9o+iMEQrFuBdr53EdYvonnX9XoAa229IMqTiIVxzkPGgWZYLrws4x7NMsFCFng1zA8h7Oyu118ClMcLlC9Q/ulQzlf+nFC+wPiVYdwKHPTJZem8m15wQNLuzTU41radeDCKcsY9zpJA+Hma5Pj/ScoYpXnie/QCsF8tC+EC7wu8f+XwHnVryEyG9yfnYFzg/fHwTq0ASd8OkPz+dNitVQLRYTm9ajIkqQ81aAvpfujzmMnMzzMiJZVBSOBfDnJ7JtO0Ob8c6m0AxwcHf6o1ZnAa86D88Et9Xpx/eyi2xbFxCEFHEGN8r3POmsShzl55ihhnEOkMraVXzncivdO80cbzbJ3nEiEAunwoTkftkYj2/kSi1wpwQAnN7HgimE6B9OCsYQ6wCE6YydaEB3YiOp/dsv87hnnKHMJXnr/ifCZz+P9zWqcfNg/qRBWdXX/AReX+yZzF/LxOD4VaM3X0UHUgOzNa/7eehzpIzQC01TF4dSbkbqt5NGFDZieMoPUgBk00jVMrjtO34zi/Xx+VE+8PD9sRfNaN3NuH7SBCDzZpY3QQxTyLI8m48GNPRp4gmZdmLAuzNCJNxNBwf0MoPTyBp+L0yFTmQeqx13sRq6l3Raz+GUM+WzFEH9fwn+IAAGu8AO/WR4XNMHuAx1Q5jz8AYErtvmcerr6/8s3D6CErzEd9Rn1upYOSbkBmLz8APmtQP1pndxgHWnvEI2LDeof7AN3/8Iw+JNwlsUMwf2UrqdE8nsw/nzbHNS4rUQmhisf+BIhQosOOEjrf6Bioqwmf23oS9TEXxspscBLoL4ISp2sCscawbHinTkUzK+bRbxXVWjv/6vylSAqQg008aFYbFBpVq65YsHbdg2mtp5LVmv2+bt058Zt2U/fUD+5Cobx947F7YwfTxm96Kq6N9z4Tto0PMju+PfZ08EcVtujcbtbbfSnR8RihTAXYqL+peZvgGVCu8rUKMsHj7s1mfSsB7l45rwG84IvVTh9V1YPKDQ/FDYycUdGTYreWpXEWgR5P+7mNB58sSn4Bjr0agrHsTDed5kRg+DxnfhspP1Rjm1jIWiT9ERay+x5XyzcHXCVXMyTgJCr0MWGQtTyKLveuCvZKcBJjlRvWbvVWL5sOwiE4t4IcfX8czvvE04sY065DMw6qrRK03EtCGgcZ8Ukch7DIYhmHnAsv9eKENtLqJSid3T78ErGbfGbZdMHuLxK7gxWProbdC27PhNvnoerUii30WxXDfhoqGLYerRe2HiwXJkTCAuHHMScsCWUQZHmWiSj3SZjwMCE2Ll+3WtiXKEMvOLzgsL+i3sqfRYae/zRuweGO/GwFEPp2AOHPawwm3zjvH/aF8sV+GBait7qte6zbDsnRF1u2Q2pYmgcsC3xOMgZonXHpx8z34N8sZEmTtfRitwPwfXk6T7STTJjYLDA/5Qs8r8T9sza8ylYszFmW09oaa6cu0c9241gPpz0zdFcG7nWpSeWmURSY/vQAa1385iSnBD07qgxQ2H++gfV1bhx+9aISQH1ZISzcpT6e2bG45UT9JAu3eiAAzq1aVz8XRYYig4ZyFTOJ4a1qHX17KmAbzZ+I9VjNQOVc3cIM3CI3OK6CJNGLSIVGZmYGI3humoyA0SelgaJWcKRvB0dyj+tX9MbOh1xhOlzV029lS9Yo3nOthdss9xLqYxqOmCUk9HyQuHkMf4l54Asiatzu6WgAqfuGfCI29w4+Cxr3v7vLkja5Iv5iFgCNtZuiPJ4fyaH72m6n6/Cq1E13EoRJdH+TZVlvJLwf1w0+XeNBZ32TZzxE8wFl8BCNefDP7IHYOrMmhsm9vxO7Dwgzevc0+USvm0J0Z1L5YpzcEaeAOKOXWZND9GLa0L59NPXkzAqR8+0QOfmm2G4l7JhOlLqFJjI1TdxSbM6kwt6rbUkwTgUPOfNiL82yVACmSEm8SAoZB2Hq14jS29UApjRt28HsTwWWoX5nQpeh7idBDL0mxBQqIPpO6fQ7p1kWGNtvdHjpVGq6UsuBt9XBsHLgEpi+c4/5Amq50Pbl+p9A+A8q6QT63e7gWY+6EXyodF2cygbMVIZp5WSrOj3LLYQn4DsFZkNrd2ZvgKkIhiXE+YrSlU9nQjBMBqhO+L97kKqqwH+1H/udeuvar+4KScxu5VGf7UsY3i12Gqfau7TEhayHH0GufpCYil1WHFjQFwemM+UMBYHp5BQdr6Xza50DoCiSMaFBlkguGE89mkaxIIT4Oc/z+Cw8wOpoyE+pZ8iZwnpbg88aKdB+d8+LUG9MvW6UXX5r0olp52uV+FJ5xIB2WmDSSZW6AdFM6aGJFCA4gYYhNKCZSIODcTutIKu439XSFfQFoIOOL6+ujidfhx4JEBmhiz9tR3DN4yn1pkp9+hd5PBRG5KuJqtEpjf3wWvbBKgMrvCCYhhH7lJCHWmajWFbbddhbqgcvpgKmFXEV2BFXf4K1Lg9reAnHYswvf2PauSW2G7IHjrZqR1slmcho6FOShGkMWiVJAhJleU5z4THSSICjXQ4A6/g0ngixFyY0C9heettt2KWfGXbf12U3DGaq2Kn1Lt2cMhRKVB9iA6rm7uTsxMf1rU6oqnXR3QcEaugbM4ShgFl5j8JrUInmUXlVhkOxwcT0tsz4aknjeBX0bQdYPUf2w3NDF7OiiAI7iugbiQEe331UDq4qoW+vxSvBZq5UzXSC3B7T11ijdn3dPArTLPD9kMo4SbmUHonTFBRWkoZ+3iSoHetxKEHtCSVhd3QuT81Te3mIeZLVXh5n0tHFVWsX3cnSnFvolIn1ewJpMEc4U4lm3SIFEMJKGb+hlIjZlTeY5bwtZZbmMMCcRywANStAhQqgApANV+TJAPVObjZGd8aF6bzH5PPHOjxMHRd/t5OHW5MmvKoDN5dcWML4RnnG8d2jHr/KtajWnFTj6y1TVqAxKBCOIsYnnS4wKzgosIODlFCN5tK3xeGYF5t10Q3SP/epT8097r66Z8DX/dyz/jG3dv3rJ9/bgeGL9z0VhC8OMAsEXxxlktruX9HTXsmPeDSmjh3qadZqdn0QcQ+yoEpBiuLhequSxr1y3t0BDKOMuC+O6mhDxWjC3tZHz8Xhg3XaXB4Pa7RP3rQyNJoqRwjg96A07g8F4ri6ZIJWlIqoDQcmiuko96A7FpgUV3m7qNE+NfJzsscRvHX9VpZaFr8n1ylNXCEmGeOs5Tr1GCD9LDEIP9ghqc7Poix2hwdrdo0/VW0wuZalpBMdq6di4VjjVVUZTUbIsXrRbv0oVYKDy+5V0YAZhVnRZgEfp8efBSi5Z3aUHnTeQsOBAIXx1i0FhSYeyWQgeRAQIjnzWU6CKAy8WIggjFiTr3i0zys4xn6ptBcvtLfQ3kJ7vbTH4J/r0t5CeZ+J8qyIvMAfp7y3h+IfeMRCxglvr5u5ZALd1W3b5QmJZIKEXsZyL8hCElDO/VyiQS6OGfPHyK7ucaG6heoWqluo7olUF664PxvVzR4hs1DdI6jOClsMgmlUR6dRHX0E1dEW1fkxC+JcyNxPuPD8kKSY1C6knNEM/s+bQnV0obqF6haqW6juaVRH6MqLZ6M6ulDdM1KdFScahNOojk2jOvYIqmPtWP40iChL4jyXiYjD1A+ECHIODEi8WPr5FKpjC9UtVLdQ3UJ1T6Q6vvLobFTHFqp7RqqzAmaDaBrV8WlUxx9BdbwdUktyP015GmeEiTxMgOqyXIRJmEY8S2U8her4QnUL1S1Ut1DdE6kuWHFvNqrjC9U9I9VZId1BPI3q/GlU5z+C6vy2YwpLI0mizPeDTHjck3kgUsoimnEgvJhPoTp/obqF6haqW6juaVRHvRWdT6vzF6p7RqqzMgCE3jSqC6ZRXfAIqgvaZ3Uk4owLdEkRsR8nGcuZ9GLPl9Sn1Juk1QUL1S1Ut1DdQnVPpDqy8slsVBcsVPeMVGflbgjJNKoLp1Fd+AiqC1tUlyTE92nIg8iPwyCQeSIZibMw9QSJw0hOobpwobqF6haqW6juiVTH5ww2CBeqez6q41bOj5C2C0fUq+3N5gRAcVBB+u0SEtWidVPdpGa3nmud5G5hHJI8pbGXhSzKRSqA04jnpWmYiZDbVSS6HQ2QWE9LFaI/Q6m23n7nKzDR2/1lQgteXTPf+E+5yhXUzTgp6jrBbfKpngGTvmE6SszjgO0VofwCe/3twapEeaN5zGDDX+qX37BkeTrIzQPWlhemKKUjH+ANiWMKb+dx7ATAD29pV8Dn1Phx9dTjd7L6lH35QDpXz3Ee63NWm+5zozzxXC9wVBW3GWppqqz1f6vSiv5iEk+9O5p8pm834kHLNbomcIU4r+s1pBKD/LSdE6SxhKlbpTp1MRkWYnYJc1KlXmD9PegUIbo+cLU563WtE3+onDQjaN2HgBNzx3ErJ0ho5wTBYvcldIkvSifnP6/HZpq4Vf7+bqDzUIO2YyDhUZT7Oc9Ynmc0JjSPfeoliaCCctIkXxrqbQijhwZ/KkYPTmMejB5+qc+K0T8Uh1tpEveeYPXoNJwbKQ5WrYcbwGacj95n0HUBEKDrP+gKDk3CuBurvG+D2XUlCJN8rsZoAV3udvCLJoZ77Owgdreq8hAml8OMc+UsWG1RxDfQ6ZK6aQS34xXjc2f2fHeC7Qc8eFbyZ354Pqv2o4c+L/QzCYWHAGcqFFv5J0I7/8TP4lb8E1X2N3o39hT1MS1cs1/PSvn0X2/hcBB6RKZUiCQMUuozz+NZIDM/9P00j/OgKeDT39lQ2Z6BoZ9arKe/23kK9Ay+zUchcHANq08DleZChZQp3JetS5QoAJrR3CKQvatW5+LxviiP5SvnT+sPUt0gNwAQO7TOmILuqkZPhdwNFN8oy047DygOLkW5Bik6AVyW2+Ij3LjOnfWxdABgnZ2UmcyuL0rjQym+WbCZwT/RTNisU85LjcPvQaCukMik16sQCiTbh821ci7rxPNSIzJK0NX2NDn2tq1JXM64XE/aPIz77nFwbeVOCP3LcA2aCO7Iy6jtllXDUfA2zdqexwnJw4yGsRfwXJA8iUGOpp7nyVgmaZhcwnDT5wLlVxamf59Q/sfZsXySqL1geoPpWPN+wfTrYbqVJCAMWpiuLfs/4B3w3zfigIc8dpVj08Q1TVyricbxoQbtVNQkiqOIC+ZHkscRT6McJPGYBLEX5z5vEHyot0Hs1s1vTfO0GvzJ4N3f71y1Mge6fxEAbibnmMk1xgpUWc/tzXcCD0UPUgK4Yypq3GtVFwD1xQmLnNzfrbH6MQycqOzUgDz/Cq3QEp3VZZkMPqdVhZTslfNeVevUWaxVO+tZoLu9Bq7G5FLP9SPOPN/I39bJBghBbf4tksi8RpU+qb3+mJMqLjUgGK+YP7fR4UcAkH/C5wUarPb6n9Q3sWrG4cH4tSwPd/X49dGdXhNWwTgYfxT6BuBlKvZZUeOhHTX+nxKWUCNsmIX9Cy6U9/K3owWBO2iJ08yUo0HXCNF7tQV+cRZQL8vTKMtJIv0k9gMResQLBE+Fn4U1+PV2NYB8vW01v2BhoacC4IXuZ8LBC6O8CDhca/FQyaYCpoOGumbZGNFTO5bAlBVIKZPaK9CMqmO+1z85t5gmXWA1S52Kv2VShvmUe0DEcif2+4fm/M+GtpGTvsqK/IcXfqb3RQqvnKxo/FTc/gYA84PzLRbu0sd4hyJVh71aaK2rQmk78cxCa4KDuxkMbs7r9OCVsFrXglIL97Kw2g+IU+HainwO7cjnv0hofDrg8eefd8bnxPhuWFDdtHKhlYut3KaVBuyRNu1yTzwMmSdzEFpjHoRp4gc0FJJQFjEQW5ssViMdDoD3B9D9NiARwcKrb62c8apd/VQE7xujcq5rqrTOAuNThnpuLH/tNJOz8LspINwyEBQw100hsgqgjakBJV1xxIJ6WOUJz1SgORoOSi2q/q9fT56XB/ptOCNL9pJQnRcgBetimWjLWO+wwrc5YBRVkVFVhapEea+U8qWJs5yt/PCpsPja+R4LHiKnfifKB+cX8dD2U8OC638yvjXV3rPf+9wFkYWbw4SUkwMslgf3Xjy0vdWw/nrlrFZvgfNdPgKfY/A0FUStmNrQjqn9pSiaqqvd07b7omjqm7Zl3PNL7RiinPk8jzMSZiyJACZlmOWJSL2ERrFImjzu5/0MlZfaASWhKHg+8FOrSg32PBMYDg/w3BCoigmZcsWq0HDp4GquxVdlUz0BzmkPmcpnzRZxy42UH7r18dBdYmd0/c8lgVpv9yvygP5CJejwCu4W30gB00GZmX3r2LjXLrJ9NctHUo3vsqyFBd2C7INEcA4g1dnYVBqw4k0jb5QGzk/xBkcfIYW+s7sgyKJAcMI8RikTiUxlylIeUS9Jsyj3Rrhh/NhuoYiFIuZxYltI4QWSgu+tvHAhhflJwYrMjEiLFCqd+C2o833qQWXRwZPrcw2h52r7CDDyufCll0gap6AYRDFLvCSJoyyWQchtIujparAM7V4elBtj/wSeXIJ2tPu56GB8lBdhBRdbPIC+7TFV4Ez7XDyMe4c6tHsAkIE/n7mGvHK+Na0V5ySb4lZ7fTiwTwo0eKTKxILO0VmmG6GVvWzM7Ggi352w1Wezfn+S58bvhWSGAZmuiDdLMIuycH8Hm6x4kPD90H6jnXzeVRtBWpZvWDguzHSvTktmxmcVx6Js3rKajrLeuBuYjls202ls4fZ0LsN1veJdBFXjtuG+exRi+1aAYUQvIfa5JD82hxq/RyfaCjvMALNlSHkehn4k8pwSXyRMhhyEe4DyGsbHelzQfEHzz4HmV4l5+f0jOWsVeF2Q/LMhuRWVGLEOkiukcP6GUDgmfCusHJa+7cvt8nOZ76U5TcNAkByk8DxKMuYDkIfCAzE87BG/7b4GEHtg4CcC9dAUZsHnwVf5zLBse5XYq+DSUWGBTncY452ud1KBrKMezMF3jyAvf4PFv5ag2r/S7k3ro6MyoDxs1uXdDeA0hodlTgJwcHsoToDFqgMNy8L0hrgOAyt8uOk426kQ83x9POJwuM2w2WkjnfSuWKd64sr5zpx+la8WG9BiA5pAVH4rIdgcNiB1Yvy3daLP1rUDpDkjNjz1TbMNWtvwOjYhdWD8EefjFsb9pnIEMUTVbMsOGo7YiHpBeSpJWfGaEW+Fzqd3MK8UHSHql/a+woAmO00TR9+0P/Nucfd1e01hTeD8xNv0U5u/qwD2vvvuTtvkLIJ+ZICnh9GPdD5bLP3IGHMTWfQJRGZP8Dx7V01YsIXlYXdjQu9BMRD7vYTVAyRSZwHTRwbGCce4c9ce4vp8QQf6KA+cxl3zHyf0G1EuOg46VBxlkzgF3rPSbWDFF0hbOvge6KkAFDs4H9aw9YvcUZD2h2dL4jXiW+PHKxK2skdN3ZuTylQfDyf5OC+dxq5uPHTeAcqhl71G2G/gC2g/c3zTb62sam9MVrX5/HMaE7vxzSnNVDS4AtAelcu5ckC3Ery5JsHbCK7aL7lyyXGrl3w5gVQ8BLhWxGXkDwHuz3J3GgLXrb7Wyop41qCdnSRKeZAlPheJn2dJQjwuRJp6aUKDjEfCyk7S6eYK+Q+/OMyMF8y8qulmSLgfhEy2It6K+teDzAUuPx9cWsGMUTAElz9KoYzh58mdrEndqUZdY0ofgLZatu3hhGVxFhMvSxgLiU/DVCZxHlNBQ88Ps34kbfW3QOoCqc8NqWYPPBJUaStu+wmgShZQfV5QtaIko3AIVDEu0vlmU6QfhhAVj3PcxLQYhtOmWSdKnHlZFgk/F3mY0pimPk/iOI0opUGqkqv2YGnT2QKkC5B+DiCdrOA/Ek79FQ9mgVO6wOnzwqkVxRhFQ3D6OoGtMISkwlwcBlHVohOH40exTIkMWCwz0OjjhHOf08BHjzurQut5Pwt0LtD5QmTQT8POcOXxWbCTLdj5vNhpBS9G8RB2VgHy79XFAQytAtmPptEwlrZatuNXUkHCRKY0SznxRJBGIvIEYVEaeEywtB9TW/0t2Lpg6zOLpZ+CqNGKR7MgKl8Q9XkR1YoDjL0LiHoBS6egaAs/szyAdZV7AfHCmMQ0z2RA0jD0g4DyNBjHzwU5F+R8GQr947CTeitGZsFOf8HO58VOK1wuJoPYWZWTGkRPq8EIflatWgjKOU9C4Xs0iuE/TJBASuFjFHUS5l40hKBVXwuGLhj6+5M+KV2Rec7rgwVBnxVBAyt8LaYXEdT5WX2XSzjqbk2zCWiq27YtpXEc8wTU+DQCTOVenIV+nqVJGuZ+5Hn+BUzVPS7IuiDr7/LcnrJWDY0ngOuTK48u4Po0cLUiymI2BK6YNR46HwLVtL48DKamTbueNslznuZeFvjMy8I4D7MgBDDNAUmzOBpwfTI9LeC5gOfvUCz1VzyeBTmjRSx9XuS0wpxiO8xJp1h+UwAIHNYlrPEzH1KdBzmtW3QdSAeut12dfAGSJqOJ9L089SOSMuELyUjixdIXTUGMgc4G4HNo6CdGNQ1OYhZMHX6fF9E0vCKaVlmjTK6ERMLa1UUoRI4Z0aws7XWZ5ns7llBl7lWrqXm2bq2iV4AZzlZkulwzbuL1Lt2c4O/b0+a43gPiyt/S9VEH8sJbxPrQZjhsXRfLwL+oKWzWmJLt1SfELc0aUKtfl3pTfeGoZ5fPY1G/0S/8df45ajh/FXG1xCWRQ8gKT/eenrK+wFQhP1UFzPGBqgha9eFUkmT98a6TtR7Hd9fW+HXEbDO+XmATE9cPgefEwNnAiuOK7TiuXyS8R9i/b++KYx1OPBI4e6/bu3tsX2V5uxw4O/W2buCsmZ6rplcltjCz6qZ76BniyckeevqcK9VDT9dzs0r0tBp5ampnZaGNmK5yJqgVDvITrqAmDX2B1fA+YludrRO70cWqKw7SGem3Yl1zzqFAWVxVaypOt3fWnc4dPM0Gn6hK+gByWfrBSOKOft8g0H+UqkS2o5omxW9OlRy+KrBkl3165cwbO2sVyfpkVqrqyZd9UN65eI7ib6sGznfwgdLjwkqzslLcdeGbCpxXiWruSRramkddQOstbFVVaHLuYgM9aUNb2F6X0NqbGUyoLtAH9heVqMAbojwrFi8OLlDeBYbrmp96uaZ1Lhp7CfNExgM/CpIkDz3GQZsKfJJQHgkro1Evw8xufvqdE1m8ENkQkV2bxxYC+yIIjPLuscqsBLaQ18zkZcU8xuElfa17LN2rbfUeSg+3bB9JBwkHQhMhS8IoyH1GvTyKCE+zLGN5Jkbp7GoH0gupLaT2pJwcC5H9DoksXPlsFiIjT/UPWIhsApFZ0aaxHW0Ki+kj7P7Xt3KXquLu2bkqlinw0ucYWIc866pjQw06/lQipxkTaUhZ6OdBGPCcUp7FLAs8TzQ+qkO9DVDXUT2BK9QTtEZ/otVxsOOZyG2w/+dnOOlYHwFJRCfi1mtFJe0umr+aAj/1+X0m8/UO/rR5wNP+X/9FJMVH6fyrk8iHYpf9+i9WnaAjFg6C7QJNtbcB8lF2xqa9WW2f/fjqd5vku8JwRlY+nSl3apPru6qTYx2Pv1Vp239WR3XH40Hjl5JT3sO+ON4XhyOIPTNnT23SfVeVc6xjG3ReKeEj4RlQPSN1HHRsZjSCzoOIN/UgyIpgje0I1v+1PqZ3cuf8rx10UHaKDlmY/EFd7xQFqgG592rHMSujWRLlacZkkCRExjzOPC+NvTwLZNqU2untaqhmsZ682z/8U4sVj3U+V5XisTGeG5a/+wjrYq2w+I+wk9CNClSLQgn4esIOCPLKPys5lesdaCcmC7d5jjNchUumnnHtI5DhZkanK9Rc4AW56KGjNZFauNlU5eehNWwoWNviN9Rmtuimc6N8txIsfQyDpFV1ZEUgWLscd8gfoRVoNTuY+/rT8qfOCuRfpoTOeCs490noDjC0LY5YsyGpV6vzTfFbU7rhr7v1f5/OiqR9K0vYanMj+17Pxi2t2bgJzqY63j+p2XT2r5up2Yygej9uTYX0JoQ29OwQ2vdr2ErVCxEHOzEWcMhDPTt9SQN490Jbkg5zP824BEk+oCT3k1B6cZJ6AOMhzawcWN1eBmBbArAcXSPHudZNT4XswY5nguvB/qdAdXRlCRrh+gibREvH9iJQtRCUMJLqwuWmzoJzr300zfrWmKmeUWWib3mPgURcFimsWgffmTBlG1o1F26UAxiicVppyLrwJg4JbxwQfKNrdBpe0MYpnK0a6rTHAijoVKangLdVwr5Vbf76VeVvHhfCQF3qoSOuDxg4l3hrgAyer/1ZVTH593cCEA+o18i479fpBzmj76yBPQ1fIKS67XWv6scfYQ4u0r+Rao96DiNgdwYxU3EutnCODODcn9TG6Qe6jbl2jnTqSju1SijjgHvCy7JQpGHqccapYFglOPF8LnqhTnVzBUP3AmcLnD0jnAUr+mQ46wBRBxymbP/Qs7a/Hav5VgIIHouDHFZa9xIwCpsM6a1DDdqYkEc8pDSM/QgWMiOEeFHsExGGISWSNinshnobgIbBwZ8oBQ1PYxbUGHmpzw4aQ2uiUxcKJp6DtrpWxnncl/IBFU/QxZVhUcNIFS5iTr2gZ/XUfyybOuRPQpVKE67ApaphqAoPVi7EH+UAumzR03lf7E8boSdXTWqpYzWbZquRkK88LG8yr2Cn5LbvdrfiVkl1ZrFquyVan2VdBtycHV1LulPCmzQTqXe0NlfiMZKsS3tXhdJGRLxBRJso6oXEwno7dPRn+Cw4hPPXn85Rfmsuuqd1F9/PL7WQPZRh7MXCYyDa+XnkpVEiIuKR1E/iJMkad73zfgYwvWfAJ6J539Cz4Hjva3t2BD//0s2ZrjYfKnCGx1FAaWaHQZ4gEqrz4PLDGrSSV3g4oHAWGqQflAkxO8NcmwhUbU7VgaGMMwowCHvjwLv8uE4l/Am2qiXLoZFR9MWvqrGr3Q788uxnSYCT6eZUDkRCda+eozJ+qje6yTPictAqoDKLxVEdKX27vl3DPMwp9a8n6pG4BI1bf3X9lY0BEsNcr2RuVGdJmZ5KdWpbutXac9e7xvAIS2oElntAaSogUwuQ7YjUH2FtPzg/FtCbeCidH3XpsAqR7/Cqe2euuqawmIbknmvtMlAikYzmccCSNAgyFuQBCVM/9lNBc5I3Efw9HQ2Act+QT0Tl3sFngeX+d/esuPwLKtegxR4eip101ASdaoLaHo+bZifvMbr7zd0BtOKtwG1i6iqr8qulTK+q7n5VhzA34w5s9wIPl4d92Jrrw25sgGygfDwHtlPHi5W/VzxvnVWhYMpEftZCBVz/a6ldPmo4Q7p+JzbzC9214xauVhMDWodDwnU8AEWpu97+6CFQ4kxG4L0P3qbiO7Pw3Y4PfYd70flX5126dr9fO+h6ClighZwzAVxtXD1VaJ6v3b3VvCuST2ncNb+IKE5zIQLKBRdpGMexR/I08pPIow0hTOm5Zgj9giqG0LeOTOiJdHGp/5m449IwU4gkvrYrs7bAyIPykbWqcR9lercrNsXtgzbu7tYoYMPDYJlwJ18r+nDuD6CDHvCCWqHQ792phGVoDKzbU3rnoE776rpFUt/tpbLzfP+/l4rev0e/BeZ6xKVcVa4NV3wuLUI9EKbk03rE39bwdMVBed+/3ul0Qu/XW2UofIvOKlp6+hOWsYfXoZhpds45VnPSCsVHMye8JPScXPSKcTELDs5J+zRs9Jw0R42xzyQ8n0pH3KIjO3bzDUwHdvUe8GOLTsPVwUbFQPZ117quKaf3aotjolzINBZZ7sUhC0WaRTLPRBYKkqYJsmTFMb1dDagdqd22Oo15KpP0djoTffT2/fycgZaGns9/wV1X80xtiymPh3XLuoNn6E10DAyiVWnHfgnqZFE+R6xl91yuxiu28sgM53JdyZh962iRrwleqLOf/liF+sDbhdd+LZGYAYIoLGmiF+rcpnW0ESA9LvdhNDqC+nLan6XBm4xAvoVAdgAe97h2vlA6xJsC7lMCiQVC0ET7RijhPrWbaBwaatC2fwSEZwnLAhIzP89yyuMszCTNc5LTLMprKBrqbQCNBgd/IiANT2MWTBp5qRdhiZCrGkVMOq2hlXEBn/RB4B0q2SXaVkCYVFtBHfmZNoBgR217ztZA4aAI3uCuRU9z/TOOrfIilnfr3fM7ti7y7QuSb5UlhQQrGq04fwF+HIGFrHZE2Penw26tUlXqk/ufymILy2Cdnhsa8qqpOWVcV027RoZLDVuIyyI/jyTPRBrnEZcipCyK8sAPEup51Cc14l7qdQB5L07miQh8eVqzIPGEl/+8iPzaqaeoXTXO4g+UtlUeT7tddSiHMwbM3UgjKZZ/0D4bSbHJtMdWHeMJIlL9yI6KnF6nGFdw/KOWHyuTRtd9xASaNXPbryWeIqnjy6LYOvokvlziy56KdMxfEfICkC60kM6OtfqlKDLMOIuLbyQtb53OoWl+Js+OpNybdtdZxj3rtrOMtp2MeyMjPDnz3kjfc+V4GBlidgyLHo1hdtRTesBkkdkNujsc3Pywlrts83CjkavRbA2e1TCndFsMwzKIhPJnUgCqtfzeqvegkm9Dh9Z7aZtVN+sP0mTTroe4EyXMVO4cwMN1etrA5oepaCTTMV1t3wntlHGDM/iHVD4UOGTtSKdO1FMBb+ijOJ45TGzFbicPcMtmU9wbDziVaNZorzun2G1A/nW06Sk1b+B4OKnXA32VDmYNzw+AtgjVaF+GeX9qVO+Icm8W1FcBu8wlvkO8lc9XXrsuzkSgu0qOvB7LRh0hXFmOaiNH42b3bs78DD2mjTom2MyhsXI0HnaXMjSMQfTFTA2DbGWFkRGvw1bO68PR+fNONgpuh59ccTi6VXb+tqNHlWqot1U7ax5lAQ29jAeeH7EozrLEYzQP0iDKApY1mRr6+7pGiqEvjIbihYa+PBqawwvmd04+ZEVA5veuRj4L8VyReKy4PkJGied1AvtmlHmEaXGBelSzdtELwnMZ01wQL8xiwjOR8IgGQUSyJMpINsI9qrOFfBbyWcjnayWfeEXoHORDFvL5vOQTWVGlhI6SD5arGuWe+8JKpDFIPdiqfdDrZ3GU57EMZZr6VMZplPtpEsSSsFwk8QjzYF8L8SzEsxDP01xqKhynbOWxOXCcLjj+mXHcihglbBTH32MKvW2xw4ccxfNju+EFXLdbt/CdeGnKRcwoZWnI4jTLQiqCnMZZlmfJqFXL7nPB+QXnF5z/ShUMRmdSMNhCTJ+ZmKzIWcJHiUllOhqnJFk1uUBGul3bwCVywkiUpiKmPKQBIRlJ8jz0M0kjxuUIDeneFgJaCGghoK+VgPyVH81BQHwhoM9MQFZoL/FHCej7oji2a+GdUUFeNblAQLpdi4C8OJCJHwkCOg/JhJ9TGklJg5zzNGX+GAHp3hYCWghoIaCvlYCiFQvnICB/IaDPTEBWMC8JRgnoB7z38OCQUQ661a3IZRaqWrZ4KA5imhLfl4yGnMlAZH7gB3keR3lKIp+P8FDV38JECxMtTNQKM3ncQQtnK8LnQPPgqUXcFjR/JJpbgdEknITmdAqa08loTttZgRiPwizziUyCKCN5yKMUFAyPZCTwYyEuozld0HxB8wXNn4LmQaue26ejebig+WdGcysYm0ST0JxNQXM2Gc1ZOwIki70wDvw08Hwa0hwDQEIBn5z4nvQZu4zmbEHzBc0XNH8KmsetPBGfjubRguafGc2tgHMST0JzPgXN+WQ0523PJylCnuehB9J44oURD9MkjnLf8/OA+kF8Gc35guYLmi9o/gQ099mKxHOgebyg+WdGcysgm3qT0Nyfgub+ZDT3W2ieh2mcEJL7fpwHcZ6AdJ7nJBUx2s5Tnl1Gc39B8wXNFzR/CppjGrdZAs28Bc4/M5xbYc7UDnNW6SLrT6ayjr05HUp4da9VsfN2clFsXc/Gxdaubu3arTW+T2jbjkTzkiAIsiSkkUwiP/LjyBOccc7yhHlJk3J0QsdDJVjwzjoNlcowneo7RT2lp5ZkuTzEXCVaLo/07Pzw3UZ+FFUR1Ko+YV2rRVVkadNAnQu5ja/6wZzmKzlvLbIQu4e6c43pFXAvDi+PdnihkYopjlaczZ3e+WdZAgSu/4lf9Lu8/nwKo62iKNfC520zvCvV8A08N5VQRqB5CqJNzPAcW5G/1I78/VnnafxRrA9Y/AULnRjJpJWBFItwYtVf9w4aqvzg5Xn20eFGLeClcUZp4oWMeHmcUxFL3+O5H/hJKlgUcCvz6HCPQ5UI1eOo5lhBBnPxm8d5ckXCwZ7nqkw4OMAkWKVXhNV3bWEVJ/fHskod35QFhFUH7WVVmroSYxsJHBMD12UDTREtTHLu/jfI6uvjg6PrLtw46nOa21uhhrp6qJmIOGW6TIrq6Lx6LNZLMbWrzXYxXQqsWXg8rVVbg+CKDuqM62X7UeVvoCwc16Vc6swu2adH6Iy7JDQeP37wVDp7rZkM1+gvOrvut+sS4OgB/gt0glqM8+e9yZgOq/rP+CPsM1WhWZHcrOqHcKtM7Vh4URXT1dOB/5rpuIWejiqMUlTTcQHKFOld0ERGCWQqz1mR0dSOjP4JG98exLY2H9V6m+1/ua6aVVacRrVqPDDHGrWZLhJJTAnxwjQKeSRJHoTodAl/hH+jJhh6rMermJEOGRoDSlOMbeaKKkPdPzuPgRBYHGA9lGiNSYCsspamAECvzUaOuUUTi2rycZ0AsBydZh3lUmbaMqNI5saBJ97D4sf9Wte9uRpdqILrqt76RKNKDU3xipKWUWVka6BJ5YpZ43Q12c1DDWwKtZr5fI+vuAKzyt4zs7h+MnOo0UxBVbMh8TPXCGYWygiI1ZN3zcus6yW5+DIvW1ToELJZobWUT0M2Og3Z6BRkazsiJoHvRVlGExJQIhPO85TEJPYA32jIPDEF2eiCbAuyzYhsfrzyvCciG1mQ7fMjmxWzSf1pyMamIRubgmxtp7wkybIkDMMg84M85iQUvhAkzzPGAj/yJslsbEG2BdlmQzYKsLbynyqz0QXZPj+yWcGANJiGbHwasvEpyNZxUItJGuQ0T4OEJDyLKRWpH2c5pQELc49PQTa+INuCbHMiG11x+kRkYwuyfX5kawLjWMv51pwnNXVUzYuyUM0cdDR1Tu/rJp2qTiMtu5Wcmjbmt2kANfXY52wK8x769D1hG5xIF5w0XlXYFHSxyVM2ghqbwiB6pKOVKeBWz6xTTy4Xu/TBge6KzcY6X9HHK4BYm+KA5eP04UoNPL8eft19AviMzfSnXPk73SMcol8V3qi8mNBHrD6ml7/BV9hIR5TQQuLxj65ep5fEjQPX8HwLnnSDYACX/l04dweZ/9+/dnZy57zg33Lx3zBtHNU1k3KTTZF+KC3HvF//xTmKw608Qm9/TzZi9wEm/sag+jeqtYO77HBK9Vu8kwcJb0P8j1f/nhz+B/7b/+aa1/DmTqYf0IsLwalv7tYa7z5CVqSnbVW8vHeu39ot1MS015wo64KVdhHqO7nZv5rk6DBSOarFGh78z1X/OCAMq39arNGFnSvXWXqd4Sr/FoAV3kgKw+6dIscquPBS4HJz+KL2CrQ8FQAHsvJCmJk0YMaucDMzGwCTvVvkrtqDeLk+e9FOO9BSz8Y4JYzQh36rbv1WKwexi7yhjl56eaMJweOe7YfwzeEEjc+c+izaSFSLPp/UDmsMN+ySxkDLmahjoPeZmGP4KdvEQbvEQV7RKxIHFq4337ImDFWTvnKPPlR7wrgP2MfvePb3QTmjokOtrLyqnH+tnQyqk33dSQYPpatOAxKhX6119iuw5qg4KPdbcQCpTvkHoC/B7vbxfPRJCDZ0ZJ+cEhD3t8Vhf9d34H12+fy0+xvV5Gds8jkPuS+h8PAm/ixF794pacR9f1jfwjqD9aAq6Dg/S+edWSZIWkjuPxZbE0xwLecvLRm5x2ouum6Ou5VuqeeifMFgLu4dzEXtjBEg1i92MvyyweNxK2aOhtMMEkbrmmCT2OuWHTi+fEMXloe1lsXq8ORaq79Pq8NI8dHHGx9812OOF638sFU5eb6j8E8EssUA8QgDhB0vZudyeAdDPxzlZtMXI2LhmN3uLPChRrHRVu1kDkyQLEx54FFfJFHuJXGe8jhC02oQZY34OdrlgHm1tO+Zu/r0aOezgOHoCJMQkV3RDouS5mlzRBOGdMpKh8UAKhMR0O9uiuE1CujQ5NFyPrVXoPIcVbeV1/cd/Zpk0RrKOdqRedyqZfNpDpcdAO2A2iT3QzvsyTaL/iB3sD7U8nj9ExbX0sJBHzDd1k1dsXYbOWJY4Z1wR1fEaubjvv7JrefTQFsbfy6N8FQIutT/TELZhBc1LxQ9Vjj7aXdUEX3KWx5g6XzZvFXLpprwDeBLujkhDIHYID6K9UbAZkQh4cwq98ppRUd1Y0IRxUYBz46P0iKitvZmDwAF67SSF2GYLYiJKsoUjbAYXoXGMaPnq66mPNq1xcZPwMrjw17eH+CmQ6+feufqOVK+r1vMCZR9sxr2t08kiP8S46Z7H+Lscg/eqybO63zm5/h6owZ8l8TowOaxFfFb+sgl2nhsZeenWlj+hnwAmAL60Hs02P20VfORZVsn+dsa/lMcyqtZVxQvwbsGNQINh6Bjm3m09BJopucxoqBcJMKLGsqAqTv0rJA7Zme0+AG/Jcb2WaT/A45ufmulq6gvtJ3UsiwROaMk82WYZwzUDgH/Pw+TIOIxa1w56tuv4LfxpZJ2vJD2SyXtoeC4XiOPAdWgFVl8BVBdAPUzAaoV28VIF1DVLuwiavXjOaSqK+2SYTTwMkpCzgIvoDwScSSTNM6ll4eZEF4bU9X9C6guoPp1gmq84mQuUCULqD4jqFphZYx2QfVPxW1RdkG1+vEcVNWVFqiCeOoRkFQjzn2f5CRKc55xXwSRz0Dvytqgqu5fQHUB1a8SVAldkWAuUKULqD4jqFoRbYydSaoqycmZqFr92iOrqkstXI2igEouAUP9lGVBmEde5MVZFNMs93nud4TVrbb6L8C6AOvvHVgflUmyhla+YnQuaGULtD4jtFohdYx3ofVNsX/oAqv57RxW8UK7ZmsQpnFA/MgPMirTIJGMJF4QZBFNKfOCNqji7QukLpD6dcqqYcvf4mmAyhdAfUZAtUrcMb8LqO+LYnMmqlY/nkOqutJOgcUiz89lSuNYRKmIaODHqcc8wXMSgPTaxlR1/wKqC6h+yXLqoCve78s1Y9CNgUQrNpsdw1+44Rm5wSqYx4IzYVuU52aM6scecRuvtLghTHjI84SkScp8knleyKjwiU95mnpCdk7c1P0LNyzc8FUK3JTOeOIWLKD6jKBqxeCxsAuqVdzRe/VjB1yrGJrq4jnItlq0S0dLGqUsDz0aSj/yWRhGNIn9zKOxl5BAtsG21c8Cugvo/k5A10pC8Y3OnP801OUr6s2FuuGCus+Iula8IIsGUHcAb8eQtoWxcSqp9LLES7nICY0ZjRNOSRATxgA/aS/GLui6oOtXeixHg5U327FctMDrM8KrFfjI4jMrslXC5cyY3L7WY1O267+0TMtJluchj/Mo9tOcRzwmcS5YGGdC8FSSjmnZ6maB3AVyv1bIPUuS/gTIjRfIfT7IJVZ8GT+LL/u+KI4qJ0ALbOtfz2FWX2rbZ/0gCAMpaZ7EsIp8lkVcer4fJbH0UxVVYwGs7mCB1gVav0oDLUNrwWwhEUug2XMiqxVoxu1As7/pzFjf6tX65510MYecjbJ67bt6Pdcl4Q/nOTuGG3ZTdehBXT2oWw/aAdj+/qzEwnOl6pg80EywPHm8SfjMr5i845c7Cdh1UOmIMfukwJxqVdH3ww2CAOajLI83WD68+T1b364xbeJ6A2B9hCVdwI9//enXf/vr/7ZaFQdnf1cci9uD2N/hD8dWxXn483B5eazvXaU83hbl0TG7DqHpXjx8JkH15uspaxwALziErTz0hmiRwgCEXDuRg8p12SRlV7mJYUH8Byw450dYItcD/EQKaJifNn17V2H9euf+A+bh3uE8RgB/CAgv4jwfwnkr9o3TIZyHj/Oz3J2GQB5Xor7ckqn72rQj41KfhGHs+XGMURwyjEmcERZ4uSdowJOaCfp6uoKU/fXgerzg+uc/UasRkXf9GGZCxAUNn4qGVtAaZyNo+K6i8yE87BSGH0DEnsrwseBRzgX1eZBGYcYIyYOYCkEEzUJP8EFMHK0Jv6DigoqfX9r9qsTcYEWDJ4I6WUD9GqBuhctxPgLqduWUCtdbs4ElYrdpQftgwxa6Zz7LkiQKspzkqfBFGnNPJnEkPO4nYR7W6D7Y3QLwC8A/P8B/fVYMTJX/RHinC7xfA96t4D3uj8C7qoQyAu3V9VFYV43aEdNxEMmEJDmPZOxnWZqmcZ6Evu+HPvXieBDSVVcLnC9wPjecz3m0V+Ef8VbcfyL+sQX/roF/VoAaD0bw78wdomtByHs9I/pbtSBQBh4NUxZ5XpyFLM2jLBMyCT0peJRFIhq0WeTX8pdYMHARaa/n71CDIl3Rpxpy+QKK1wBFK8CMhyOg+K08ivXG+RuizLBoqFu5ptWogGg1bVeez4UIUunlKWfCi3JES5EKPPZKaEz9QTHR6nABygUoX7Jxdwwq+cp7qvx4KQ8CWaDyU6DSigrjdlTYn7UD5C/imN457+6K/fmpl/aRdO+xiQuLdN899xpq0K7kkEifEhInjNMsYFJkkcdFTCQVmYyDJkHuUG8DuDg4+BPdv4anMQtEjrzU50VELBL36+Cy+PVfdJHj8nja7dAHtqpqDOxVYCXaci/Tdb5OYQE+qCq06gmdg+I3rGeMzrIw0t2phNV1LF85v6gic8dSV9ZU17e6yPlGABIeu6gpsHJ9qRD7DDTTAta9roBb5M5xvZX7tcRqyqp0p6YlmJftxLsVO8DqV873sIlPB/yl3ILCcteusYxuwbBxi+36n8q1WH2ssju1/aHAZalekBRbrD3qJAeYbbtAnnover6qT3gtNzCPD9hqfYTBHOgEC5PeFWvT2vgp65eJywXGWG+Vg3ThbKTA6nzwvlTR55opYFVf2zHia/R4IxRrqrJgxZ5ciK/rvPxW+b0fnTcFQMdhXTYe7LgIlAMzbsZfT9QjcfkZqjvv9YTctJ6QwSlV1Vl5MmvwmlTdWaOKq1DFxQdx9dP18Vovi1nBd9wOvvvmIO8xmUTl3W1eWk/RQdOyrkeqW57XQ73Qrk1taR5TwjKSiDilKScsopyxFKBYZDlr0vtc6HSA4RJzV+UyXhX+msnP+UL3M/HdhVFeBO1dWEVAKblisIZIxH4PQI2YiwyBTwCkAvSgWfHGAcTPgY/U7jVMVQW16PrDuk/4rUTCErsHx7woixdttlI1tg8PNz0kdXPOUnIDwLc7nvGU3t5Ia0DFt+K2Q08Yr4AcvUbmrAIUEKegDbK8mr+Z5x9LXQZWB8Gsy7SAt6CmLX9LpXrzwGTYGKj+6nVhH8tCX1Z5vcClTIU+hisezERNP4vDB3l0voU1+qGip1LHLwnn3fFhsy7vqo0yMwlt1dBuhkNXRFS6ODQQU6mHroXyQc65BOQTqYdaQYi+HYSINeeqF6Bey8/r7B8Aljv5oBPgO9/liAEWB+Et1TzU4zS36Az2bn2LJqOpN7TrdPtZQlkkPBHwgFLJMxbnJI4Z8YLMl02S56m9D9AT7rkKztXt2+Z2BVeu1JN7Ik9NHWcmwpo63Blz0c/MXN/ZwC1Bj7hdp0gmKCzu5L1jL9AmYjKv1R28ab3bFR91BN/A8n3lvEcKMaxVM0miuQv7wB0pNYs5QutgW1CHQCsqSkzTCWCiDVt6I97U1KcUHqus+BrDPzUJrUGBKjF0slWkvKIknFPPhEt4+fg6bkz9clQtTwnsVucjiLCiIsssQyqv4jaPxSm9q7Uwe6LwYMht6BFwLf76UpWnm6+EdSM0fvJwxbyZWNfYS4XzI4AChrDC1jCru1YEv18fd2hgMMR2dZ3QWPOFewdzwnBWmJNBwloXzPWcGil/klo4md4mcDX8Uv59h/yCkWOKua0gV98OcsV3u0HQNRBpDEc9SmPd0tVT1S3PlcYL7drH6SRIWehHNMxZ6vM0yyjlMg8IlUwyIhp6Hu90iJXruzSRmbvmUhovdD8XB4+P8uxKYzdRwYUVpfZuT0aCn8UHNP4kxSZz8vXBOuspTKqA2txqpxyoTYxiB9tQQcor543R/0D5+4i6rECDLGhzOYx9xNabB2OCvUWMUERXq3hqM+2Om4dOloSKCU3aApADgMRAOldK5qypCmbV7n63NsYQWMUh3soDSvFnopTXxyMKWGaBSK3Qa4viEXV6o9INLOGZuUToybi1/Rt/1NZEnEyl5PXv/zEmuQDAU5U9K17Wt+Nl34nt6SDWzvenzQZAQsqd80YccKFs+njDNHeb5m7V/Jw8pjRul0ZLfCCOiAkB9OHFiaQ8SUgkqCfTOBKNs8GUngdopDS35s2taXXrXFwyZYyZCGXKUM/OKh2Fbl/cA18YhW7KAjSmw4043IIOpFhF6U5K7cGDObUD9b7WL87YDo8icXbi4/pWkckNnkWhAlbZO1FnLEERfGd4B5hkr3S9Q6FawV+Kg9gKnKt50c69OBzWxUFZIMXugwKdRrorlYKK2A3walTS6/FI9aUfZSC8k5hZaKBSRffqOYmggvpGN3kOGiGeo9zXVtSf+6jqm8rZwV6L9flVtSav72phbeX6sMqMPkIUk8B2KltY8cS+HU/87nTInXewPTYbdXKaKap96GOKEpq6pWrqJthUEeGDDUqdvDoT7ugm2Ll0Sxf7LzV/Ku5f6H8uzL/8oi7jvX/FdDrfGqNXoeD+vjgAYAOErrcoGOE1Nd+j3KiDpjp12K8X1xdiap/G8QfnPWocLdG+1gGAFGCmpx3ceSuPRyXiV/a14x1skVs9/L34KNWhldqT64/rY0uxQCBzNmsYZoeKiKOL+lzba808zVehJESuxx0VsbFiccvp7tK6uHYOHkMVfy2l86d1LrVh+Cd9cokX3t2JvdS6h3xT4DJP8fAVVk9lxPopw+NHWFEz8wd8LHdTTck1h6l4ocQpaQ1EpmZKboJTckt3bWYzwicXsfKi554/xC5WYLPPu+xSf1KsKG9rHjif6qJrLrZcms9bdJSLPPD9jAcyFyRi3PeTPE8jKfwsy0iUN8rFWT9XcGD+UqkiXqjiuahCGZNuxhijx9G5xtxo5dOrYu6Ct8+Ft1akse8P4i0ZBFsyjrSkfUgvfEazMFXe0T7nOSciEBGB1SZYFMYDMEsWjF0w9kvA2C9WKvfpigRzMQRZGOIlMYQVi+0HgwxBBxmCjjMEbeemz8KAkkhmNPMJ50mcpakXBHGSMMl4IAYYgi4MsTDEwhAvmSH4irC5GIIuDPGSGMIKTPfDQYZggwzBxhmCtRhCcJr4PMtjktCUxVEIygSlNPJSGiTcywYYgi0MsTDEwhAvmSGCGRmCLQzxkhjCisf3o0GG4IMMwccZgrez15EwT7wsFYTIgHFKOA0Z8UMS8YBHlA0wBF8YYmGIhSFeMkNEK282KxNfGOIlMYQV6+7bse6+9+u/+Z7zbr9ZH/FLo99VFbGs40Ys0vA9F/5RbV3dtg6ErNtqGrnYsh294FOe+SQSKWUZy7kX5algKSyPnGYibRjlYrdDjqfqDuOaVYWT6BCUJ/sdDXc9F/sMj3BGPOQzE083ZuHycqo9/FfO6zpers67ouL0ysYlNBEbDMoqq0qIOjJehy0Yz1RhUr3ciU3u4lbDP9TZXsbLL0KnB5PmpIpud+7vdMz9BvaYDiiEZ5fi0FCTSvQC84Nt1wqROIuK6EQ9NIUhm9AHnZzmxsHP7uboqJvB3VXEf7GDv6jG54EeS4DEjPwXKc9WumLR3DF3f9Uxrq0d8Se1OJvgO4yy218zyE4H2rotJNE7pIm2uzOTGOGny6j+STF1zIqGD+xo+O+LInPeqk1zFO3gp7O8YtjWtds2mse7doKxiy3bJyYykZ4npPRokOdhImCbC5HFXiyxxm9TXOditwPclON9e/u+CiFnyj12cYCZeOriOM+uJv1191GuN4qosHgqIjFoHyZ3FmgvO2nrRhdX3yvQjlqRbdm6vJNlrePUIXWtvCof1ygRHpvkKyaH2To1GdCqhyl1wsZ1O2eLWRPOd1bIXcVqNw4G3MGO+KfSntYH+HuJcfWnzARldBKcnUAfFBjXp7JSwh9sDnvl/CdgWVMA2aSPPGOiJn5/g492eHi1ZGa5Ml+RCDOzoEUvnDsS4w1+rYc69uJ5E4appfNQh2I8IVnYZdCfGJ/BrADwwA4A/16V5X6noh2/NQlddb4b3LY9URrWDa65wa1vOI/om9a8XRguybMgkVEsUhFzyrw4CP2AZQFJwjhIGr1qWt9DBKZuLtXNJpOtybaDN88V3zFtlLmobNJgz85nPVXhFX/ZS9GFPV0DdJ0gGPcz2usKBf/60STmQPmpTp1Z6SDwIZI13qO6rjS2Jkr8pslkVhMevlErB9gr562Vugw26i5dyzrnJP6mU74ImMG1c0zWcXs3lanvHSYZhc36/f9+DKXskTNBMUQjZh+hnF8/p5O3po3zC6bcfAYewQxfHig98/PIzvnuQbpvMDcjfmMV/q0W0A8HgcLKUWcdqN+AzslxtWzKO1fCdFIzHR0ArsLCb6vpKNNB9dFMNqaxpMoT4Xgqq1gx4kErRhw2BezQ/1R7Gd4W3Ch+c/5PUWzNKzvXhPQtrrrFrW5x8RaT+aSrEE29oV2WLvNE7DEuiMdiUIv8xEvCIE+iLJTUY2lzCjSx9yHTnb59p27fV7f/E2/XH2kmLWnqOHMZ9SYON4ljgqtncJ66DKuMzrbGUrOPMu4pQRsgf1t28mJpQVMdYgk0r22BPP6J93ePjqB3CSxzRMzOYH9vSxitilOvc5tU71TBDL5Xx+xpHYmuTsZk2bEKqsTO+tM46tM45QfQ0PT5lDIF1sk664FaZsEO8elHvl9vNmNplVvsaCX2NEmoteETs/93EiaqLGPq/Kx+Hypf28vN0/xl6WGxS1SGTBK0zs1m5M+KsFopIUX/Bvw8zGnnMBS9wDUWJz+VaKayphUrH9ix8t/IhwK2JWLX34p11rwwJYcooKgkj9JizkTdhokY3I9wW02Qnd9bPJiGOQ8FIWHCSBoGWZgzkfmUc08kMouaxJidTobSM7dbNW+4EVkqIaV8cq7mR4w1V+LmRwz57NT3H4Z49KQbHUVvQwRn9SKPTdIq5zUQSHk8gFqFh08ix0wdG2AI3MPoFoEmQrTRYSt44nV245yUUVKlT4Z1KNF3otgKNL+pHJk1j+EbqpUyNI7t1mWqmCFHSgQVDRWy1CnTtZuvTZ7MGySN7bqUVuKVI+7sV0Dq33Se68ZBPbI4md9Ouw+74n6nzYAqewvqgvgkaHBRxs+BZKH4F7VRrpri8lM1t997vsvfcxIZoMzYIXzF6XyU+d3uDoUBc5SGu0TntjRHcPr41KyUK6mZUk/BHKQhlOlUluYATuFaqacwQbXs0s1UNrRi+wM7tv+732C9fhS3YvdP4XxXOaacp9d5h5bRtK1Jwg9ufYtrbqmz29gq5HjLFmcGSeIxL+ecxJLyUGa5yGPOw0iIwA8jaeuO490OsKi0nthyxemm9HkqgU4cZibunDjas9Pmu6PcO6e9Vl9MqZmyyQqI5DBxRb4CcRg5NKtthGqU7b7AYyZVuUZpc/lGnNCiVCtI+qhqfXAwn5NzuynwnE0C0W6KPfSm1LxMHD7cVGWCgMXvJCw1lQT6ILUS+0tR1I5l5pUqbU+piEi19Y/VGdkNeo+AToblhFIk9Az0YMQoVX9NS++7B+j4kOFZRFlpv8+Spew8IwHxlCegOlny+fVyfJ0hj4Hq6+f36m6WCqEb8B1E5REYmQrQVjKAwP8EgIYFaaHzfVGMw4CG5vFmLVz2SRKwJA94nGd5HpCA8VxGUZT7JMsS3sT+jPe5gPICygsozwzKIDB7Ky9aQHluULbi74NW/D0suR16jzc2o++L9FSeV2CpWuo0wdjSVS27hVcutGtBce6lATqZwQoIUuolJAt9FgiZpSyL0rypj36h06FTlequxu6Sq7vmqa5yofu5zlDGR3l2zK0UU/uco6ysMLrYVysWZ3zB/fovI65XxlhkH5uYAxXLmdqc5Gt/NHgNGycBKLk9oMWnbB/vq/fYnJjg5qtPJKrTEkDjIz6pmkcBz4UeL7Ubde1Yp1/HK6w7odEVx6kPTGw/ArlT1Vmg1R7+jmFLph5olRQYaCODFZnKTnmyju81TGarSluqCaj4i1IXlHnVAJ99QtV7agMTh+VzLO2E9ke0wH0sNPlh5VBZWQOVn55dpMycSi5e2jOZjhoaZCs6u9ebvdGU+/ZB3GOS+2Z5K+tSxZHKwHS90s82iik/bpiNW2+2Ort9RXnK1jRmULpEPFOp0kpEENiJCP4sPvxwKGC//oJi5XC5zKqdi+0Gi2WOtmqRJPGJkCSjMpBhEvEoZHmUBDQRfphHNG58EEa7HCoFLRAaP2L5gN3sZTJHO5+rKPTYGJPIMfo8vtiwzhD3K8a4VxxlEePo8sJziJ92+amsPNTgTaAaAER0q9hXuT331LdsF7GsfdhsXuh6Hpj6JvCTOACl4Agp1tYELQVgWCkY4qCLr8Bnx7APfBZQitDrbeeAPgP6CPqIZ3UvZh6V94MufqYLNh+LYnNelDrHt3PE+48Kg/DxqjpqVShTzWTl4op9XVIirscc4q8YX/HZSennBzykWQPlYviQKO+0s3Xti10F1l2Lhrb1+Bg5BOMrJ+vG/dqItGMlmkehfCrtWNkNAju7wQ+y2IIwApvdYILRWHuYp25aTUI3PSefSw07ShrlPo+lLzhLwjglkZ/J3Iui3PMkp01a40u9DlDQbX2bWaKVYjwTC13qfyYiujTMs3PRT9ob7NwZrGXZMopbWewBsYFidExQ7QtwaTUaFa0OedWNap1M27zqV+XsUd477GpnLx0o2hjFWl5pNmmZadre13Xx59pBGytk3h70E5wVejalU1Ajs9Uq2VPEq6zIe6QKGM4PVgp6D8kMrhuH+opdXx5F/f5du4GXiErpQP35laWOa1qz7s2Cv3pY64BrWgMzBl8eE9p6EfenkpWVaCGwEy28uSvSQoma34hGkewNL7R4q77Lhbvq0+/eOKaawh5xT9ujO2WeYFkUsTTKSJBJ6vucy5gH3EvjiNZs9ogBBogtrXtIRKPH9saOPpXjHjHUTHT3iBFfgBZ2j8YcrWc9YomC0qWiABme2QAxpEd90lK7R7dCVisFBpFBscP6gNFVQKJIN/X7MoymKk+e61RVszXWLwOadm6hJ9iz2sDX1eeMJvVBKnOgefm1CXPQk7pN7ov1bn5Cilf+7IdYJsdC74o9C2C9psZk8iz07vmz4NVx1ekxKD6Rm7iVZyFs5VnYwBScb7VkWptB35lta4esYkO3alg7bTcNTajqaLO2+3SWxZQwmeVx6OUklx7PZMZpmCdUZKI55xrvcyg0Vd2UVTdVkTXVRJ4akjra+1yhqKODPL/q1EkANL6UVDTqWGzPBvYP+sbfCsDmYpepmNRv5aZKb5c+JLiZN8U9Vp+Em7TPM8x1v1EKC5IGGs/+cdrdAreU+/VhfayOi4oSNS/YVhsV+lp2XRkKmOH9XYFncwd01jzafs2gyOgiyPv1b3LzmajhU32c1aqpF00PV/Q0OOeLzsd8NtJgdMXIU0kDZu+8w4wFP6vPWR3ptAoTK3HgT2oNOq+rk8nZnYZhmm6JOQvUwqqPc1pVydVptt4Nbn1GOiUsdRx6pzKFleQgtJMcvNsXR6ug849SILnqs2q1WM6dI6o79OGTvsOcQam5dp0kprVvkwjxUxb6GY9EzIIoT5OA5IEIGc2TGP6vcZaY1vlgFrnqbvWp7vTd2u9A3T2T88S0YWbLLjdptClEQ73rx6FOW39VGGqTrSBrVJPa96AKPdXPXOsON87eisfcig/axqZKH+frQ3lsxW7+pM5qsKXJYirrBAc3lZ5Ra0CYLEFpH9vCuAlU30aHpYI6hL4KmSp8rMAoByjVTdEzRKVPAALdFgdlqevmWXgUKV0Ir3kE28Cf4CX0B6S0r51zzF/U9ecKpvmdxwJ9GTRPXeo5JMA6eMyb3Vj5025XfNQb8/3DvriFz3X30Kb9q9kn1/XY7rEeu0X0Y14bE5lwKqdbKSbCVoqJEx4N1AmfKlF92I1D3VCrpNUNg/4c05q3D9aIn6V5SkiSiCzPojhkUrAooGEGqqIMrBTjU/oe4nN1c51cqrp5ZlePaaPMlql8ymAvhcwnLbyKy41TODA5PF6u6bf2s6s8BY9ivSkORqG7g9mpDaRiVuEPrtR3K9sfKIsmJA+zOeBUMPtRffilkr7ubowfydHZNF4pwMBrFMlBizzWiWaV82KlBdf2RTRdquxMRQpz3Rdr9IR837VU2vJGLso7xKSDxGdBnxT4MTlhcsISw3g3RaEEEtsxRLvVt42anWNK5QWDLpAmXZP2vUSlGp5cCS0jaSwWL5LPQ4A+md842knE1DWHNnEeV8/m159JoraHNq78U/L5TSSVqdxoJZII24kklKfX9xix8guCn4ktroMkeuhR3+PiPa66x1X31DGr5ww5+Y52dr8ok14gkjzLsjigMqQ+LKdUitSjIvab87rJ3Q/mpFD3Y9iOqxjARDfX8RpzUeXkgWbLRjFxvBdCmJNXY8WZldOIAf91eedUz1ankljXCqyVegjmLV2AxFudqgg9DVt8qTyUTVIL9RY1uWh3xNtDofNEVIzUpbyaY4XTvPuaSW/XH5UXo0jv9NCgg/+23p62js5c7SjOqXRhDGFr6pz0OL80GQ2Vq2Qrzzq6wRxy7E2gN3+pX4N2Ft2Jj+tbTZ520ZLq/d1UlgFQ223+TsQBTdQYBoeBE9WrSDbFrdb+68oRVWSCzhGFMgbAdi2zGFJXMWp27iflT1PbMnQUSZ2GCj4e/pimKB4pV57isBXHZ4lkG6Tu33H+ioap+Yo/OX/FD7hiFQvrIgIo7H27RukM07q8uSsw0qUSORv07m76uej6FtVURcVpNR03q6bjpno6VeanQcwc4ezpNDeVtq2MF6Gd8ULb7lGse9hLreu/KTYbrXJbVF21c7GdVrNb7TQ9j7ZqUXISs1jImOcpT9KUpjkVIvN8L0sJFzRvCrCPdjlAw6K654j3KCNC2kzjidQ72vlMdDs6xmWKDV9dk2G/6/Vu7Np7W1FyN071RE5j3Wln84M7YRVjeK1K32SMPir6QKLiZimB+PRAN6ihGRy3nTL1CWadv1eFuFUFuEwtEgyAhjZtbdS2FhufzEWx+zx0wV0P/vEx3RGjK/Jky2YH3TswOwkvrQQUoZ2A4sfiUJRpsZetRIP/p8jWIu3zA6nbVwqXYgXd/twdZFLrdkGoKA5SGfheGLAI0DQiEeMJi2LQdDwW+TWOTup6AE/v6nvtpIb/1PfO5SMyaZCZ8HXSWM+Ns1qTmbTgjBaza+xSI7UnlBSdIOaV7WR0Kh8fSN/KEdBGd2Xua3KXo4pwozUCvZHsiGA1vTpjQVWBSnUPutjxXnmo6DftlPo4DyT2jzpqWn0p3QXsSnxv2Ec1rzVaBtc7LamfpYNFRNAu/nWOV+2siGlydw8OPkjX9xGZAYOR95uitkiauSWFmoQZzJj9znLaLn6Pc+fs+z2z2heXh9AmZn/F4vktrrARiweJVb8qd4WWT+pfS72nqwA+A2vXs7ua+biNs0fLNVWZckCpq4oLVpnOBzW5aYw+VYuzMrCEdgaWvx4SeJl//ih3ztv1P/8pRo4kVVMXm7qq6eBh5KWG7TyFzJOEMpkEsZeDMpfHIoq8MA+4pDzyGzHkUq8DEshJ3VbgbXt128xHj5f6n0nuuDTMi1LtcIbA6qKssmB1izKieDKw8gChOkZVZVfspLC3lTT7iK4d9WDyv4AEkcOvd6rW5Qe4Sb3BM4tpXcbSyBEf17CGqhJigyHurQPQdsWvOtSiXX4Ma7jh3+4AEkBAqbK1KL9X9Xgd6WT3oG5xC5STUBGu3oV1TGnCAlWSruMRhSunNjDVARiqThm8DLWWHJB5dCA7SD2bRVH9fHzI2YrwF6CoWplGQjvTyM967wFxOq/Ry+6h5tCektQVOegNi+zmKte8h5ro6gKF+/omTRM1BTzqXv2A5u+Av3q2WCPT1bOty2XWdNMmhMujPZUSLo8wEylcHmhuWogeSQsT1pI6RCt2+jS6xrb+clqtWHGs9lvXuSqBJIwPKfp3Isy1spO0fDyrTF6Nh8mDPNreHEgsPQdpdeYutK6bgzLb5thRbU2arhubO3TlcZxpc/bVMiWO5Mx6BUp5nbYL+3z33Z/dAppjeq5MObeqvItlo0WrkyqV2Msk9TKll3Uy7ZqyDE2j8TJZ6zf0U9+RJcxH92JchP5RF3upY+wlMjHWS6kMq43Tfy7Ql6cQStuGWeN5Z3PAJ+ojPn0M0q5jZnHdcJWXqnxmFf1+Xxw210uQb5bqV6RifwGusDYPozNQw8OPZb4++q5+2ws8z0N17nCS16P1ajitSAVDRG/ldgmjUaL/UcdDVaR+zq2mgSZwHL6XgbFVp4BLSgnN88yPSZaGPI4oiSgXaS6zOCENr/f3NaDafakcTT6v6rZw9MLRXypHP1bj/LIYzvdaHjRXYbjnZDf4pfz7DuEfeVZxnZUaJoxHue4b5Rk2ynZ1kwt8p9u102bSgGdRLvM05ixL0jSMCfcjGaRShqmMRhhP9/aVcZ63cN7CeQvnXZPzumUPbKJgKxLNRxTkpREFUoNvZWaJvFFqeI25ZUeZoWpxgRhUsxYv0EjkYYTBdjykwk+ijGRxzpM0pp4XqIzPQ7ygOltoYaGFhRYWWvg8tOCvuD8fLdAXSQtWGpaIjNLCW7OCRpnBanSBHKqW7ajs3E99GsUBzdMkz0nKYhLxzGeRYFQEYoQfqv4WilgoYqGIhSI+T6jZ7zNbpk1y4YrMSHL8RZKclZckoqMk9x6vTKM61fQRhNdu36G9OJc0iEXGWc48QkMeBwx0opjzJPbYCO21e13IbyG/hfwW8vsM+pGP1UIpnY862IukDittR8RGqeOdWU6jpGE1ukAXVcs2UTAvzFiWEJ9LyqJUeJmM/UykMfcIUMYIUVT9LRSxUMRCEQtFXN+b4HeuGwHB0ZU3o27kv0iCsxJcRHyU4N4AGIl0/GSoaXOB3kzDjhqUCI+FJKYiF9wP/EDGOc/DJOXUT1g6wm6mu4XcFnJbyG0ht8+j/7TLRD+VHoIXSQ9WPo/IP6eH9tmQQ87JoX0845IBaug2axGDiGIug0TEoYxIGCSSyCAQiUxSIfI4CrrE0O1soYWFFhZaWGhhnBasnC/f6DQ2Z0G8jyQIPqsDcniBIMizEISVWiEKLhIEvUgQdBpB0DZBBCLIgzTLIuqHceRFSZLnfuTRgGB29/wCQdCFIBaCWAhiIYiLdWs+jQfaVUeeygPRi+QBK59CFF7kAXaRB9g0HmAtHgjDJIhE7jNBs0BmoeeDwkAixjjhPBfRBR5gCw8sPLDwwMIDn5zl53HEQLwViecjhvhFEoMVfx9FF4mBXyQGPo0YeIsYGA8zFmUZzbI8jngcyjwUASWJBzyRkksKAl+IYSGGhRgWYvhcxEBW/oyWI+K9SGawotUjO1r92+LWeXcn8Q12a7ZZ7ACtXNPKfXva7x+6NZpqnrBbdtq0tYeUeSQXXpZHkaSCcCaYJEGQ+gHxRNaUOxrpcIAoMrijNHd0auY9Nd/aSNczEcjICFOYI74ic3y7LtPiI5bWVVk1R1bOza//0sFNk0yzyYBpVWqHR3bMIwOMrbcGVGDgHWLPHtbbusqUqcvowF2YxNLB0mLlK+d7xQcqxWSVWlyNZ+5RtQL/+6Rr7urqRzpNZok5czEHNw7xAHiMNfrKbv7tOu2mzkR+2q3/+yQRGUvNXTg35DYscCQyU5whFTvAXsxJ/seyXaXoxtEkcKiJ47wYBOzgPXxUZ18czQyh4z2+nxY876xHqBClyiSOL1XdpLC+SpH+jXpLJSb+hVkjcq9zTVzw/vf1q87X8It51UCvm/r1I5XMbN65+RLrE/e4OTFVachjKz98/oycgRWhHtsR6n+TmyLFffKdKZSJ5X2MXHXGClVj1zR2m8ZdWrjctF15JxdShIJLXxI/joikMuWMJjQPksRLG3a43O8ASXysbjQVQVUJJHPjRa64yBOzUEHd33MDf18xHY0Hqubk0Eq5sUublcfD+oOuImelTj8WxaZBPlWQLscKCpuHrpybrNOHdCOrVMqGT5BilCaAyKzAMFWiriqMoMuynakaVsnU5pvXNSCawhMmxTKMahe/q0DzlS5TX0qxhVmVdqZmnRtZV5xt6vIdu6Vhq55Nbbmt2J1y2LjwOAddWg5hvEnebMvb3bJye6GFbVWxzryousxdoyS1isIaBaPRZZ4b1n/HLqwG26OVR14Atlth5rEdZv7WLrT8/iB0Vu7hLPx2e7dqP5iKf1LrdoKSELBcRpzIKPG9KIpYlvEsYVngS8ZpUoP8pK4HcN6uLo05vPW9M2fmnzTITKwwaawpjEGuaWV6o4G5i8sKbY7rsk7Pv1YVwy8vy5v+PPwSMFloZEfErF5HYxVR9TXhc+3lpq6rWXNSjYWAvTsg/HatN9ha6+OpKvCGPStgViBqDQvf4/YgtuUYPleEc6Zb1JYsXXrAlD2vzFRqrKamt66oaihKoYKlIACXqFsq1FfkVb0GXTa1LkmHZHxSTKPNXPiejqiyOInU9ir9mj+KwxpgtVOhXR6P+lEai1XHKqbf0XZ/B9T9T7z+QT7YNZEcmeNrhmfaPDy7NvFlZf73XS/AUHMarthL0DOsaPC4Jxr8LxLuOR1QfDQb/lu1Bc4PJpqWFfDXLTX/XGjXYh4eeEEYC8Ej+P+BzAKa8CjOk5iArhHEZ0mChzod4BxzCHBo7jJfVO/vmZL+D3U/70nG0CiTGIZ+LqWkmeVIIZgLa+5GGVR+gydoH3couK3kfCzsgqcZZV1dza4eh90oQHeydXlXG02MgtRUFVUAeZD5GvmsA/q2nR8b1NVTYNYJ1vw2JxjJGivOGUJKRS4rcjGq0bpsUWZdcka/MHHKGqiGGe/sA4djcUDmRE2neECKEzDSrlzqyC115Eaph3KHEDRxkZdAPVY0eWxHk78psAq7kjFV5fnu2Y7FPWnV1FULvO8st1NgZsId3bIyl27pkMvF5k9kl0v9z0IuE17TZXZhV6wm0zrrOG2OqjC0U1Y+6/rku1pH6hm0tF7eCZghCvxNtXdV1Flxz402Ct201RD7nKR72P7KkJMG8argFmBogSY4GF/pJNXp6q7YisxQgi20D+sdwmlKv+uDc3VAcmMOQzQ9Ve9McVy+kb+pkmdbuU1g9Lv13oFOUUlCPesg76Q5DgeiUqcj1eMminOh0fa0QxNzc7DyCjYfaFvbYoclD9t2qopeU1OP0dbmduJwMIVPMWOpUXrwaxjznLCOWSqi7VOquu+nUotEY+A703H0IT4WjDUH+fbZDNb8VqsHZQq1jiytVRsWu8vHHCzVumL/W3s+Eu45Qg9cEqLli7PuEfolkH3J1U3CIUaxwrdjPsIoP8vdyWKR+rKrLrvmcsuvqq9NO+rC51lIWCCymAdxzLkI/SQURKRExqnIamLp6+kKHlVfJk3EC00sNPGV0cSvh193V4vfrhki6Oavmpshnp0drOjt2B9hh07lqy5e99W96mvTPi8PuIwZiSOZ0CTOSRDQjJBMRDEGZAg2yA5Xqnm1sMPCDgs7fCFKxLxEEK3obKoCeZFEYEVpx8EIEbwpTuibPsIFTYtROjDNOtF5cZaHkqR5xiT1IsJyLmmay9BnPpFkkBFMZwspLKSwkMJCCp833VPFEr63omQulqAvkiWsGO44HDueuHtw3twVRSlHiAIauXWjUa5oWrbowiM8yn1OEz+KeOL7XsR8/P8iTynRLsL9dNH0tzDGwhgLYyyMMWMmqE9hDrqifC7mYC+SOawg7zgaYY7X1aIfIQ67zShv1A3bWWS9NM78MBeZ54dcZAHJfD8iURbmmDOdD9JG3d3CGgtrLKyxsMaVa0qNMQZfebMdTfAXyRhW8HccjzDGW9wFI2xRXR9lCtWoxRKZl2RBKLOIBXEae34usBhtQGXsZbEXp4MsobpaGGJhiIUhFoZ4JktUuOKzsYP/EtkhbGLBtZfkEDvY63eEJDrNRrnCbtuO0Ei93Ms8L87hf1xQ6SdpEgYsESzxYyvJ7FiPC3MszLEwx8IcnzuzVM0d8Yy2qOBFcgexuIOMcMd/FOvdCGeYy6NcgW3aeQZT6SWEJRHjPqNcsDjI0ohKAr9mQRYOcgT2tHDDwg0LNyzc8JynFeHKIys2G0OEL5IhqMUQdIQhvi+KcWeousEoS+hWLZ5IBYwc0ZQC3NMwoUGehT6L4jCNZZDL4bNt3dfCFAtTLEyxMMVz2J9CrIvKZvOXjV4kQzCLIexA7XdS5EWROe+OxaE3PNs0cFWD84xU/ZfbKgTNoyzKg5j6KfczP/V4nPAgjVhAgixqTib6+xqghtI0LlXjuQKz+3udKdtHf+dnFEF6KIJfkSJ+2h1V3j2VVwlYon9JdBINmrwcKqspwp+VewjAyKTHGE46mK/LO80zZrDkVGIe7bJOPngO8Tn2bKf4rvLb6jy0Nzo7rJXOUACfIAhJnRdEJcfKoac7PXyTtxZ+qwhRp64doI2bNqLj46hchUIlPmyntqoebCuA2zCXiMn9oYZWK8B0Z6VV6aJ3nV08LQTuaUdA2zt5XKeGkTUbn6W0wlQkhmWAJvZ7Keq8XK00ua0k67+Y3LMPnRzmxb5JuHhGQjcjKwazo+DVtUq10hI5asasU0DuNZLXr61OBanfODyyeuNqZrBbXl6alA2QHvxBJd3qyzJyfv08xwgIa/AG1Vv6TjVckqbMkTQldL3IIXRFglUrcfwzJE2BX8q/75CZMNheMTO3mNkOeP8WllsKy8H5V+ftXXHUWY3sNOA9ZF3d47r2LU1K9zP6nnpDi9BjlqZRlggZxJyHgQilH+eBDAklaRgnjU1wau9DOear2wED3L3dQ520fS7ef8RQc+Wgnz7iJCXSv6KEoMuGIO+cNsWp7FJvOw+WUimRfZAlWsqbc39XOPcqS1eBKgYqQUmxgV6O8JRIXXb++T0gYV5s1oWde554daJdk32+mzmsVk5AwQJWxUkepNyozGFNNjFYYCbzo+F7UHWUwoKq0r64ByI/bYy8Y2lnarChfMg6czOoDcClQNK4V+GnPx6kEkT0175x7E+tMhCbQQSm7DzT3+D9fTSPKevExngJZa12FkytjOkXrzIwY8EQLQb1lAyBf9o5ytSbXx+rLJlWquWblmJvEmSe6+ZmBbxyWknjms8BzTfy2LwlFArFB50G9FjKTf7yOP3LosHI9ShsoJXnr2j0/LnDQt8iPjuW/91RbjYCiK44AWa8qaBkLEm+ucVVt7jVLSOp8qfe0FZkJSc+IVkWeLGfpSFhJM3SlNE4i3wWi0aRndj7kGprbi/V7RWWPip5/jRld+I4c6m/E4ebRHfhFelu6gLUNbx6zZ/ndbwAq2VPiv+y0emMCqYweCjj/XqL2g/Oxkqr32hx7eyUJolmWpTIl4rpsH5Yf7rMm1befEuLrrncvCCd7rmyA1dsfC9axbNq8kaiUMwGbeyqBE32fVNPqyJy+aG0q7PoxJsmrebCENdmCMKRIXy/dWL2bAwRWAxhB/l/+wB68n4NS+B7Ud6pc8KDKgx3VlKrauiahq5qeFZPa7RZiwN8TAIT8kwmnp9HADR+JFLmpyz1A0/mTTDOeJ9DGk99U25uStRNMxXWGu19Lr1mdJBJ2B5dF9v3Ou0unhipNML3sOmlY2YLao40Rahkdqvk+mOxLQ6H4r5Jcjy+/roGzK5ypN6HUVzSO1z0u1udxB+m+RFtXShOWxVULlZ4UcVYNhlA7UfMIX0rYL/qyiytwl3ZQaB9tqaCm0bTuZMiQ/NkVbXxXAc4TqgII3TpQX0jaijwxMmDqej1YVfc74ZZpoD3kGrc00ygtAP4TjAOFsdS7Kby5pvikarmTHG4h4d1YXI79VqMDvLieGKPJJhu5L0AiaeHJc6vn3PEW9PG+QULQT6TZTDfAA4a0i/7nqSnwfmjfI+NYBvpVs9BdJRgGmUerTz2AogutIjOzlPwF7mDJYGH1N/t5OH2YSyP8qFq60rVdkIi5Sm3dDMp11Ny9ZRcM6XGVNimtItjPJXVLg4wE7FNeVnzclv0KWa6mnZqc1ZXVK/NRx0Irh/Q0Q9YH9m0SKTRQIxDw4TqvwILDhseWR9/PVGPxO3M+epMzUqMr059mgImldtAqmsF4DHgTuaoKWHJXVUDTM+5rhhmqCSDb2wKGxfwatK7XbEpbh9wzrvio8Uk5Qm25XondB1gZQ+sbW9i1zrcVCpJj+9Gm9uKAyhY5gzNrrhpKza6xI00Bs+mXIDyAcHHNBIKPGT348xCcUaNbXwZvnaN6OZLYe8zxotdEjuErfyzQswXOeYlp5GOhhg1shg1GmPUTh7pM3rrSyTd26htKiTSS70055SxhIc09UkSBDLzsjjwSN74vPR2dQVvyC+XJeOFJReWfCaWfISvYQ3AfEWi6wLws4NvbIFvPAa+nTTNZ2DYl6e5t1E7YQ6LwjAXsYwECbJc5kkcREGe5WEohZdFw+B7pUzNC/gu4LuA79U9vL+OQ5qaSILWMf4TiYS8RCKJrKwJxBsjkte4HseYpGowTiWqVVuQj1gax57whaAhjTnN4owECRcsTDLiyWEuUX0tZLKQyUImXxKZfEm2oLAbGPsUBqEvkkGs3AmEjDHIu2rzj7GI3WicSeqWbc/pKM2YSCKaRyJIIxKF0mNBGMswoJFIyTCb1P0tjLIwysIoL5lRhtPYfGUKSrzy/Nnohb1IerESLxA6Ri/v650zxi+tVuME0zRtMUxA4kAmaZSwKJVBmsLfSYbVyrzY5yynwwzTdLhQzEIxC8UsSssLVFo4ZvPx5lNa+ItkFStZA2FjrPKN2WFjnGK1GWeUqmGLT6Io86IsDvIs4qkIeJr7Hg8DFnPKg5iPnKVU3S1ssrDJwibLecrLVlewPsGK0NmIxX+RxGLlGiB8jFje6qCsUWKx2owTS9WwnXyap0giaZ7xLBeSpJJ7XBA/TUKChW6GiaXqbiGWhVgWYnnJxFIXi7lZjGIVy7BWDponskzwIlnGCuwn/hjLvAG4gQHGSKZpMs4xpl27JA4PfJFGwiOCBcJPc0ryCEseBESmIk6GKcb0tjDMwjALwyyqy4snFX/lz6e6hC+SVKxcAMTOBfDLnZSb0vlX5/0aI5JfnzBcW638tzqF4HlWAH2L66o73OYO19zRTQ8wsX37HCYKfC9hNI/9UIZ+GmZhlHlpkskkj2ncnMNM7HyAiu713Rhgf1QdiKYDk0JxpuQB00eaicGmDziFyqh3bSpTmUTX8ECYy+SM1qzcYyrdV50XC9G3eTJHP/WNox5Zg32hUoml60N6wqw0VWZMO12MCte30kKnMK+DSsWSnkrM9SWcQ3HUqWnM/U62LmGOD+3IfvjTuk7iYhIVbIrig6GD3qRtrRQDNYOZ9Gxn2T7r4VWCVXjE/UHl9jQJxYCTkLqQWDBp7FlKVPizzVs6pU6dRdTkWNXJEdJ29pi6UTvlmc6EY9qqnAmvnO+a7NittOn34gHfgnlzdc7SOlepSRCByfKMFGMLG2YfLjlsrsmJxHM9jsk+/Xjlv4AsZ5EV2k/s0P7XSsqEt/WmUMLWuwK26Uh4f9Xe1e1dbH8We19T1qTWLcLykiiRAfEEo17kRbnIiBfx0KdxFoRx2BRwmNT1AF2J6t5U31vivXMnBJg0yEwkNWmsZ+enN1UyaEyjvNc5Y86xCh4AHmZT5+pyNwL3pFXCocF5zThtTQmweVxNur9bg0D6Qcq9TjWuigOUQJmIud/rlN5V6mkUXdsZp80QLfi384dVhIVTB7G1w1hr1Bg/ArNdvULNkiPmi8gRA0SCxSH8FSUrL3wBRGJFtBM7ov1nmd4J5126dr9fN8mhz5Qe1czVzZoMzB1NZ6xRiy2kL0SeRBJIIiZxQkMa5knOUs/3hZSkKR061uMASWzVLSXckq+bZMjzaDFjfc9CCGMDTOIBcs3kZ63CLXqSJr8jymp1frOxJXVTyf8q/xZafDRhNCmLLXxuSf5KQUKrliGJlqGuTmxW2+kqA2ArC1mdnOzGrkXQmPHaykKi68+op8UPo6hOl2zYrPNe0rlRCtW6N5FlpbpMyGOZya3SnZpk0jdVsYYm3+ezaQLn4emENOcTKmT7udHOCiEndgj5NxJz9/1wWCs146PcOGfh+RXiJdjUvYWmqMBAU7cm0qppJx/WhDu66bDUfFycj6vnY7DNNfPpYNvQCE/FtaF+Z8G0oc5nx7PHJryy9HQ7Yy6uCm247oq6FaboJ1LavoPPVenmrSJlddrZqrIMtqktOjvrbOEf8IJ30qTW7Vh6OicOWDPGhbF1yRhHf4JuYRkFmUnxG4DH3j3tS1MDp5O63i5RAwCrn9WuRWaXozGvRWVhB+jTj64NPINVZ6xqMxrsd6nOTanOHDRvqPSUpuKXtM0mAhMFf1QZjtWKUgrBb/tNYU4TsNSaOUrYyd+Ojsgw9SWeH8gcJnzU6fxfbJqrLR5sw0vd98m3nYvnsu3PVYPPL9aS5syAtg+iJ0Dri8v/FA/wR2xFjlNvAn9YvDEE6d0z6KF27bqYCRfci2WQ+n7GRJoGnHCPBBGDdyLyxn92qLcrnEF/GWQRL2SxkMVCFp+HLMKVz65CFs9OFFaAOCWjRPGzmucYT1QtLtCEatbOWEUzP2Z5RvMU6yYnkggaMBH4ScDDLMxHWEJ1tpDEQhILSSwk8bwkEa9Y/FSSuJSHijwLSVhh3tQO8/7uN/io6sT2FwmTgqX7Bs+bfsAODg/DpilZ3efe6/vcFO5zb/V9F+1Uj729a7Sqp+2aabs4bddMe9yCNWnsp5qzJg0yCxNNGunZDV3KwahyNzGryjqD7C01YhdqR6O+LsMEq1IRQ+X1UuSOeXAHH7zU1Z16a1qpEk+NxT5XZwgVNVU1mNdHizCwJwH4fXzQ5RexIMmNkx+KrQP/quNoJwf8rosHKkxvzqErk/lWlICu+7VUxek/AvvBunSNb2rWnGBo0tucfoMZAh5iPZXc+Na+cr5rGHeommWrNFZzuF1XubYLRRsurmgdaUYVO94dD9rx1zg4qZuPwEeqYAqWk8FCL/iqXyFUrzX/bR7wXMWsOkeBnQN/Ke7L5vjcojsJzAatDki48Ox3R/Gh+oLVm7zBo2/lAn1sHckk0AY+iarqWLeGxa3OMaqlgFSKP9q+X6Z4pC5DZtyC267AC7Uu1Ziniwv4T9sA+Vg2fWnWSO0k1Sc/WAH9lD1WfrDkhknE3VVAJ93UUkeTPI5J6AU8TmKWCp/6fkLg3yhKZJjGQS1STOr6Csrply4fxIt8sMgHi3ywyAdfs3wQtGqzXUs+eHbZwMrJQHmvbNB6yq4VuqHgFvX2mqLH2rYEABpiuuuQE5qnIomDLA8jQhnLoxxrn3o9AsB5jwvvL7y/8P7C+wvvL7z/GN6Pumljn8r7z3mmMMz7VpYMamfJ+B4jGF8fjs7bu+JY3ML6unuontXifWzmQjPXauY2zTTvjzVqEb7gUcKSIAoSoHwZ0jhkjDAvSmiYyFw0hD/W4wDh53gLsIy7t24xkPbUg4KxvmeRA8YGmET/7Kr0L52x5dITh6wPVm+so2brjFXxnE3tFZlpbG/OnKtQJJP1Aijrp9pjXv52t04MiKBrvBIvWn70wDz1iXAtcKixq9N0DIYuVPjsx7WZiLyvjnx1VFkm5X5jDsjVYboqag4t1lupju3hFQC1vrxw2/JO7GVyOpTHPsTuXj1H63fY4hts8RwYjXWz6YrT1lHvc0UJxFZSCGonhXhTlLiM/pw9lKV8cOpYW0MVPeG1+g7X3OHWQa7mLPQswHZi+7ZZNU0C5mU8AGzlMiUZpzJOKc9DGsRBmNUgO7HzAbxN9d2FubsOUa1kgpnCbCcOM1Og7cTRnh+SUYRS+YpU1JEJBW5CqyauzFeOUu3y02YDI0uQ6k2ChtqFyIRrmSAuWMbQBsVzeYTf5A4FeUBp2DHitwqlTfhUpZo1ikzbSwk+OUhX98VORXthOFSuwqREBmOrwFyE+WyNL1o6oGds3PvigBFh+/0GdRzV5VJd4ToQTF3CHC9eEX9F+AuAYCu/AbXzG/woQAN8JzagErsO/iVDLRFW8EgmogqM76C5W+K9ruveNfeeRdYPu8h8ShddNxmctasewbUe4DyNQht+rZHHxn0q/E4cZib4nTja7PD76IgwlQ9G9meDUYAp6twFWWVGKna4Cm4ro0dt9sEENOt8nSqLlwpnxTWt3kJZp4sB4bY0aH3u7/hxjQ6Rx/OgVv15DSILAFHUMzJnIx5UMrXCSaSA766BtzbXwSv/uFa2rqMUW2crt0ndSYoMgJmHSpCAi90ahqv9NaEPgO1dpgNtH0xqhY73JUjl2ikU/TStRD6V8clkqdN5+CoOUW/kWHGeZRYThjRaCR3K4+GUGpOYOGpCKWtH241KrqO+3E7KDBMc3UmV+6iTQAi+Ci4x6Bs5TQUjp8WmMLaqyk532mdF5YlqPqzclerxdPizwiZANIzTxbeu+bTY36mAZu38qt6sMiOCIvJyfUd///Udal6jZEXa5p9PYZIX5xoyyJ9WWgca9fNnp0q2TUs99bE7l9txBpxloQQdBPSPSIZRHgLgBtLPEsm4YI2Zp9PJFY5yvg7+ihf+Wvjrq+Gvr5m2/BX3Pg9tPTtlWbk5aNxPWd163Baf9Fbi7l5v1+BOw5R7iRdHocfCNMFEQ3EaRGkcCE+QqI+1rlV9e6GthbYW2vo6aKsnTVIN9+GKstnhnrxAuEcLTA33zOuH+3dmhzjv1bVe3K/auFWbIQJoN2wxAYkjElCWkkRKkXhRQChwA4nTlAoWZqSPCdrdLZSwUMJCCQslXMri+gmcwLyVR2bnBPoiOcHKmsFIPye8h8XUzwTmyhD+4+W2c1LAeJ6Gsc+oT4NchJkvuZfxREbSS9OkD/WxkwXrF6xfsP5rwvpfD7/uPh/ekxUJZsd7/iLx3kqAwei4DjAu/U+Q+1vY72ecSBIRFmdp4BMGKkgcR5wHiRcQ+OuYxL/g/4L/C/4vsv7jXcnGUJ+tWDQ76rMXifpW2gLG+lG/8jQfMfxUQYGX7D6tdu1a0TLMRUyklCyQSYjZ8fIs9yJKwlRmgvWRQKu3hQkWJliYYGGCx5YRHeOBYEXm5wH/RfKAFaLO+CgPjDLAZexvoz6JKaFZJFM/I3kiSJBxP/A9JjgVkSQjqL/g/YL3C94veD+E96k4YPD25rGYH63I/Ke+wYvEfCs8mflDFv5m7Y8pAHa7i1rAeeO2PYj6cZJLzwsAumgUEJn7HmFpnqWxTLOg/yyg2+XCDws/LPyw8MOM+gBvl4mciRvCF8kNVtg1Cy5zw2VWmMgHLSaIoiRIsiimQUjSyGNBGvnCF3mchCyLg/QSEywcsHDAwgELB8x6OsApEMHsLBC9SBawIr/ZQOT390VxbCUwtrC4vjaE/LpBOxKApWEUZEEoSCRZHOe+H3Ev9v2AhYKp+PMzzNfdLGi/oP2C9gvazynx8xWf3xoUv0ist6KUmR2l/D0u9o/SeXOHZcC3oqwS2ahPWcfmvdsV9853KguNncJO3+zWN1cJjvBmt7rZxZvd+maT2O7Rt7Z4JBBeHPss8IM48LPAy+MoiIFOQilpFmWN7vD4cYaS4JmO0rqj0uqoCnR0S+xIp+t5cmq8R484E1M9fuBnJ603VqZWIKo7TEGLSL1fHwCUTXLWuwIeQzyUTTKnXz9h/b/69V80V42k670/iH3ZTiCl0u+WRX4EBjuscz096BW2qK7Bdi8OWwTyEulEJ8M7tGqq2eXl7lUyP5PjaYO3H/DNAQ/rUe+KrUQ+bld8MyyoWEe/Cyx6r3P1Ac7fSXjcXG6Ozu1BShxU04FZD9g2A/Kx8gDr7FL46WGOm5r9m0TErWy7G3nE2TnwjGtgqvUuLQ774lALG6r23K8n6pG4tEh2CxCsiuC9cr7bQptUf2Z4QSAFmE+r35uWKGDDCaCcOwkvSGXDQuo1yXatwn+2eGDElRtMhpU9YDG+EyZXrjL9vLgUhNUeLMeCrstLEdelWdFL+ts5A8l9b0WeP7Vi5FlB3swO8v4/sNactwUACMg43+3k4fbB+faw3n1w3lVCck96RbzLVXe5rqvvctVdbnXXeYrFR9zTIncpsea2TNLUEwFPPSpCP2JekMVBEuUWuT9igAFW/yf2sFc9SH1/pu6v9IXZsn1NHmgmDp883iTq9q+dAl/P0VFztLLbV3xqaVVK9bwB1Qiz1aOWYZIiIhA3meM1Ed20E6QjE6COqmuc2inQ66SMdcrzslJ1QUNCJnRlBnfW5U9fOT/aClW+ER8L0O6NtmuS5usujAILTK4zRyrQUVqV9YCK5aWqIVuXfMXHqvP1V1pvk+z3lfMTcC/AuIDnNGq4UX6VymVrjUDGW3jbJaaOl6imrutsv5ZMUPH7ercrPpo6uXdI6wACt0pXNe8E7gNpJXOBR3fqFao3ip2C2AU6XkeXxz/Dw1bf4lgUG50HGL75+p+yLSepRP8SU4EIeJxSvV6ToR731Yuj4i+IxHzXI64XOQTjIFtm0OciMWKFrnM7dP0t7P2tOAigsP+Q93KDWeTviv1IfuDqDte0R4rYD2YHntS6fZrl05wSD/TQLMojRtLc872YRVKEEfHzxq9hUtcDdLWv7v2HubfEe2fOCzxpkJloatJYz05R9WpbIwM1ZUhMSl8LxbXVE3HVPBDi674qzm0qcrxyftE4alC73G/WR9ekCa6Yq11vJS1gZ6RGjVoDhh+0draT6YeNUPZMbY1VOvChON3eaatebTat9LG02D/c2EY5qXVNzD2capawjZ6Au3sYFJu1+MhKMt8tFt4yETavQVlzgVK0PpZJNMM+H5x3zYIK+6jnELbi/soPXgD2WSHa3A7R/s58SfxIp628BHymuWuaj+PelMbtlOhMRDnjLBQx9dG3K5NpHkW+n4UpT/PmQGdKzwOoZ5auuze3XgP0powxE+ZNGWoS5EVXrkwxZaF1IVHJgbWZqnMapA6AsNySxLMTkMUPqnIEZvrCohb6bmWXeTBCOgq58Ats3VogL4+H9Qdt3LNgE8szFRqQb3SBJVP+oi6xZJ2RpHdFAepFIo/3eO99AbBX2Z20xan+azNLC4JfOa9LR31YZyc+rm/xPVSoqyyQ+sWh2F6lZa9k66qclqp40XSO9ih1vzq52qzz+qitOtfKN7DhVGb4I54WrTcmKTzI/mtQDLQmA2PfooEsP22ACz4qOEcTmcCqXGiCVPXC1gfDQCn0jMa5tKEJ6/AGk8k/7E1FEqNlmXdoWfW66F+fZNnvDlSRw8NRbjZKmt/BI6KiU1cFyta3a8A/S7lpa25qeT2M6m1XKFg1q5qgPp9R4nqtdj0NzpWE79Ui+Na0+vzqAXW9QKkH8cp/CeqBFdXO7aj2/ypuhfPuCKuhcP68k+5bFHC6Z3gWRz5Ae7dU7d3qKLvvZL6To37qbd289Dg9V0/PraZ3KSv9pLGeyoKTBpmJBqe+vMs8GF8zH31TXEnY8GezHPQF3OD8A17ITj40p0uTVqECuLOjJKugB17Hd+Xod4VnLjvtBVBUjgsgYm92OC+NkDeDBxw9FrVyWxQ438bq0OgKXfgXALibrbJNNYYwxSSNr0NZqSk4b/VOZXfKtoOFUUXgfcNur0orKu1nXZUt6agg5vTItm+5Nlk0B2bqoWCpbJwHeWzsah2fllePI4vZc+jCn6TYwB96SKF97ZwP/qKuf34eYK7HUVVCM1Hc8qCYirwvLr87HeIYK4aeswGO+VnuThad2PhuLrV85LrX2wEyHNQoPyBpQvyQg34VMPijl8UeCwJGaM0n3V6u4CH35fNBvPDBwgcLH8zFB37r7HtuPnh2LrDi6Dkf4IJOsQ8bpfuqfXSvt7ggDpmkCctSgH6SZRERIZWMRlEayjBPwl4uuFK9j4ULFi5YuOCZC278rskh6Lpbfyo5kBdJDlbAPfcHyKFbVsPG7d66GmcN2ol1SebxjIc+S4jwBBdeKgPK05iHMvAi0ssP16qssRDEQhALQTxTaQsbZ6MV82bBWfoicdYKXufBAM6+0WtnAGmbq4NYa5q0pfGEe1HMmcxk6iU8DeEH6Ymc+ZQL4gW9aGs6WvB2wdsFb79IvCVeq5D3E/CWvUi8tcLEeTiAt9/InczXxyHAtS4PIm7Vpu1elEY5k8L3ROLFXiKZivkLE5n4XkZ51Au5VU8L5i6Yu2Dul4m5ZEXJLJjLXyTmWuHaPBrA3IEMTTYSjqVoGmrXDsUinHo8y4nkknLpo197lNJcBn4YZl4//l45SdOCwQsGLxj8AjCYrngwCwb7LxKDrQBaHg9icKtGWhsFz4ukda+3cyNFJCdpkGN9TCaDUArChBdyHgmPRjkZwNqrlElbMHbB2AVjXwDG8pXnz4KxwUvEWGrFd/reAMb+P6ei5axtw191bRBlVYO2fx3xuUhkKCjjMs2SjIvQl1ke8sTnfpL1wqzqZsHZBWcXnP3dONiNwaq/IvOYD8IXCatW6KhPBmD17WGdwtcZANbm6iC0mibtKHjmk1hEGYmEH4ahn3o887if+pSFschFL7iajhZ4XeB1gdcvU4wNVnQeMTZ6kXhrxSH6Q3GIb45iyB1BXRl2RTiKFsbmsQxJkgeplzKSpXnOhMgj7gUskYxlvN8N4SgWfF3wdcHXLxNfwxWdx7U2fpH4asXg+UMxeGep6m34689Vf96iBbRhGgU8kwFJUrTASsFzTmMuAhqkALj9wuzVstUvWLtg7YK1LwBroxWbx3ZAXmSQG7WC3Hw7jgFTAv1wV5RH590dLGr3O0Ao2Gaw+4aTT8E9rrrH7dwzmIFq8h1to27KQuLHLM7ziMUeSVgeSEJjxkMSenHjpzC5+wEEh53l3qr7S3W/rO+fOSHV5IFmgvzJ402BfbVBrpmaylqHOgMVJrvDVEiYl2jj1JM/S9FXJ2Q6FjoZKmI3XFCZkhQ7/APAyzneF86+uMfEVxuTs+mV81OVXTZ5sPLPQt/p3b0UB1NDRIoqiR/A2HqXrvcbeZYlCf6870/MDvOB/2ykg9BUp41SM2vKdlSVU+Srf08O/wP/VasXy7DA2Js1fiCdKqvQCZd0Nxi2hXmtuK6uYlKrAkbgU9qEUp4S2PPOB/lwD2BV11hpcneJ8k7No6IanWDrqJPawixeaUxQ7zEvgA8k5vg9wtsDeih0Hqo63eyxlJv8xoC+TviKSWgVxRja0S+gJ6d8u/iLTmNl0uDW7+anOtmtSbhYJZISGOGmX3q+EbfwTHtnv5awbBRXidxwVZMnq5qzjrW7cbpr8YOUe8x2i9kZ4UPC15bwNu/EYa/f4WkH07iVxyNS48vLUrXForrAzPu++MLOxfMAw5+rBp8/xpC7HsHEVDxYMfb8iamoFQvo2zEqqThke/HguM73WMEhxRITDwp7hjnU3OO6rrnHNfcMcujkO9p2pUBm3GPEz7MkDDOaJCwNYk+SnPIoZk14y+TuBzi0uj83d+/N3TMz6MRhZuLPiaNNYk96ZfZ8A3OFT+YoMmCXlqImWJN3vUkAW2z3JqGf4VibWkErOKrUtY55HxVyYgEvk+0P35ihFvOynNJ8SyDb75USpLrXWpCdcrAmojpvoarGpYimKgF2xrkA0LooS5NYFxkOdDEdLqAT64KOBMNiNa/bTZHANEWagvrWyX+oVDJRZYO0a6wYioHH1rktjdYHGHEA/O48L05M50q0khoasUSl783XB+CWz5D/vC6o/unFSO7FRzlWj6S5PlySxPkFM79/dvrA1IaqIli8oi+gdge1Qhx9O+Tmz7Ak3hUgrL0XgEpFpXSqDYsypMUa0NTFpq5uWpmn7KaaLC41bMfjJHGa0pCGPBWCSEllkiXwvzz3giyTrOaIS70OUAOsebfE2476NmODKuvJPJETLvU/ExlcGubZWeDSQmqUKi1hH7dFuQdgABEYpXKTdLcCjR71yoJC/Q4aExlu9fJYdpKQK/iqUqOX699sG56uppE3jFClAMYRVE1IcfgAfykyQHPYurcwrV1W269qotK5z880seQEMKhYqyo8glVIRGkVtGhUCEU9WmsCDfEA8L1RT5VoANcVs+x8t1h45aPcmefXylj5nDjeY9uq8M9nLwP/rJBD3w5/+Y8TatzS+QusUCO8/EncgwBz2I4I0OYuF+5yXWjvYvtB4XlS63ZceC5zksahCDxJ4YXGQZR6MpR5kHsZEQ0oTup6ABn/Ye49wL0buDXHW2eWmKeMMRNCThlqEkryK6LkI5abBszaZNSqlVBZJ/rk5LrUESbmPh3vCi17Aixm62Sty8pqyVPXrcVs3nWxn3uUD7dNPYnGTlEbZoYPDEAgz7VQKexTiLbwzPU3aeBSbeXSSqxu0p6rYg84mypx+nat+r7RSb0B8TGn9wG3Ph7XAOo3xwvlaXPU5YawTjC+Fi1ZtwVrZBE8w4H78Ik2dW+mI3wdVWdY6siSqBHg4XUf0LKnKnEgImNjs7yaxxCdBOjd84iXVK/CV7V6+IqyFQtfAGhbMYu+HS/z+if3Le4LeJ2vTwAOBRqSnG+1mfJhBLebG93mRre6cRDAH3dbO59SlpBYhlEeSupnhDGa8Bik2yD0aULCJgTncWMMQLpYu3vTiWg6yapOZgb3x402E8w/btBnB/x3Nhzv5G9HRx4EQu6muFWgUFoFRDUMg+SnSq/etDG/PtHsHEC8cr5R0iYiGiwiIxum8JrX8oClYYudNOb2Zq9U78uuXm7V5LbrBNnV6tDuokqagh6y3qrSDKpOxE2rvDiOs1Vgl2+kPNqyrnXIYUzmYr01mGpsEvp9NBXjbvDNHmrawld7KDb61EGXqM0PxVa9X23bUO9nFly1CvF+A99wKe/WZ+egqn4Dhs+/BDnfCrEM7PCfb2E7whp8A+QLa8918O+wDsdKOOhbXH2L67rmlrOyCjVNTL2hLeqnjHoC2AEYIYtELqQXwk8kzhP0wWySc0/tfYAaMn17qm/PzM1zl3uYNspMVDBtsGengNftkprGstx1dqmcouqylecWkKoYqKIDRFP9Ahqx1ZTJNDU7uyVO0SwNMHt7wKo/yj9H1zcXrbpwgFhrXREIZNsbZes4yDupJ9mwBXKAU26xlmddn6eypWsuuJcbuFlhO8YlWySgP5gN/bpYKd4kDtubliJRo36OtpO6Imufa8+Lhfzf7SFo4BLqeCFoAytCnx/dmRXcGdhRSO9OaNpzvodPfue+E7AoOzmzdQO3adDOnN1/uYXTlKR+HMdpJhIRCd9PKMkyQcMoDqNAhk3i7P6+BlC51I1z1bjExri2ZoPjC93PhMMXRnl2AFagaIoma0MFICTaVH4dWDi1NPDrv3T9agCatoVy4iilKBGgnGxdgrSNBgK0N9ytN9nBqvZWFEd05bGPH9EkkAO23h5EprC2gPcDU9LF6pTbkXyQLgCS9iWx7SwXazx/tvO9R9gVAEZCh9AVYSvqvQAYsYIZAzu45odNUZboSvGmOkMA4eqHP40YFPQdII1Vd7jqjkFLwsT2LeQhsZAsykQUCpnmAj0qoiDMpOelUlIrZf/Ezgeg6FbfXR2foBx1u5nbZDBpkJlgadJYL0A6rDX8pg6l0fBRNEs2EtVk+5CIfeuU6Wmz19KdUpfVuVqDEwpJDuv0rsYYkA2/wwKR2vgKL0258ylN/r44wM1F8g/EODxqOh2UdJevb1FAVP2fdmh0TbVT+W96YFtuK9Ft3jIlI1Cp4pMuAOZHbTY1nhUtSdB8G+UmDrOrfBvQOLt7QN/DAS8GfeIHmlzH1RKxue3NuDjEfZosePMFWi9uvuRKmoFLQzxxpdGLcFhkVgRrYEdYvRGmevm7O4EHP67znfumcq5+a7xh39XeXu+qjVZRLt7vwv2uvh/orrnfNfe79f1ufb8m4E+6u6MI+DHNozxIaSTCIPOkH+c8kInIwzyIkpqOP2moQQdH01ep+wLpsOrJuMG5tYOcobinOzs+esjZHB8fPfIkGvc/h51f0RMwuZRH7cKvnP0KRY+Npb/SRppHG40raNwL02r3lKfdrY63Qsd2WzzQxGfpGzqCoD6Grd5h5dy4vyuO7ZrMPUFio8EGlfN+Td/aMINlyI056HRIcArrXKrZtUtff6+D1qwQL10zu0jWoEsW8PrhZ5lVcWK1cw083q72n8dFXupK0NYx7Mu1CSWnBB50Wxz2d32Uc3b5nHC+UU1+xibPxZy/W8NWqE662cqnK5+/ALK0wpEDuwzcj8VWbgEEnf8Q28ph5AeA1608Ynhy1hBmlyarO12403XNPRhLnDXc06bGyXe0ffy9QAhgw5xR38fji1R46L/J/Tz286Dx8Z/c/QAF3lX3/wPuvzW353h7TQqz8N7UcWYiu6nDPTvDKSuats8flBeTRnY77lhhe3bGZPW5csdDSSlxMB4+be3Nj2wmlO5ahQa0fB8dfdBg01uOjkIVocJbxMirj8UB5AZUeBXnam6Bi5WvlApSvkWXKIyoWFdheJVuqx/tDmWQ7CDud3gqAoC/K12goCLPdTBcegdvA2eQiI12zUfOl7vKneqvP+luqj2M3lh4SJUqB1DbE8l895pAc+gYx9iKwwd5VArxrcCDS/WqDK/Cfd/+9F9ah9aR1rZtcL1LNyeUr2tvLZvOa+438NEcABkRAMlRTU1NSR3xH8Ut0nrlZYUgeyzcOmThL1JkD8ooYIhcs3gJbwRWEOrz6kPK/FDslJ2h9nV9fpLusVmGLgkcL1K+UNELYAgrhjqwY6i/R+eHd8Vaebn9KA4fQcKqmOLPZtV8D8upPuk+YwrswcUe8HOaHlzX3OvivfUZc4cxHn1nO7Mbj0LJcpoJlqU5ZWGapRHhESfCy0XcZB169DADDIJ+Im5p+rkz/Zid5eKWm4lBpo4zE4NMHW4SgwRXZJCflP+91J6d4pTpRBtrHbtb5dNQzjw5+neCGlCadZ0DJt855tksNapxT80NFKuz51ugj9NGHW+bL9qli/J42u20URLWRtvFf620LG3jlNpJ6ogH80VeBRmjRqf3GNfzhaWyF6p3bLFRk4B/d6dDpYIdir2ymJpnqKZq/LDUvNQzakCWnYwgNfzDUyL+1g8I7JicSkTlsgJm9cVhJaiA4HaOkJocjFG5JqTKNqtf7Vl4XM8RvXIPuAcEr5TGwYQbvx5+3b04K+zvoOrpzdfgPhahg4Eqd7XyyQtgWSvKOrCjrP+cSrFDNnD+tt5sRO27f/rtBPgA+gt6pD8473RuoIpqm/wwFdcWVT/uR+zHdTeqB5T1VQ+uzi5UOzHt6x4049bk+ekd6bdh/g5sVT+aqx7N1Y/m6kdzq0dz9aNVRNsNsuvMpjsZM4snx9pNG2aukLtpo81Oq9Gnmh6Fo6foVFNEbm0oUlveGvJswuFq3zOT26rrgtYTO22WVyJQi5iUTqqmXNQVXfXwMAUY9fBQWfZsm6IVkA0vX3mclUA3huTkb6DdqLkf5BGZqbQYs2UwTfDq3VGYI0h5ryygikocwMIdTLuO96jNk7LOA3ZGnbX2V0duKzJF6aBPXa0yuByUwlQ2oSg3eJ5pMpNIUWrNCcSO9UccpY6GaYJLqnDAFxUxUuE39Vd+3Eph9VTE7GOCs8xWIIXIz5Xdig1xhhVaHYQjnNFxSevibsshzaQT7GvTrvCS8MSLKYu8MA1lGNKcJkksMkokSWjceA/39XSFlIJfB0LHC0IvCH1lhJ4nxWCFzyxYMfr58fnZsdkK+w6iEWx+nRSn4wg4V9dH0Vk16ibW5rkUKcPTkMCXXOY+C70kpxENhSCD8Ky6WvB5wecFn78OfA5b9o8r4DN5kfhsRXgH8Qg+6zQyIwBdNxhFaN2qLUGH1GPUp7kIvCCOEhElzEtp5vksCrwkGIRo3deC0QtGLxj9+8NoY+x4JErHK8qvitL0RaK0FVQdev0o/ZOSoquV1g/UPynJ1mozhNXthu1DY+qHEeaIw5RIzJMskXnGMsJ5xoI8Dvvgut3dgtgLYi+I/VVI1Zxc2+rBXiJecytMOiQjUvX3JkPAiFxtNRmVrKt27dwWcch96XsiIAEjYZomMUnRSs1oSPIoHpStq94WrF6wesHqrwOraSvn3BWwmr9IrLZi0UM6gtXvrTJKI3jdaTaK2XbbFm4HqcdEHCVJKNMollJIHjMWYb66JMz94VNFu8cFuxfsXrD7hWL3mLf8p4B3cG3w9l8keFsxziEbAe83uuLdCG43LUYh2zRroTX3wzwLE5ZnKc2zwI9kHPEoCPMgC/JUDh8yms4WoF6AegHqr0PIDlc8uipOBy8Sp63w2pCP4PQPeCc8989qtsNobdq5VbtRzG41bieHljLNMy/yBWckzETuZYHHwyQOU5JoU3s/cre6XPB7we8Fv7+SI0gegbB9VQQPLyA4eRYEt8Jfw1b4K1ocPtYFg1vZG+0YV92sSoWHzc6T8401ah9ChkHOvJyD1E19FvLAz2QaEhKnoZcK0RxCjvU4FKRqbjFBVbOmAx3re55Q1JEBJsF3eEX47iwVVV7FpA24sdC7BiCdfu+gCq8ei1t5vFM5+bCw1Pqg8gDov6k8oAA2hwIwanvaHLE+L0K12SOt4FOVRbkCaF2GSoGynUbBysb85g6z5W8Rln8Uu9OHD+Luxvlf92L3TyFunG/X97DANab+JwDAfwH8lc53Hw35qASAabFRyQFuN8U9jmlH+dtFuEwx9laaQDtxg+oRsGRn5QZopezB3Ak21rarEevo2FtMi6RrWsmPmLSvLgHfpFZVOVW3gPcYnmYnCzRkiaUPq9Sr1WLUHdQhsSlQI3xXO3WRWZk143ZzVJiIWM2pqXmB/ygeWqGvW0zIox72roD7xYPFXy8301BVLbEcK6VYXqqjCOsqV99ziXudJe6VEcyIy3hLIXuuuFduxb2Gdtzr/yoOh0qieF3l3PyxOKz/WajU82+rHB5YAbYqE1eRLt7sutVtbnObW9/mWrdpEn7MTS1SzmLOwizJEk+EcRrHnuRewkORkMjPU5HWpPyYEQZI+gN0od9KlYjUvWu6qRObuFXtvKcSN47nThtqJp3sESM+O7E/fpFq8rc1NkuT6BZVU6XCqgqTTbYdU5wH+QqT+3USfFc6S/PmjCYHzNcQLHznBJM36KyBtZKm84Hv9yqhhK3yqbS+pvable23lVTJSda1Olh/LM2PVVbrKteGSrUE0z/oBMmmdFAOkkKnUNqhXZlS/na3Tqo5IXPD51d8XM1iKOEErEF4eWusgVyVk6vq/dQ6spYBYJBdqd+mzsEB0oFKUJxLuTGFlZG7UAoDdVwc4M3pz3h1IrbWfWWZ+BpqQcRKAw1XHlnRF5Bflltht2HYKg7nvL4FiQzzuP95h5rurXR+gVm+VdWl6vKK58kZxNoV6k7XdStLDWbHzlQu/VqRGU7K8PgOuskYXv/k6sm7MHUXp+7WU2900U7yhfOR5sljNNjxXHa/of4nMUp0xZQKWNJ+6jrSVGJXSasfx67UoGth2tlS1VJRNjEbW9sljHWFY9CCjg1X1CDqahtandi1TSL9mVyRK3RqnqNuqtSpqqqPTuxWmoGlScanqge1q/I49+JhMHFrU9UIVdtSZ00ydJLeFWujPRqyqIx3oHphwTdMp4c5i5pSyZ/HDPfVZXL/IrKeE8/UmaZBq7TIJ/HAi0s5wYe4zwprDqNe7jPi8M8CdvBZxr+GZVxs0E3rZ86x+lu1dC4vpCloWVkcxJKFnKYxkbmIMh7yIPJIaFc37enrGidXXwxnxQtnfSWc9YSToi9Ny2jwPF5x9jnw/Nmx3AqBDuMxLH+Di/wdLPIHh/SDObZwVQuXjKC53awF50kaeymlcZ7GeeCTPJB+zDOaSi/Ic+nlfXBud7bg+YLnC55f2RWghkgWrHg8M0SS5zz8H4RIK/448iZCJL0IkXQaRNIWRIZBzGQoRcKp7+chyeB/lMggjYXvEatc80BnC0QuELlA5GeDyCtIkfQlQqRvhfxGZCJEsosQyaZBJGtBpB8nLJFUEBJgUXtOYymlLzwpI8ZYHF+ASLZA5AKRC0ReCRE5X5FoZkRkLxIRrcDaiE5ERH4REfk0ROSdNJCMZ2HIKQVNOqZJ7AceoSz0QxHK1JMXEJEviLgg4oKIT3CafCRGBis291kSf5EYacWvRnb86vs7sftQ3q4/4iernaZ6/OrthrXT3Lln/XizdnndIJNhyGhC8yTIiMw59ZIozBOA6oSrCnf6kcf7HIDMo3XTU90j7L5mQk27y0cDZTAzUL4xXtRSbXIs+4Me4C2ndxPjJJ3xBQO7RrQ83A1k3ujas1htXjvtaZ87J7dK18LM4ELlb51hoaNDVSUwLf4JYFi5dtfe7PKVo4oVVgFSlcNW454Gcz5IQG54UHnYryWg1h4h0dR0enva7j+sdzfOG0CrBBaBgdy3MoW3ZRppN77TQZWNAvhPHhq/dCz6uzsaN7V0vduJLbwtfMQPSAm6e/jTvdjsTrU3/ul42u6cjRQfZfnq35PD/8B/bT+8RHxAb3N0QxS51KFaR3HCCAbtiFdPoPalP/PEq0tb4Wdb7z6uFSzja0W3d/i8rU/ZxBE0pRFNtcMMWWtftHwTDSfVL9wip6uVrbDc8b7AKlA9B2REl3lnrYobz+WG51uhtZEdWsudd2oxlhZPvhUHuF/8BmsM3kiPBx539QouLbFxb25y1Wscdr571L1dvzvumtla7nbVbF01W9fMtkMoQ2M9lVyG+p2JaIa6f3bPu9fWcqmm5qip6XgshShYA1YDmC7mZxaaKv5tu3WbOFErSEdHN8H+OG06UGgh4Lv9QRU8fXdCp+Qb57UCZo1wv6yRMpA/itMt9IRhX7jgNigaI41tb1Bol1hNNpP7410T8arIQKOyfhYtS2dlixpVAdVDCWC+LT7CY++OrzCi6/BgYqVudMXBZFMUquDhHn7V4a6wJ7X/+q64N47qEuNaLd9qeMRSPWLDlSZkuPF/r5mnVYGwUlvKyu+9FYArDxXP3A99varkIGhDp01F9Fa5wRtLtXDUS1bYc1Yq19IsbNXKZj70E9d8iEVn6xhrfOUlaDvqZcGa0FpctZ5UtJh6OFVGd72VOuYYP80DvrKdSkmIgof+hjNbc+50+Z9P8CjH793HYM3v5+z1Dq4tReMfTb2UYtCW76/8drajR5Hdi3Mz9Ie43Qq6jvxebq8f8me5O7WIvOLTmkVNi5bxbKBZJ4lonlIfy6UEKRUsZj7LMp+JRNAg1/PSDznQ2RWMZ18KOccLOS/kvJDzjLmXFo5+KRwdd22483P0s/OzFbUdBeP8rGFznKHrNpc4Wjdsm21Tz/ezMBQs4kkasITTVAQy90XKk/+/vTddchvJ0gVfhbd/zK+ALgmAW9jMNVNKqcysm+rUZKgyp3vKTAYCziAqQIAFgBGKHOt3H1+wOODLOU4yUlFdbKuuksTzfQB8OceXsyRxYrPSgu5qp692+mqnr3b68nb6uqt+/RY7YHHlweJyFnv2Ki22FLS+WgIWmytOwGK3MqDF5oIDiz3z17PFJonmhKySzSwKgygIl/FiToLlarOMrRab010t9tViXy321WJfd9b/UnaaHYBfzk77r9JOSwH2q5XdTgs1abfTnQxkp4XgMK9ZNF/4AaH/M12G8zkJF9v1akrmZLsO/Gjp2+y0oLva6audvtrpq52+qJ2+bqn/CUx1eDtdX85UB6/SVEv5E1Zru6kW2tFuqjsZyFQLweEh+DQmYbJaB7NZSPfUZEXiGTXe0Xy7SpZhsrGZakF3NdVXU3011VdTfT0E/xe12PNb/4Kb6/BVWuw+nUcYypvr71pN9D2vDfAhK1jxA13YUauzPF5FwNsKSbnUxMg5HAaMPcIBROtLPjLUemGLMzhovvWMFzLextYATPfszdxmuad+KFvu5WLlHKEJjIUmMrOgfyO1VFepK+/QRgRyu9BZRZbbmhWIiPJUqOk+LOVv5d9yB09eXSSKRcEOog2n9P88/p/JdHrL/zOY8vA8eG0upPziTjfXF31einBQ3viujsqHrhqRZopXTKAt/WWZ2Ua58YTWCxrmsRBukjmPMedMZyvxhWa19RmYyb2wRRVeYHKLzm8iasc10NqpTUcSr9/FVkximV1Njny1xlbqOXma/HCknBtS3jNtET9M/vZv+6ik027yf9AlIx3p+f3f/q2JJaTr9XeiissxT/9xJDfDyOYmzPp/vEJlYJwor04HLE06oM/EEA7c1O7Yol/0XWVXBVTO23A5lEawi6uKwSJv1A895jx10PNcbPb3lMpkn9kn+/pFJrvUy2zf1exUpLB9FlW7oVOzEjUFm3pLg8qH7KtYhC6Vfmbzv18Ms+56M/mYfuVbLmrW410T25rQTV/CdpeiMSTq//jlr7+KPefrnPL2efHqZv7KNPP7/ALhWj6b+0+S0w+Kd3mRFffPtrn/B8npXGwlEbMfBoznP4AwaAA96tywTz3rhTSDnhxeEPhveMGPl1QSwIAQawI6lkmZ39CJW6a8yly77C+5XuF6of8++m8x1yjNOQ47sRPVP1mSFa4s7kk9YYulmiR/kh74b1KjTTq/gJQZPNVfnTpbm9SZFOu+lvOQvqd9G1Ol3WXdpyOsLyatpN9vxT2PC3bVnEdp+O1ig4sHMlv60yRJCJlPp5tNsgqCpR/Gm81yM9uu+OwVH27nNNw+9Ef8ew66b0CXqTJjZ7/4LYXuId/8ruKuJgdx6cAvEBKRlKMsir04wGi77abN2CSyOXXXE/yjJs1HTTZHqooGRcG4ahRH7ZV07jx5J/JOddmifvz88ef5hPc7/dt/FMfPxw0R9w6/pXtC109Zeqi66mbZM389Skg18YTXC2mrp8mFMce3APyTqDpP2SkMy/wiTum3rKyoKMMcic+i05JfnwwzmGSkrsQXNQ04qaMH0lRmLWpRjdqbPO1ExVZR8TqaUP28n5SEZDd9Dq5hfbQNoZ+SsOsrr4oJS8fVNuCbyZ2SbWtwzSA2kLz8Kel6a5Aci+lQ0U1Usdw3WbKkW48+ORivRs2ueF4sZYp7PYH/VtU3Z7OmmPZ0fjsPv30OlYUUZ72Wk7fyatZi4v3GdXFvQ3gpaf6T1/4krMb4h2Fq1ni1jhbRMtisV6soWGxnq9k2JEno+6vpZt7HUo9ZDJaBF3h+5GL8ny5nCyRSUUZ6Q/vonudaurhJsDzrm1uGn/iNa6fByRNTFZ0GF0qDVXjuU3GNB02vOFkWLnY1TJ9N6KqMfWp7fcqvNI8sM5ZUu1KQ8HaZ9E1CtTL7+EaL84P0YTVKptn20dd0f9xTw0LnVt2ZgM8DRS7dwMvXq/y9qubwr7mJz0Q6KvYWSVkcbsQlML+jFor5npXbJjwPljAAGYke2qxUx03dFKhu241XtZQM6DYtmRna8wHBTWNfd1q1FuyWmFoGZkzYH0UiR25CxBZFZDkUhb3rY0lVnGhE8THDC3Op4fjP2gv03xtbRkfBhK6I5atrZtZu2GU4fz5pvs8TNnPQlBVp8jXWzFpvCP02Vi6UsWQisSUzlPRjk1NSm+jszH/XimoGgxKwpFyB/woMihQYvJZvXT5G9/uIDo5mZdcoiB9plw82KFzM8xopYQG8TkrYGYvMMH3HbJosw2gdBHEcB9ttOE3m/mLlb1dsm7Lts4FbCMF9CVt8MVCrw6OL7kt07Bc3QrqHfHPrI8ZLs6vVDRqq6aj64KkWmYMR85opnphXUyEs1kABta5O9HGkPB74Hoc2fxzlRetBlTRZaVsT1D5zbITeTN42GyGqNOkjugvdYT7cHZE1LxsHN3RfkFJ112w+WOZbEqfUwEp6uL1WFgRSlkNh8xodT1us5ClsGx2tMRidZVCSALMWprRlxLZrjbEY7nKE3eCuQpS2UeuNNayKw44nzOSmt3Ohon8TXl7vqPFjXmatpUlj8Viypa9XNzs3nlG4yWUZqYsBkYaS11aueE9JxvGl9iUme6HJ1TtjaRBns9vZ+jZYvQKNKwV2ruVMuj+yWt6Tj0V52LWHc3yB9q6735QX9UzY48KeEPb4Qnwg3CzzQdFhZa8tXeFv4s3MX27n03WyXK2C9Xq1DUhMNwHL/lgc5jVtBRhwz3DnKl7O5HEqj4hX4KvyWHqFiyhf+EHfXAG/T6uYjyCmiZpy5yNHw37hDw61Ji9uRcRV2pYuHpmWOpbM4bTR1ax3qkGmXNLodObPOr664/pjXfHrePn5b9lyielawler0YGXhKcL8BvJ65MvNulbFuU91d9x1Ditdi6bTNM0ypU72/J3a90/GwXe6KwbplJjQm2I7EzKD4/Y88TRVOsx210DDjxa+ef3x1Z0lXSQnEUbpd/sUSrpDKlP9c5VLCdobKHQ7N3hUevHetPuSPhOpXvJptTuZCc6XLZj1BZMCHfd5QdTo12RZKHe8OuLlz02+perlNyrNt37j39VP4BPjG5e/Ok7k/VkNr+dBrez17AzkQIr13K64N+7ugpcZ/205xn2mWr7qfPgZp6uzUWXZDQ7pDBUHOkxpCchPRkpLKgjbhiTuU02wXy7WMVhsNiskrUfb6fT1TJO4s18Qfq6x44PATc63D7x0/rLbW96zotvanrqb25Je4cR1ABrbpxJRc1D+gfTsqrbSr9WZwtmKnhPKnESIyyNUOt7uhbn62ems9nJC9vqpE05DGFzmU5nO5r7rHgSWe+PVS0sbmsUujvgPtaDG35h2cQmhj9S2CVWd6MzD1KWe/6mW3ZuRdf/FJ6k92nNHWKT1gy/mejDNaSDLv5Zw5Mu3ealu+DZi49vIiVY0zX7ju4Ur03V3+/C6FM2Vc36hb3GXjy0t9bShq9gBnDPM+jXrLP5+R6LbOHbP2Y0xenetqQKeRgCUu8KuvV72hWTJ/50Orpk16Lh7rXgDceuZnjxk5yvMKjxrzWbK9E6f/pGyXh9syPNmNJe3Yx+VS0Yc9F41wzKb2bC6H/813BbIwUcruWsuHc///obXTV+6E/Y+5HURufw/pKMF8N4ntdjpPzzAuN1GGG20Ijh/m8+ZcWn4m1CQn+zWW8Wi9U2XG7WySqK5uveQQBND5qqS3sHvJA/wGvxAGCDh9ucZjt2I99O9EOqj4prLtqFCuhVr9hyMZub5kJB7gk7+G+v/KWdVFd1iir2nNuoUTmWSGyx2OlVGbFqT1KUnRSVJ+1UpOuW/03f9jthB5rww+bWRZilG2o6qGXZ8TucNpiwCXx8M/l9xy6o2LqZVYnhV/t1mmXCUUG+OGp2QuKUb1/suTrmh5KMmAP5jumR+YKK/SWLoGR3YTmzOocdU/zcCYw7iLJ3ZV4WB5JTxcDcUilRFxR5w1+ftmlS8ghG/vS2ZVWzyW7ymXGJy4iaLNKtCqgpp6atKSpDu43+ife/MJvtflzexjbfmU+OOWW/J3XN/dalgSE7XLwat4F/5gsdYXOWt/4rqLKykCpgr2UX+vd/UX0l+SS9487TitvA+794jXxXKctj8p6QH/kSoKQHdma1CpYzPwiXQbBZb9dhtA034WqazOfxahNGvYMBitpgY5K/q066HNt4jF/EFQH1kAtZI9SzMCaK26CXLJyIGm+ThLA1MnNj4rcMsil7ip4HnmkHUhwywgsQJsc22Pp4iEUAHI9PrOSLoz6em4Ka5mGvyP5AVe/oEI+u9iVnhWbLMthjsF0D/V4S5eJh7PFNyNCEW0Hmh8dLPY33OPTP8gGhUOqsPFazI9qwYCWWC0Au/MgsQlYU3HuZ7Yh4XUTSbDyKPGPOeKKEY0xaP7mmROOOdpsn/CnaKx9x9vmyu4zT4sZ5x4irTF34+PhnTRS5PJ7+dPXve7MFL7I1vQ3n3179L6Xq3ms5begHts29eyA85qWYfBKTqN1taMIpGMATAK8uvAbQruyVuo048aGLmZ+Ey3UyXyarzSpINtvpekX/YTFNposZIf19P467MwF0FB4kG8A2+F7VoRv14bU7WjhSE2UEcE+5kBXAPeybmwHDmBN7F3nJ2mxQhqdkQnPRhTifAyyik9mJVsG39+08qLu5jf47bdac8MQZUWsmmtQlZfTU3vvwFXqap9WO8CK1x6x+Q7cfzBE6Em5rrZqnrcduzrPGekjWQmw0uvdtSulWTaVH7rXLTuSoNciKA9/QcA3dOAI0B1RMP3M/YL5qr1mp28YtQHLaaj6Nfk3cWIjmwybdWBxVC6b7vodtVjxVb8ShZec+3bke0x1FwRwqhGngwS+mQsFmU0Y7pjqmbTVj8Zo8JUtr1USOF34OKBsy1udNQH7T++0H8SEhvDra+B26tYr49owVGn59xuufdtPi801LyNJ+zV+D1erjfmdTOfrvPYtoftf47ovQbbUUZMJi2ButI6JZzaUfrbLjcL921H9hnkSHLyEu1Ra8X+DZBV4215b1GZBhmL/xB1k7Lh/YT9XIx0YpKZuEXVRNqmJPGq+t7vBI+F2Ig6Mi9xLCD/KzIuLXAk3cv3uSjqGisDpYb7lXrTj/Z6f9FCgSgh2pSmt9ksnXiFmlCfsKdtrCTtx23EQIpzL6G9vNbKlBKZ74T/9nNNmVZPt//W205hjN+P+5jf5BX5s9dTiCK2l58bd/m9QRO/WhbF82WZQ/sPLM8gRiR1HUABxjcQzHzgBpa0T/q3Og0LecVOx5R+IHakd4cgXdu0tDf/wJCbU13OOBqyvdu76XJfiLNfWMWW1n9WJtR7LDmz815Jqfd7OOZrrpFcYk+iYd20dYz2ZySOLP3AkeUrLcAQWrZe3CgJoNLqRmX2k2w6tyvSrXq3IFlOsr1KvGtWsf6u3P5JA8EY/F2vGXnLmLDNRp2v7otZkJVC2qlRkrz07oC7sCY7PgQuqzf3qv6dr3aIqk+9PZ6kLaFPk0WLmGL56Squ/X/tKeOevwrHIi7yg/4bhnG/LJlm3shW6jbxk/sEDogY6L+oMOlrcmZzvqjq7NFTL5a9VeUpo9bG+o+IQOf5YDh6l4fgBOxMF0q995Plja9zH3++m3/K0huKr4q4rHuPSedFxSPx/IU5mafItGv2p8izqJS56Y6N7K7OHL5g551l5VSL+o7/5dHxV7xwVfU+YVral6dQZ4arLAoWSB5dMjFtxUTn6jamPyMbqP/khz2QSzM97SY0rF2/e/jmywXmhshLnUFyb1pZW6tDmWX0Qs7rsXkkzmhe8Z3B6qGOfgz88XKXd5swdqu14y18NkUdz8qKqxSdgelWWU35P+EF+kTB8khWze4Wo8r8bzYnm+hCuB3lQOf1ONza/899dkYfSq+NWZGOMmrw+T9/2l3sR8Kqp6vM2TFOiB/mzY6BmkLFaGiX058KZ7MTMjsj30b/SnmBnEQ10zlV7NzNXMXM3Mv5yZkdXxq7MzxkuaPjmAH8wHQY85fXU+ph/YJs1jXyYnYnmSBLqTs1K1NUa5sbXRC3oXtjfap3QurnRW9AbgQrc26OdhzhqXL2xn9N0+rm0hcnjw5F6scsXYcZanV+nyijS+o28mfznydIp8EFL0jpmfxq1KqFJ2PMiMwY6FJDCfnA1Lh8KyPj23Dqi9R9T/uBqlq1F60bshowp8ddo9MGn3PqTdD2Xt3lVp0mn27nrZotW1MmONrgoZEpafqsyVB7zclgHzKIwCX72wAld61rA9iFl2WHFVU2wngYhOaIoRtGmgIhZeFkklirrb+31x5D938eF5417KpIoDyRvfS24J6HzsAgeuWvuqta+Z6UHTo9XPr87shCazs5LMjnw/8jOZ0NG5pQOEgo4lnaiywxfxYvqjV8o/jv28dDJjs6MKXdjsaB7QLuhfzP44PdPVEL1E2Qy1r0e7iN5ANZpZBLxxZd3VyOuKZ8QZT6Er0b2Z3LUbDpEjvlXlIkFlky6MiohQZhExwQV6DpZpbEtKEcXc7GxKtp+52qmrnbraKdBOaRX6q7NTpmqvyz503V/IHsrfReWGjg+qXw5yZVf+r14l/nVcxXXwo1Kxtf/1wrZIZu4CtAfHShcyQPCDFKvjj+9JhCF60dqsfc8JK0M/hO1JOmMzDqHjbmkse0cu1cfeMLXEzU4bKS0C9pJuQ8MzLU62EU87JKLMjTm4rm7MV2Py0mV5Bwrr1SlgUwneVR887i/l8ylWASpm1QTEH7LJHbsEiElXc1BSy/tG1hN/yLyqkZWqyI2UNQYyVuEt5stl9Tf4KhdS35hPBoK3X157m7t9WIFXeDqrm4Tm26heY4MxJixjxq6oDiyP4FUJX5Xwyyph4+h9jSrZVBF51UdG+4OKyO/YTplM/lKkdLyoWjjmP3t/Zz+bFa9BSnE84mIX1rSDZzd/4avZFyp1jn7ea9C8g97Vlz03Kd042nJFu2GJ44qrmr2q2ZdVs/JQfY2a1VRxetXHQ/uDTElvmQdiQjeYYqupUa4Rl/DazahZv5oFxypWSF5YxRoef2nNCj3GVaG+xD2soVPHOpUUe1LzIjjd3Wp7wdwptDZBHKvawAvOJ6SO0owH7F3PFq769oX17Wgkv8YMFKZArVUfKh3M5JIOn0j0MHnLqqM8a9Ttgf7q8dopz2ZVqxdSXGCo1IWVrObBF3d2sTziNShXTfeNFGtXQ01U3OwckK7q8qouX1ZdSmPzNapKkyP4qo9pDXz5KPbt4TC541n1dAvTw8ETKfcsa1KdzFhP0qd8EU+59JJUefqlFqG6z3K6/7q0ZnzbZhHuVpDNHVdTjK1VlEXnDCEOTYWbNf2eQf7ImkT7q7a8assXXlx22uU1KkuTg9uqj84MgtnAcYA1rKoneYObVeT4Z9V9gP7+5dKOA9IzL+YjMPwOIGzyz3AHkPpDv0Q07LeZTwBTJywHbl6nvM6tyEk2+WvFgyOZV1mbYUeOmrwqzavSfOnb/qGWeXV60+RwteqjDYMwGFwu9QNi8q6gKiZ/Hlwu9T97cfezcrmklVIvl3qxi18xqW9wYRVre4Srxn2RQHVNTzJ9yxVQU5OC10VPjl3tOr4MHQD5pE36bGR3g9DCmFUhosrkUBZ/J7wwR+vM0Ieu8MeMKhGLFJRSsvGrl+9VVV8D2w23bFqN/OpMjdG1rA99DOa+HIMSibKeo8QpmfhnQ8KU0a9KxMnhwoZEfp63YZ6nFysvqKPGnOm+ZLyI3Cdica4syutBSSfa33kSlUm7KGcaln8LL53H3eRZZYrmW0Vqy85hob03/Nv/bApBvOSK/e2WeQg3I1Sk1JTLWzTDplP0VBUVjyIqniqZkvmw8WlEtV+Tt6XaFWUdFwnpC8lGR7r5iOqmTL0oIJ/wj34zeZtVBSsNWO3ZjoZypFsqx2c1fY+cEJa9U1idqm/l6pY+ftArrDIx1UzSP/NGfcf3ScXkbdzoaGaAR9APBW2n8m//9mbyLqPbJf7KYrRW6pM5Qc1KLN4XjPhvdO490xb0/tckEkaoeQjtAlEThRsFFsQqGu2XA8U2qv9j03RRt9QQMoPX+8RbuREFhsJ1C9IGfgy16KszC0b3tj40MVjOBjuQ8lCUbADqfNua32yObaqIuvEYyVxs1zHivbwnm+kBmNRYsxd3XWt7bpSlhJXdExOfKocmDkSyF91OahDU8WbyqU1cckPV4xPdXDShhzf8SPym3V7cNLOxeZmbCanjN5PPosStyHkvKsiyiUtYrW+WZJn97L7ruOg69Z8qKa7TilWdwa9OL61NeqkPRQsHSd3f7ejc3Sl1FWTtxCV0U3Oso4yCiqbSS15KX+nZPVZC6FIay/IIjM7yX/qURN+rreJqqswNfG15ZHORPYss6zmp+2KcxbY5F+GsdM33GKWZOKOueFVo5gLB1kzs8yfNx7/5c7SQm2uncbC/tokcmO7R131IU+hrJrIofgNPZ1HRBj2pjeKGqa2Xf+EJzh/6wjOcP8N1iq+vU/xPnuLGafDqJropt9a6D5QJB3fAvxYUznrGMsnLRgYxwW2i48ltlL3QxDbyX2hS274VnNDBC09oY79O4igfutR8YEVQHtndMr/XiElZ97VW2hMtnnDkmKf/OJJz/BNffsraBvSrm64ml421L9WpXsmuwGW6JxNv8vPx67F87moGf0zjsjBN3wPDeJ6XcUxXDnnfYizT2QU6nt6fGqx41a4sdfeqfdXr4XTH486sSS0+Dvy0S3kp454GHW4vIT+UUVHqlWNRajHAuNkvyTbN2dFsM8i6l+2PP5u6xqLIsfi2Qenqmy7NasIPE7r61OMDj4PQCJSnSdV3IHn1ZvJT3RePbl6jYmuIPrFqdTM58uJPlDHK9hPaKfT5zAOGFXkW5+9ZuqUq7jlrUi+VzzdNUAp9qzgrKuIdD01F5qbQ1mNzkD0RV2HsTbrq0zvash7Jk/6FnvinxWW0rat9lFe79MAzxrK4blLeSBmd2AF5VLPDiH3BW4P2Q3UgcXfMXV2kjHNz5tqXqTypTtFA7fpTf+FNA2/qT2aL2+n6NgyHjsQOium1qeGl6Vpu3UdkrKcDN+OfJnf7iNrJH1j/kKr73k+yD+td29atJn77k8dhXgPrlJsM8zqYUMYuoDcM0irv2XaRrOLldEmSbbSN4ulynmzDeTD15+E6WoedznZ5QrPumr2hA+cgaW2ntzQrblBpX0QXd3zfWtu+7Uq5802UGKIiF1zZK1c5W3VOvtbePcmpcOMnTdUMW+7UJN7lRVbcP7NzXfnWbkui+lgyd5O2nN2OpSn3RHie0HDNNSTTSDVd5sVMoFO5jbYU/iqiHN+E33NxXcybt3t/oXHZ3vBeDITO94KtSpsvS/M4OybsYHtXEnbXGR/Zq4gceFzB8i0iU+uiEUT7UJPCIhWI0Kj8lDqJnukLRJs0S+vnN7zwRM7erThyR5vjpua+j6lwrGmUfNSZm4jahR2p05iq5QdqHupJ2ul5OsfbxmVUfLonhDvuCJrtkTYry0obdw0lu7BfRpVL92bf0f6y6HKnFG+0OTd0Yuz0Od6Gv+qSvLUSL+4EYqgz17tFMU2uvRrQSKhf8jZ5jOiISiafez+rP9OxpTOr8wm1qf78lqe60BnIFzKEWrMXSmZPzqpx9+OHz9TG/8TmekqnyHs+OW1HB9VuW9O1fNogPDGdEQcJeOB438FekiLbl/TES3rNS5p2Hex5fzv601nwE/DIc7cd/Mug77qQoUM961sbQT6q+I6jqsv0QaQ3bUaYeGXVr4a5z9RcTYuopkpYrs5/seaVuo/1m8nvzB6ldJXOzhqpHi8OO66zuddJp//pep3udbhbSuuo2dncRt3zOhKTqIx39E1iqvqFFaQPuRm5yXDVw7w5q76uBLeQhbS/aOyotJPpLOV7eVc1agqKvulfon015kTDVw5NYzztisljlB35doOw7dANXWkUiRBvAq9kY/XnbjscTBWl2LNhcdDp+NGP1rKiH6jsHZP9hup9dct3Ef2uCa9QX92eyeSzsp5LxmM5Nh7NrnNgHpp/EwaAPaRVkuyHwY4mSLbzZJrM5nN/tQnW8/V0loTRMloutptpRPzOGnRw03blqsCvCvyqwB0UuElv6w+JuLoLwttw8ZLq7puruoWk6lZjVUdHYSwykAy0Xf/PqsJrfhvoPH+ZzKNttFwni3k8C/1NMJ36fjjfrmeLWUzCoc5rGK5q76r2rmrvG6m9xe3Uv5Dam71KtbeU1N56rPaeCu60NtB5zb+pCo/9MDyzjhfRNIk3izmJ/VUYrbYknk83W3+zSfxlTIbajsGvqu6q6q6q7hupuuVtOL2QqvNfparrAzDWs+lY1TW+9WNt1/+zqvCa3wY6b72Ng1U0jcPIX0yDeLH21/PYX27myWw6myaboc5rGK5q76r2rmrvG6m99e3sUiu84FWqvbWk9mZjtXfPxMvnsdrr/1lVe81vA7U39TczEgTzWRiulstFMt/E0ZTMlsmWrv6W89FSr2G4qr2r2ruqvQuovTgqCzo8M0fVF05vZ+GFVN8cUH2zb6D61tOppPrkTAwfaW9NvitYGL+4J6afvE1z9o0f2msoXksjmvygKEjW1d6GgenkFyjp8orpkEjRnw6YgV6NFtttSGZBEgVBsAqDtb+Zzxf+wk+mq3hGlp1edXiASe26vOOZ1+ZOb3uZIkROnQZr7DfzF9TZ73geBVllK/pMuGZJ49gDh7DFlYw9Os2PVIlM+kYRXrZNowgL8EDIoZJqnvJAZmYV9gX7rJvJffrIXlcEDDXZfCJJ+/M4oec82tM/bwnJ3kze7Yqi6jJKMA+yJGWFURmSVwbvHMBIFO/EZye8fDg1Itz3rXe3405h+0gYOdn9i/X+hPc+Feitxli/tybpIvpaFxfxr3RzbnD22mZUszVDQFuVVCOgftEHJjR530h9Ey+A9WS6uA2DW3/xzZ281tOZFGKyVkJMOhtX0/k0yj4kQhl4XrRhBqJmyT/+fWCekvVqvVrSx29nK3+zXW/DIPDjVUT/a7Gdb6Peo2vE8hJL/2sIyDUE5F8uBOSEE4+pfztfvGy8xzeO9VhPfelWa6oJuXtX0MVSwlYu7xt3eJ6FSdGLcSvnNW7z3r6R0yhJg/BAYy6jebCMF8vVdj4lqyRchn4STuOFHy3Wvj9PRhrTQHlVn1f1eVWfl3NldVOgs+ltOL+YAp19y5MTowKVg+VmGgVKt5L5AykB9VkLKYzy1IoOVOc2WSd+mMy3vh9MN/52OQ2TKJwmZLnYRstwOVKdWsKr4rwqzqvi/GaKMxzftZ2jOP1XqTjlcCtfozjfHusdHVj1M6A6o1YOozwNwkPf0zhcBdP1dD2ju/QkjEgQzcP1fJMEZB3Ei3CkPg2UVwV6VaBXBfrNFOjydna5lWfwKhWoHHIUaBTorwXtWnaXYNefZSOGUZ962eFF3Dyczxeb7SqaJf4smEX+bD1dkYQstrNpEI737XrGq/K8Ks+r8vxWytOf3s5nF1Oe4atUnnIQU2i6B/rUpqk36U46bD2Rv8OmNcdSQ9//1Zas5utks1hv6P58HgTbNVmEs+XaJ/OQ58CT9eWY66opr5ryqim/mab0b8PgYppy/io1pRT3NJOXmXd0mLASVCTaV63CvDvmG/r3ya/R8+R7kVupaXJdlhRO4DFA5VUC6ZXRsyeyMnltSptxthRH3EDbzqfzNd3T+/5ymmyjMFlMt+tgsdqGUzLbTBez3v3W7SEv4qHr+gqX8dV17hVQLS9eNJdY7zOlFl1R9XEkvHsGiceO+YR+YOO7S5XUtsnntWe+ohNW7GfPq0cI/yeuUss03k2o3qp42ueEHOodVWf1vqgOTOe1Dq68X4Xvb8UK4lFN2WlankuMvlGb9EtgmlxlUgG8G+ahlZAs5cnJaENYnHcb9+OifKgmtONoI7BKds9cPXfeWwO3rrJuc3lJObza1y8SLykpJB/Yrtfn9PVPnRfL4P7VTj3Nxwx+Ur+CKmGmlL+Fr5e/mMxmt7P5rR+8Al8vOYxNXuPfxUVxmNwVcUrqZ+YPSicO8yTdsxqWh86JW0lkWTGcVwmcl8bEY3Nq79Gl3KELZ6iGeSwdMMM7vNUimS8Wq3i92STL1TTyN4utPwv9aBOFYdBvCxwe8CJGyuXxlzFQTr0AGqf1ixon2kzPrKaRqHmaFSX7C6tlxt+ZbQIO1sSX+2NWp6z46DaLHguecZJan+0xv5mQ/D66Z9boKeIey0TnsJwPLB13K6Rmq9lfsNV+0oSgCP4mGeUN2yMIUxe8p6h72lxNfSWRDHNTRqK2K9+stZksGwfkN3TfLIrI8sCRwcdShntC37GYMArmZJyw6t1l3VX8Y0+nMFaSdssMUMnEpZTsWVFwt2VK0eZzb9uGG21qCqsij1hmTGFQ2f7m9Zks7pBN9zoHbTLK8a+qkv+RSXxkEn++ng+92ZLlQw7mg5wP30zPy3F7cr7i77stb7sNaxz825UiG5+/07dm2XrllDXdXrk7j2ic+9vVLwWyNAzJoZST2rjBhup+M90k0TRZBAHZbCOyCKdBFLOMEOvZdrNddOre7RkvofHBN5CefhGFj38gRt/PXvKQ6PORB7SJwbYpi6eqCSMsqNZuA0T65fqbyYeUVxI97jc5v6Khy226+9iQXUpVV1tIuyrKG1Fvs8qjQ0snAgHz6DG9F0mRkyJ+mND/pS9bZNkbto754Wd5J8HCQaoie+S1LLrX5HQsdTFLstycC1Edu6H/72XkkWR0w5Cl1W6o1rf0S1NmZNpgv5s2SJKOkiwV8YH0G9qPLsW5UvniISMOOpjv72j7aGNFRj+qGvhjK/AtFLC/ZAvt6XKQa+xbKeCZHD04yJzLR+LkvdhDsvK0fUGW5sTo52YX/CkqKW30dbDcZuhmB8rzGkolpATMO/Swdr2NBw008GoZLzYJiRexvwoCP5kvAxKQebJezdfLGVlIC278E15mxe3y/AstuZ164tvq4Lfd+bx47UlzhMFj5Pj5yCYjdOnZntq0EXm8qPHzobinU3r33GrZiq5cM2pa1LMWseauYkJ1KeutR5HZnZ/it2c7g2McNq1EdWl2ckOe2AKEBfPxRToV6k7V22dviiy56fLE7+lb8DLUrJwzU9NiK8Dju4Yn9KxyWSEe+2byHQ9RZwtuui/gh0FREh1qluC9CRgXy/bm1Chi59Rsm5EcWaQcW40/7Qh95bLdlPC60s0J/03TLGLNzpf0o2uOpx3V+pM9S51O/7+5j+CWSxR2ZRZEoMqiD9/cUQPCosvpxuZOZLNvh9dNe0JWxVHWnZq1kZK83dlD4i4wtD2jayI32baADwK6CXpkE4rvNNoITDqk2fFP07ppPbR5TcB6sxMZxfrTRt/QUSfHWApjSkdp2W5GUjrJpFrmL5Ui33Uz8s9sCNf8HmZ2O1++AkM4kwyhnAX414hpIG/yrjur/o1ZgqFJlGvPMXmvO9n2uN0YKt7O4iFkB4ZuESyDZBaF22jlR1MyTdb+cj2drrbrcLON50Fn6BDEnX0bppXHvNKZgfGol7tMwTtUX8A2z39Rm5eUkRhY9VPh0ZF5z2wMG2LC7HU5QZjK2tGlPTdobF/FAtnLqm42GN09A997NCbnzeQXduss1Fkk1DxJmtMkptbofuHAtC43hg1Tc0HM1b24SRZXH4KlNWrvPr+diI4YHRu1XSLKr2RNKfsDj6fnH5ETcVRGB8aelzepWVswdbghW3aH3JpboYu/fVkSzTXy3JuuJrPprb++nU9fgfqSggFncmZfrqbuGqeEVl11l74LL8292eRd57cgKTI+TSrxz910qTwB8WIZIrQZFjBMqrQIyZqsg+mabDbTaBFuF8F8GmwX62UYrVe9xzaW3bRuR7/dmdoN/54XUXEOvQTrufmL6jn2fKrnMjLyk6nSr2xVuqUaK2XHv3Sd2x2oD1RgpVvK3bBUTWUtvF1YtSW+8C3yjK3o2IKW/ZX+Vx0d2cl3c7bRHjU3Z9lvJt+zxBv8aVLKkKZ8aLOyTWhTNYfvfPHP1viSb05zhC7uX1NWwSmb3EXRnVhWbqmiqrjSk7NE8VOcLiWHeLNdUTcbGY8588jpnSYf+C6A6t+62Kd/iALFrLJUVD0zbr494Ep8wvTRJCM1NwcT2s3xQ8aOcvgyucluciPsDP1ffr9B/7ffRDVpQ5rFNeWm70xbiK24xV6BJ5biO43nZqfQ3bE3GwJunNi6uRQ9W0mpo9gj82ZAdpcQvPmbsfwK85Nsjhva4MaDf+VnTY4SLvLnHP3fmCpplXTsZeSJLo30tbTGv+uqaQmZye9U6M/fOdD/zCYswH96G6xfgemVwkhncl6Sd03GsjbDWG99vUkzMPsrDO7YJtepb8Btyr1etXte41jYH557BwEeF68/hWNcnar9irYsVfcVXvMNXvcNHvuG0X7C+A7n2lnzxw0/6UJ2Fvs4lJ19Wa+q1u+0feV+CyHZ3T79ITdjjYkb+ApNPnBLyK9B+PKfjv34oeqOccqi8zlqD81ikX2qZgW690We8uOlbVTt2CN5+ib2d5aoSkqN2NrBroxi67faZugTFxHcrvNTL27b7lN2aseMGztJI19TZgypGWArimaJ0DVAa5oHvlTtAqJLmsh9vZ6ick/3HbG4MmeWJmUZw6RzOZalKyP3/OxoZC7FbQtp3ceaGpVtWq+uG9Jq4DFA9VN7oFnunuvdvi362DsrSzVaRUYxeb8lO4URtqciJSs5OVjzcI+y5+7mvl8oSdkopfug9hZJ6Uvh9luI7+OLHml396elgLRWATaZ7xb9VWf2Rj+qNu9dVAmJ/+dbGLzZbDILbv3gdj50WTabmDYMwmRnXl15rpXJvErBxv5UZ17vfvuBfhVVnhrrWT3eewfx2yC6QxEYbEpjfxWR9WzqB4totVhvt0myisJ4OVuEq9k87j24FBrDqdrV0F0N3dXQXQ3dBXId//c1b8H8du7/mebtm5s2KQzcH2StZ/qHHbEzLTN51y97Ov8KIeBxNeRJ66JhJnut1NB5zQ8265gsZks/mvqbKIiCdRwkcbRYJSReSqU8tFxXc3c1d1dzdzV3V3Pnbu7C6W0QvpC5m71KcycF7vty2qjP/VDUGTtppBpNnU5mYOhItAz91Twkq9U6jpdhNF3HS0IWvj+bB8TvDZ2O6WrmrmbuauauZu5q5k4wc/Pb2fSFzJz/Ks2clHXBDwYFefi0fhvH9P3ZXNDYOjH1vaiVMRo8o+CwUmMYLRazxWyznfl+Es8WQbyaRuvNlu7wfD/aSqV1DHRX03c1fVfTdzV9V9PnbvrmSg71y5m+4FWaPiltgy+nbfj3omTucJ3pkyxezn/qLc/Y0I1/H9i3YLYMfDKjFm41XcYRWfvrIPHXYbjZzINk3ZfkHLNczdrVrF3N2tWsXc2aq1kLb6fT2+lLHVyGr9KsSVkqfDlLxX8WxV4kpNDt5f6gv4o8B8ZdnEZkWHtuMY38dTKbh5tktVkkYTKn1i1a00adzaYk7uybhuhq4q4m7mriribuauJOMHHBIKrvoiZu/hpNnC/lAfHlPCDB+860TX4jLO5jkEs7SLoO9R77nwdGTicz3MUl2/U22G6WwTxexX6yTcLA3wTbFVnTl5n2mV11TFczdzVzVzN3NXNXM3eCmVu8nJlbvEozJ2X58JdDM/c+ZSqqFm6X470ctTxJ+7txN6cVGlbYiYMp3cwF03gbrbbEX8fxdplMZ3EyjVYbKbBAS3U1dVdTdzV1V1N3NXUnmLr1y5m65as0dVJGGH9l2NH9WJTpH1TpGfd0O1nAuKvrpYY+l4t4Eyz86WIdb6LNNFn44WIThv6MMGO3XGj3dT3X1dxdzd3V3F3N3dXcuZu72fzlzN3qVZo7KQuLL2dh8d93OkdoGsnS+YnX/ua1vw2MnCIwtG/L9TxcbJPYn67D7Srw/Y0fb/1lsvQTMo36mAKF5mrarqbtatqupu1q2k4wbevb2UtlQVm/StMmZUAJ5AwoH9Jsz5WISEbcfCzd3/3E1VPXLNr0ntsWLPLh0i0YV2r9RkyT4dMBMwxDiOIVCTfz5SpZRNvpZkp3hf4y8tfzbTCdLnpD6fAANpa8sQEd4997Pxlf8Mz8Y06vehGT69ZjgNWdvZm9oNF1H5miPG+bDN5SDnLTJsXvCm2xdJdShUSeS5iqYmr3BgW0GpPNbC5X2/RtxgaRF+dN8zg7srrR5CvtjYz+oTqyzJcVQ9w1D73hfzmkZZTxP34uyjxKiuafRR1JqizjKKF/aNI5CGvxLi1jltez682qzbTPPojZDvo/7JsqIgpgUWMbsczILBNol72Z5ePM20ygk8eoTNtSu43xfptl0iOoWSMsz/T9vSgewBPDe6y/WJmF9tVEjQGp0W7YqoK9Eh+MwwKWTxFPOUpfKmMpm0Xz9iOwL6jQmvJmdXTDc68eSPMAkSJarJaaopuvLvFnP/E0NnP0oybpJ+38e1G6lE2LOz4tvoH19OcT5tYyvw1X3z5ppi+lPgnk1Cfv2Wj5UJT3RNIao0LExuJffKhtGZhpx1G5W0PlLwfMMHH1arOaLnxq2YKYLKfbIJ6uVttFslyt/G1I+tA6hweYclf3FKJNwBc907bZX/nSRcKQT8PYtOAFbZr7yOQ2bVjGkUKampGjDaeSDJrtNKjZaXconYHr9iQ88TNPDs1KHFODRwfNsBZwZwzeS7urDd/A8nrGvOGFNenfeZCE+WYifXWXTbot3tiXkik2fxcbu5p85cmzmy3bhmrGSGzL9k0BTFEknjVHk7y6tfm8FuYHllhbkyJb2ofz8pFNbU7anOLR1NaRLBGGvYqP2YG+Bf3Cdhv/XNHxxLaDj6ygGe8B1jndWoJtIicJa0iRgpzvFg+0ATobJZhYCR5WZeHblyT4b2SrDJmqJbWg+ZTxr+q3SCP3T7e2S29Gre3qdh588xTVN/+Wk6cvzXi6ZRk9/4saYFEsltlgPnbTuHdquf1//78+ERmfKb0D5lh4cI5JO3IE9CGgbwAGEDAwAEMIGBqAcwg4F0A6FRuBtknh5hqVcEa21QCFbqgBCt1KAxS6iQYoqX2Eyayp9re3Ti+HbxsFg2gZBRN078rKMvBymdQCJNa3HUgO35fz8DNdgIHLoL91KA9/51Ae7vuhPNzrQ/m+v7dZGj+UbWVXexMMRJVWvH/eW+H0d3Tr9bJwy/Wy/cjoTt9xmlEVR7+pEQq/uBEK974RGmqaoF2VIpugFT+hCUZQlyYYQV2aYATtm0CcsPFFmO3TuRiTUoY0N8eouTGQVHhYycO86O8wNpHd9Gjk0b1hxsLdYcbC/WHGwsrJjO0VFStl2VT3sbadJIduMxUDt5WKgdtIxZjaZmnBLPs2oXv1btR59ZN9nCvS+PYxIBGtZEAi2sqANLXYAkQuRu3WHb1Hx7pgm1JE6ykYxzY04bEtacJj29OEx7aqCd+3Ld2wVN6m24p6zTGYpWUF4l5IKrqT/4pRwbIgulc0ILgrNCC4/TWgUPuR3qGoatqCFbCmNWD0DQgawU5Kj0f2orkLM1LXdD+Oeg9JVuUq6nuSkzKN7TSdGH4ojCGIgTCGIIbBGAJbRwXSG0Wp3py1OSQ5dHuoGLhBVAzcIioGbhIVMwcVmIpZgMZXxSwNmJUFszJg1hbM2oDh6RiNnTrVjQzcHkgHOGWsuO+DLGCn0eN+WmQBO42nMdhpYI3BTiNsDHYaamOw25hTRkk/+CrCPLHYtdYe1vhjYUXlt/s71DAeC6OHsAEID18DEB66BiA8bA1AeMgagPBwNQDhoWoAwsPUAFz3o4J5CiIWNkJOO7Dqp5QvNMDjQ1lQYXlM96RArVAHknoe8HM6KQX/RDZec+XmJVH5YKUZC6OniQEITxMDEJ4mBmBo/HB4TGgR1gYVJ01OxD1Ex9xIZeI+204py7p0lAaH6icNDtVNGlzfS8xH67ghqIkyklXar/kd7A5JTrUqMfOe8oRXs12DcEkhiDcnKghhSlRQML6Z8Vi2MMzVDJNzvZqRMOirGQkjXc0URYJbdzJJZ2OtASGuWFQQ4p5FBSEuW1QQbJw1INgwa0D98aDw2svvuRuO/TqvFeWSqqEso0dWJ5HJsLvVQ3PdbTOZWgi6g61wuKutcLjTrfBQnpExOdTQZGQyLhNRkkdNQklemoDHLKPqhJDcE65c9kk4lsbPRAMSMR0NSMScNCARE9OAlO6/G1etLRVKIEU7lMX3sRaH6Gstru/zQ1RSgxl9rWKS2y9JBpKqaaR/pbqgeCRlFj3b5/lIFm8ftTiEidTiAmDR5gXJCes2ilKXbkWxSe/tZFxEh2zjmao9bX2IYyCs+iywYKo0p01hn9idmMLAw6aevZS5kVs5ZEGFpTiWNYns86SRQY+NoTw8JobysP4YysNaYygPW/KhPGzEh/JLuW099gNuIdWwOK+l9Dh0qzuvqPQ4dC84r6v0OHSvGFdXG35L0WwxrD0zkET3iw4F94oOFYzmfBMsuiMR5AOnkUe/vxkLf4UZK++H9lStVQWwtOnFHNZgIwhmGTaC9O9Z5cUTbJE7KbwFHSEQtnOECKSdQvywifIE2CMIIc16gZCHJnj2wKM6rQuGobDDikELxCwZtEBpVhwO2LcfiiotkZDqAe7rTkrBxxmJcnYFivJPHcg6eKjqcBgfVR0O46Wqw2H8VHW4+dC7C+WbJQmiW0kDgptIA4LbRwOCG0cDgi2hBgSbQQ0IPvbXgFa9uqjpDIrKxHs6oE4DNfL6ieNxHwSk+4QWofEA7MJ/nlhqgU1BXwTwBNQg8MPOgkaMPwsaMRAtaMSItKARQ9OCRoxRCxoxWC3olTQS8uIxqiE/8V7Moc9HEExHjyC9MeP3Gfycg36Kt8mo0fb2JD/aLZIBpBo4jeDMmXqG4vW9aEPXsc7sDQ7d/jCHb33PwKtI+ZjGpHJ+1R561tsqNPYXDtuzDvcX7qFnvbBCAw95FA2s5FA0sLZD0cytvTD35Gw0zj0xhKMm1MKLqfk8ZUp1SNRzlt62KGpg+WoDqqddjvoMo8qGMjMHvhn0fhjNdabSQuqr01TV+VoKr6BO003nq6XzNdL5yuh8PYRXQadrHzfFc5LOQaubUzQNVsmwkP2/F8cyj+wHrZIc/j5TwSAuMRWMdPhFl6gkoluhascSYdj2ObIk/pBAg0IcEWhQiAMCDSrUXGTitH4nesIVpgRzub+UYC6XlxLM5eZSgumuLYu8Bk+xFOkTri6HSJfLyyESMT4MSMQRkgEJ70dNSHgvakLC+1ATciVfbjJFxjJfsOQG4ITQyOt80WQZjIvbWB7ijLOUZaB0oW0gEDNqNWPAQNxJWsXsmtmFu8W4eOlZ8ChvPQse5bVnwcMzzI6fG/sNPt7WIk5tV91Rt2ac0kVHXUQxeMhjwUGjCrFe0SLUlVARH6vWjwPwsJMkHVzsVBTGx05FSWdTx6IuoMsRIYM/XhjII84RBvKIA4OBPOJkYCAPW5qhfB9HWX4B1bsQUUZGCerw8otWbZdf4G1rI6PBovZtvRi6gxUI3McKRLrp/JLmW6h1mIguGQBLGckmOeLmXJFW+PbRffRHmhN2+1ABIe2SpENQu4rChLWrKExgu4rql/AizSS25RRp9BebkPBXm5Dwl5uQ/dfXzwfyVFKFXiJ8zcfC+A2mHojYZeqB/YzZZCRPWBJyRN+NZNUtNs/TlaVxWj/D+k2RtvMh3k8jb+csaJs4UHJxO+PTLqqfSFLgSVuEnZdqPJ7GD8/bIvBjzIJGDDQLGuGSbUGrRtkmPW/STgve1nxr+6m6Z1syt54SGHtf1SyRr0NPCXk7J4vGoEtQFkaJJ5ZAdnbEslUjr3D+O914vc2Td+zu/ctHaP4r0na+H+H5r5G3c95hNphahJ33LbjQUsXVXAhUJMoT7snwBZGhQRG3M/YlLPC0Pcb+/Z8w2kqLQGsrGxrWVjY0rK1saHgLYUPP9X3FUrfy422Hvuox9nGAOcDXAeysCI2ikVc4V1P7F9PfFcwmO5aIE4heDO+zO4YgHHbHkH7l9Y47ld4VRf6WJSy1vuxIVvXRzIunCGTppJy8UGUEzgtVRgziV+qU9nYTlOkVcBTLWB6fscKIRSSsMGLN3wIl59LIK32oyOxK4tZCHKHytjV3WMJxYFKMZPHtrcUh2lqLQ+QF0eIQKUG0OEQ2EC1uIfsYo/IwSnJqhs0yeqSLK1FuyZ5rU5ZUeMJpSMqyKMF7IllQdblsAiMwLpwjWZdrSA0OdRGpwaGuIjU4xEWTFoe4ZtLiFlKUV5PzGwjyaqTwh7sjBOJgd4SQ4htYzvTiQMoIyMPRiuFtyxiCMC5jCCINyxiCSMAyhigXHXBUnSzoeq0hg9B3RDIokE4hqweUYpIFHc4gFRDmCFIBYU4gFVCoBMayVAX0J2g/p4q7LCv0UNSqQg9FGDsTFGHvTFDJebE4bjJCvh6K6kiXD/Ahpg6Av88xgxGXO2awNOSLY15Had5+OuLcUA9RDXRRJCyiADzZlAWNLIj3Gori02vrYIhM2zpYoLw3PwXbFTXqzVthYys0uW8TFFsrbGSrDgUi544i7dyyYyS+ccdItX1R0cBjYecv0McDD14DPhYYyZo7GT4MGIpapx7LPouefhteVtfAtsmKe4dp2ItbGZvEOWjKtoyRiRPtyakDOA8MDdjXfqZDp/bi6mEN2RYlibb0N8yZzVjaIdxaj8SEXOuR0mFAcxuNWWeNZPErDy0OsezQ4vp3Z+48rUGtyygXdYPtmQi0EHxCAhsckZfABtclS2E5t5DZUpio1m84LmBvPEnOxIG5wpQlTTywH4csaGJBedeNZE1c8PWELGhiOZTY9xGSJh60xtTIO/l867E43289Nhh/C+ZqTpbUeKhF9Q70SeMyDhtVWR6zR5XlMX6Lsny/0wsW0wMrJRHt7acRkhz6m1QM/F0qRvGGY9XIPECjDkVdfeOGMLSL3BAmuVCRRxJlmNceSOIdvjQohM+XBiU5sUR54tUsoQ5zUQIGe7WPyrpbdI2h3Xcc8oa7ZCe+zxin1hHzADjktR2LwSS+gSRwIQn6LzyW96SEqtaMKFvMqd81wjt/0gg//hqP/uSxU/sySmvn7xqgz/pCHdNp36pj6r+a7ue8Etp1DGlbiDLiY+bnRFyYOODEdhqAXZtmAO5bY1fQv0fPVF3Q1aJLmwyBSsukhx3TnLwIrAcfNAy5VbDCz6qwxEB82pC0QZzY9kO0L73HV/rvuXdfppnb20i4k99J5XAdFjqOfnTsi02aETr26yjN3PW6Dn7qt5qpnD/ZTCV/eU6ePfI13kX5PXH6Zhl48tdqSNy/U0PSf2FfZYzvxLxtWla1J0LrHL7XRqPM2rFwRShPcv5DBzzgU+tdWl7goTKN8sxqV1DdxSo+uwweCXXiyFEZXIeNytCPmep4ICWVfiA1Ljx9RK2Bn/qdZirnDzZTBQaq0J0qNFDN3anmXX80+ZnTvGLjMnYZamOourYpnw91gcm/Jgk6xM8qIEzorALCRM0qILky5p6UrFo6xml+LKxGxrQCXntPVuEIe3kLZzMKkIyNtIUP4T4zFra9HbIClxZh4aULkwRJyEQ1iRLyh2fEKJbkHALmxxhMtPwYEwySt5XMbwoOCRmKatPAiZ8R43osbGHbp1UFnXor0no+j4l4yPyOA2mnDI86JC7How4Z6L6BXdxgv4DJ2toDEyKuilsZRWgDmlGIW/ssze/pAho3RhUIghk7ZjUg1HsnaeT84hSD4YbWe3oIgtmxG4cofZpIbK7XsbD+beMj4uVih8xOIwBy0vYAXEZWCYBLxSoBEH6NQwAia8YQgEiWMQTABcVGAEStu3HPTaVU/jmdc1VdHuMH2GYp0prSAJIEQgto5O2c8H2gKo6/6zFBEdc+JijiBsgEDbVNwGrgAMExqri1UVGqSQdQXRyOm01GqEI87OzODb0c3q1BwSAcGhSMdGmVsi0yu1GHo0lGsvhrKy0OcW+lxSFSPGhxiFQPWhwi5YMWt5DsynGzzZ7BpUAjpYkTSfN6Ux6rHdxHI1kHR1cdDuPlqsOpbhkYNTiS1cXLiN8xDldjYTMb4sJ9JKtwsSXKjmzhtaQsaGRBNNVQFN3LWhjcyVpYoLz3YZdmRVVAW2dV3NgSrBwaiosJGlkyXue+JiimVtj2TjWydwyjhScpb1NsYLaOOgC+DroZjKiIbgYjaqObwaHkfRBlHjuSrlFNoYo7+CEYoBhnBANUKtAWVTt2eoOYvENR/DGNDoY4qdHBArm2c0UNVwZnxhhIqoueqNywzFy74oBpA1XcythcdoH61YCxcqNvjEwgKzu8VFekrXwoJz4dwMoq/ownbeStnM3yGE/aAuy9BatfVVxTbq3OSVV5bNHl1WR/yCLAPmgRDgF6ZjQmWM+MRmQotaB7PVwVccwaLd4VBeABIEvig/80KET8nwYlRf4cqzT2hEMXpg818vjQNyMWEQFnxCIC4YxYeENjxs4l+zu4DgaM70DWwfLqcBizq8NJh9d0XbHnNV0x5+8jYfwBnh6IOMjTA/v3DxKv3Vl48XEDKHVFGu/pakAi/F0NSGkOco+iEmGbB5Jq+rz2V0z43lDWzAUb36Go5a3aRDjIF2vFzYwoQ65Im/mSIq6LEknXCJvZ6NRjp6U7HF0rjdemBiRClxqQCE1qQIbq1z/tnpnFgUKoFXFze2IOF8fCZjbEImgkq152cEdKxO1XL2fiwNxzyZImHuT5gSJt4oM3/bKgiaWm2x7c1wlJE882zZNjheERkkYeuO8HkuooSvN0T/ezXYoT+zgaS+PnuAGJmOMGJGKOG5Ch+evpPjEBPHANmNNbYoA/oT0G+BNaZYBHrCOtePiA3I6HbxPt+L6Eb8QuixNYp0lyahlt8RummK4saeIBnSokORMHaqUwkjVyHemGqsJRCVETE0IPDSRNPM35PGIa6gD48sVmMKJ+sRkMzz4LGJ56FjA87yzg/nZqk957myJDTJuBpHpI0/6KOf0bypq5MDc9Y2EzGwtLx1ExScsXojYDqriZEXOqNZRVuH4ldXEEFuyNDHrSDOXheTKUH4a2YvbokpxTWK7rzlzFSDeWJHrAjGFJTr1bZL/Bm89eTM+AW6ENRfVMmDvOXs6cUdB7Illc7Akup2ArbeFDNNJQ1vZuzMfDa3hw79cjQF7UpbMeY+FGHZKr4grj28PBu6uPCZX5HdFFqriNEZU1WSNv44QzJo+FbWzvMM2okVc3WccN8SK23ATTYgxF8ceJOhjiMFEHkwOi2VEv4n6sFdNcsrCfUFd3vaCBBWW2ZUkTDyY10lAU70mlgyGcqXQweBGohcHLPy1srrQSnLlpIGlobTBGoRczMPBkH6IuI4JIkjbwoS77ekEDC197bYqvCJ5W1HEUjWDYUTSCYUfRCIYdRSMYvH3QwvqNQ85zs6H8V2RJvOOKBoXwWNGgejUZlbWHSXAryeF3mAoGsbFUMIj9pIIJpRTjOXdOZTbCQxRQ0Mgrk2goA60sFGl0+5mQcCuakIH+G1DFCrQIoG24H+izQ/MIgJ0VtfjSIuy8qCWTFqFLQO19zxJLe3csk673mZUOgTJRqwjV5U4Ea3gsWgOuZKlI2/ma3JIVnrNF2Hkx1lgHAFgRKyodwM6KzptlRMFt4dV05wbXYLTgoHGRHVzGRXYAxgXCv1OVt3Py7GWIE04TSGEnOSnvn72kTHO6zQSnhioOMMLbco08wIkJ/NUicLye787s+Uju4ATuAOAuSrB0nioPcCIGrw4AsMIDVyOvsT7lgZXWI7iFyVDYwtYcYHh3sAenCWRhh88pRrIWrk+o8zyNvIXz3S4qse/HZS1c/w5dVg1FbT2c0pFwfxmuz1gjpYc4rD8tcMwi1AIPNN91B2ZVGcla2ujueGCHhFg2IW1t82iPbutob3szktGVM0m6NbT3GTygBdEuzzv1SSeMGxOHy+AxccD7QpgDPimAOeBjA5gDvvGHOZY6XYjIOqBIW2fB19r7DjzN0gEsrB9FXMLbwwHJ2gNsdgC3nRuLWxg/wGuJsbBtXvJky97ngv4H++EDjJounVADXpeYY++hqIUJXEkPRS1M4GHqUNTCBK/FR7IWLlYjsEJycVkLF8otRRWH3g5YxyvSVj5sIn0txMKMyYU/ErawoQ6oVXF8qn8TFFHGwgSF7ZERCpshIxS2Pkao5PFSHusoQ1yW9XLqzYL4DdQXkpyJAxEhJgka3wTnkzISNrGhqk+PZPF3Jloc4tJEi0Pcmmhx4fibcZF1Q1nXbx7h0N88wqG/eYRTvhl1dTgQNY0YzFWdLKkuFXbHMt6hzgZkSRPPXw8xL6Hqff8Irwm1EPwGwAZHrP1t8GD8XYjzCEnQ1DqfogoMFhmKGplY+jvvB8Sdmg5gYn1X7PfHPK1RjJ2wie2OlHuo3q4saX4rzBp7KGviwqyuZUkTz89MjTvMGlneznnCDNICXeeRjQQ9m2wkgf570TNLEre3oMMsGwAAVtcZp4HZn+A0+0YQOzN+Jsry0NviZ+UQYefFz1BZXuEsi/gh2mCSFwwkzTzgmnMgiQ/S1aAQIboaFLw60aHgXYEONVfbJ0tzcjzgWkjImtta/A5sSRVpM1/jt4FwUtVDQGYnTvex4erfYgA6jBDX0s0GILxxNADhs0oDcKn2UXUo8goyCIq0uc8Ra+6RrJkrEXUE4Ks+LcJ9JDmgg7PQ4Vno+VnoxVno5Vno1Vno9VloKevmSfDzRtvsvOE2O2+8zc4bcLPzRtzsvCE3O2/MzZwGnUn9YM3tEHOeCgLxwZn48Ez8/Ez84kz88kz86kz8+kw8pJJggnNH4OzcITg7dwzOzh2Es3NH4ezcYTg7dxzOHAfiOEVhU1cX4/b+K8N9L3B3Le7OzQke5sBEZUIc/YlIWnX3dfAHjoXRX2UAwp9iAPbv/z0/iSBl3H6h9QPueJEg7lzj2jFGKPwRRqjlM7yP4MJcpRWgMz5pQHDKhw0I+s/7vSiUD3z/nEf7NHb9xAZ2zkcOKU76zCGFFJaXFeIAEhNXN5RVL1ra3xEXhgNRMxMuwFgVNzM+kYR7MMMHHHoIzIyLCTSh8Bd2AAPi6g5gQFziAQyIyC+AAREEBjAsLGOAfK0dhwBFWEZrVNYpqVzG1gACM7uNrTHKfWwZGBzGloHBYWwZGBzGloHBYWwZGBaWMYAeWzLCPAK2x5yUdJnkMLYGEJgZsZ4yYNzHlRbvMKq0eIcxpcU7jCgt3mE8afELS6+jR5OMMPc5JtvfWFhXoKBOY8yFz0DSUI7E4/U/EA5LY2lj4QTUe/WSCo8I/wZJejGF4YHk3uZY5ogIqKGoMflByVJsZMzjGIpX0yIcw8b1aGz0uB6NDSLXo7Gx5Ho0NqRcj15IsXPHPN6xufHIq9gXYOygIq/08F9Z4R5Pjme1UqriCuOndtZ9v90SYLKPZCEu4ARUkVb46Ga/fIBvnHsxAwNi2yILGlgwwasDSRMPZnk2FMXnJ9fBEAnKdbBg9N64bdZI1tAGfS4gcWrlQtlAHNvEAMe2jQEO6ykrHFZUVjisqazwhWaAQ/Z+IGnoXMSFrixoYGG5JDNS45h6YW12uurITmm8KoJWxUNZvCHU4hAmUIuTMs7xutAZ/RmlNFRxfP45ExSRhs4EhSeHEQpPDCMUnhRGaD8hGi9rXLOPhfHlyvRARL0yPRBucAMQbm4DEG5sAxB2SDEAl8MCVKgOGki6lZxy7hodCllkyrlTdCi4R3QouDt0KLggqg61khR9QRe6iPVdK6YxFewn1PquFzSw8BRe3gxB00gaeNpEtRimTtb6Tj76nXwrT4DmCYBv8x2+zf5OIfqdQuCdAod3CrT55L0nsqlSqPyOJOiUO30EwiVMH4FwWdJHoD5ehhUYpGvALH2EnCwHkmrDi/uip7TeeWmWHen2kid0tPsEGlH4pTzAgFjNAwyIBT3A0Lf2HySHlVsrpLQx+wGh2HoxLQN8y9ZJafGo/FKyoJaFn36BFFxKi2dJhKBMHJKclkOOiUUckOshILMTJ3rcG4DwcDcA4VFuAA4HN2Kj14tpTovaoru4s6eRNLrxTEi49UzIfoPGw1Huy+iwoyoBEb6kkVfbRZZxSAtkwdmf0XrT4NlbhJ0XlyhID7Ezo4JltAg7LyJYRiNv5zS4vJQmzo9aF9NNFtEl0LZMk+iZFexkGSVgrWpEqRmjd1GZ1ojFuCxoZMHUUhqI4vNO62CIvNM6WKB+fVpVYMLsoayxDbbHPKlQTFzSyIOpdTKSNXPRRXBKkFxC1sj1VJRZso8OKLJW2MiWReU98dJ9dE9QhJK8+WsxgSpjYcuYzg7IEZ2ZvxNT92ogqjJ19Rj5BRRnqZA1IyXECYUjVbRL9UgV3c+/hFTpfe4leYTXbQaMWiRX3sl4WVHXKWkQ+B3QEKd/Rkni9EBwJ1I6AL4MrxmMqMJrBiOK8JrB8GmVBQwfWlnAC203wCFgivRJHeBWgsmEdGt6t+JLJqRbo+vLLsVdlqu2U3A1jA90XUJVN9UEHcOXluHLhtrDjFieAZQNHIvjVZ0JitBzJijcs0Yo3LVG6FzTeqj8TKr4Ca3nnJ/JCHVpPef8TEao1HrPG+mayHlsM7RxWA+o7Z0yEMV3iA6G6AwdDNEROlhoakncYNRjTmyAE4alFe/aJIYBStvmqSjiNo6gky5y+zAzgZTFiUnQY7E0QKgCgEX3BI4H7hEcD9wzOB5YheB4YEuL41nY+7R+Ktw7k4JwI4YKnjxieux5I0bhOXHEKDwnjhiF58QRo/CcOGIUHv2Iac7qMc7cZph11AxFXceNFn3SyLExuY0dG5Pb6LExuY0fG5PbCLIxDcYQNWL/OKYJcugMpa0jZiDpOmB04JPGi4XIbbhYiNxGi4XIbbBYiNzGioVoOFQaCbYeRi6YKUqA2D99SUQ4ookTM0hM1ALaL05LOv7TR+LkO28C4ZendgLE+tROIFWDlS8YEFNXI493ajNiEX5tRizCtc2IRXi3GbHzQfx8Gz4Pt6AijU/sYUAi0lQZkIg8VQZkv0WpoqivCYP4fo083svDiEX4dxixgeYE/SnNkizdEueNvcrQ/Gh7CKLZjKgTjuv1DC5H9noGxL4XYEAczQAMsMWCGGCPR4hhaetr+PjZBDqnp90OowGCk/rZ7WgaIDiplzUH1W6dLBP0fXwf8TBHpiSZgiEVyWvu94WZ1hAYnwMfR4TIiI8jQuTHxxEhsuXjiOST7e2W0K1LFj0WR+iWV5ItHe4+dTDMcbYGhjnK1sAwx9gaWN9MLNdPSQgqdHski7fYWhzCWmtxCB9MLQ4RTaXFIcKotDhYu+hxsNu8HrcCk4rpcWs4mZih46dSmHN1ZMUbytrbFuW+AoKdh8LocWQAwgPJAIRHkgEIDyUDUKpqfu8REdgKR6sPRPFRZzoYIuhMB0MEXOtgo/ud7TF/gG90mJTbHY6EQN7aSAjkPY2EQOjcEaLv9n3BbdYmO5bIiFktAh9ZYEEjQgwsaESsgQUNt6ENDatkGxpWzDY0rJ5t6D66if3CUu4hlYAqjj9yMUERJy4mKOLAxQSVLjbp6pon/d4TllXcfp47lMUf32pxiNNaLQ5xOKvFIc5itTjE0asWBw9xPa7f0FR7Zruy9JGtutlVIyvXXHqPM+QZyB3H/yzwv1D8J47/bQY+wT/zCT74hODMJ/RnRczNGYjkEyLK5QZ9na6GO8AwFFWYeHSOnUGIqHFaTeEkIBSxlVKT5DTFpmaY+OcxHg587hDoiOcOgQ517hDoGOcOgQ5u7hADV8SajqQZ5IHIhdTC1V8PWcTmbxtqyvN/2ckMGCS3fwK3bxwvTRJa3LBphZ1HzwiIH0QjIH4sjYD4ITUC4kfWCLgYKiYfVkxqJ3EtY0cKEaM6gcJ/OzHK0PzZ9+rdcb/JozQb6jWAq5ExjzQfN8Z899Hlu48r331E+e5jyXcfRb5BQfkI/eSDKsQ/QT35SPXkn6CefJx68l3Uk3+qevJPVU/+qerJP1U9+aeqJ1+vngJYPQV69RTA6ilAd8hAHO6GgXgw0lYBQlsFZsUZ4BRnYB66AW7QBu7DNXAfqGorNUuaALPuCcDJH5ygWAKkYglOUCwBTrEELoolOFWxBKcqluBUxRKcqliCUxVLoCiWY7mJcq+qS0Jqr3pAumMYUejGhxjgXoAY4O6AGOB+gRjgDoIY4IMJiAE+f4MY4IsSiAFxZQIOqSlcggXkQFRhATn645Ln437/zBLI3hPgvnQgiZ4jOhQ8L3QoeC7oUPD416H6s/s6quui8Agrs9rm0Olcg1oPH+TRkuD6wrm+NFxfxk5CgwfydQdCl5lA+Fx/dgJExj87QaD/PjgVjSquWNqhSFmnFZAFQgc4raWGYMdWGoIRmRHNYERuRDPYMNireEeSI5ASR4s4rS1HaMfGHKEN443lnsN/D5O2jzZE6L5GXpvdtD4eFP2C1CsmuMKPSpvcChrfEry2kgWNLPDUH0gaedokU2BuvbE4zOi7MfpGxppEexQXEzSylOQxhcbvSNbIFdcRiofKmdsJl9O3FzUyiUz4sH+kRl6TVaOkum0fVd59uuWpQhMvi/JEVMxA22qIRvM8+WdgNELslq8aPMVHPmUIUth5zhRUXTRJsGHxEEXRNChERTQNCjaSOhRsHXWo3ixuj1nmPaVJvcO0kSKNzyFhQCJySBiQiBwSBmR/YR8dTjZMOqiWFzRMY2H1QlQSAA3UWFjLlhRPeVZECd0aUAsO5LHUAazvCJs/RRo9jkxIeByZkIH2G1CJIHUAa8sI5Q4ZKC3CylvxtHfVrqjxLyxhTmp9Fe8P3s0xAaUeYv1qdCJKEwhgBxY2Y2ErG2JBoYprGbELipGsutjvG6KPqHYIXjTi7U+wLx70EPymywZH7LpscMQm1gYP7c3iuzeLf16z+Oc1i39es+Av7azwub1VA/dWDc5r1eC8VlVvmLRioft3hTgFMHdnnp/XYvPzWmx+3jicK9MzIYSud9JHAqTja6TMFeCeose+9DSuFNwAgr8os8ER12U2OOLSzAZHXJ3Z4HNN3TlMtlVFWt2eF1lUetVzRdfuTvXBbUB8ABFMgogmgkkQoUUwCSLOCCZBBB3BJIgIJJgEEY4EkyBik2CSdTcafzmwkEwqdXAai2YYeiSCFPA4BCngUQhSwGMQpJgPktPWVX/ThdLRJpCaHDWqdixcotsniRQejscLehbgIfazGy0Ef4BjgyNOcWxwxFGODY7ICWqDz6GuQ+RWtQDPbGHXjKswyamt7ZqHFSaRjyHLPOUpmVxGtAHkcChpJcCcTVoJMEeUVgJEK9sJpBZO65xUlXf/vHdqYyMM38oQBaKdIQpES0MUiLaGKPrWjlLPK4tNQW1SJWQTIidzwl/WUKYoT0Zk9ZhMfrBF3H5gZIXizwgxNIjjWgwN3O0omlBuPvT5Wmo9XmOFqfas5vjzQaRaenbpCxDtVIoLw4Srz4VhwhXtwjD1/RJOQ3HBh0xWppFHt5gZC7eRGQu3ihnbtwPp0tKxAqqYkaRFoNvChoZbw4aG28OGDpU1m1j545fBkrzzCk3F4hdmKha/HlOxfTtkaX5PSlazoS7cllFWJLptMCxwK2FY4PbCsMDmHsMi5b8gUbwTrlCVU15FGxCfGwMmQWTKgEkQeTNgklBNRNmX7Navb7CeLVg+2xvsoxSV5coOdU+LaaNxSI5po0HkBsHQIBKGYGgQ+c4wNIisZxga+FwQRbOyDa22yPPMdWB1wHOG1ZjkpEE1JjlpSI1JThpQY5I5puX9U1vev0TL+5doef8SLe9fouV9l5YPTm354BItH1yi5YNLtHxwiZYPXFo+PLXlw0u0fHiJlg8v0fLhJVo+dGn5+aktP79Ey88v0fLzS7T8/BItP3dp+cWpLb+4RMsvLtHyi0u0/OISLb9wafnlqS2/vETLLy/R8stLtPzyEi2/1J0sdy4TMSvHDp/qjuVdjnINWNT5rQErOdzyWK00ZpJRlkVfUcfUBhD+q+wEiE+zEyAOpe0E/f54H91Hf6Q5OxLMax4Khjg61mPUA2q9HKbMhB2KP5rG0CDOpTE0iENpDE3fNR+jqsjLZ+8H2oEs8dw7TGU7EwjdZAAB3FgAQT83c8LubosyYbmpK8zA0yLQX2ZDw59lQ8Ndb0PD6tuG7vX2r6zgxLGM6MBqM+95v4uzKWurWnDotoU54BaGOeB2hjng1oY54GMlmAM+U4I54AMlmAP2M4M5EMkdEIMMkd4BwaIvhuVYmM1RsxihbiWuHHWKERpamsC1ENj5FcDOL/11fs0vu6HtNeuhqGrcWNEglPXP71TqE5f6xKTuxEvcwR1gA6L7AEECdwOCBO4JBAmslREksFpGkCw0w0J4YTiNCxniMG0scMycscAxE8YCx5TGs8Cl3WUZ76i6jgceZSemhNFzsbSY+sfBgbJjaTU+TpYQnv+4LaUJ5rCpBCgw20qAItB/Z02+1iJhG/4je4y9DRGhvIq4nfFQFjEbhoiIUCMM9QRn7tP6egh27OUh2NC/uLIKegjQUv09JuzuZgGe2HJaEtcW1JJgjmBAklDfaOx4IIodJkUDMGSmoKugQ1SmFa6ylgGD7gA7Hpu4woTHprAw4aVFH0lEUg9WqXIcQuFoh35vuD5xrmZV8WnkB6J7oH0xoQHglxJmMGIhYQYjlhFmMND6sIoww85qGEf1AFKc1kgG1ZCwoNKcF26rRK4bxNgxgdDNBBDAjQQQ9JboIU8fiVMpVC0C/WU2NPxZNjTc7Ta0FL6f5s/tmEii0r7oGgvjQ6X1QESQtB6ICI/WAxEB+nogvN8zABfaps7S+12NbmsufVJjy0i31paRbs0tI93aW0a6NbiM7Fv8wJKqcndXhxlvAuED2O0EiBB2OwEiiN1OgAhjtxNIBdPoAqZkKQiOKe42byzucL1mgGKu1AzQ3jDsosPh2dvRVXMSPVdwXiqNvBqUTxdthMfrVHHqbVPnwrMYgu6phxwI0seT+Qay4BSywEAWnkIWCjLauO+y6HlflIddWu1xt5VaBHr42dDwCLSh4elsQ2uCilzc9U0g9/CiU930AQKHQCPIPb8PLhWqje7Y9qQuWZy9S3SuHnxClK6VyCVa10rkErVrJRrc9CRPRfnANhVnnqr+LlE1l2ve53H+QfY8Xqu1LRIH62c9RFHRqhh8RGjAILjZhzpSM4jLTZgZjroGM8NRd2BmOOZI3wKfW1oVnTfPDkX0nwgDcnyGACHYETn1TCAE+73wkJk58rewM8bgiOKUcTiiCODv9E/7Tv/87/TP/04f/53Bad8ZnP+dwfnfGeC/MzztO8PzvzM8/ztD/HfOT/vO+fnfOT//O+fKd/7IlmStPfd+T+ud9+5YVkXpvWUx8+DyFIFXMxYd6VpGOKTuorSs6ueMVLglnhnosLwDSTBLO5AEs6wDSTAJWUCS3janeVVH92W0bwcENk+qDaheNJmF/VOf4rs8JTj1KYHLU8JTnxK6PMUhQ+5PHcvY27Z70B3dPzzXJMt0y3nrY6xI9OTDsMCzD8MCTz8MCzz/MCzwSSmGBfYRxbDAXqIYFthPFMOC8BRFDTuEryiKB1EODMVjGsEztyE8M43hmdsgnplG8cxtGM9M43jmNpBn/fn/PclJKYKRolRyanfMXvhDT/P2J+/3jkY5qPiB/f4jdDbRSSmKmv/yU15jCLiYnuHn4r6oYAYuZngH5tiAoBByaP2sYmBtrGKC4bu+Kw7P8JsyKf23fi6KDPGpXMztS2UI8kNlyPg7owrTJVxM/6Wt3f4MOqup4lZGNJdb+w1ByBYcgmA7rQHBZlkDgq2wBrQYDUXsUZYi7TgwVSR2fKrI0TD9AB9jSXLKsHpMq2OUeQmp0vu822GWSE39m0C/F+g2bKPUszMvGMhJVwewvzPOR1cPQfeiFQ53pRXe9+egNZmXGcp104hS2m0s+RY8e9ciwP5AnKzqIeAbvyd1lGbebyl5cnpvCYfuc5gD7niYA1aYMAesP2EOWJ3CHPCWBuZYdn1f5BmLp32K6niHzs9nAqF7HSCAuxwggPsbIOivBb8ryRNbL7Tr8sY3FbX/B7Do5sLxwK2G44EbD8cTDg9MG6Endtz5MU3+XhzLnDyLRbD3/XZLAH9tLImi3n5M73fck8oTFOIiHdeDABbdgzgeuAdxPHAP4nj6HryL9seS7jY/HLNMFBXrzsmQR2EIAvyJGJ4McTCGJ0Ocj+HJ+satjuWWlWorsszb0I1Owl0Wnp3L8AI0fWcywe7+gW2Y7V2niCtTbCgyc6CbAVy+A5cPcAUOXAHAFTpwqWfX86lH/3N3yNLauxPDpNWlwmpb2UE0eiJhmeBZhGWCpxCWqZ8/H9jV3SfZva5r+jt4MQOi0a2JZYJbE8sEtyaWSWpNdjlG7rhxeJ/epzVdSn6MygdSs+NJlLLHUeDb1YUO0bgudIF0DRSVVJv+O8d9apMC/WdR7JuFB2awYUkcLoecCDH3RE6EmCsjJ8JQytb8XOSJV++I91ikCZCgeSCrKm8eoO593+Uz+NR4gKOcbEG0S3ehmFD9hGJCdRCKaeAq6fWZ31tn+hjTlHao2m+kJHlaP4tlKneV+FDExwqzYQCw+D5D8SB6DMWD6C8UD+IWFsXTO0L8Ej38UBaPzGMld9sHW5H4MmgIFkQlNAQLohgagqWfLz+Q1ve4kWyOclGNB4Hxh+Q4IsSZOY6oN53vdkVc8DXHd1HZqRftqsQe7IDnwYdAOHMiAiOcORHhEs6c0pIuO6aJ9/45j/asvk5rdjEl9exQ/BIOQ4NYumFoEItiDI10+HEoaumw5EeR9kMoTM6EMUY4Ds2uM62rrrvbV3TSvjgKvDl0oUNYRRc6hHF0oZNOeUlUJhU/tqGdktBeEUeKbodcaBb8ya8jI+IM2JERcRrsyAivTFwZ+zWKcKAliff5+UDEVHuHixmzItH9hWGB+wjDIrkjF2VRxcWBDE7H/7NI0ijGKXkUA/6s24ENceLtwIY493Zgg8epCxt89efCBl8CurDB/o0ubLCfowsbwt/Rafgi/B6d+BD+j058fjev/1puotz75ZHk3qf0jz8iJ6MPgdGzGUkET2QkETyHkUTw9EUSSXkBCvozr5brUXOUx8/nBop+FIS/U8K3gtAYLqqKgi6ZeoiyxFTFviujPKkcuQUIwQ47xBgwCO5PIie/67u3MHyOb4gCkeUbooBnAkgRWpqKO0Ce2mBDMKJj7kj5mMbE9TktDPGEd4icb0aUiX/YrMDNpgHjOqgMePSIMuDRw8mAD4G28U9oG//MtvHPbBv/zLbxkW0TnNA2wZltE5zZNsGZbRMg2yY8oW3CM9smPLNtwjPbJlTa5n1xT5eCJKuZb+mRpeEZnV1YW0lGj3DoloI54NaCOeAWgznglR3M0S/qfiNZEbNrkO8zcs/y4ku+O4imh+F4X1gsFcIlFkuF8IzFUiEcZLFUfe/QGbMlVZUWeZR5n8sozdklvctOCMWA7iMXNribXNjgnnJhgzvLhW0+1vFSmYnBHRFG15uwrjof4EHrfoAHbQMAHqnictEmDxJJxMabTGyhZYCmv57rBO+44EcofkQHUFbQYyFwu6oDgKzvimMOhUEYMCD37zu6P9gVBXB6aoaBT3i7ZzfwKbAtMqLwl5wAA+JKE2BAXGACDKGxlT5lUe7WQhwBtj46MM0GPLkPTgpXQ5C494SGxNwZfynS3KmxGADsCkR8nR6i8RiKtszn8Y5nfcNdkGohDv5BFjjGLcgCx3gDWeAYJyALvDfr79OS7luK0hMZ2u/L6LCT19aodsaS4LcsboSI/YsbIWIz40aI2Nm4EcK3To6E8MWTIyF89+RICF8/ORIibqBcR/ZUckwlWRZR0eKYVd67tsqs2x4US+LgpupEiPFWdSLEOK06EUoHLc9VXRzSKPc+RNWOuU3xiwvUKYsVitdaGBqErsLQIDQUhqZvvpLk5CnaZMRj6UPun0/dnPza8XwveIwXX4okuD3RIpSFgiIFblC0CJgXvu/SQ2DmuyI78vIQbuwdzKE4KUCBqU0KUATm7/xM4l1eZMX9s9uH9ji4Lb+j/7BNa8embFEwP+qizYg6vaec7yUhBks/Ya7gTCC19uOOEKravc/Utlbe22Nd7Auu4zvnPlhjIznwFSGd+BDFIZ34EHUinfhC1W3uXbHnO6yiyN1S3aEY3N3oEGwO7nQItn50f6TKI/Lu4tT7kDpdxtiA+DNMmARxgAmTIE4vYRI5ZiuvC+++TBOvLqNHkrWlTNz8Yr7jND8wms+CxlASzCQIuOnqQQ5euVYCjBOulSCwfN9HsMSXAXPG1310Ku5lx/ffRr7+45jyOdjW8oqjhy7t7mkD5/uOs60o945xtkm/DKMIhbK+AYoB3QMubHB/uLDB6sCFLdS08EAaHsw24AntaSRxaUYjiUvrGUngMyAECXzugyCBz3oQJH2qoQ8sVO5tWUtnJM+oXHs2ID4CCSZBxB/BJIjoI5gEHgMIEngMIEjgMYAgWUrn/tU+jb1fkueqIs9etzJzudBHcjhczLjwYe5oXPjkal1p6VVRRhenHs9LnrB8rMxd/Dwn4x8Z7x3n/VFiNR64yPLQkchIVs291P8OH4OMhW1srWMoIu2nEWXj/0yiPZaVyWLe1fUt8RE3RiwivsaIRUTTGLGhrh3wmVpNIFsrYyyJKn5KG7taDSPUqYVdLYQRiohEMkERYUcm6FI/y/qbZ7dhoSLtsxl502/AnDJKTrrft+MD3bchrs4VaaWtPrCHPdJl3I7VxdhH1SBU6VNU1mmc0V1/Xjxhop3d6fDruFOpEau7U6kRa75TqXtF+p8sDPRTkeY1XR40Z6fvyzR/cLyFd+BBd4o7J9wb7pxwN7hzhpInalrtozLy/kKeSFZyB+2DoycqgsHBExXPhvFExbNhPFHxbBhPVDxb77LS+hh/IuX2uCfu3YUhwB9B4MkQRxF4MsSRBJ4McTSBJ0McUeDJEEcVeDLYJcWBDHZHcSBbd6P7ubiPvKo+Jmkh1ZY87S7+PxjXneBqs8ubt4eyNHgVPxZWFh6yALjbHAtb2eD9piJt5XuXRRVUq0Ijb+VEXTrrAFZW9GrXBALYgZ3xWNjK9n8fC2CcKtJWPmor4jS/RzM28vaeryN8r9eRlQuxWlfFFcbPO+L9sCuqmkc5ZVLuPhcDh2ZBWzlXxj7ZQRyVySF6psuyD3R1RmK2KH7ekz5WAvVFaBb0F7kywsbblRG24K6M/Zr2lyzhHnTe56iui6IddRxW0RWxPasfAMYn9sMRIXL74YgQ6f1wRPB6CEkEr4WQRH3pnb8cWX1L4v1Kd5Tez9ETHRvl3mkyoRjQnezCBve0Cxvc3S5sktPMT3Qr+URKknBPm7zYF8fKe08yutHv75px3jNOVHg3mlNoEf40p9DCvXASreTYy/IgZnTZleZpTHUh+3tKLZGTGxOWBO/s60aIcPt1I0Q4ALsRIkIU3AgRIQpuhIgQBTfCpZSNkS1nvA90ab9jB6qIqEY9RC08lxVVxUx458pOX+aHn520CJIDnzDWiQ+RN9aJD1HkzolPCmmLDpXHfdx3EbWe7CiQuQYOk1/3CTsR7j8nMeIvqM9gR1xXn8GOiDU8gx1WNeeww3rnHPaFlJ5xT/YU7/0l2nveD8Wx3JPaa+oyoD2Z0SwOaRrdGDGpGt0YMeka3RillMdlQVdwRZp5deH9GJWPhOp375fyPmIq/0NE13fD6lX2+yxXNvx11onMiNusE5kRl1knMkv7zphE+WNKnrzf0iyLYCuqAyg2dCwEnwBqESCv2HQ5EQsIfkdsgyP2wTY4Yvdrg2s78SfeeKhkBkYU2OwfqJE/lo4N34JAdvShqQ0IPgUTIWPAgNx4p1or8uRBeppbLYbFfcie5liLYUEc1SBYFornRbNo5cmecUWWLEBnbwoLCd5vwkKC95CwkCC8YmGS/oL4fxdl6THP1ZSd/ng/FmX6R8E3hl1xX1x5IBcidM+cQAr31AmkcM+dQAr35Amk8Mw8gRQ+TDiBFL5gPoEUvmg+gRSR++CU0Y9Iwn0K7Uw+m21SLnofoxSVREEPcTlrNcNRZ6pmOOrs1AyHZ5sVDs8rKxyeQVY4PFescHhWWOFr3Yh6xwMg62PyDCQENmBOGVMavNOg0uCdRpUG7zSsNHincaXBL4C+8U/oG//MvvHP7Bv/zL7xz+wb/8y+8ZF9E5zQN8GZfROc2TfBmX0TnNk3wZl9EyD7Jjyhb8Iz+yY8s2/CM/smPLNvwjP7JlT65vMuyh+q+/RRhNi6lKGyQx2ceRA0cIehaPrIhtC7I1FV5FVfKxb0MjRglBMTjdzdoYTcxYwoFD+//nPm5ygM/9tjfdznrvwCheH/PQXTqxpRCn+fJu0jSdLIJcDeDj0hY6CFxiVPoIXGJTughcYlJ6CFxiUToIXGJf+fhcYl65+FZtXfsrGjnt/SPWH/nRAganUkrFb/iO73kef9R3H8fNwQIdTUbLSnfjHj1PC04pGU3seiPOzaCpQu9epguMNNIJIKcwWIpMLc/SGpMHXakFT94eDvRZkcWKS0kBT1B3m5zp+YaotikVapCdyy3xg4cqkpbX/+9Tfm3NnnNmSMnzhjm9EkO94DeXnRLPgskY6MiDSRjoyIPJGOjIiMuY6MsOJ1ZYR1sCtj7+H0/i+KF5SIUbyLSzpbEMoVxaAGoPI75QdSxzt2qzy83UdeiKAouic/kc0BcTWP5PNNfMFpfIGJLzyNLzTxzU/jmzd8tOvoWnhP6GjLjl+P1EAfGtw+pf19SjjSp4bvZ8HXvsfHjk8JSRJvQNecVLsewMQYI+HRgOjo4iLfpgkLzEpIHaVZ5e3Bi1UrEj/yMDSIAYehQYwzDE04br16l+YPdNi4tp0W59pyNhJ0u9lI0K1mI1HaLDrWu6Jk9XFcW82AdG03Ow265ew06Laz0yitR7UXHZ1p7Nx4eqBr21lZ0E1nZUG3nJVFabgDXR7wX/BNNoa4NpYBj24mAx7dQAa81DRvf/Lu9nRF7v0gwjg7M8QWUcx9nO0akNeKaCJ8M57AimjcE1iDvsmq3ZalVeBHP2nBdB6rbnRqUPLdjx8+U7afWjZRK8kclsyfvoP8CDsp1erzn+jiJaaLZJijETTQsEolMAeTMhDECD8xWdBAc4/IiSQL4gegBoUYYBoUYs5qUIjlrAY1N6EWNtTChFraUEsTamVDrfoO3DMv500RlQmdUts0Z6N+m2b7qi7Tg7fnh2KY/nXgwXe/OylidLiTytonzVjE64ZE+8qrjjn7g1dGzx4RBz5NOlmUFnLkcpg1JxFjJtZJxJi5dxKxZEiruCgOXlXEKaErORZlGZeMo2JZLlrbUMF21IHHoT+cSTF94UyK6QdnUoyKdCbFaFBn0kU/Wugcr+maP8q6Y4RROugtXQo8teep1gHjRoUfMyfxIobNSbyIkXMSL2LwnMQ7lxUDPw5MyvSRrsbZmqxPcJpFzzwO+NBcKAKaAU+krpNYhvLci9Oc7CO2ZXrkdzYDFuvTEXj0gTqeq0+cwX+txC1GJ1V5C2pCvRldHqIuk7Ak+FniyIiYH46MiJnhyIiYE46MCG3qyCip0rh1tWj2YT3YozOW7NPjvp+ePKUwcmfW+XA0W7LPHfGnhra/bGCZ9uUcLwJYPd7TB9Y7KJfLUNolZ4sWicrNokWicrBokfB9kgnZ30VWdIf3QJUYy/NSeTEmJEEPQbegFQ43oxUOt6UVDjeoFd63at3HbeHaVAdAt6gFDLenBQy3pgUMt6UFDN9rWsDwFaYF3N9W7kVl7SiOqcZhGhLVkUYUujchBrhLIQa4XyEGuHMhBriHIQa4myGGvq/zotzTsdBJWrt4LIzuWQMQ7lADEO5HAxDuPgMQ7jUDEO4sAxB25jIAe/etP4piL/YNuCmskUd3sRkL97IZC3e0GQv3tRnbG7Qg6X7zHglzJgLucnQAdCtawHAzWsBwO1rAcENawPDEsYAXcjckaUW3xjVJcINZi3DpCCMa1RNGNKorjGhUXxjRqM4womFVZkPD+syGXmkn5K6LX0RPyR5y0qRU4G7TUoG7TUwF7jY1Fbjb5FTg/fT0E68smptMvkOw9ocije4KExLuBRMS7gATEm57ExJudhOyb/H+CocfZtB+SrkHbNdbyEMqBx72Dh7cR66McN+5MsJ96soI97UrIzwGXBlh9ezKCKtsV0Y4cNiVERFL7zzEp90sS8ih3m2LkkpT2OhazuHaxIEHfxrsToo4EHYnRZwJu5MijoXdSbt7kv/6r/8fEsgf3g==', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(13622, 'revslider-valid', 'false', 'yes'),
(13623, 'revslider-code', '9d6a2b39-d405-475f-ac0b-29400cc03f8f', 'yes'),
(13624, 'revslider-temp-active-notice', 'false', 'yes'),
(13626, 'revslider-update-check', '1786300102', 'yes'),
(13627, 'revslider_update_info', 'O:8:\"stdClass\":3:{s:7:\"checked\";i:1786300102;s:5:\"basic\";O:8:\"stdClass\":7:{s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:7:\"version\";s:6:\"6.7.58\";s:7:\"package\";s:0:\"\";s:6:\"tested\";s:3:\"7.0\";s:5:\"icons\";a:1:{s:2:\"1x\";s:62:\"//updates.themepunch-ext-b.tools/revslider/logo.png?rev=6.2.23\";}s:3:\"url\";s:33:\"https://www.sliderrevolution.com/\";}s:4:\"full\";O:8:\"stdClass\":20:{s:7:\"banners\";a:2:{s:3:\"low\";s:63:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.5.5\";s:4:\"high\";s:63:\"//updates.themepunch-ext-b.tools/revslider/banner.png?rev=6.5.5\";}s:4:\"name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:6:\"stable\";s:5:\"4.2.0\";s:7:\"version\";s:6:\"6.7.58\";s:6:\"tested\";s:3:\"7.0\";s:14:\"upgrade_notice\";a:0:{}s:11:\"last_update\";s:10:\"2026-06-24\";s:12:\"last_updated\";s:10:\"2026-06-24\";s:8:\"requires\";s:3:\"3.6\";s:6:\"author\";s:51:\"<a href=\"https://www.themepunch.com\">ThemePunch</a>\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";s:9:\"file_name\";s:13:\"revslider.zip\";s:15:\"active_installs\";i:9100000;s:8:\"homepage\";s:33:\"https://www.sliderrevolution.com/\";s:8:\"sections\";a:3:{s:11:\"description\";s:497:\"<h4>Slider Revolution WordPress Builder Plugin</h4>\n	<p>Slider Revolution 6 is a new way to build rich & dynamic content for your websites. With our powerful visual editor, you can create modern designs in no time, and with no coding experience required.</p><p>Create Sliders & Carousels, Hero Headers, Content Modules, Full Websites, Dynamic Solutions and Special FX with our amazing Add-Ons.</p>\n	<p>200+ templates are included in our online library. Cutting edge designs. Easily customized.</p>\";s:9:\"changelog\";s:155:\"<p>For Slider Revolution\'s changelog, please visit <a \nhref=\"https://www.sliderrevolution.com/documentation/changelog/\" \ntarget=\"_blank\">this</a> site!</p>\";s:3:\"faq\";s:2178:\"<div class=\"tp-faq-content\"><div class=\"tp-faq-column tp-faq-recent\"><h4>Recent Solutions</h4><ul class=\"tp-faq-recent-content ready\"><li><a href=\"https://www.youtube.com/watch?v=sCcnw5bZqYY&amp;list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_&amp;index=2&amp;t=111s\" target=\"_blank\" title=\"Video Tutorials\">Video Tutorials</a></li><li><a href=\"https://www.themepunch.com/faq/responsive-content/\" target=\"_blank\" title=\"Responsive Content Setup\">Responsive Content Setup</a></li><li><a href=\"https://www.themepunch.com/faq/video-content-mobile/\" target=\"_blank\" title=\"Video Content &amp; Mobile Considerations\">Video Content &amp; Mobile Considerations</a></li><li><a href=\"https://www.themepunch.com/faq/how-to-change-the-timing-of-slides/\" target=\"_blank\" title=\"How to change the timing of Slides\">How to change the timing of Slides</a></li><li><a href=\"https://www.themepunch.com/faq/mouse-hovers-for-layer-content/\" target=\"_blank\" title=\"Mouse Hovers for Layer Content\"> Mouse Hovers for Layer Content</a></li></ul></div><div class=\"tp-faq-column tp-faq-popular\"><h4>Popular Solutions</h4><ul class=\"tp-faq-popular-content ready\"><li><a href=\"https://www.themepunch.com/faq/after-updating-make-sure-to-clear-all-caches/\" target=\"_blank\" title=\"After updating – Make sure to clear all caches\">After updating – Make sure to clear all caches</a></li><li><a href=\"https://www.themepunch.com/faq/purchase-code-registration-faqs/\" target=\"_blank\" title=\"Purchase Code Registration FAQ’s\">Purchase Code Registration FAQ’s</a></li><li><a href=\"https://www.themepunch.com/faq/ideal-image-size/\" target=\"_blank\" title=\"Ideal Image Size\">Ideal Image Size</a></li><li><a href=\"https://www.themepunch.com/faq/add-links-to-slides-and-layers/\" target=\"_blank\" title=\"How to Hyperlink Slides and Layers\">How to Hyperlink Slides and Layers</a></li><li><a href=\"https://www.themepunch.com/faq/where-to-find-the-purchase-code/\" target=\"_blank\" title=\"Where to find the Purchase Code\">Where to find the Purchase Code</a></li></ul></div><div style=\"clear: both\"></div><p><a class=\"button button-primary\" href=\"https://themepunch.com/support-center\"><strong>See All Faq\'s</strong></a></p></div>\";}s:3:\"url\";s:33:\"https://www.sliderrevolution.com/\";s:8:\"external\";i:1;}}', 'yes'),
(13630, 'revslider_update_revision_current', '6.7.25', 'yes'),
(13632, 'rs_image_meta_todo', 'a:0:{}', 'yes'),
(14464, 'revslider-update-hash', '3cf77bb41fa8f1732c93805eb8e1c476', 'yes'),
(15187, 'revslider-templates-hash', '2ba28853be569de0ecfae961b39a4d88', 'yes'),
(15695, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(17317, 'revslider-library-hash', '8f5739c44eebb6dd2c18c90b8e1b26f0', 'yes'),
(18853, 'WPLANG', '', 'yes'),
(18854, 'new_admin_email', '2771478289@qq.com', 'yes'),
(19061, 'updraftplus_dismisseddashnotice', '1601283757', 'yes'),
(19782, 'updraft_task_manager_dbversion', '1.1', 'yes'),
(19789, 'updraftplus_unlocked_d', '1', 'no'),
(19790, 'updraftplus_last_lock_time_d', '2021-05-24 12:43:50', 'no'),
(19791, 'updraftplus_semaphore_d', '0', 'no'),
(19792, 'updraft_last_scheduled_d', '1621860230', 'yes'),
(20479, 'wpstg_installDate', '2019-09-30 10:38:44', 'yes'),
(20480, 'wpstg_settings', 'a:7:{s:10:\"queryLimit\";s:5:\"10000\";s:12:\"querySRLimit\";s:4:\"5000\";s:9:\"fileLimit\";s:2:\"50\";s:9:\"batchSize\";s:1:\"2\";s:7:\"cpuLoad\";s:3:\"low\";s:11:\"maxFileSize\";s:1:\"8\";s:9:\"optimizer\";s:1:\"1\";}', 'yes'),
(20481, 'wpstg_existing_clones_beta', 'a:1:{i:1569840241695;a:13:{s:13:\"directoryName\";s:13:\"1569840241695\";s:4:\"path\";s:34:\"C:\\wamp64\\www\\WP_01\\1569840241695/\";s:3:\"url\";s:39:\"http://drkarimbennani.com/1569840241695\";s:6:\"number\";i:1;s:7:\"version\";s:5:\"2.6.2\";s:6:\"status\";s:20:\"unfinished or broken\";s:6:\"prefix\";s:7:\"wpstg0_\";s:8:\"datetime\";i:1569840241;s:12:\"databaseUser\";s:0:\"\";s:16:\"databasePassword\";s:0:\"\";s:16:\"databaseDatabase\";s:0:\"\";s:14:\"databaseServer\";s:9:\"localhost\";s:14:\"databasePrefix\";s:0:\"\";}}', 'yes'),
(20482, 'wpstg_version', '2.6.2', 'yes'),
(20483, 'wpstg_version_upgraded_from', '', 'yes'),
(20502, 'ai1wm_updater', 'a:0:{}', 'yes'),
(21595, 'brainstrom_bundled_products', 'a:1:{i:14058953;a:41:{i:0;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:15:\"connects-mymail\";s:4:\"init\";s:35:\"connects-mymail/connects-mymail.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - MailSter Mailer\";s:10:\"short_name\";s:8:\"Mailster\";s:7:\"version\";s:5:\"2.2.1\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:15:\"connects-mymail\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MyMail.png\";s:11:\"description\";s:42:\"Integration with Mailster Email Solutions.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:80:\"https://changelog.brainstormforce.com/convertplug-addons/mailster-version-2-2-1/\";}i:1;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-madmimi\";s:4:\"init\";s:37:\"connects-madmimi/connects-madmimi.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - Mad Mimi Mailer\";s:10:\"short_name\";s:8:\"Mad Mimi\";s:7:\"version\";s:5:\"1.1.0\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:16:\"connects-madmimi\";s:13:\"product_image\";s:68:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MadMini.png\";s:11:\"description\";s:51:\"Integration with Mad Mimi Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:2;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:23:\"connects-activecampaign\";s:4:\"init\";s:51:\"connects-activecampaign/connects-activecampaign.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:32:\"Connects - ActiveCampaign Mailer\";s:10:\"short_name\";s:14:\"ActiveCampaign\";s:7:\"version\";s:5:\"3.0.4\";s:6:\"tested\";s:5:\"4.9.5\";s:4:\"slug\";s:23:\"connects-activecampaign\";s:13:\"product_image\";s:76:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Active-Campaign.png\";s:11:\"description\";s:81:\"Integrate ActiveCampaign with Connects for Email marketing, Marketing Automation.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"3.0.4\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:3;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:13:\"connects-emma\";s:4:\"init\";s:33:\"connects-myemma/connects-emma.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - My Emma Mailer\";s:10:\"short_name\";s:7:\"My Emma\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:15:\"connects-myemma\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MyEmma.png\";s:11:\"description\";s:48:\"Integrate with My Emma Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:4;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:18:\"connects-mailchimp\";s:4:\"init\";s:41:\"connects-mailchimp/connects-mailchimp.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:27:\"Connects - MailChimp Mailer\";s:10:\"short_name\";s:9:\"MailChimp\";s:7:\"version\";s:5:\"2.2.1\";s:6:\"tested\";s:5:\"4.9.6\";s:4:\"slug\";s:18:\"connects-mailchimp\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Mailchimp.png\";s:11:\"description\";s:52:\"Integration with MailChimp Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:5;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-hubspot\";s:4:\"init\";s:37:\"connects-hubspot/connects-hubspot.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - HubSpot Mailer\";s:10:\"short_name\";s:7:\"HubSpot\";s:7:\"version\";s:5:\"1.1.2\";s:6:\"tested\";s:5:\"4.9.7\";s:4:\"slug\";s:16:\"connects-hubspot\";s:13:\"product_image\";s:68:\"//support.brainstormforce.com/wp-content/uploads/2016/03/hubspot.png\";s:11:\"description\";s:62:\"Integration with HubSpot Inbound Marketing and Sales Software.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:6;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-icontact\";s:4:\"init\";s:39:\"connects-icontact/connects-icontact.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - iContact Mailer\";s:10:\"short_name\";s:8:\"iContact\";s:7:\"version\";s:5:\"1.1.0\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:17:\"connects-icontact\";s:13:\"product_image\";s:69:\"//support.brainstormforce.com/wp-content/uploads/2016/03/iContact.png\";s:11:\"description\";s:51:\"Integration with iContact Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:7;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:15:\"connects-aweber\";s:4:\"init\";s:35:\"connects-aweber/connects-aweber.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Connects - Aweber Mailer\";s:10:\"short_name\";s:6:\"AWeber\";s:7:\"version\";s:5:\"2.1.3\";s:6:\"tested\";s:5:\"4.9.5\";s:4:\"slug\";s:15:\"connects-aweber\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2016/03/AWEBER.png\";s:11:\"description\";s:58:\"Integration with AWeber Email Marketing and Autoresponder.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:8;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:24:\"connects-campaignmonitor\";s:4:\"init\";s:53:\"connects-campaignmonitor/connects-campaignmonitor.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:34:\"Connects - Campaign Monitor Mailer\";s:10:\"short_name\";s:16:\"Campaign Monitor\";s:7:\"version\";s:5:\"1.1.1\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:24:\"connects-campaignmonitor\";s:13:\"product_image\";s:76:\"//support.brainstormforce.com/wp-content/uploads/2016/03/CampaignMonitor.png\";s:11:\"description\";s:50:\"Integration with Campaign Monitor Email Marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:9;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:18:\"connects-sendreach\";s:4:\"init\";s:41:\"connects-sendreach/connects-sendreach.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:27:\"Connects - SendReach Mailer\";s:10:\"short_name\";s:9:\"SendReach\";s:7:\"version\";s:5:\"1.1.0\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:18:\"connects-sendreach\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2016/03/SendReach150.png\";s:11:\"description\";s:43:\"Integration with SendReach Email Marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:10;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-sendinblue\";s:4:\"init\";s:43:\"connects-sendinblue/connects-sendinblue.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:28:\"Connects - SendinBlue Mailer\";s:10:\"short_name\";s:10:\"SendinBlue\";s:7:\"version\";s:5:\"2.1.3\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:19:\"connects-sendinblue\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2016/03/sendinblue.png\";s:11:\"description\";s:66:\"Integrate with SendinBlue Online Email Marketing & SMS Marketing .\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:11;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-mailerlite\";s:4:\"init\";s:43:\"connects-mailerlite/connects-mailerlite.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:28:\"Connects - MailerLite Mailer\";s:10:\"short_name\";s:10:\"MailerLite\";s:7:\"version\";s:5:\"2.2.2\";s:6:\"tested\";s:3:\"4.8\";s:4:\"slug\";s:19:\"connects-mailerlite\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MailerLite-1.png\";s:11:\"description\";s:64:\"Integrate with MailerLite Email Marketing software and Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:12;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"connects-getresponse\";s:4:\"init\";s:45:\"connects-getresponse/connects-getresponse.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:29:\"Connects - GetResponse Mailer\";s:10:\"short_name\";s:11:\"GetResponse\";s:7:\"version\";s:5:\"2.2.0\";s:6:\"tested\";s:5:\"4.9.2\";s:4:\"slug\";s:20:\"connects-getresponse\";s:13:\"product_image\";s:78:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Get-Response-Logo.png\";s:11:\"description\";s:72:\"Integration with GetResponse Email Marketing software and Autoresponder.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:13;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:24:\"connects-constantcontact\";s:4:\"init\";s:53:\"connects-constantcontact/connects-constantcontact.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:34:\"Connects - Constant Contact Mailer\";s:10:\"short_name\";s:16:\"Constant Contact\";s:7:\"version\";s:5:\"2.2.0\";s:6:\"tested\";s:5:\"4.7.2\";s:4:\"slug\";s:24:\"connects-constantcontact\";s:13:\"product_image\";s:77:\"//support.brainstormforce.com/wp-content/uploads/2016/03/constant-contact.png\";s:11:\"description\";s:59:\"Integration with Constant Contact Email Marketing Software.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:14;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:18:\"connects-totalsend\";s:4:\"init\";s:41:\"connects-totalsend/connects-totalsend.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:27:\"Connects - TotalSend Mailer\";s:10:\"short_name\";s:9:\"TotalSend\";s:7:\"version\";s:5:\"2.0.3\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:18:\"connects-totalsend\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2016/03/TotalSend.png\";s:11:\"description\";s:70:\"Integrate TotalSend with Connects to collect lead and email marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:15;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-convertkit\";s:4:\"init\";s:43:\"connects-convertkit/connects-convertkit.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:28:\"Connects - ConvertKit Mailer\";s:10:\"short_name\";s:10:\"ConvertKit\";s:7:\"version\";s:5:\"2.2.1\";s:6:\"tested\";s:5:\"4.9.7\";s:4:\"slug\";s:19:\"connects-convertkit\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2016/03/ConvertKit.png\";s:11:\"description\";s:55:\"Integration with ConvertKit Email Marketing Automation.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:16;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-simplycast\";s:4:\"init\";s:43:\"connects-simplycast/connects-simplycast.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:28:\"Connects - SimplyCast Mailer\";s:10:\"short_name\";s:10:\"SimplyCast\";s:7:\"version\";s:5:\"2.0.2\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:19:\"connects-simplycast\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2016/03/SimplYcast.png\";s:11:\"description\";s:55:\"Integration with SimplyCast Email Marketing Automation.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.0.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:17;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-campayn\";s:4:\"init\";s:37:\"connects-campayn/connects-campayn.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - Campayn Mailer\";s:10:\"short_name\";s:7:\"Campayn\";s:7:\"version\";s:5:\"2.1.0\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:16:\"connects-campayn\";s:13:\"product_image\";s:68:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Campayn.png\";s:11:\"description\";s:57:\"Integration with Campayn Simple Email Marketing solution.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:18;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-mailpoet\";s:4:\"init\";s:39:\"connects-mailpoet/connects-mailpoet.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - MailPoet Mailer\";s:10:\"short_name\";s:8:\"MailPoet\";s:7:\"version\";s:5:\"2.2.1\";s:6:\"tested\";s:5:\"4.9.4\";s:4:\"slug\";s:17:\"connects-mailpoet\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2016/03/MailPoet2.png\";s:11:\"description\";s:38:\"Integration with MailPoet Newsletters.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:19;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:21:\"connects-infusionsoft\";s:4:\"init\";s:47:\"connects-infusionsoft/connects-infusionsoft.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:30:\"Connects - Infusionsoft Mailer\";s:10:\"short_name\";s:12:\"Infusionsoft\";s:7:\"version\";s:5:\"2.2.2\";s:6:\"tested\";s:5:\"4.9.5\";s:4:\"slug\";s:21:\"connects-infusionsoft\";s:13:\"product_image\";s:80:\"//support.brainstormforce.com/wp-content/uploads/2016/03/InfusionSoft150x150.png\";s:11:\"description\";s:46:\"Integration with Infusionsoft Email Marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.2.2\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:20;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-mailjet\";s:4:\"init\";s:37:\"connects-mailjet/connects-mailjet.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - Mailjet Mailer\";s:10:\"short_name\";s:7:\"Mailjet\";s:7:\"version\";s:5:\"2.1.3\";s:6:\"tested\";s:5:\"4.9.8\";s:4:\"slug\";s:15:\"connect-mailjet\";s:13:\"product_image\";s:73:\"//support.brainstormforce.com/wp-content/uploads/2016/03/mailjet-logo.png\";s:11:\"description\";s:53:\"Integrate with Mailjet Bulk Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:21;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:23:\"connects-benchmarkemail\";s:4:\"init\";s:51:\"connects-benchmarkemail/connects-benchmarkemail.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:33:\"Connects - Benchmark Email Mailer\";s:10:\"short_name\";s:9:\"Benchmark\";s:7:\"version\";s:5:\"2.0.3\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:23:\"connects-benchmarkemail\";s:13:\"product_image\";s:62:\"//support.brainstormforce.com/wp-content/uploads/2017/07/1.png\";s:11:\"description\";s:52:\"Integration with Benchmark Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:22;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"connects-cleverreach\";s:4:\"init\";s:45:\"connects-cleverreach/connects-cleverreach.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:29:\"Connects - CleverReach Mailer\";s:10:\"short_name\";s:11:\"CleverReach\";s:7:\"version\";s:5:\"2.3.1\";s:6:\"tested\";s:5:\"4.8.3\";s:4:\"slug\";s:20:\"connects-cleverreach\";s:13:\"product_image\";s:72:\"//support.brainstormforce.com/wp-content/uploads/2016/03/cleverreach.png\";s:11:\"description\";s:53:\"Integration with CleverReach Email Marketing sofware.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.3.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:23;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:14:\"convertplug-vc\";s:4:\"init\";s:33:\"convertplug-vc/convertplug-vc.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:44:\"ConvertPlus Addons for WPBakery Page Builder\";s:10:\"short_name\";s:21:\"WPBakery Page Builder\";s:7:\"version\";s:5:\"2.0.3\";s:6:\"tested\";s:3:\"5.0\";s:4:\"slug\";s:14:\"convertplug-vc\";s:13:\"product_image\";s:91:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Convert-plug-Addon-for-VC-Logo.png\";s:11:\"description\";s:51:\"Easy to use form builder for WPBakery Page Builder.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:24;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:23:\"connects-contact-form-7\";s:4:\"init\";s:51:\"connects-contact-form-7/connects-contact-form-7.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:25:\"Connects - Contact Form 7\";s:10:\"short_name\";s:14:\"Contact Form 7\";s:7:\"version\";s:5:\"1.1.1\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:23:\"connects-contact-form-7\";s:13:\"product_image\";s:75:\"//support.brainstormforce.com/wp-content/uploads/2016/03/contact-form-7.png\";s:11:\"description\";s:34:\"Collect leads from Contact Form 7.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:25;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"connects-woocommerce\";s:4:\"init\";s:50:\"connects-woocommerce/connects-woocommerce-form.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:20:\"Connects WooCommerce\";s:10:\"short_name\";s:20:\"Connects WooCommerce\";s:7:\"version\";s:5:\"1.1.2\";s:6:\"tested\";s:5:\"4.9.7\";s:4:\"slug\";s:20:\"connects-woocommerce\";s:13:\"product_image\";s:76:\"//support.brainstormforce.com/wp-content/uploads/2017/07/woocom-checkout.png\";s:11:\"description\";s:46:\"Collect leads from WooCommerce checkout forms.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.1.2\";s:12:\"version_beta\";s:27:\"connects-contact-form-7.zip\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:58:\"https://changelog.brainstormforce.com/connects-woocommerce\";}i:26;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:24:\"connects-wp-comment-form\";s:4:\"init\";s:53:\"connects-wp-comment-form/connects-wp-comment-form.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - WP Comment Form\";s:10:\"short_name\";s:15:\"WP Comment Form\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:5:\"4.7.1\";s:4:\"slug\";s:24:\"connects-wp-comment-form\";s:13:\"product_image\";s:76:\"//support.brainstormforce.com/wp-content/uploads/2016/03/WP-Comment-Form.png\";s:11:\"description\";s:42:\"Collect leads from WordPress Comment Form.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:27;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:29:\"connects-wp-registration-form\";s:4:\"init\";s:63:\"connects-wp-registration-form/connects-wp-registration-form.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:31:\"Connects - WP Registration Form\";s:10:\"short_name\";s:20:\"WP Registration Form\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:29:\"connects-wp-registration-form\";s:13:\"product_image\";s:79:\"//support.brainstormforce.com/wp-content/uploads/2016/03/WP-gistration-Form.png\";s:11:\"description\";s:47:\"Collect leads from WordPress Registration Form.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:28;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:18:\"connects-ontraport\";s:4:\"init\";s:41:\"connects-ontraport/connects-ontraport.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:27:\"Connects - OntraPort Mailer\";s:10:\"short_name\";s:9:\"ONTRAPORT\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"tested\";s:5:\"4.6.1\";s:4:\"slug\";s:18:\"connects-ontraport\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2016/03/ONTRAPORT.png\";s:11:\"description\";s:47:\"Integrate ONTRAPORT Email Marketing Automation.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:29;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:26:\"connects-mautic-form-addon\";s:4:\"init\";s:57:\"connects-mautic-form-addon/connects-mautic-form-addon.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects Mautic Form Addon\";s:10:\"short_name\";s:6:\"Mautic\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:3:\"4.8\";s:4:\"slug\";s:26:\"connects-mautic-form-addon\";s:13:\"product_image\";s:65:\"//support.brainstormforce.com/wp-content/uploads/2017/02/logo.png\";s:11:\"description\";s:53:\"Integration with Mautic Marketing Automation Platform\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:30;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:13:\"connects-drip\";s:4:\"init\";s:31:\"connects-drip/connects-drip.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:22:\"Connects - Drip Mailer\";s:10:\"short_name\";s:4:\"Drip\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"tested\";s:5:\"4.7.3\";s:4:\"slug\";s:13:\"connects-drip\";s:13:\"product_image\";s:65:\"//support.brainstormforce.com/wp-content/uploads/2017/03/logo.png\";s:11:\"description\";s:52:\"Integration with Drip Marketing Automation Platform.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.1\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:31;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:14:\"connects-sendy\";s:4:\"init\";s:33:\"connects-sendy/connects-sendy.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:23:\"Connects - Sendy Mailer\";s:10:\"short_name\";s:5:\"Sendy\";s:7:\"version\";s:5:\"2.1.3\";s:6:\"tested\";s:5:\"4.9.6\";s:4:\"slug\";s:14:\"connects-sendy\";s:13:\"product_image\";s:66:\"//support.brainstormforce.com/wp-content/uploads/2016/03/Sendy.png\";s:11:\"description\";s:46:\"Integration with Sendy Newsletter Application.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"2.1.3\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:32;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-mailget\";s:4:\"init\";s:47:\"connects-mailget/class-smile-mailer-mailget.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Connects Pabbly\";s:10:\"short_name\";s:6:\"Pabbly\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"tested\";s:5:\"5.0.3\";s:4:\"slug\";s:16:\"connects-mailget\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2019/09/PABBLY.png\";s:11:\"description\";s:49:\"Integration with Pabbly Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.1\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:33;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-mailgun\";s:4:\"init\";s:37:\"connects-mailgun/connects-mailgun.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"Connects - Mailgun\";s:10:\"short_name\";s:7:\"Mailgun\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:3:\"4.8\";s:4:\"slug\";s:16:\"connects-mailgun\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-1.png\";s:11:\"description\";s:48:\"Integrate with Mailgun Email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:34;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:16:\"connects-klaviyo\";s:4:\"init\";s:37:\"connects-klaviyo/connects-klaviyo.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Connects - Klaviyo Addon\";s:10:\"short_name\";s:8:\"Klaviyo \";s:7:\"version\";s:5:\"1.0.2\";s:6:\"tested\";s:5:\"4.9.5\";s:4:\"slug\";s:16:\"connects-klaviyo\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-2.png\";s:11:\"description\";s:54:\"Use this plugin to integrate Klaviyo with Convert Plus\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.2\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:35;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-sendlane\";s:4:\"init\";s:39:\"connects-sendlane/connects-sendlane.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - Sendlane Mailer\";s:10:\"short_name\";s:8:\"Sendlane\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:5:\"4.9.2\";s:4:\"slug\";s:17:\"connects-sendlane\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-3.png\";s:11:\"description\";s:42:\"Integration with Sendlane Email Marketing.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:36;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:20:\"connects-elasticmail\";s:4:\"init\";s:55:\"connects-elasticmail/class-smile-mailer-elasticmail.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Connects - Elastic Email\";s:10:\"short_name\";s:13:\"Elastic Email\";s:7:\"version\";s:5:\"1.0.1\";s:6:\"tested\";s:5:\"5.0.3\";s:4:\"slug\";s:20:\"connects-elasticmail\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-4.png\";s:11:\"description\";s:38:\"Integrate with Elastic Email Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.1\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:37;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-mailwizz\";s:4:\"init\";s:39:\"connects-mailwizz/connects-mailwizz.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - MailWizz Mailer\";s:10:\"short_name\";s:8:\"MailWizz\";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:5:\"5.0.1\";s:4:\"slug\";s:17:\"connects-mailwizz\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-5.png\";s:11:\"description\";s:65:\"Integrate MailWizz email Marketing application with Convert Plus.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:5:\"1.0.3\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}i:38;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:5:\"false\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:17:\"connects-sendgrid\";s:4:\"init\";s:39:\"connects-sendgrid/connects-sendgrid.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Connects - SendGrid Mailer\";s:10:\"short_name\";s:8:\"SendGrid\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:5:\"4.9.6\";s:4:\"slug\";s:17:\"connects-sendgrid\";s:13:\"product_image\";s:67:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-6.png\";s:11:\"description\";s:51:\"Integration with SendGrid email Marketing Services.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:6:\"1.0.20\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:39;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:15:\"connects-zapier\";s:4:\"init\";s:35:\"connects-zapier/connects-zapier.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:24:\"Connects - Zapier Mailer\";s:10:\"short_name\";s:7:\"Zapier \";s:7:\"version\";s:5:\"1.0.3\";s:6:\"tested\";s:3:\"5.0\";s:4:\"slug\";s:15:\"connects-zapier\";s:13:\"product_image\";s:82:\"//support.brainstormforce.com/wp-content/uploads/2017/07/logo-7-e1534416295165.png\";s:11:\"description\";s:31:\"Integrate Zapier with connects.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.3\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:0:\"\";}i:40;O:8:\"stdClass\":21:{s:15:\"licence_require\";s:4:\"true\";s:22:\"licence_require_update\";s:0:\"\";s:19:\"must_have_extension\";s:5:\"false\";s:2:\"id\";s:19:\"connects-convertfox\";s:4:\"init\";s:43:\"connects-convertfox/connects-convertfox.php\";s:6:\"author\";s:16:\"Brainstorm Force\";s:12:\"download_url\";b:0;s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Connects - Gist\";s:10:\"short_name\";s:4:\"Gist\";s:7:\"version\";s:5:\"1.0.0\";s:6:\"tested\";s:5:\"4.9.7\";s:4:\"slug\";s:19:\"connects-convertfox\";s:13:\"product_image\";s:65:\"//support.brainstormforce.com/wp-content/uploads/2019/06/Gist.png\";s:11:\"description\";s:25:\"Collect leads using Gist.\";s:8:\"in_house\";s:4:\"true\";s:6:\"remote\";s:5:\"1.0.0\";s:12:\"version_beta\";s:5:\"1.0.0\";s:17:\"download_url_beta\";b:0;s:6:\"parent\";s:8:\"14058953\";s:13:\"changelog_url\";s:57:\"https://changelog.brainstormforce.com/convertplug-addons/\";}}}', 'yes'),
(21596, 'convert_plug_settings', 'a:28:{s:19:\"cp-enable-mx-record\";s:1:\"0\";s:19:\"cp-default-messages\";s:1:\"1\";s:21:\"cp-already-subscribed\";s:22:\"Already Subscribed...!\";s:15:\"cp-double-optin\";s:1:\"1\";s:13:\"cp-gdpr-optin\";s:1:\"1\";s:13:\"cp-sub-notify\";s:1:\"0\";s:12:\"cp-sub-email\";s:17:\"2771478289@qq.com\";s:12:\"cp-email-sub\";s:43:\"Congratulations! You have a New Subscriber!\";s:15:\"cp-google-fonts\";s:1:\"1\";s:11:\"cp-timezone\";s:9:\"wordpress\";s:15:\"user_inactivity\";s:2:\"60\";s:18:\"cp-edit-style-link\";s:1:\"0\";s:17:\"cp-plugin-support\";s:1:\"0\";s:21:\"cp-disable-impression\";s:1:\"0\";s:15:\"cp-close-inline\";s:1:\"0\";s:18:\"cp-disable-storage\";s:1:\"0\";s:14:\"cp-disable-pot\";s:1:\"1\";s:17:\"cp-disable-domain\";s:1:\"0\";s:14:\"cp-domain-name\";s:0:\"\";s:11:\"cp-lazy-img\";s:1:\"0\";s:16:\"cp-close-gravity\";s:1:\"1\";s:11:\"cp-load-syn\";s:1:\"0\";s:16:\"cp_change_ntf_id\";s:1:\"1\";s:18:\"cp_notify_email_to\";s:17:\"2771478289@qq.com\";s:14:\"cp-access-role\";s:0:\"\";s:12:\"cp-user-role\";s:13:\"administrator\";s:16:\"cp-new-user-role\";s:0:\"\";s:13:\"cp-email-body\";s:0:\"\";}', 'yes'),
(21667, 'portfolio_skills_children', 'a:0:{}', 'yes'),
(21683, 'recovery_mode_email_last_sent', '1621857964', 'yes'),
(21701, 'active_plugins', 'a:10:{i:0;s:27:\"autoptimize/autoptimize.php\";i:1;s:31:\"cache-enabler/cache-enabler.php\";i:2;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:33:\"duplicator-pro/duplicator-pro.php\";i:5;s:33:\"duplicator-pro/duplicator-pro.php\";i:6;s:33:\"fusion-builder/fusion-builder.php\";i:7;s:27:\"fusion-core/fusion-core.php\";i:8;s:11:\"pwa/pwa.php\";i:9;s:23:\"revslider/revslider.php\";}', 'yes'),
(21703, 'ai1wm_backups_labels', 'a:0:{}', 'yes'),
(21704, 'ai1wm_sites_links', 'a:0:{}', 'yes'),
(21706, 'template', 'Avada', 'yes'),
(21707, 'stylesheet', 'Avada', 'yes'),
(22957, 'ls-p-url', 'https://layerslider.kreaturamedia.com/pricing/', 'yes'),
(23511, 'wp_page_for_privacy_policy', '0', 'yes'),
(23512, 'admin_email_lifespan', '1801851973', 'yes'),
(23558, 'avada_permalinks', 'a:3:{s:23:\"portfolio_category_base\";s:0:\"\";s:21:\"portfolio_skills_base\";s:0:\"\";s:19:\"portfolio_tags_base\";s:0:\"\";}', 'yes'),
(28041, 'revslider-deact-notice', '1', 'yes'),
(29642, 'revslider-additions', 'O:8:\"stdClass\":4:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?<br />Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-b.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-b.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;s:2:\"v7\";b:1;s:7:\"license\";s:4:\"none\";}', 'yes'),
(29644, 'rs-templates-counter', '0', 'off'),
(33524, 'adminhash', 'a:2:{s:4:\"hash\";s:32:\"74bf03529803c95a39af871c95086ea4\";s:8:\"newemail\";s:23:\"slahrichi@alforasco.com\";}', 'off'),
(33804, 'duplicator_new_storage_position', '1', 'yes'),
(36981, 'rs-addons-counter', '1', 'yes'),
(48877, 'ls_gsap_sandboxing', '1', 'yes');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(48878, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:42:\"the-events-calendar/common/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.3.2\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1621857847;s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:7:\"abspath\";s:33:\"/home/alfora7/drkarimbennani.com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";s:8:\"sdk_path\";s:42:\"the-events-calendar/common/vendor/freemius\";s:7:\"version\";s:5:\"2.3.2\";s:13:\"in_activation\";b:1;s:9:\"timestamp\";i:1621857847;}}', 'yes'),
(48879, 'fs_debug_mode', '', 'yes'),
(48880, 'fs_accounts', 'a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:3069;a:3:{s:4:\"slug\";s:19:\"the-events-calendar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:11:\"plugin_data\";a:1:{s:19:\"the-events-calendar\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1621857847;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.3.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"5.1.4\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:18:\"drkarimbennani.com\";s:9:\"server_ip\";s:13:\"41.251.82.217\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1621857847;s:7:\"version\";s:5:\"5.1.4\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:43:\"the-events-calendar/the-events-calendar.php\";s:19:\"the-events-calendar\";}s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:12:\"premium_slug\";s:27:\"the-events-calendar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"version\";s:5:\"5.1.4\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e32061abc28cfedf231f3e5c4e626\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3069\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"2054224b31ade10c629ef9f808779fba\";}', 'yes'),
(48881, 'fs_gdpr', 'a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(48882, 'action_scheduler_hybrid_store_demarkation', '4331', 'yes'),
(48883, 'schema-ActionScheduler_StoreSchema', '3.0.1621857878', 'yes'),
(48884, 'schema-ActionScheduler_LoggerSchema', '2.0.1621857878', 'yes'),
(48894, 'auto_update_plugins', 'a:0:{}', 'no'),
(48912, 'Re_Smush_It_Task', '1621858132', 'yes'),
(48920, 'updraft_jobdata_6076db320d77', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621858666.212490081787109375;s:25:\"dlmessage_1618402098_db_0\";s:92:\"The file was found locally and matched the recorded size from the backup history (1655.5 KB)\";s:7:\"service\";a:0:{}s:22:\"dlfile_1618402098_db_0\";s:130:\"downloading:1695211:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-04-14-1208_Dr_Karim_Bennani_d7e4cf4c5c88-db.gz\";}', 'no'),
(48921, 'updraft_jobdata_6076db32063d', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621858666.2126390933990478515625;s:30:\"dlmessage_1618402098_plugins_0\";s:93:\"The file was found locally and matched the recorded size from the backup history (89915.2 KB)\";s:7:\"service\";a:0:{}s:27:\"dlfile_1618402098_plugins_0\";s:137:\"downloading:92073186:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-04-14-1208_Dr_Karim_Bennani_d7e4cf4c5c88-plugins.zip\";}', 'no'),
(48922, 'updraft_jobdata_6076db320fe0', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621858666.21294689178466796875;s:29:\"dlmessage_1618402098_themes_0\";s:92:\"The file was found locally and matched the recorded size from the backup history (7501.3 KB)\";s:7:\"service\";a:0:{}s:26:\"dlfile_1618402098_themes_0\";s:135:\"downloading:7681362:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-04-14-1208_Dr_Karim_Bennani_d7e4cf4c5c88-themes.zip\";}', 'no'),
(48923, 'updraft_jobdata_6076db320512', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621858686.040069103240966796875;s:30:\"dlmessage_1618402098_uploads_0\";s:93:\"The file was found locally and matched the recorded size from the backup history (63025.7 KB)\";s:7:\"service\";a:0:{}s:27:\"dlfile_1618402098_uploads_0\";s:137:\"downloading:64538294:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-04-14-1208_Dr_Karim_Bennani_d7e4cf4c5c88-uploads.zip\";}', 'no'),
(48924, 'updraft_jobdata_6076db3205e2', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621858701.3257610797882080078125;s:29:\"dlmessage_1618402098_others_0\";s:93:\"The file was found locally and matched the recorded size from the backup history (79191.6 KB)\";s:7:\"service\";a:0:{}s:26:\"dlfile_1618402098_others_0\";s:136:\"downloading:81092172:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-04-14-1208_Dr_Karim_Bennani_d7e4cf4c5c88-others.zip\";}', 'no'),
(48925, 'updraft_jobdata_60ab97070d77', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621859461.14966297149658203125;s:25:\"dlmessage_1621858055_db_0\";s:92:\"The file was found locally and matched the recorded size from the backup history (1620.2 KB)\";s:7:\"service\";a:0:{}s:22:\"dlfile_1621858055_db_0\";s:130:\"downloading:1659048:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-05-24-1207_Dr_Karim_Bennani_718daeb511d7-db.gz\";}', 'no'),
(48926, 'updraft_jobdata_de7a1c6ee1c2', 'a:2:{s:8:\"job_type\";s:6:\"delete\";s:11:\"job_time_ms\";d:1621859475.3048980236053466796875;}', 'no'),
(48927, 'updraft_jobdata_fd1c7d016c50', 'a:2:{s:8:\"job_type\";s:6:\"delete\";s:11:\"job_time_ms\";d:1621859481.8078739643096923828125;}', 'no'),
(48932, 'updraft_jobdata_60aba0f70d77', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621862248.3736488819122314453125;s:25:\"dlmessage_1621860599_db_0\";s:86:\"The file has been deleted (backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-db.gz)\";s:7:\"service\";a:0:{}s:22:\"dlfile_1621860599_db_0\";s:129:\"downloading:881524:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-db.gz\";}', 'no'),
(48933, 'updraft_jobdata_60aba0f7063d', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621862587.4395649433135986328125;s:30:\"dlmessage_1621860599_plugins_0\";s:92:\"The file has been deleted (backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-plugins.zip)\";s:7:\"service\";a:0:{}s:27:\"dlfile_1621860599_plugins_0\";s:137:\"downloading:33216206:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-plugins.zip\";}', 'no'),
(48934, 'updraft_jobdata_60aba0f70fe0', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621862278.789112091064453125;s:29:\"dlmessage_1621860599_themes_0\";s:91:\"The file has been deleted (backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-themes.zip)\";s:7:\"service\";a:0:{}s:26:\"dlfile_1621860599_themes_0\";s:135:\"downloading:7681362:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-themes.zip\";}', 'no'),
(48935, 'updraft_jobdata_60aba0f70512', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621862591.233438968658447265625;s:30:\"dlmessage_1621860599_uploads_0\";s:92:\"The file has been deleted (backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-uploads.zip)\";s:7:\"service\";a:0:{}s:27:\"dlfile_1621860599_uploads_0\";s:137:\"downloading:63995120:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-uploads.zip\";}', 'no'),
(48936, 'updraft_jobdata_60aba0f705e2', 'a:5:{s:8:\"job_type\";s:8:\"download\";s:11:\"job_time_ms\";d:1621862225.422565937042236328125;s:29:\"dlmessage_1621860599_others_0\";s:91:\"The file has been deleted (backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-others.zip)\";s:7:\"service\";a:0:{}s:26:\"dlfile_1621860599_others_0\";s:136:\"downloading:80124356:/home/alfora7/drkarimbennani.com/wp-content/updraft/backup_2021-05-24-1249_Dr_Karim_Bennani_25c12bce9076-others.zip\";}', 'no'),
(48937, 'updraft_jobdata_a13d418a7bf5', 'a:2:{s:8:\"job_type\";s:6:\"delete\";s:11:\"job_time_ms\";d:1621862611.2761490345001220703125;}', 'no'),
(48938, 'updraft_jobdata_6d5f293754d5', 'a:2:{s:8:\"job_type\";s:6:\"delete\";s:11:\"job_time_ms\";d:1621862616.7017040252685546875;}', 'no'),
(48960, 'duplicator_settings', 'a:17:{s:7:\"version\";s:5:\"1.4.2\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:7;}', 'yes'),
(48961, 'duplicator_version_plugin', '1.4.2', 'yes'),
(48962, 'duplicator_package_active', 'O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-07-08 09:02:09\";s:7:\"Version\";s:5:\"1.4.2\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:7:\"10.2.38\";s:10:\"VersionPHP\";s:5:\"8.0.6\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20210524_drkarimbennani\";s:4:\"Hash\";s:35:\"6589f820386f09718945_20210708090209\";s:8:\"NameHash\";s:59:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";s:69:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209_scan.json\";s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":21:{s:10:\"FilterDirs\";s:0:\"\";s:11:\"FilterFiles\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:14:\"FilterFilesAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:12:\"ExportOnlyDB\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:32:\"/home/alfora7/drkarimbennani.com\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":8:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":6:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":7:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:10:\"AddonSites\";a:0:{}s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":3:{s:4:\"Core\";a:0:{}s:6:\"Global\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;s:8:\"TreeSize\";a:0:{}s:11:\"TreeWarning\";a:0:{}}s:14:\"RecursiveLinks\";a:0:{}s:10:\"file_count\";i:-1;s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2021-07-08 09:02:09\";s:7:\"Version\";s:5:\"1.4.2\";s:9:\"VersionWP\";s:5:\"5.7.2\";s:9:\"VersionDB\";s:7:\"10.2.38\";s:10:\"VersionPHP\";s:5:\"8.0.6\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:23:\"20210524_drkarimbennani\";s:4:\"Hash\";s:35:\"6589f820386f09718945_20210708090209\";s:8:\"NameHash\";s:59:\"20210524_drkarimbennani_6589f820386f09718945_20210708090209\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:8:\"ScanFile\";N;s:10:\"TimerStart\";i:-1;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";i:0;s:6:\"WPUser\";N;s:7:\"Archive\";r:21;s:9:\"Installer\";O:13:\"DUP_Installer\":13:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:13:\"OptsDBCharset\";s:0:\"\";s:15:\"OptsDBCollation\";s:0:\"\";s:12:\"OptsSecureOn\";i:0;s:14:\"OptsSecurePass\";s:0:\"\";s:13:\"numFilesAdded\";i:0;s:12:\"numDirsAdded\";i:0;s:10:\"\0*\0Package\";r:63;}s:8:\"Database\";O:12:\"DUP_Database\":14:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:4:\"info\";O:16:\"DUP_DatabaseInfo\":16:{s:9:\"buildMode\";N;s:13:\"collationList\";a:0:{}s:17:\"isTablesUpperCase\";N;s:15:\"isNameUpperCase\";N;s:4:\"name\";N;s:15:\"tablesBaseCount\";N;s:16:\"tablesFinalCount\";N;s:14:\"tablesRowCount\";N;s:16:\"tablesSizeOnDisk\";N;s:18:\"varLowerCaseTables\";i:0;s:7:\"version\";N;s:14:\"versionComment\";N;s:18:\"tableWiseRowCounts\";a:0:{}s:11:\"triggerList\";a:0:{}s:33:\"\0DUP_DatabaseInfo\0intFieldsStruct\";a:0:{}s:42:\"\0DUP_DatabaseInfo\0indexProcessedSchemaSize\";a:0:{}}s:10:\"\0*\0Package\";r:63;s:24:\"\0DUP_Database\0tempDbPath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}s:13:\"BuildProgress\";O:18:\"DUP_Build_Progress\":12:{s:17:\"thread_start_time\";N;s:11:\"initialized\";b:0;s:15:\"installer_built\";b:0;s:15:\"archive_started\";b:0;s:20:\"archive_has_database\";b:0;s:13:\"archive_built\";b:0;s:21:\"database_script_built\";b:0;s:6:\"failed\";b:0;s:7:\"retries\";i:0;s:14:\"build_failures\";a:0:{}s:19:\"validation_failures\";a:0:{}s:27:\"\0DUP_Build_Progress\0package\";r:63;}}s:29:\"\0DUP_Archive\0tmpFilterDirsAll\";a:0:{}s:24:\"\0DUP_Archive\0wpCorePaths\";a:5:{i:0;s:41:\"/home/alfora7/drkarimbennani.com/wp-admin\";i:1;s:51:\"/home/alfora7/drkarimbennani.com/wp-content/uploads\";i:2;s:53:\"/home/alfora7/drkarimbennani.com/wp-content/languages\";i:3;s:50:\"/home/alfora7/drkarimbennani.com/wp-content/themes\";i:4;s:44:\"/home/alfora7/drkarimbennani.com/wp-includes\";}s:29:\"\0DUP_Archive\0wpCoreExactPaths\";a:2:{i:0;s:32:\"/home/alfora7/drkarimbennani.com\";i:1;s:43:\"/home/alfora7/drkarimbennani.com/wp-content\";}}s:9:\"Installer\";r:84;s:8:\"Database\";r:98;s:13:\"BuildProgress\";r:129;}', 'yes'),
(48963, 'duplicator_ui_view_state', 'a:3:{s:19:\"dup-pack-build-try1\";s:1:\"1\";s:19:\"dup-pack-build-try2\";s:1:\"1\";s:19:\"dup-pack-build-try3\";s:1:\"1\";}', 'yes'),
(49035, 'duplicator_exe_safe_mode', '', 'yes'),
(49068, 'disallowed_keys', '', 'no'),
(49069, 'comment_previously_approved', '1', 'yes'),
(49070, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(49071, 'auto_update_core_dev', 'enabled', 'yes'),
(49072, 'auto_update_core_minor', 'enabled', 'yes'),
(49073, 'auto_update_core_major', 'unset', 'yes'),
(49074, 'finished_updating_comment_type', '1', 'yes'),
(49233, 'theme_mods_twentytwentyone', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:114;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1624899978;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:20:{i:0;s:13:\"custom_html-3\";i:1;s:13:\"media_image-2\";i:2;s:21:\"contact_info-widget-6\";i:3;s:13:\"custom_html-4\";i:4;s:13:\"custom_html-7\";i:5;s:13:\"custom_html-8\";i:6;s:14:\"custom_html-10\";i:7;s:13:\"custom_html-9\";i:8;s:14:\"custom_html-12\";i:9;s:21:\"social_links-widget-2\";i:10;s:14:\"custom_html-11\";i:11;s:8:\"search-6\";i:12;s:18:\"pyre_tabs-widget-7\";i:13;s:7:\"text-10\";i:14;s:7:\"text-11\";i:15;s:7:\"text-14\";i:16;s:7:\"text-12\";i:17;s:7:\"text-13\";i:18;s:7:\"text-17\";i:19;s:7:\"text-18\";}s:9:\"sidebar-1\";a:3:{i:0;s:14:\"custom_html-13\";i:1;s:13:\"media_image-3\";i:2;s:7:\"text-20\";}}}}', 'off'),
(49345, 'fusion_form_cleanup_datetime', '1786315543', 'yes'),
(49372, 'widget_form-widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(49447, 'should_upgrade_https', '1', 'yes'),
(49455, 'insecure_content', 'a:0:{}', 'yes'),
(49456, 'https_detection_errors', 'a:0:{}', 'off'),
(49471, 'fusion_branding_settings', 'a:1:{s:15:\"fusion_branding\";a:1:{s:5:\"avada\";a:14:{s:16:\"admin_menu_label\";s:7:\"Alforas\";s:21:\"remove_admin_bar_menu\";s:1:\"1\";s:17:\"rename_admin_menu\";a:4:{s:3:\"faq\";s:0:\"\";s:9:\"portfolio\";s:0:\"\";s:6:\"skills\";s:0:\"\";s:4:\"tags\";s:0:\"\";}s:16:\"avada_logo_image\";s:0:\"\";s:19:\"version_number_text\";s:0:\"\";s:16:\"avada_icon_image\";s:0:\"\";s:19:\"admin_menu_dashicon\";s:0:\"\";s:20:\"welcome_screen_title\";s:0:\"\";s:25:\"welcome_screen_about_text\";s:0:\"\";s:22:\"welcome_screen_content\";s:0:\"\";s:37:\"remove_dashboard_additional_resources\";s:1:\"0\";s:23:\"remove_dashboard_footer\";s:1:\"0\";s:38:\"fusion_white_label_branding_icon_image\";s:0:\"\";s:41:\"fusion_white_label_branding_menu_dashicon\";s:0:\"\";}}}', 'yes'),
(49529, 'autoptimize_version', '3.1.15.1', 'yes'),
(49530, 'autoptimize_service_availablity', 'a:3:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:28:\"https://sp-ao.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}s:9:\"rapidload\";a:1:{s:6:\"status\";s:4:\"down\";}}', 'yes'),
(49531, 'autoptimize_ccss_version', 'AO_3.1.15.1', 'yes'),
(49533, 'autoptimize_imgopt_launched', 'on', 'yes'),
(49542, 'cache_enabler', 'a:19:{s:7:\"version\";s:6:\"1.8.16\";s:20:\"use_trailing_slashes\";i:1;s:19:\"permalink_structure\";s:18:\"has_trailing_slash\";s:13:\"cache_expires\";i:1;s:17:\"cache_expiry_time\";i:0;s:30:\"clear_site_cache_on_saved_post\";i:1;s:33:\"clear_site_cache_on_saved_comment\";i:1;s:30:\"clear_site_cache_on_saved_term\";i:0;s:30:\"clear_site_cache_on_saved_user\";i:0;s:34:\"clear_site_cache_on_changed_plugin\";i:1;s:26:\"convert_image_urls_to_webp\";i:0;s:12:\"mobile_cache\";i:0;s:14:\"compress_cache\";i:1;s:11:\"minify_html\";i:0;s:20:\"minify_inline_css_js\";i:0;s:17:\"excluded_post_ids\";s:0:\"\";s:19:\"excluded_page_paths\";s:0:\"\";s:22:\"excluded_query_strings\";s:0:\"\";s:16:\"excluded_cookies\";s:0:\"\";}', 'yes'),
(49562, 'autoptimize_html', 'on', 'yes'),
(49563, 'autoptimize_html_keepcomments', '', 'yes'),
(49564, 'autoptimize_enable_site_config', 'on', 'yes'),
(49565, 'autoptimize_js', 'on', 'yes'),
(49566, 'autoptimize_js_aggregate', 'on', 'yes'),
(49567, 'autoptimize_js_defer_not_aggregate', '', 'yes'),
(49568, 'autoptimize_js_exclude', 'wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js, js/jquery/jquery.min.js', 'yes'),
(49569, 'autoptimize_js_trycatch', '', 'yes'),
(49570, 'autoptimize_js_justhead', '', 'yes'),
(49571, 'autoptimize_js_forcehead', '', 'yes'),
(49572, 'autoptimize_js_include_inline', '', 'yes'),
(49573, 'autoptimize_css', '', 'yes'),
(49574, 'autoptimize_css_aggregate', 'on', 'yes'),
(49575, 'autoptimize_css_exclude', 'wp-content/cache/, wp-content/uploads/, admin-bar.min.css, dashicons.min.css', 'yes'),
(49576, 'autoptimize_css_justhead', '', 'yes'),
(49577, 'autoptimize_css_datauris', '', 'yes'),
(49578, 'autoptimize_css_defer', '', 'yes'),
(49579, 'autoptimize_css_defer_inline', '', 'yes'),
(49580, 'autoptimize_css_inline', '', 'yes'),
(49581, 'autoptimize_css_include_inline', 'on', 'yes'),
(49582, 'autoptimize_cdn_url', '', 'yes'),
(49583, 'autoptimize_cache_clean', '0', 'yes'),
(49584, 'autoptimize_cache_nogzip', 'on', 'yes'),
(49585, 'autoptimize_optimize_logged', '', 'yes'),
(49586, 'autoptimize_optimize_checkout', '', 'yes'),
(49587, 'autoptimize_minify_excluded', 'on', 'yes'),
(49588, 'autoptimize_cache_fallback', '', 'yes'),
(49608, 'p3_notices', 'a:0:{}', 'yes'),
(49673, 'avada_builder_frontend_loaded', '1', 'yes'),
(49729, 'duplicator_pro_reset_user_settings_required', '0', 'yes'),
(49758, 'eeb462c0826a42f32c99c4c0e43813d0', 'a:2:{s:7:\"timeout\";i:1753843910;s:5:\"value\";s:1441:\"{\"new_version\":\"4.5.22.2\",\"stable_version\":\"4.5.22.2\",\"package\":\"https:\\/\\/duplicator.com\\/edd-sl\\/package_download\\/MTc1NDg2NjMxMDowZjYxYTIxZmMwZDc2MzU4NDYxYTAxYThjN2RmOWNmMjozMToxNTA2N2M3MmQ2ZjJhYTBiMTEyMjBkYTU1NWFkNmMxZTpodHRwc0AvL2Rya2FyaW1iZW5uYW5pLmNvbTow\",\"download_link\":\"https:\\/\\/duplicator.com\\/edd-sl\\/package_download\\/MTc1NDg2NjMxMDowZjYxYTIxZmMwZDc2MzU4NDYxYTAxYThjN2RmOWNmMjozMToxNTA2N2M3MmQ2ZjJhYTBiMTEyMjBkYTU1NWFkNmMxZTpodHRwc0AvL2Rya2FyaW1iZW5uYW5pLmNvbTow\",\"slug\":\"duplicator\",\"name\":\"Duplicator Pro\",\"url\":\"https:\\/\\/duplicator.com\",\"homepage\":\"https:\\/\\/duplicator.com\",\"last_update\":\"2025-07-24 05:53:59\",\"id\":31,\"requires\":\"5.3\",\"requires_php\":\"7.4\",\"tested\":\"6.8.2\",\"sections\":{\"changelog\":\"<p>Please go here to find the Duplicator Pro changelog:<\\/p>\\n<p><a href<h4>\\\"https:\\/\\/duplicator.com\\/knowledge-base\\/changelog\\/\\\" rel=\\\"noopener\\\" target<\\/h4>\\\"_blank\\\">https:\\/\\/duplicator.com\\/knowledge-base\\/changelog\\/<\\/a><\\/p>\\n\"},\"icons\":[],\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/duplicator\\/assets\\/banner-772x250.png\",\"1x\":\"https:\\/\\/ps.w.org\\/duplicator\\/assets\\/banner-772x250.png\",\"default\":\"https:\\/\\/ps.w.org\\/duplicator\\/assets\\/banner-772x250.png\"},\"changelog\":[\"<p>Please go here to find the Duplicator Pro changelog:<\\/p>\\n<p><a href<h4>\\\"https:\\/\\/duplicator.com\\/knowledge-base\\/changelog\\/\\\" rel=\\\"noopener\\\" target<\\/h4>\\\"_blank\\\">https:\\/\\/duplicator.com\\/knowledge-base\\/changelog\\/<\\/a><\\/p>\\n\"]}\";}', 'yes'),
(49868, 'secret_key', 'eOY<aLW!6s~R.6vG/EVv6ez?NMH%:b%Wf:V<up/u[7<4~z.z5CGQp]gl-[rO![^5', 'no'),
(61198, 'revslider-notices-dc', 'a:2:{i:0;s:12:\"TPRSV6511-01\";i:1;s:8:\"TPRSV668\";}', 'yes'),
(72780, 'widget_block', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(72781, 'wp_force_deactivated_plugins', 'a:0:{}', 'off'),
(72782, 'user_count', '3', 'no'),
(72844, 'fusion_builder_settings', 'a:13:{s:28:\"enable_builder_ui_by_default\";s:1:\"0\";s:15:\"fusion_elements\";a:125:{i:0;s:12:\"fusion_alert\";i:1;s:12:\"fusion_audio\";i:2;s:11:\"fusion_form\";i:3;s:19:\"fusion_fusionslider\";i:4;s:11:\"fusion_blog\";i:5;s:18:\"fusion_breadcrumbs\";i:6;s:13:\"fusion_button\";i:7;s:12:\"fusion_chart\";i:8;s:16:\"fusion_checklist\";i:9;s:19:\"fusion_circles_info\";i:10;s:11:\"fusion_code\";i:11;s:14:\"contact-form-7\";i:12;s:20:\"fusion_content_boxes\";i:13;s:16:\"fusion_countdown\";i:14;s:19:\"fusion_counters_box\";i:15;s:22:\"fusion_counters_circle\";i:16;s:14:\"fusion_dropcap\";i:17;s:13:\"fusion_events\";i:18;s:20:\"fusion_facebook_page\";i:19;s:13:\"fusion_flickr\";i:20;s:17:\"fusion_flip_boxes\";i:21;s:14:\"fusion_gallery\";i:22;s:10:\"fusion_map\";i:23;s:16:\"fusion_highlight\";i:24;s:18:\"fusion_fontawesome\";i:25;s:17:\"fusion_imageframe\";i:26;s:25:\"fusion_image_before_after\";i:27;s:13:\"fusion_images\";i:28;s:21:\"fusion_image_hotspots\";i:29;s:16:\"fusion_instagram\";i:30;s:11:\"layerslider\";i:31;s:15:\"fusion_lightbox\";i:32;s:13:\"fusion_lottie\";i:33;s:13:\"fusion_slider\";i:34;s:11:\"fusion_menu\";i:35;s:18:\"fusion_menu_anchor\";i:36;s:12:\"fusion_modal\";i:37;s:22:\"fusion_modal_text_link\";i:38;s:18:\"fusion_news_ticker\";i:39;s:25:\"fusion_one_page_text_link\";i:40;s:20:\"fusion_openstreetmap\";i:41;s:13:\"fusion_person\";i:42;s:14:\"fusion_popover\";i:43;s:16:\"fusion_portfolio\";i:44;s:17:\"fusion_post_cards\";i:45;s:17:\"fusion_postslider\";i:46;s:20:\"fusion_pricing_table\";i:47;s:15:\"fusion_progress\";i:48;s:19:\"fusion_recent_posts\";i:49;s:22:\"fusion_scroll_progress\";i:50;s:13:\"fusion_search\";i:51;s:24:\"fusion_section_separator\";i:52;s:16:\"fusion_separator\";i:53;s:10:\"rev_slider\";i:54;s:19:\"fusion_social_links\";i:55;s:14:\"fusion_sharing\";i:56;s:17:\"fusion_soundcloud\";i:57;s:18:\"fusion_star_rating\";i:58;s:20:\"fusion_stripe_button\";i:59;s:14:\"fusion_submenu\";i:60;s:25:\"fusion_syntax_highlighter\";i:61;s:12:\"fusion_table\";i:62;s:24:\"fusion_table_of_contents\";i:63;s:11:\"fusion_tabs\";i:64;s:15:\"fusion_tagcloud\";i:65;s:18:\"fusion_tagline_box\";i:66;s:19:\"fusion_testimonials\";i:67;s:11:\"fusion_text\";i:68;s:12:\"fusion_title\";i:69;s:16:\"fusion_accordion\";i:70;s:14:\"fusion_tooltip\";i:71;s:23:\"fusion_twitter_timeline\";i:72;s:12:\"fusion_login\";i:73;s:20:\"fusion_lost_password\";i:74;s:15:\"fusion_register\";i:75;s:12:\"fusion_video\";i:76;s:20:\"fusion_views_counter\";i:77;s:12:\"fusion_vimeo\";i:78;s:13:\"fusion_widget\";i:79;s:18:\"fusion_widget_area\";i:80;s:22:\"fusion_products_slider\";i:81;s:31:\"fusion_featured_products_slider\";i:82;s:21:\"fusion_woo_shortcodes\";i:83;s:14:\"fusion_youtube\";i:84;s:18:\"fusion_tb_archives\";i:85;s:16:\"fusion_tb_author\";i:86;s:18:\"fusion_tb_comments\";i:87;s:17:\"fusion_tb_content\";i:88;s:25:\"fusion_tb_featured_slider\";i:89;s:20:\"fusion_tb_pagination\";i:90;s:28:\"fusion_tb_post_card_archives\";i:91;s:21:\"fusion_post_card_cart\";i:92;s:22:\"fusion_post_card_image\";i:93;s:14:\"fusion_tb_meta\";i:94;s:25:\"fusion_tb_project_details\";i:95;s:17:\"fusion_tb_related\";i:96;s:20:\"fusion_form_checkbox\";i:97;s:19:\"fusion_form_consent\";i:98;s:16:\"fusion_form_date\";i:99;s:17:\"fusion_form_email\";i:100;s:18:\"fusion_form_hidden\";i:101;s:20:\"fusion_form_honeypot\";i:102;s:24:\"fusion_form_image_select\";i:103;s:18:\"fusion_form_notice\";i:104;s:18:\"fusion_form_number\";i:105;s:20:\"fusion_form_password\";i:106;s:24:\"fusion_form_phone_number\";i:107;s:17:\"fusion_form_radio\";i:108;s:17:\"fusion_form_range\";i:109;s:18:\"fusion_form_rating\";i:110;s:18:\"fusion_form_select\";i:111;s:18:\"fusion_form_submit\";i:112;s:16:\"fusion_form_text\";i:113;s:20:\"fusion_form_textarea\";i:114;s:16:\"fusion_form_time\";i:115;s:18:\"fusion_form_upload\";i:116;s:21:\"fusion_form_recaptcha\";i:118;s:10:\"fusion_faq\";i:120;s:14:\"fusion_privacy\";i:142;s:6:\"awb_dd\";i:143;s:13:\"awb_text_path\";i:144;s:21:\"fusion_form_turnstile\";i:145;s:28:\"fusion_tb_woo_filters_brands\";i:146;s:14:\"awb_categories\";i:147;s:24:\"awb_recent_activity_tabs\";}s:10:\"post_types\";a:7:{i:0;s:1:\" \";i:1;s:4:\"post\";i:2;s:4:\"page\";i:3;s:15:\"avada_portfolio\";i:4;s:15:\"fusion_template\";i:5;s:17:\"fusion_tb_section\";i:6;s:11:\"fusion_form\";}s:26:\"fusion-builder-import-file\";s:0:\"\";s:37:\"enable_builder_sticky_publish_buttons\";s:1:\"1\";s:23:\"remove_empty_attributes\";s:3:\"off\";s:25:\"awb_remove_studio_content\";s:10:\"918d923555\";s:16:\"_wp_http_referer\";s:46:\"/wp-admin/admin.php?page=avada-builder-options\";s:17:\"site_data_consent\";s:3:\"off\";s:16:\"awb_layout_order\";s:11:\"global,4768\";s:6:\"action\";s:16:\"save_fb_settings\";s:31:\"fusion_builder_save_fb_settings\";s:10:\"1e179b237c\";s:17:\"role_manager_caps\";a:5:{s:6:\"editor\";a:15:{s:18:\"awb_global_options\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:13:\"awb_prebuilts\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:10:\"awb_studio\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:16:\"fusion_tb_layout\";a:1:{s:16:\"dashboard_access\";s:2:\"on\";}s:17:\"fusion_tb_section\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:14:\"awb_off_canvas\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:12:\"fusion_icons\";a:1:{s:16:\"dashboard_access\";s:2:\"on\";}s:11:\"fusion_form\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:18:\"submissions_access\";s:2:\"on\";}s:5:\"slide\";a:2:{s:16:\"dashboard_access\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:13:\"avada_library\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:15:\"global_elements\";s:2:\"on\";}s:15:\"avada_portfolio\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:9:\"avada_faq\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"post\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"page\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:7:\"product\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}}s:6:\"author\";a:15:{s:18:\"awb_global_options\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:13:\"awb_prebuilts\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:10:\"awb_studio\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:16:\"fusion_tb_layout\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:17:\"fusion_tb_section\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:14:\"awb_off_canvas\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:12:\"fusion_icons\";a:1:{s:16:\"dashboard_access\";s:2:\"on\";}s:11:\"fusion_form\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:18:\"submissions_access\";s:3:\"off\";}s:5:\"slide\";a:2:{s:16:\"dashboard_access\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:13:\"avada_library\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:15:\"global_elements\";s:2:\"on\";}s:15:\"avada_portfolio\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:9:\"avada_faq\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"post\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"page\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:7:\"product\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}}s:11:\"contributor\";a:15:{s:18:\"awb_global_options\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:13:\"awb_prebuilts\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:10:\"awb_studio\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:16:\"fusion_tb_layout\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:17:\"fusion_tb_section\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:14:\"awb_off_canvas\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:12:\"fusion_icons\";a:1:{s:16:\"dashboard_access\";s:2:\"on\";}s:11:\"fusion_form\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:18:\"submissions_access\";s:3:\"off\";}s:5:\"slide\";a:2:{s:16:\"dashboard_access\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:13:\"avada_library\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:15:\"global_elements\";s:2:\"on\";}s:15:\"avada_portfolio\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:9:\"avada_faq\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"post\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"page\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:7:\"product\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}}s:7:\"default\";a:15:{s:18:\"awb_global_options\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:13:\"awb_prebuilts\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:10:\"awb_studio\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:16:\"fusion_tb_layout\";a:1:{s:16:\"dashboard_access\";s:3:\"off\";}s:17:\"fusion_tb_section\";a:4:{s:16:\"dashboard_access\";s:3:\"off\";s:19:\"backed_builder_edit\";s:3:\"off\";s:17:\"live_builder_edit\";s:3:\"off\";s:12:\"page_options\";s:3:\"off\";}s:14:\"awb_off_canvas\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:12:\"fusion_icons\";a:1:{s:16:\"dashboard_access\";s:2:\"on\";}s:11:\"fusion_form\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:18:\"submissions_access\";s:3:\"off\";}s:5:\"slide\";a:2:{s:16:\"dashboard_access\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:13:\"avada_library\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:15:\"global_elements\";s:3:\"off\";}s:15:\"avada_portfolio\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:9:\"avada_faq\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"post\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"page\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:7:\"product\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}}s:12:\"shop_manager\";a:7:{s:13:\"avada_library\";a:5:{s:15:\"global_elements\";s:2:\"on\";s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:17:\"fusion_tb_section\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:12:\"fusion_icons\";a:1:{s:16:\"dashboard_access\";s:2:\"on\";}s:11:\"fusion_form\";a:5:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";s:18:\"submissions_access\";s:2:\"on\";}s:15:\"avada_portfolio\";a:4:{s:16:\"dashboard_access\";s:2:\"on\";s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"post\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}s:4:\"page\";a:3:{s:19:\"backed_builder_edit\";s:2:\"on\";s:17:\"live_builder_edit\";s:2:\"on\";s:12:\"page_options\";s:2:\"on\";}}}}', 'yes'),
(72888, 'autoptimize_installed_before_compatibility', 'on', 'yes'),
(72895, 'autoptimize_html_minify_inline', '', 'yes'),
(72896, 'autoptimize_js_defer_inline', 'on', 'yes'),
(72897, 'autoptimize_enable_meta_ao_settings', 'on', 'yes'),
(73056, 'duplicator_pro_expired_licence_notice_time', '1682502212', 'yes'),
(73078, 'awb_critical_table', '3.4', 'no'),
(120183, 'awb_disable_critical_css', '1', 'yes'),
(120184, 'awb_site_data_status', 'a:2:{s:6:\"status\";s:9:\"dismissed\";s:4:\"date\";s:0:\"\";}', 'yes'),
(120298, 'pand-d41d8cd98f00b204e9800998ecf8427e', '1682451066', 'no'),
(120309, 'duplicator_pro_exe_safe_mode', '0', 'yes'),
(120310, 'duplicator_pro_activate_plugins_after_installation', 'a:0:{}', 'yes'),
(121682, 'element_category_children', 'a:0:{}', 'yes'),
(121759, 'fusion_tb_layout_default', '{\\\"conditions\\\":[],\\\"template_terms\\\":{\\\"header\\\":4580}}', 'yes'),
(123169, 'portfolio_category_children', 'a:1:{i:120;a:4:{i:0;i:116;i:1;i:117;i:2;i:118;i:3;i:119;}}', 'yes'),
(123577, 'fusion_tb_category_children', 'a:0:{}', 'yes'),
(123628, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(196302, 'duplicator_pro_migration_data', '{\n    \"plugin\": \"dup-pro\",\n    \"installerVersion\": \"4.5.22.2\",\n    \"installType\": -1,\n    \"installTime\": \"2025-07-28 12:13:46\",\n    \"logicModes\": [\n        \"CLASSIC\"\n    ],\n    \"template\": \"base\",\n    \"restoreBackupMode\": false,\n    \"recoveryMode\": false,\n    \"archivePath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/20250728_drkarimbennani_bfacdce9b3e069f88353_20250728112820_archive.zip\",\n    \"packageId\": 15,\n    \"packageHash\": \"bfacdce-28112820\",\n    \"installerPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/installer.php\",\n    \"installerBootLog\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/dup-installer-bootlog__5ba9935-28112820.txt\",\n    \"installerLog\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/dup-installer\\/dup-installer-log__5ba9935-28112820.txt\",\n    \"dupInstallerPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/dup-installer\",\n    \"origFileFolderPath\": \"\\/home\\/alfora7\\/drkarimbennani.com\\/dup-installer\\/dup_descriptors_bfacdce-28112820\\/orig_files\",\n    \"safeMode\": 0,\n    \"cleanInstallerFiles\": true,\n    \"licenseType\": 2,\n    \"phpVersion\": \"8.2.29\",\n    \"archiveType\": \"zip\",\n    \"siteSize\": 126508438,\n    \"siteNumFiles\": 16792,\n    \"siteDbSize\": 46540223,\n    \"siteDBNumTables\": 64,\n    \"components\": [\n        \"package_component_db\",\n        \"package_component_core\",\n        \"package_component_plugins\",\n        \"package_component_themes\",\n        \"package_component_uploads\",\n        \"package_component_other\"\n    ],\n    \"ustatIdentifier\": \"\"\n}', 'no'),
(196308, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"72ee9ed9c7e6465fb2178885a464652f\";s:6:\"blocks\";a:7:{s:32:\"0368537a03d4b05ed11f802c802c5153\";s:0:\"\";s:32:\"500888137eafa12a508de2c588d9ffdd\";s:46:\":root :where(.wp-block-icon svg){width: 24px;}\";s:32:\"a6036e6eb2ad2df7ed8860b807868647\";s:0:\"\";s:32:\"3b46efc0a10c1dae38f584ad199c3544\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:32:\"ab4df16c9e454bfed8a404309545590d\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:32:\"68ec5cad52d993402775a7503ba9efb7\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:32:\"b8b4aa19e69b9b2de0f5c27097467bd6\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(197686, '_transient_health-check-site-status-result', '{\"good\":20,\"recommended\":6,\"critical\":0}', 'on'),
(296462, '_site_transient_timeout_theme_roots', '1786304242', 'off'),
(296463, '_site_transient_theme_roots', 'a:3:{s:11:\"Avada-child\";s:7:\"/themes\";s:5:\"Avada\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}', 'off'),
(151819, 'wp_attachment_pages_enabled', '1', 'yes'),
(155486, 'category_children', 'a:0:{}', 'yes'),
(196152, 'duplicator_pro_capabilities', 'a:9:{s:20:\"duplicator_pro_basic\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:21:\"duplicator_pro_create\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:23:\"duplicator_pro_schedule\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:22:\"duplicator_pro_storage\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:29:\"duplicator_pro_backup_restore\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:21:\"duplicator_pro_import\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:21:\"duplicator_pro_export\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:23:\"duplicator_pro_settings\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}s:22:\"duplicator_pro_license\";a:2:{s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:5:\"users\";a:0:{}}}', 'auto'),
(196157, 'duplicator_expire_license_check', '{\"expire\":1786303689,\"value\":true}', 'on'),
(196158, 'duplicator_expire_rename_delay', '{\"expire\":1786336890,\"value\":true}', 'on'),
(196160, 'edd_sl_eeb462c0826a42f32c99c4c0e43813d0', 'a:2:{s:7:\"timeout\";i:1786310809;s:5:\"value\";s:523:\"{\"new_version\":\"\",\"stable_version\":\"\",\"name\":\"Duplicator Pro\",\"slug\":\"duplicator-pro\",\"url\":\"https:\\/\\/duplicator.com\",\"last_updated\":\"2026-08-09T18:26:49.967Z\",\"homepage\":\"https:\\/\\/duplicator.com\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"Professional WordPress Migration Plugin\",\"changelog\":\"\"},\"msg\":\"License is not active or has expired\",\"description\":[\"Professional WordPress Migration Plugin\"],\"changelog\":[\"\"],\"plugin\":\"duplicator-pro\\/duplicator-pro.php\",\"id\":\"duplicator-pro\\/duplicator-pro.php\"}\";}', 'off'),
(196161, 'duplicator_pro_plugin_version', '4.5.22.2', 'on'),
(196329, 'duplicator_pro_install_info', 'a:3:{s:7:\"version\";s:8:\"4.5.22.2\";s:4:\"time\";i:1753704857;s:10:\"updateTime\";i:1753704857;}', 'off'),
(196163, 'duplicator_expire_tmp_cleanup_check', '{\"expire\":1786315543,\"value\":true}', 'on'),
(196164, 'duplicator_expire_daily_bootstrap_actions', '{\"expire\":1786315543,\"value\":true}', 'on'),
(196166, 'duplicator_pro_notifications', 'a:4:{s:6:\"update\";i:1786299964;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}', 'auto'),
(196168, 'duplicator_expire_duplicator_pro_frotend_delay', '{\"expire\":1786303688,\"value\":true}', 'on'),
(296136, '_transient_timeout_avada_premium_plugins_info', '1786352034', 'off'),
(196330, 'duplicator_pro_plugin_data_stats', '{\n    \"CL_-=_-=\": \"Duplicator\\\\Utils\\\\UsageStatistics\\\\PluginData\",\n    \"lastSendTime\": 1786069218,\n    \"identifier\": \"LKwxl-TI7a9WvCzbJ=m4q7e-SBNgASJ&4wlueEVysXOi\",\n    \"plugin\": \"dup-pro\",\n    \"pluginStatus\": \"active\",\n    \"anonymous\": false,\n    \"buildCount\": 1,\n    \"buildLastDate\": 1786302447,\n    \"buildFailedCount\": 0,\n    \"buildFailedLastDate\": 0,\n    \"packagesBuildCompFullCount\": 1,\n    \"packagesBuildCompDbOnlyCount\": 0,\n    \"packagesBuildCompMdOnlyCount\": 0,\n    \"packagesBuildCompCustomCount\": 0,\n    \"packagesBuildCompCustomOnlyActiveCount\": 0,\n    \"schedulesBuildCount\": 0,\n    \"schedulesBuildLastDate\": 0,\n    \"schedulesBuildFailedCount\": 0,\n    \"schedulesBuildFailedLastDate\": 0,\n    \"schedulesBuildCompFullCount\": 0,\n    \"schedulesBuildCompDbOnlyCount\": 0,\n    \"schedulesBuildCompMdOnlyCount\": 0,\n    \"schedulesBuildCompCustomCount\": 0,\n    \"schedulesBuildCompCustomOnlyActiveCount\": 0,\n    \"usedRecoveryCount\": 0,\n    \"siteSizeMB\": 314.509999999999990905052982270717620849609375,\n    \"siteNumFiles\": 17867,\n    \"siteDbSizeMB\": 42.03999999999999914734871708787977695465087890625,\n    \"siteDbNumTables\": 64\n}', 'auto'),
(296464, '_transient_cache_enabler_cache_cleared_1', '1', 'on'),
(296254, '_transient_timeout_feed_mod_bc9fd7f8eaf5e82b6773ce761d04a9c6', '1786343174', 'off'),
(296255, '_transient_feed_mod_bc9fd7f8eaf5e82b6773ce761d04a9c6', '1786299974', 'off'),
(296383, '_site_transient_duplicator_translations_duplicator-pro_plugin', 'O:8:\"stdClass\":2:{s:14:\"duplicator-pro\";a:1:{s:12:\"translations\";a:10:{i:0;a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}i:1;a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}i:2;a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}i:3;a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}i:4;a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:81:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}i:5;a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}i:6;a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}i:7;a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}i:8;a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:9;a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-18T13:27:14+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:84:\"https://translations.duplicator.com/packages/duplicator-pro/duplicator-pro-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:13:\"_last_checked\";i:1786300149;}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296450, '_transient_fusion_fontawesome_en', '.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}@font-face{font-family:\"Font Awesome 5 Brands\";font-style:normal;font-weight:normal;src:url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot);src:url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.eot?#iefix) format(\"embedded-opentype\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2) format(\"woff2\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff) format(\"woff\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.ttf) format(\"truetype\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format(\"svg\");font-display: swap;}.fab{font-family:\"Font Awesome 5 Brands\"}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:400;src:url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot);src:url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.eot?#iefix) format(\"embedded-opentype\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2) format(\"woff2\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff) format(\"woff\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.ttf) format(\"truetype\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format(\"svg\");font-display: swap;}.far{font-family:\"Font Awesome 5 Free\";font-weight:400;}@font-face{font-family:\"Font Awesome 5 Free\";font-style:normal;font-weight:900;src:url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot);src:url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix) format(\"embedded-opentype\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2) format(\"woff2\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff) format(\"woff\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.ttf) format(\"truetype\"),url(//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format(\"svg\");font-display: swap;}.fa,.fas{font-family:\"Font Awesome 5 Free\";font-weight:900}.fa-500px:before{content:\"\\f26e\"}.fa-accessible-icon:before{content:\"\\f368\"}.fa-accusoft:before{content:\"\\f369\"}.fa-acquisitions-incorporated:before{content:\"\\f6af\"}.fa-ad:before{content:\"\\f641\"}.fa-address-book:before{content:\"\\f2b9\"}.fa-address-card:before{content:\"\\f2bb\"}.fa-adjust:before{content:\"\\f042\"}.fa-adn:before{content:\"\\f170\"}.fa-adversal:before{content:\"\\f36a\"}.fa-affiliatetheme:before{content:\"\\f36b\"}.fa-air-freshener:before{content:\"\\f5d0\"}.fa-airbnb:before{content:\"\\f834\"}.fa-algolia:before{content:\"\\f36c\"}.fa-align-center:before{content:\"\\f037\"}.fa-align-justify:before{content:\"\\f039\"}.fa-align-left:before{content:\"\\f036\"}.fa-align-right:before{content:\"\\f038\"}.fa-alipay:before{content:\"\\f642\"}.fa-allergies:before{content:\"\\f461\"}.fa-amazon:before{content:\"\\f270\"}.fa-amazon-pay:before{content:\"\\f42c\"}.fa-ambulance:before{content:\"\\f0f9\"}.fa-american-sign-language-interpreting:before{content:\"\\f2a3\"}.fa-amilia:before{content:\"\\f36d\"}.fa-anchor:before{content:\"\\f13d\"}.fa-android:before{content:\"\\f17b\"}.fa-angellist:before{content:\"\\f209\"}.fa-angle-double-down:before{content:\"\\f103\"}.fa-angle-double-left:before{content:\"\\f100\"}.fa-angle-double-right:before{content:\"\\f101\"}.fa-angle-double-up:before{content:\"\\f102\"}.fa-angle-down:before{content:\"\\f107\"}.fa-angle-left:before{content:\"\\f104\"}.fa-angle-right:before{content:\"\\f105\"}.fa-angle-up:before{content:\"\\f106\"}.fa-angry:before{content:\"\\f556\"}.fa-angrycreative:before{content:\"\\f36e\"}.fa-angular:before{content:\"\\f420\"}.fa-ankh:before{content:\"\\f644\"}.fa-app-store:before{content:\"\\f36f\"}.fa-app-store-ios:before{content:\"\\f370\"}.fa-apper:before{content:\"\\f371\"}.fa-apple:before{content:\"\\f179\"}.fa-apple-alt:before{content:\"\\f5d1\"}.fa-apple-pay:before{content:\"\\f415\"}.fa-archive:before{content:\"\\f187\"}.fa-archway:before{content:\"\\f557\"}.fa-arrow-alt-circle-down:before{content:\"\\f358\"}.fa-arrow-alt-circle-left:before{content:\"\\f359\"}.fa-arrow-alt-circle-right:before{content:\"\\f35a\"}.fa-arrow-alt-circle-up:before{content:\"\\f35b\"}.fa-arrow-circle-down:before{content:\"\\f0ab\"}.fa-arrow-circle-left:before{content:\"\\f0a8\"}.fa-arrow-circle-right:before{content:\"\\f0a9\"}.fa-arrow-circle-up:before{content:\"\\f0aa\"}.fa-arrow-down:before{content:\"\\f063\"}.fa-arrow-left:before{content:\"\\f060\"}.fa-arrow-right:before{content:\"\\f061\"}.fa-arrow-up:before{content:\"\\f062\"}.fa-arrows-alt:before{content:\"\\f0b2\"}.fa-arrows-alt-h:before{content:\"\\f337\"}.fa-arrows-alt-v:before{content:\"\\f338\"}.fa-artstation:before{content:\"\\f77a\"}.fa-assistive-listening-systems:before{content:\"\\f2a2\"}.fa-asterisk:before{content:\"\\f069\"}.fa-asymmetrik:before{content:\"\\f372\"}.fa-at:before{content:\"\\f1fa\"}.fa-atlas:before{content:\"\\f558\"}.fa-atlassian:before{content:\"\\f77b\"}.fa-atom:before{content:\"\\f5d2\"}.fa-audible:before{content:\"\\f373\"}.fa-audio-description:before{content:\"\\f29e\"}.fa-autoprefixer:before{content:\"\\f41c\"}.fa-avianex:before{content:\"\\f374\"}.fa-aviato:before{content:\"\\f421\"}.fa-award:before{content:\"\\f559\"}.fa-aws:before{content:\"\\f375\"}.fa-baby:before{content:\"\\f77c\"}.fa-baby-carriage:before{content:\"\\f77d\"}.fa-backspace:before{content:\"\\f55a\"}.fa-backward:before{content:\"\\f04a\"}.fa-bacon:before{content:\"\\f7e5\"}.fa-bacteria:before{content:\"\\e059\"}.fa-bacterium:before{content:\"\\e05a\"}.fa-bahai:before{content:\"\\f666\"}.fa-balance-scale:before{content:\"\\f24e\"}.fa-balance-scale-left:before{content:\"\\f515\"}.fa-balance-scale-right:before{content:\"\\f516\"}.fa-ban:before{content:\"\\f05e\"}.fa-band-aid:before{content:\"\\f462\"}.fa-bandcamp:before{content:\"\\f2d5\"}.fa-barcode:before{content:\"\\f02a\"}.fa-bars:before{content:\"\\f0c9\"}.fa-baseball-ball:before{content:\"\\f433\"}.fa-basketball-ball:before{content:\"\\f434\"}.fa-bath:before{content:\"\\f2cd\"}.fa-battery-empty:before{content:\"\\f244\"}.fa-battery-full:before{content:\"\\f240\"}.fa-battery-half:before{content:\"\\f242\"}.fa-battery-quarter:before{content:\"\\f243\"}.fa-battery-three-quarters:before{content:\"\\f241\"}.fa-battle-net:before{content:\"\\f835\"}.fa-bed:before{content:\"\\f236\"}.fa-beer:before{content:\"\\f0fc\"}.fa-behance:before{content:\"\\f1b4\"}.fa-behance-square:before{content:\"\\f1b5\"}.fa-bell:before{content:\"\\f0f3\"}.fa-bell-slash:before{content:\"\\f1f6\"}.fa-bezier-curve:before{content:\"\\f55b\"}.fa-bible:before{content:\"\\f647\"}.fa-bicycle:before{content:\"\\f206\"}.fa-biking:before{content:\"\\f84a\"}.fa-bimobject:before{content:\"\\f378\"}.fa-binoculars:before{content:\"\\f1e5\"}.fa-biohazard:before{content:\"\\f780\"}.fa-birthday-cake:before{content:\"\\f1fd\"}.fa-bitbucket:before{content:\"\\f171\"}.fa-bitcoin:before{content:\"\\f379\"}.fa-bity:before{content:\"\\f37a\"}.fa-black-tie:before{content:\"\\f27e\"}.fa-blackberry:before{content:\"\\f37b\"}.fa-blender:before{content:\"\\f517\"}.fa-blender-phone:before{content:\"\\f6b6\"}.fa-blind:before{content:\"\\f29d\"}.fa-blog:before{content:\"\\f781\"}.fa-blogger:before{content:\"\\f37c\"}.fa-blogger-b:before{content:\"\\f37d\"}.fa-bluetooth:before{content:\"\\f293\"}.fa-bluetooth-b:before{content:\"\\f294\"}.fa-bold:before{content:\"\\f032\"}.fa-bolt:before{content:\"\\f0e7\"}.fa-bomb:before{content:\"\\f1e2\"}.fa-bone:before{content:\"\\f5d7\"}.fa-bong:before{content:\"\\f55c\"}.fa-book:before{content:\"\\f02d\"}.fa-book-dead:before{content:\"\\f6b7\"}.fa-book-medical:before{content:\"\\f7e6\"}.fa-book-open:before{content:\"\\f518\"}.fa-book-reader:before{content:\"\\f5da\"}.fa-bookmark:before{content:\"\\f02e\"}.fa-bootstrap:before{content:\"\\f836\"}.fa-border-all:before{content:\"\\f84c\"}.fa-border-none:before{content:\"\\f850\"}.fa-border-style:before{content:\"\\f853\"}.fa-bowling-ball:before{content:\"\\f436\"}.fa-box:before{content:\"\\f466\"}.fa-box-open:before{content:\"\\f49e\"}.fa-box-tissue:before{content:\"\\e05b\"}.fa-boxes:before{content:\"\\f468\"}.fa-braille:before{content:\"\\f2a1\"}.fa-brain:before{content:\"\\f5dc\"}.fa-bread-slice:before{content:\"\\f7ec\"}.fa-briefcase:before{content:\"\\f0b1\"}.fa-briefcase-medical:before{content:\"\\f469\"}.fa-broadcast-tower:before{content:\"\\f519\"}.fa-broom:before{content:\"\\f51a\"}.fa-brush:before{content:\"\\f55d\"}.fa-btc:before{content:\"\\f15a\"}.fa-buffer:before{content:\"\\f837\"}.fa-bug:before{content:\"\\f188\"}.fa-building:before{content:\"\\f1ad\"}.fa-bullhorn:before{content:\"\\f0a1\"}.fa-bullseye:before{content:\"\\f140\"}.fa-burn:before{content:\"\\f46a\"}.fa-buromobelexperte:before{content:\"\\f37f\"}.fa-bus:before{content:\"\\f207\"}.fa-bus-alt:before{content:\"\\f55e\"}.fa-business-time:before{content:\"\\f64a\"}.fa-buy-n-large:before{content:\"\\f8a6\"}.fa-buysellads:before{content:\"\\f20d\"}.fa-calculator:before{content:\"\\f1ec\"}.fa-calendar:before{content:\"\\f133\"}.fa-calendar-alt:before{content:\"\\f073\"}.fa-calendar-check:before{content:\"\\f274\"}.fa-calendar-day:before{content:\"\\f783\"}.fa-calendar-minus:before{content:\"\\f272\"}.fa-calendar-plus:before{content:\"\\f271\"}.fa-calendar-times:before{content:\"\\f273\"}.fa-calendar-week:before{content:\"\\f784\"}.fa-camera:before{content:\"\\f030\"}.fa-camera-retro:before{content:\"\\f083\"}.fa-campground:before{content:\"\\f6bb\"}.fa-canadian-maple-leaf:before{content:\"\\f785\"}.fa-candy-cane:before{content:\"\\f786\"}.fa-cannabis:before{content:\"\\f55f\"}.fa-capsules:before{content:\"\\f46b\"}.fa-car:before{content:\"\\f1b9\"}.fa-car-alt:before{content:\"\\f5de\"}.fa-car-battery:before{content:\"\\f5df\"}.fa-car-crash:before{content:\"\\f5e1\"}.fa-car-side:before{content:\"\\f5e4\"}.fa-caravan:before{content:\"\\f8ff\"}.fa-caret-down:before{content:\"\\f0d7\"}.fa-caret-left:before{content:\"\\f0d9\"}.fa-caret-right:before{content:\"\\f0da\"}.fa-caret-square-down:before{content:\"\\f150\"}.fa-caret-square-left:before{content:\"\\f191\"}.fa-caret-square-right:before{content:\"\\f152\"}.fa-caret-square-up:before{content:\"\\f151\"}.fa-caret-up:before{content:\"\\f0d8\"}.fa-carrot:before{content:\"\\f787\"}.fa-cart-arrow-down:before{content:\"\\f218\"}.fa-cart-plus:before{content:\"\\f217\"}.fa-cash-register:before{content:\"\\f788\"}.fa-cat:before{content:\"\\f6be\"}.fa-cc-amazon-pay:before{content:\"\\f42d\"}.fa-cc-amex:before{content:\"\\f1f3\"}.fa-cc-apple-pay:before{content:\"\\f416\"}.fa-cc-diners-club:before{content:\"\\f24c\"}.fa-cc-discover:before{content:\"\\f1f2\"}.fa-cc-jcb:before{content:\"\\f24b\"}.fa-cc-mastercard:before{content:\"\\f1f1\"}.fa-cc-paypal:before{content:\"\\f1f4\"}.fa-cc-stripe:before{content:\"\\f1f5\"}.fa-cc-visa:before{content:\"\\f1f0\"}.fa-centercode:before{content:\"\\f380\"}.fa-centos:before{content:\"\\f789\"}.fa-certificate:before{content:\"\\f0a3\"}.fa-chair:before{content:\"\\f6c0\"}.fa-chalkboard:before{content:\"\\f51b\"}.fa-chalkboard-teacher:before{content:\"\\f51c\"}.fa-charging-station:before{content:\"\\f5e7\"}.fa-chart-area:before{content:\"\\f1fe\"}.fa-chart-bar:before{content:\"\\f080\"}.fa-chart-line:before{content:\"\\f201\"}.fa-chart-pie:before{content:\"\\f200\"}.fa-check:before{content:\"\\f00c\"}.fa-check-circle:before{content:\"\\f058\"}.fa-check-double:before{content:\"\\f560\"}.fa-check-square:before{content:\"\\f14a\"}.fa-cheese:before{content:\"\\f7ef\"}.fa-chess:before{content:\"\\f439\"}.fa-chess-bishop:before{content:\"\\f43a\"}.fa-chess-board:before{content:\"\\f43c\"}.fa-chess-king:before{content:\"\\f43f\"}.fa-chess-knight:before{content:\"\\f441\"}.fa-chess-pawn:before{content:\"\\f443\"}.fa-chess-queen:before{content:\"\\f445\"}.fa-chess-rook:before{content:\"\\f447\"}.fa-chevron-circle-down:before{content:\"\\f13a\"}.fa-chevron-circle-left:before{content:\"\\f137\"}.fa-chevron-circle-right:before{content:\"\\f138\"}.fa-chevron-circle-up:before{content:\"\\f139\"}.fa-chevron-down:before{content:\"\\f078\"}.fa-chevron-left:before{content:\"\\f053\"}.fa-chevron-right:before{content:\"\\f054\"}.fa-chevron-up:before{content:\"\\f077\"}.fa-child:before{content:\"\\f1ae\"}.fa-chrome:before{content:\"\\f268\"}.fa-chromecast:before{content:\"\\f838\"}.fa-church:before{content:\"\\f51d\"}.fa-circle:before{content:\"\\f111\"}.fa-circle-notch:before{content:\"\\f1ce\"}.fa-city:before{content:\"\\f64f\"}.fa-clinic-medical:before{content:\"\\f7f2\"}.fa-clipboard:before{content:\"\\f328\"}.fa-clipboard-check:before{content:\"\\f46c\"}.fa-clipboard-list:before{content:\"\\f46d\"}.fa-clock:before{content:\"\\f017\"}.fa-clone:before{content:\"\\f24d\"}.fa-closed-captioning:before{content:\"\\f20a\"}.fa-cloud:before{content:\"\\f0c2\"}.fa-cloud-download-alt:before{content:\"\\f381\"}.fa-cloud-meatball:before{content:\"\\f73b\"}.fa-cloud-moon:before{content:\"\\f6c3\"}.fa-cloud-moon-rain:before{content:\"\\f73c\"}.fa-cloud-rain:before{content:\"\\f73d\"}.fa-cloud-showers-heavy:before{content:\"\\f740\"}.fa-cloud-sun:before{content:\"\\f6c4\"}.fa-cloud-sun-rain:before{content:\"\\f743\"}.fa-cloud-upload-alt:before{content:\"\\f382\"}.fa-cloudflare:before{content:\"\\e07d\"}.fa-cloudscale:before{content:\"\\f383\"}.fa-cloudsmith:before{content:\"\\f384\"}.fa-cloudversify:before{content:\"\\f385\"}.fa-cocktail:before{content:\"\\f561\"}.fa-code:before{content:\"\\f121\"}.fa-code-branch:before{content:\"\\f126\"}.fa-codepen:before{content:\"\\f1cb\"}.fa-codiepie:before{content:\"\\f284\"}.fa-coffee:before{content:\"\\f0f4\"}.fa-cog:before{content:\"\\f013\"}.fa-cogs:before{content:\"\\f085\"}.fa-coins:before{content:\"\\f51e\"}.fa-columns:before{content:\"\\f0db\"}.fa-comment:before{content:\"\\f075\"}.fa-comment-alt:before{content:\"\\f27a\"}.fa-comment-dollar:before{content:\"\\f651\"}.fa-comment-dots:before{content:\"\\f4ad\"}.fa-comment-medical:before{content:\"\\f7f5\"}.fa-comment-slash:before{content:\"\\f4b3\"}.fa-comments:before{content:\"\\f086\"}.fa-comments-dollar:before{content:\"\\f653\"}.fa-compact-disc:before{content:\"\\f51f\"}.fa-compass:before{content:\"\\f14e\"}.fa-compress:before{content:\"\\f066\"}.fa-compress-alt:before{content:\"\\f422\"}.fa-compress-arrows-alt:before{content:\"\\f78c\"}.fa-concierge-bell:before{content:\"\\f562\"}.fa-confluence:before{content:\"\\f78d\"}.fa-connectdevelop:before{content:\"\\f20e\"}.fa-contao:before{content:\"\\f26d\"}.fa-cookie:before{content:\"\\f563\"}.fa-cookie-bite:before{content:\"\\f564\"}.fa-copy:before{content:\"\\f0c5\"}.fa-copyright:before{content:\"\\f1f9\"}.fa-cotton-bureau:before{content:\"\\f89e\"}.fa-couch:before{content:\"\\f4b8\"}.fa-cpanel:before{content:\"\\f388\"}.fa-creative-commons:before{content:\"\\f25e\"}.fa-creative-commons-by:before{content:\"\\f4e7\"}.fa-creative-commons-nc:before{content:\"\\f4e8\"}.fa-creative-commons-nc-eu:before{content:\"\\f4e9\"}.fa-creative-commons-nc-jp:before{content:\"\\f4ea\"}.fa-creative-commons-nd:before{content:\"\\f4eb\"}.fa-creative-commons-pd:before{content:\"\\f4ec\"}.fa-creative-commons-pd-alt:before{content:\"\\f4ed\"}.fa-creative-commons-remix:before{content:\"\\f4ee\"}.fa-creative-commons-sa:before{content:\"\\f4ef\"}.fa-creative-commons-sampling:before{content:\"\\f4f0\"}.fa-creative-commons-sampling-plus:before{content:\"\\f4f1\"}.fa-creative-commons-share:before{content:\"\\f4f2\"}.fa-creative-commons-zero:before{content:\"\\f4f3\"}.fa-credit-card:before{content:\"\\f09d\"}.fa-critical-role:before{content:\"\\f6c9\"}.fa-crop:before{content:\"\\f125\"}.fa-crop-alt:before{content:\"\\f565\"}.fa-cross:before{content:\"\\f654\"}.fa-crosshairs:before{content:\"\\f05b\"}.fa-crow:before{content:\"\\f520\"}.fa-crown:before{content:\"\\f521\"}.fa-crutch:before{content:\"\\f7f7\"}.fa-css3:before{content:\"\\f13c\"}.fa-css3-alt:before{content:\"\\f38b\"}.fa-cube:before{content:\"\\f1b2\"}.fa-cubes:before{content:\"\\f1b3\"}.fa-cut:before{content:\"\\f0c4\"}.fa-cuttlefish:before{content:\"\\f38c\"}.fa-d-and-d:before{content:\"\\f38d\"}.fa-d-and-d-beyond:before{content:\"\\f6ca\"}.fa-dailymotion:before{content:\"\\e052\"}.fa-dashcube:before{content:\"\\f210\"}.fa-database:before{content:\"\\f1c0\"}.fa-deaf:before{content:\"\\f2a4\"}.fa-deezer:before{content:\"\\e077\"}.fa-delicious:before{content:\"\\f1a5\"}.fa-democrat:before{content:\"\\f747\"}.fa-deploydog:before{content:\"\\f38e\"}.fa-deskpro:before{content:\"\\f38f\"}.fa-desktop:before{content:\"\\f108\"}.fa-dev:before{content:\"\\f6cc\"}.fa-deviantart:before{content:\"\\f1bd\"}.fa-dharmachakra:before{content:\"\\f655\"}.fa-dhl:before{content:\"\\f790\"}.fa-diagnoses:before{content:\"\\f470\"}.fa-diaspora:before{content:\"\\f791\"}.fa-dice:before{content:\"\\f522\"}.fa-dice-d20:before{content:\"\\f6cf\"}.fa-dice-d6:before{content:\"\\f6d1\"}.fa-dice-five:before{content:\"\\f523\"}.fa-dice-four:before{content:\"\\f524\"}.fa-dice-one:before{content:\"\\f525\"}.fa-dice-six:before{content:\"\\f526\"}.fa-dice-three:before{content:\"\\f527\"}.fa-dice-two:before{content:\"\\f528\"}.fa-digg:before{content:\"\\f1a6\"}.fa-digital-ocean:before{content:\"\\f391\"}.fa-digital-tachograph:before{content:\"\\f566\"}.fa-directions:before{content:\"\\f5eb\"}.fa-discord:before{content:\"\\f392\"}.fa-discourse:before{content:\"\\f393\"}.fa-disease:before{content:\"\\f7fa\"}.fa-divide:before{content:\"\\f529\"}.fa-dizzy:before{content:\"\\f567\"}.fa-dna:before{content:\"\\f471\"}.fa-dochub:before{content:\"\\f394\"}.fa-docker:before{content:\"\\f395\"}.fa-dog:before{content:\"\\f6d3\"}.fa-dollar-sign:before{content:\"\\f155\"}.fa-dolly:before{content:\"\\f472\"}.fa-dolly-flatbed:before{content:\"\\f474\"}.fa-donate:before{content:\"\\f4b9\"}.fa-door-closed:before{content:\"\\f52a\"}.fa-door-open:before{content:\"\\f52b\"}.fa-dot-circle:before{content:\"\\f192\"}.fa-dove:before{content:\"\\f4ba\"}.fa-download:before{content:\"\\f019\"}.fa-draft2digital:before{content:\"\\f396\"}.fa-drafting-compass:before{content:\"\\f568\"}.fa-dragon:before{content:\"\\f6d5\"}.fa-draw-polygon:before{content:\"\\f5ee\"}.fa-dribbble:before{content:\"\\f17d\"}.fa-dribbble-square:before{content:\"\\f397\"}.fa-dropbox:before{content:\"\\f16b\"}.fa-drum:before{content:\"\\f569\"}.fa-drum-steelpan:before{content:\"\\f56a\"}.fa-drumstick-bite:before{content:\"\\f6d7\"}.fa-drupal:before{content:\"\\f1a9\"}.fa-dumbbell:before{content:\"\\f44b\"}.fa-dumpster:before{content:\"\\f793\"}.fa-dumpster-fire:before{content:\"\\f794\"}.fa-dungeon:before{content:\"\\f6d9\"}.fa-dyalog:before{content:\"\\f399\"}.fa-earlybirds:before{content:\"\\f39a\"}.fa-ebay:before{content:\"\\f4f4\"}.fa-edge:before{content:\"\\f282\"}.fa-edge-legacy:before{content:\"\\e078\"}.fa-edit:before{content:\"\\f044\"}.fa-egg:before{content:\"\\f7fb\"}.fa-eject:before{content:\"\\f052\"}.fa-elementor:before{content:\"\\f430\"}.fa-ellipsis-h:before{content:\"\\f141\"}.fa-ellipsis-v:before{content:\"\\f142\"}.fa-ello:before{content:\"\\f5f1\"}.fa-ember:before{content:\"\\f423\"}.fa-empire:before{content:\"\\f1d1\"}.fa-envelope:before{content:\"\\f0e0\"}.fa-envelope-open:before{content:\"\\f2b6\"}.fa-envelope-open-text:before{content:\"\\f658\"}.fa-envelope-square:before{content:\"\\f199\"}.fa-envira:before{content:\"\\f299\"}.fa-equals:before{content:\"\\f52c\"}.fa-eraser:before{content:\"\\f12d\"}.fa-erlang:before{content:\"\\f39d\"}.fa-ethereum:before{content:\"\\f42e\"}.fa-ethernet:before{content:\"\\f796\"}.fa-etsy:before{content:\"\\f2d7\"}.fa-euro-sign:before{content:\"\\f153\"}.fa-evernote:before{content:\"\\f839\"}.fa-exchange-alt:before{content:\"\\f362\"}.fa-exclamation:before{content:\"\\f12a\"}.fa-exclamation-circle:before{content:\"\\f06a\"}.fa-exclamation-triangle:before{content:\"\\f071\"}.fa-expand:before{content:\"\\f065\"}.fa-expand-alt:before{content:\"\\f424\"}.fa-expand-arrows-alt:before{content:\"\\f31e\"}.fa-expeditedssl:before{content:\"\\f23e\"}.fa-external-link-alt:before{content:\"\\f35d\"}.fa-external-link-square-alt:before{content:\"\\f360\"}.fa-eye:before{content:\"\\f06e\"}.fa-eye-dropper:before{content:\"\\f1fb\"}.fa-eye-slash:before{content:\"\\f070\"}.fa-facebook:before{content:\"\\f09a\"}.fa-facebook-f:before{content:\"\\f39e\"}.fa-facebook-messenger:before{content:\"\\f39f\"}.fa-facebook-square:before{content:\"\\f082\"}.fa-fan:before{content:\"\\f863\"}.fa-fantasy-flight-games:before{content:\"\\f6dc\"}.fa-fast-backward:before{content:\"\\f049\"}.fa-fast-forward:before{content:\"\\f050\"}.fa-faucet:before{content:\"\\e005\"}.fa-fax:before{content:\"\\f1ac\"}.fa-feather:before{content:\"\\f52d\"}.fa-feather-alt:before{content:\"\\f56b\"}.fa-fedex:before{content:\"\\f797\"}.fa-fedora:before{content:\"\\f798\"}.fa-female:before{content:\"\\f182\"}.fa-fighter-jet:before{content:\"\\f0fb\"}.fa-figma:before{content:\"\\f799\"}.fa-file:before{content:\"\\f15b\"}.fa-file-alt:before{content:\"\\f15c\"}.fa-file-archive:before{content:\"\\f1c6\"}.fa-file-audio:before{content:\"\\f1c7\"}.fa-file-code:before{content:\"\\f1c9\"}.fa-file-contract:before{content:\"\\f56c\"}.fa-file-csv:before{content:\"\\f6dd\"}.fa-file-download:before{content:\"\\f56d\"}.fa-file-excel:before{content:\"\\f1c3\"}.fa-file-export:before{content:\"\\f56e\"}.fa-file-image:before{content:\"\\f1c5\"}.fa-file-import:before{content:\"\\f56f\"}.fa-file-invoice:before{content:\"\\f570\"}.fa-file-invoice-dollar:before{content:\"\\f571\"}.fa-file-medical:before{content:\"\\f477\"}.fa-file-medical-alt:before{content:\"\\f478\"}.fa-file-pdf:before{content:\"\\f1c1\"}.fa-file-powerpoint:before{content:\"\\f1c4\"}.fa-file-prescription:before{content:\"\\f572\"}.fa-file-signature:before{content:\"\\f573\"}.fa-file-upload:before{content:\"\\f574\"}.fa-file-video:before{content:\"\\f1c8\"}.fa-file-word:before{content:\"\\f1c2\"}.fa-fill:before{content:\"\\f575\"}.fa-fill-drip:before{content:\"\\f576\"}.fa-film:before{content:\"\\f008\"}.fa-filter:before{content:\"\\f0b0\"}.fa-fingerprint:before{content:\"\\f577\"}.fa-fire:before{content:\"\\f06d\"}.fa-fire-alt:before{content:\"\\f7e4\"}.fa-fire-extinguisher:before{content:\"\\f134\"}.fa-firefox:before{content:\"\\f269\"}.fa-firefox-browser:before{content:\"\\e007\"}.fa-first-aid:before{content:\"\\f479\"}.fa-first-order:before{content:\"\\f2b0\"}.fa-first-order-alt:before{content:\"\\f50a\"}.fa-firstdraft:before{content:\"\\f3a1\"}.fa-fish:before{content:\"\\f578\"}.fa-fist-raised:before{content:\"\\f6de\"}.fa-flag:before{content:\"\\f024\"}.fa-flag-checkered:before{content:\"\\f11e\"}.fa-flag-usa:before{content:\"\\f74d\"}.fa-flask:before{content:\"\\f0c3\"}.fa-flickr:before{content:\"\\f16e\"}.fa-flipboard:before{content:\"\\f44d\"}.fa-flushed:before{content:\"\\f579\"}.fa-fly:before{content:\"\\f417\"}.fa-folder:before{content:\"\\f07b\"}.fa-folder-minus:before{content:\"\\f65d\"}.fa-folder-open:before{content:\"\\f07c\"}.fa-folder-plus:before{content:\"\\f65e\"}.fa-font:before{content:\"\\f031\"}.fa-font-awesome:before{content:\"\\f2b4\"}.fa-font-awesome-alt:before{content:\"\\f35c\"}.fa-font-awesome-flag:before{content:\"\\f425\"}.fa-fonticons:before{content:\"\\f280\"}.fa-fonticons-fi:before{content:\"\\f3a2\"}.fa-football-ball:before{content:\"\\f44e\"}.fa-fort-awesome:before{content:\"\\f286\"}.fa-fort-awesome-alt:before{content:\"\\f3a3\"}.fa-forumbee:before{content:\"\\f211\"}.fa-forward:before{content:\"\\f04e\"}.fa-foursquare:before{content:\"\\f180\"}.fa-free-code-camp:before{content:\"\\f2c5\"}.fa-freebsd:before{content:\"\\f3a4\"}.fa-frog:before{content:\"\\f52e\"}.fa-frown:before{content:\"\\f119\"}.fa-frown-open:before{content:\"\\f57a\"}.fa-fulcrum:before{content:\"\\f50b\"}.fa-funnel-dollar:before{content:\"\\f662\"}.fa-futbol:before{content:\"\\f1e3\"}.fa-galactic-republic:before{content:\"\\f50c\"}.fa-galactic-senate:before{content:\"\\f50d\"}.fa-gamepad:before{content:\"\\f11b\"}.fa-gas-pump:before{content:\"\\f52f\"}.fa-gavel:before{content:\"\\f0e3\"}.fa-gem:before{content:\"\\f3a5\"}.fa-genderless:before{content:\"\\f22d\"}.fa-get-pocket:before{content:\"\\f265\"}.fa-gg:before{content:\"\\f260\"}.fa-gg-circle:before{content:\"\\f261\"}.fa-ghost:before{content:\"\\f6e2\"}.fa-gift:before{content:\"\\f06b\"}.fa-gifts:before{content:\"\\f79c\"}.fa-git:before{content:\"\\f1d3\"}.fa-git-alt:before{content:\"\\f841\"}.fa-git-square:before{content:\"\\f1d2\"}.fa-github:before{content:\"\\f09b\"}.fa-github-alt:before{content:\"\\f113\"}.fa-github-square:before{content:\"\\f092\"}.fa-gitkraken:before{content:\"\\f3a6\"}.fa-gitlab:before{content:\"\\f296\"}.fa-gitter:before{content:\"\\f426\"}.fa-glass-cheers:before{content:\"\\f79f\"}.fa-glass-martini:before{content:\"\\f000\"}.fa-glass-martini-alt:before{content:\"\\f57b\"}.fa-glass-whiskey:before{content:\"\\f7a0\"}.fa-glasses:before{content:\"\\f530\"}.fa-glide:before{content:\"\\f2a5\"}.fa-glide-g:before{content:\"\\f2a6\"}.fa-globe:before{content:\"\\f0ac\"}.fa-globe-africa:before{content:\"\\f57c\"}.fa-globe-americas:before{content:\"\\f57d\"}.fa-globe-asia:before{content:\"\\f57e\"}.fa-globe-europe:before{content:\"\\f7a2\"}.fa-gofore:before{content:\"\\f3a7\"}.fa-golf-ball:before{content:\"\\f450\"}.fa-goodreads:before{content:\"\\f3a8\"}.fa-goodreads-g:before{content:\"\\f3a9\"}.fa-google:before{content:\"\\f1a0\"}.fa-google-drive:before{content:\"\\f3aa\"}.fa-google-pay:before{content:\"\\e079\"}.fa-google-play:before{content:\"\\f3ab\"}.fa-google-plus:before{content:\"\\f2b3\"}.fa-google-plus-g:before{content:\"\\f0d5\"}.fa-google-plus-square:before{content:\"\\f0d4\"}.fa-google-wallet:before{content:\"\\f1ee\"}.fa-gopuram:before{content:\"\\f664\"}.fa-graduation-cap:before{content:\"\\f19d\"}.fa-gratipay:before{content:\"\\f184\"}.fa-grav:before{content:\"\\f2d6\"}.fa-greater-than:before{content:\"\\f531\"}.fa-greater-than-equal:before{content:\"\\f532\"}.fa-grimace:before{content:\"\\f57f\"}.fa-grin:before{content:\"\\f580\"}.fa-grin-alt:before{content:\"\\f581\"}.fa-grin-beam:before{content:\"\\f582\"}.fa-grin-beam-sweat:before{content:\"\\f583\"}.fa-grin-hearts:before{content:\"\\f584\"}.fa-grin-squint:before{content:\"\\f585\"}.fa-grin-squint-tears:before{content:\"\\f586\"}.fa-grin-stars:before{content:\"\\f587\"}.fa-grin-tears:before{content:\"\\f588\"}.fa-grin-tongue:before{content:\"\\f589\"}.fa-grin-tongue-squint:before{content:\"\\f58a\"}.fa-grin-tongue-wink:before{content:\"\\f58b\"}.fa-grin-wink:before{content:\"\\f58c\"}.fa-grip-horizontal:before{content:\"\\f58d\"}.fa-grip-lines:before{content:\"\\f7a4\"}.fa-grip-lines-vertical:before{content:\"\\f7a5\"}.fa-grip-vertical:before{content:\"\\f58e\"}.fa-gripfire:before{content:\"\\f3ac\"}.fa-grunt:before{content:\"\\f3ad\"}.fa-guilded:before{content:\"\\e07e\"}.fa-guitar:before{content:\"\\f7a6\"}.fa-gulp:before{content:\"\\f3ae\"}.fa-h-square:before{content:\"\\f0fd\"}.fa-hacker-news:before{content:\"\\f1d4\"}.fa-hacker-news-square:before{content:\"\\f3af\"}.fa-hackerrank:before{content:\"\\f5f7\"}.fa-hamburger:before{content:\"\\f805\"}.fa-hammer:before{content:\"\\f6e3\"}.fa-hamsa:before{content:\"\\f665\"}.fa-hand-holding:before{content:\"\\f4bd\"}.fa-hand-holding-heart:before{content:\"\\f4be\"}.fa-hand-holding-medical:before{content:\"\\e05c\"}.fa-hand-holding-usd:before{content:\"\\f4c0\"}.fa-hand-holding-water:before{content:\"\\f4c1\"}.fa-hand-lizard:before{content:\"\\f258\"}.fa-hand-middle-finger:before{content:\"\\f806\"}.fa-hand-paper:before{content:\"\\f256\"}.fa-hand-peace:before{content:\"\\f25b\"}.fa-hand-point-down:before{content:\"\\f0a7\"}.fa-hand-point-left:before{content:\"\\f0a5\"}.fa-hand-point-right:before{content:\"\\f0a4\"}.fa-hand-point-up:before{content:\"\\f0a6\"}.fa-hand-pointer:before{content:\"\\f25a\"}.fa-hand-rock:before{content:\"\\f255\"}.fa-hand-scissors:before{content:\"\\f257\"}.fa-hand-sparkles:before{content:\"\\e05d\"}.fa-hand-spock:before{content:\"\\f259\"}.fa-hands:before{content:\"\\f4c2\"}.fa-hands-helping:before{content:\"\\f4c4\"}.fa-hands-wash:before{content:\"\\e05e\"}.fa-handshake:before{content:\"\\f2b5\"}.fa-handshake-alt-slash:before{content:\"\\e05f\"}.fa-handshake-slash:before{content:\"\\e060\"}.fa-hanukiah:before{content:\"\\f6e6\"}.fa-hard-hat:before{content:\"\\f807\"}.fa-hashtag:before{content:\"\\f292\"}.fa-hat-cowboy:before{content:\"\\f8c0\"}.fa-hat-cowboy-side:before{content:\"\\f8c1\"}.fa-hat-wizard:before{content:\"\\f6e8\"}.fa-hdd:before{content:\"\\f0a0\"}.fa-head-side-cough:before{content:\"\\e061\"}.fa-head-side-cough-slash:before{content:\"\\e062\"}.fa-head-side-mask:before{content:\"\\e063\"}.fa-head-side-virus:before{content:\"\\e064\"}.fa-heading:before{content:\"\\f1dc\"}.fa-headphones:before{content:\"\\f025\"}.fa-headphones-alt:before{content:\"\\f58f\"}.fa-headset:before{content:\"\\f590\"}.fa-heart:before{content:\"\\f004\"}.fa-heart-broken:before{content:\"\\f7a9\"}.fa-heartbeat:before{content:\"\\f21e\"}.fa-helicopter:before{content:\"\\f533\"}.fa-highlighter:before{content:\"\\f591\"}.fa-hiking:before{content:\"\\f6ec\"}.fa-hippo:before{content:\"\\f6ed\"}.fa-hips:before{content:\"\\f452\"}.fa-hire-a-helper:before{content:\"\\f3b0\"}.fa-history:before{content:\"\\f1da\"}.fa-hive:before{content:\"\\e07f\"}.fa-hockey-puck:before{content:\"\\f453\"}.fa-holly-berry:before{content:\"\\f7aa\"}.fa-home:before{content:\"\\f015\"}.fa-hooli:before{content:\"\\f427\"}.fa-hornbill:before{content:\"\\f592\"}.fa-horse:before{content:\"\\f6f0\"}.fa-horse-head:before{content:\"\\f7ab\"}.fa-hospital:before{content:\"\\f0f8\"}.fa-hospital-alt:before{content:\"\\f47d\"}.fa-hospital-symbol:before{content:\"\\f47e\"}.fa-hospital-user:before{content:\"\\f80d\"}.fa-hot-tub:before{content:\"\\f593\"}.fa-hotdog:before{content:\"\\f80f\"}.fa-hotel:before{content:\"\\f594\"}.fa-hotjar:before{content:\"\\f3b1\"}.fa-hourglass:before{content:\"\\f254\"}.fa-hourglass-end:before{content:\"\\f253\"}.fa-hourglass-half:before{content:\"\\f252\"}.fa-hourglass-start:before{content:\"\\f251\"}.fa-house-damage:before{content:\"\\f6f1\"}.fa-house-user:before{content:\"\\e065\"}.fa-houzz:before{content:\"\\f27c\"}.fa-hryvnia:before{content:\"\\f6f2\"}.fa-html5:before{content:\"\\f13b\"}.fa-hubspot:before{content:\"\\f3b2\"}.fa-i-cursor:before{content:\"\\f246\"}.fa-ice-cream:before{content:\"\\f810\"}.fa-icicles:before{content:\"\\f7ad\"}.fa-icons:before{content:\"\\f86d\"}.fa-id-badge:before{content:\"\\f2c1\"}.fa-id-card:before{content:\"\\f2c2\"}.fa-id-card-alt:before{content:\"\\f47f\"}.fa-ideal:before{content:\"\\e013\"}.fa-igloo:before{content:\"\\f7ae\"}.fa-image:before{content:\"\\f03e\"}.fa-images:before{content:\"\\f302\"}.fa-imdb:before{content:\"\\f2d8\"}.fa-inbox:before{content:\"\\f01c\"}.fa-indent:before{content:\"\\f03c\"}.fa-industry:before{content:\"\\f275\"}.fa-infinity:before{content:\"\\f534\"}.fa-info:before{content:\"\\f129\"}.fa-info-circle:before{content:\"\\f05a\"}.fa-innosoft:before{content:\"\\e080\"}.fa-instagram:before{content:\"\\f16d\"}.fa-instagram-square:before{content:\"\\e055\"}.fa-instalod:before{content:\"\\e081\"}.fa-intercom:before{content:\"\\f7af\"}.fa-internet-explorer:before{content:\"\\f26b\"}.fa-invision:before{content:\"\\f7b0\"}.fa-ioxhost:before{content:\"\\f208\"}.fa-italic:before{content:\"\\f033\"}.fa-itch-io:before{content:\"\\f83a\"}.fa-itunes:before{content:\"\\f3b4\"}.fa-itunes-note:before{content:\"\\f3b5\"}.fa-java:before{content:\"\\f4e4\"}.fa-jedi:before{content:\"\\f669\"}.fa-jedi-order:before{content:\"\\f50e\"}.fa-jenkins:before{content:\"\\f3b6\"}.fa-jira:before{content:\"\\f7b1\"}.fa-joget:before{content:\"\\f3b7\"}.fa-joint:before{content:\"\\f595\"}.fa-joomla:before{content:\"\\f1aa\"}.fa-journal-whills:before{content:\"\\f66a\"}.fa-js:before{content:\"\\f3b8\"}.fa-js-square:before{content:\"\\f3b9\"}.fa-jsfiddle:before{content:\"\\f1cc\"}.fa-kaaba:before{content:\"\\f66b\"}.fa-kaggle:before{content:\"\\f5fa\"}.fa-key:before{content:\"\\f084\"}.fa-keybase:before{content:\"\\f4f5\"}.fa-keyboard:before{content:\"\\f11c\"}.fa-keycdn:before{content:\"\\f3ba\"}.fa-khanda:before{content:\"\\f66d\"}.fa-kickstarter:before{content:\"\\f3bb\"}.fa-kickstarter-k:before{content:\"\\f3bc\"}.fa-kiss:before{content:\"\\f596\"}.fa-kiss-beam:before{content:\"\\f597\"}.fa-kiss-wink-heart:before{content:\"\\f598\"}.fa-kiwi-bird:before{content:\"\\f535\"}.fa-korvue:before{content:\"\\f42f\"}.fa-landmark:before{content:\"\\f66f\"}.fa-language:before{content:\"\\f1ab\"}.fa-laptop:before{content:\"\\f109\"}.fa-laptop-code:before{content:\"\\f5fc\"}.fa-laptop-house:before{content:\"\\e066\"}.fa-laptop-medical:before{content:\"\\f812\"}.fa-laravel:before{content:\"\\f3bd\"}.fa-lastfm:before{content:\"\\f202\"}.fa-lastfm-square:before{content:\"\\f203\"}.fa-laugh:before{content:\"\\f599\"}.fa-laugh-beam:before{content:\"\\f59a\"}.fa-laugh-squint:before{content:\"\\f59b\"}.fa-laugh-wink:before{content:\"\\f59c\"}.fa-layer-group:before{content:\"\\f5fd\"}.fa-leaf:before{content:\"\\f06c\"}.fa-leanpub:before{content:\"\\f212\"}.fa-lemon:before{content:\"\\f094\"}.fa-less:before{content:\"\\f41d\"}.fa-less-than:before{content:\"\\f536\"}.fa-less-than-equal:before{content:\"\\f537\"}.fa-level-down-alt:before{content:\"\\f3be\"}.fa-level-up-alt:before{content:\"\\f3bf\"}.fa-life-ring:before{content:\"\\f1cd\"}.fa-lightbulb:before{content:\"\\f0eb\"}.fa-line:before{content:\"\\f3c0\"}.fa-link:before{content:\"\\f0c1\"}.fa-linkedin:before{content:\"\\f08c\"}.fa-linkedin-in:before{content:\"\\f0e1\"}.fa-linode:before{content:\"\\f2b8\"}.fa-linux:before{content:\"\\f17c\"}.fa-lira-sign:before{content:\"\\f195\"}.fa-list:before{content:\"\\f03a\"}.fa-list-alt:before{content:\"\\f022\"}.fa-list-ol:before{content:\"\\f0cb\"}.fa-list-ul:before{content:\"\\f0ca\"}.fa-location-arrow:before{content:\"\\f124\"}.fa-lock:before{content:\"\\f023\"}.fa-lock-open:before{content:\"\\f3c1\"}.fa-long-arrow-alt-down:before{content:\"\\f309\"}.fa-long-arrow-alt-left:before{content:\"\\f30a\"}.fa-long-arrow-alt-right:before{content:\"\\f30b\"}.fa-long-arrow-alt-up:before{content:\"\\f30c\"}.fa-low-vision:before{content:\"\\f2a8\"}.fa-luggage-cart:before{content:\"\\f59d\"}.fa-lungs:before{content:\"\\f604\"}.fa-lungs-virus:before{content:\"\\e067\"}.fa-lyft:before{content:\"\\f3c3\"}.fa-magento:before{content:\"\\f3c4\"}.fa-magic:before{content:\"\\f0d0\"}.fa-magnet:before{content:\"\\f076\"}.fa-mail-bulk:before{content:\"\\f674\"}.fa-mailchimp:before{content:\"\\f59e\"}.fa-male:before{content:\"\\f183\"}.fa-mandalorian:before{content:\"\\f50f\"}.fa-map:before{content:\"\\f279\"}.fa-map-marked:before{content:\"\\f59f\"}.fa-map-marked-alt:before{content:\"\\f5a0\"}.fa-map-marker:before{content:\"\\f041\"}.fa-map-marker-alt:before{content:\"\\f3c5\"}.fa-map-pin:before{content:\"\\f276\"}.fa-map-signs:before{content:\"\\f277\"}.fa-markdown:before{content:\"\\f60f\"}.fa-marker:before{content:\"\\f5a1\"}.fa-mars:before{content:\"\\f222\"}.fa-mars-double:before{content:\"\\f227\"}.fa-mars-stroke:before{content:\"\\f229\"}.fa-mars-stroke-h:before{content:\"\\f22b\"}.fa-mars-stroke-v:before{content:\"\\f22a\"}.fa-mask:before{content:\"\\f6fa\"}.fa-mastodon:before{content:\"\\f4f6\"}.fa-maxcdn:before{content:\"\\f136\"}.fa-mdb:before{content:\"\\f8ca\"}.fa-medal:before{content:\"\\f5a2\"}.fa-medapps:before{content:\"\\f3c6\"}.fa-medium:before{content:\"\\f23a\"}.fa-medium-m:before{content:\"\\f3c7\"}.fa-medkit:before{content:\"\\f0fa\"}.fa-medrt:before{content:\"\\f3c8\"}.fa-meetup:before{content:\"\\f2e0\"}.fa-megaport:before{content:\"\\f5a3\"}.fa-meh:before{content:\"\\f11a\"}.fa-meh-blank:before{content:\"\\f5a4\"}.fa-meh-rolling-eyes:before{content:\"\\f5a5\"}.fa-memory:before{content:\"\\f538\"}.fa-mendeley:before{content:\"\\f7b3\"}.fa-menorah:before{content:\"\\f676\"}.fa-mercury:before{content:\"\\f223\"}.fa-meteor:before{content:\"\\f753\"}.fa-microblog:before{content:\"\\e01a\"}.fa-microchip:before{content:\"\\f2db\"}.fa-microphone:before{content:\"\\f130\"}.fa-microphone-alt:before{content:\"\\f3c9\"}.fa-microphone-alt-slash:before{content:\"\\f539\"}.fa-microphone-slash:before{content:\"\\f131\"}.fa-microscope:before{content:\"\\f610\"}.fa-microsoft:before{content:\"\\f3ca\"}.fa-minus:before{content:\"\\f068\"}.fa-minus-circle:before{content:\"\\f056\"}.fa-minus-square:before{content:\"\\f146\"}.fa-mitten:before{content:\"\\f7b5\"}.fa-mix:before{content:\"\\f3cb\"}.fa-mixcloud:before{content:\"\\f289\"}.fa-mixer:before{content:\"\\e056\"}.fa-mizuni:before{content:\"\\f3cc\"}.fa-mobile:before{content:\"\\f10b\"}.fa-mobile-alt:before{content:\"\\f3cd\"}.fa-modx:before{content:\"\\f285\"}.fa-monero:before{content:\"\\f3d0\"}.fa-money-bill:before{content:\"\\f0d6\"}.fa-money-bill-alt:before{content:\"\\f3d1\"}.fa-money-bill-wave:before{content:\"\\f53a\"}.fa-money-bill-wave-alt:before{content:\"\\f53b\"}.fa-money-check:before{content:\"\\f53c\"}.fa-money-check-alt:before{content:\"\\f53d\"}.fa-monument:before{content:\"\\f5a6\"}.fa-moon:before{content:\"\\f186\"}.fa-mortar-pestle:before{content:\"\\f5a7\"}.fa-mosque:before{content:\"\\f678\"}.fa-motorcycle:before{content:\"\\f21c\"}.fa-mountain:before{content:\"\\f6fc\"}.fa-mouse:before{content:\"\\f8cc\"}.fa-mouse-pointer:before{content:\"\\f245\"}.fa-mug-hot:before{content:\"\\f7b6\"}.fa-music:before{content:\"\\f001\"}.fa-napster:before{content:\"\\f3d2\"}.fa-neos:before{content:\"\\f612\"}.fa-network-wired:before{content:\"\\f6ff\"}.fa-neuter:before{content:\"\\f22c\"}.fa-newspaper:before{content:\"\\f1ea\"}.fa-nimblr:before{content:\"\\f5a8\"}.fa-node:before{content:\"\\f419\"}.fa-node-js:before{content:\"\\f3d3\"}.fa-not-equal:before{content:\"\\f53e\"}.fa-notes-medical:before{content:\"\\f481\"}.fa-npm:before{content:\"\\f3d4\"}.fa-ns8:before{content:\"\\f3d5\"}.fa-nutritionix:before{content:\"\\f3d6\"}.fa-object-group:before{content:\"\\f247\"}.fa-object-ungroup:before{content:\"\\f248\"}.fa-octopus-deploy:before{content:\"\\e082\"}.fa-odnoklassniki:before{content:\"\\f263\"}.fa-odnoklassniki-square:before{content:\"\\f264\"}.fa-oil-can:before{content:\"\\f613\"}.fa-old-republic:before{content:\"\\f510\"}.fa-om:before{content:\"\\f679\"}.fa-opencart:before{content:\"\\f23d\"}.fa-openid:before{content:\"\\f19b\"}.fa-opera:before{content:\"\\f26a\"}.fa-optin-monster:before{content:\"\\f23c\"}.fa-orcid:before{content:\"\\f8d2\"}.fa-osi:before{content:\"\\f41a\"}.fa-otter:before{content:\"\\f700\"}.fa-outdent:before{content:\"\\f03b\"}.fa-page4:before{content:\"\\f3d7\"}.fa-pagelines:before{content:\"\\f18c\"}.fa-pager:before{content:\"\\f815\"}.fa-paint-brush:before{content:\"\\f1fc\"}.fa-paint-roller:before{content:\"\\f5aa\"}.fa-palette:before{content:\"\\f53f\"}.fa-palfed:before{content:\"\\f3d8\"}.fa-pallet:before{content:\"\\f482\"}.fa-paper-plane:before{content:\"\\f1d8\"}.fa-paperclip:before{content:\"\\f0c6\"}.fa-parachute-box:before{content:\"\\f4cd\"}.fa-paragraph:before{content:\"\\f1dd\"}.fa-parking:before{content:\"\\f540\"}.fa-passport:before{content:\"\\f5ab\"}.fa-pastafarianism:before{content:\"\\f67b\"}.fa-paste:before{content:\"\\f0ea\"}.fa-patreon:before{content:\"\\f3d9\"}.fa-pause:before{content:\"\\f04c\"}.fa-pause-circle:before{content:\"\\f28b\"}.fa-paw:before{content:\"\\f1b0\"}.fa-paypal:before{content:\"\\f1ed\"}.fa-peace:before{content:\"\\f67c\"}.fa-pen:before{content:\"\\f304\"}.fa-pen-alt:before{content:\"\\f305\"}.fa-pen-fancy:before{content:\"\\f5ac\"}.fa-pen-nib:before{content:\"\\f5ad\"}.fa-pen-square:before{content:\"\\f14b\"}.fa-pencil-alt:before{content:\"\\f303\"}.fa-pencil-ruler:before{content:\"\\f5ae\"}.fa-penny-arcade:before{content:\"\\f704\"}.fa-people-arrows:before{content:\"\\e068\"}.fa-people-carry:before{content:\"\\f4ce\"}.fa-pepper-hot:before{content:\"\\f816\"}.fa-perbyte:before{content:\"\\e083\"}.fa-percent:before{content:\"\\f295\"}.fa-percentage:before{content:\"\\f541\"}.fa-periscope:before{content:\"\\f3da\"}.fa-person-booth:before{content:\"\\f756\"}.fa-phabricator:before{content:\"\\f3db\"}.fa-phoenix-framework:before{content:\"\\f3dc\"}.fa-phoenix-squadron:before{content:\"\\f511\"}.fa-phone:before{content:\"\\f095\"}.fa-phone-alt:before{content:\"\\f879\"}.fa-phone-slash:before{content:\"\\f3dd\"}.fa-phone-square:before{content:\"\\f098\"}.fa-phone-square-alt:before{content:\"\\f87b\"}.fa-phone-volume:before{content:\"\\f2a0\"}.fa-photo-video:before{content:\"\\f87c\"}.fa-php:before{content:\"\\f457\"}.fa-pied-piper:before{content:\"\\f2ae\"}.fa-pied-piper-alt:before{content:\"\\f1a8\"}.fa-pied-piper-hat:before{content:\"\\f4e5\"}.fa-pied-piper-pp:before{content:\"\\f1a7\"}.fa-pied-piper-square:before{content:\"\\e01e\"}.fa-piggy-bank:before{content:\"\\f4d3\"}.fa-pills:before{content:\"\\f484\"}.fa-pinterest:before{content:\"\\f0d2\"}.fa-pinterest-p:before{content:\"\\f231\"}.fa-pinterest-square:before{content:\"\\f0d3\"}.fa-pizza-slice:before{content:\"\\f818\"}.fa-place-of-worship:before{content:\"\\f67f\"}.fa-plane:before{content:\"\\f072\"}.fa-plane-arrival:before{content:\"\\f5af\"}.fa-plane-departure:before{content:\"\\f5b0\"}.fa-plane-slash:before{content:\"\\e069\"}.fa-play:before{content:\"\\f04b\"}.fa-play-circle:before{content:\"\\f144\"}.fa-playstation:before{content:\"\\f3df\"}.fa-plug:before{content:\"\\f1e6\"}.fa-plus:before{content:\"\\f067\"}.fa-plus-circle:before{content:\"\\f055\"}.fa-plus-square:before{content:\"\\f0fe\"}.fa-podcast:before{content:\"\\f2ce\"}.fa-poll:before{content:\"\\f681\"}.fa-poll-h:before{content:\"\\f682\"}.fa-poo:before{content:\"\\f2fe\"}.fa-poo-storm:before{content:\"\\f75a\"}.fa-poop:before{content:\"\\f619\"}.fa-portrait:before{content:\"\\f3e0\"}.fa-pound-sign:before{content:\"\\f154\"}.fa-power-off:before{content:\"\\f011\"}.fa-pray:before{content:\"\\f683\"}.fa-praying-hands:before{content:\"\\f684\"}.fa-prescription:before{content:\"\\f5b1\"}.fa-prescription-bottle:before{content:\"\\f485\"}.fa-prescription-bottle-alt:before{content:\"\\f486\"}.fa-print:before{content:\"\\f02f\"}.fa-procedures:before{content:\"\\f487\"}.fa-product-hunt:before{content:\"\\f288\"}.fa-project-diagram:before{content:\"\\f542\"}.fa-pump-medical:before{content:\"\\e06a\"}.fa-pump-soap:before{content:\"\\e06b\"}.fa-pushed:before{content:\"\\f3e1\"}.fa-puzzle-piece:before{content:\"\\f12e\"}.fa-python:before{content:\"\\f3e2\"}.fa-qq:before{content:\"\\f1d6\"}.fa-qrcode:before{content:\"\\f029\"}.fa-question:before{content:\"\\f128\"}.fa-question-circle:before{content:\"\\f059\"}.fa-quidditch:before{content:\"\\f458\"}.fa-quinscape:before{content:\"\\f459\"}.fa-quora:before{content:\"\\f2c4\"}.fa-quote-left:before{content:\"\\f10d\"}.fa-quote-right:before{content:\"\\f10e\"}.fa-quran:before{content:\"\\f687\"}.fa-r-project:before{content:\"\\f4f7\"}.fa-radiation:before{content:\"\\f7b9\"}.fa-radiation-alt:before{content:\"\\f7ba\"}.fa-rainbow:before{content:\"\\f75b\"}.fa-random:before{content:\"\\f074\"}.fa-raspberry-pi:before{content:\"\\f7bb\"}.fa-ravelry:before{content:\"\\f2d9\"}.fa-react:before{content:\"\\f41b\"}.fa-reacteurope:before{content:\"\\f75d\"}.fa-readme:before{content:\"\\f4d5\"}.fa-rebel:before{content:\"\\f1d0\"}.fa-receipt:before{content:\"\\f543\"}.fa-record-vinyl:before{content:\"\\f8d9\"}.fa-recycle:before{content:\"\\f1b8\"}.fa-red-river:before{content:\"\\f3e3\"}.fa-reddit:before{content:\"\\f1a1\"}.fa-reddit-alien:before{content:\"\\f281\"}.fa-reddit-square:before{content:\"\\f1a2\"}.fa-redhat:before{content:\"\\f7bc\"}.fa-redo:before{content:\"\\f01e\"}.fa-redo-alt:before{content:\"\\f2f9\"}.fa-registered:before{content:\"\\f25d\"}.fa-remove-format:before{content:\"\\f87d\"}.fa-renren:before{content:\"\\f18b\"}.fa-reply:before{content:\"\\f3e5\"}.fa-reply-all:before{content:\"\\f122\"}.fa-replyd:before{content:\"\\f3e6\"}.fa-republican:before{content:\"\\f75e\"}.fa-researchgate:before{content:\"\\f4f8\"}.fa-resolving:before{content:\"\\f3e7\"}.fa-restroom:before{content:\"\\f7bd\"}.fa-retweet:before{content:\"\\f079\"}.fa-rev:before{content:\"\\f5b2\"}.fa-ribbon:before{content:\"\\f4d6\"}.fa-ring:before{content:\"\\f70b\"}.fa-road:before{content:\"\\f018\"}.fa-robot:before{content:\"\\f544\"}.fa-rocket:before{content:\"\\f135\"}.fa-rocketchat:before{content:\"\\f3e8\"}.fa-rockrms:before{content:\"\\f3e9\"}.fa-route:before{content:\"\\f4d7\"}.fa-rss:before{content:\"\\f09e\"}.fa-rss-square:before{content:\"\\f143\"}.fa-ruble-sign:before{content:\"\\f158\"}.fa-ruler:before{content:\"\\f545\"}.fa-ruler-combined:before{content:\"\\f546\"}.fa-ruler-horizontal:before{content:\"\\f547\"}.fa-ruler-vertical:before{content:\"\\f548\"}.fa-running:before{content:\"\\f70c\"}.fa-rupee-sign:before{content:\"\\f156\"}.fa-rust:before{content:\"\\e07a\"}.fa-sad-cry:before{content:\"\\f5b3\"}.fa-sad-tear:before{content:\"\\f5b4\"}.fa-safari:before{content:\"\\f267\"}.fa-salesforce:before{content:\"\\f83b\"}.fa-sass:before{content:\"\\f41e\"}.fa-satellite:before{content:\"\\f7bf\"}.fa-satellite-dish:before{content:\"\\f7c0\"}.fa-save:before{content:\"\\f0c7\"}.fa-schlix:before{content:\"\\f3ea\"}.fa-school:before{content:\"\\f549\"}.fa-screwdriver:before{content:\"\\f54a\"}.fa-scribd:before{content:\"\\f28a\"}.fa-scroll:before{content:\"\\f70e\"}.fa-sd-card:before{content:\"\\f7c2\"}.fa-search:before{content:\"\\f002\"}.fa-search-dollar:before{content:\"\\f688\"}.fa-search-location:before{content:\"\\f689\"}.fa-search-minus:before{content:\"\\f010\"}.fa-search-plus:before{content:\"\\f00e\"}.fa-searchengin:before{content:\"\\f3eb\"}.fa-seedling:before{content:\"\\f4d8\"}.fa-sellcast:before{content:\"\\f2da\"}.fa-sellsy:before{content:\"\\f213\"}.fa-server:before{content:\"\\f233\"}.fa-servicestack:before{content:\"\\f3ec\"}.fa-shapes:before{content:\"\\f61f\"}.fa-share:before{content:\"\\f064\"}.fa-share-alt:before{content:\"\\f1e0\"}.fa-share-alt-square:before{content:\"\\f1e1\"}.fa-share-square:before{content:\"\\f14d\"}.fa-shekel-sign:before{content:\"\\f20b\"}.fa-shield-alt:before{content:\"\\f3ed\"}.fa-shield-virus:before{content:\"\\e06c\"}.fa-ship:before{content:\"\\f21a\"}.fa-shipping-fast:before{content:\"\\f48b\"}.fa-shirtsinbulk:before{content:\"\\f214\"}.fa-shoe-prints:before{content:\"\\f54b\"}.fa-shopify:before{content:\"\\e057\"}.fa-shopping-bag:before{content:\"\\f290\"}.fa-shopping-basket:before{content:\"\\f291\"}.fa-shopping-cart:before{content:\"\\f07a\"}.fa-shopware:before{content:\"\\f5b5\"}.fa-shower:before{content:\"\\f2cc\"}.fa-shuttle-van:before{content:\"\\f5b6\"}.fa-sign:before{content:\"\\f4d9\"}.fa-sign-in-alt:before{content:\"\\f2f6\"}.fa-sign-language:before{content:\"\\f2a7\"}.fa-sign-out-alt:before{content:\"\\f2f5\"}.fa-signal:before{content:\"\\f012\"}.fa-signature:before{content:\"\\f5b7\"}.fa-sim-card:before{content:\"\\f7c4\"}.fa-simplybuilt:before{content:\"\\f215\"}.fa-sink:before{content:\"\\e06d\"}.fa-sistrix:before{content:\"\\f3ee\"}.fa-sitemap:before{content:\"\\f0e8\"}.fa-sith:before{content:\"\\f512\"}.fa-skating:before{content:\"\\f7c5\"}.fa-sketch:before{content:\"\\f7c6\"}.fa-skiing:before{content:\"\\f7c9\"}.fa-skiing-nordic:before{content:\"\\f7ca\"}.fa-skull:before{content:\"\\f54c\"}.fa-skull-crossbones:before{content:\"\\f714\"}.fa-skyatlas:before{content:\"\\f216\"}.fa-skype:before{content:\"\\f17e\"}.fa-slack:before{content:\"\\f198\"}.fa-slack-hash:before{content:\"\\f3ef\"}.fa-slash:before{content:\"\\f715\"}.fa-sleigh:before{content:\"\\f7cc\"}.fa-sliders-h:before{content:\"\\f1de\"}.fa-slideshare:before{content:\"\\f1e7\"}.fa-smile:before{content:\"\\f118\"}.fa-smile-beam:before{content:\"\\f5b8\"}.fa-smile-wink:before{content:\"\\f4da\"}.fa-smog:before{content:\"\\f75f\"}.fa-smoking:before{content:\"\\f48d\"}.fa-smoking-ban:before{content:\"\\f54d\"}.fa-sms:before{content:\"\\f7cd\"}.fa-snapchat:before{content:\"\\f2ab\"}.fa-snapchat-ghost:before{content:\"\\f2ac\"}.fa-snapchat-square:before{content:\"\\f2ad\"}.fa-snowboarding:before{content:\"\\f7ce\"}.fa-snowflake:before{content:\"\\f2dc\"}.fa-snowman:before{content:\"\\f7d0\"}.fa-snowplow:before{content:\"\\f7d2\"}.fa-soap:before{content:\"\\e06e\"}.fa-socks:before{content:\"\\f696\"}.fa-solar-panel:before{content:\"\\f5ba\"}.fa-sort:before{content:\"\\f0dc\"}.fa-sort-alpha-down:before{content:\"\\f15d\"}.fa-sort-alpha-down-alt:before{content:\"\\f881\"}.fa-sort-alpha-up:before{content:\"\\f15e\"}.fa-sort-alpha-up-alt:before{content:\"\\f882\"}.fa-sort-amount-down:before{content:\"\\f160\"}.fa-sort-amount-down-alt:before{content:\"\\f884\"}.fa-sort-amount-up:before{content:\"\\f161\"}.fa-sort-amount-up-alt:before{content:\"\\f885\"}.fa-sort-down:before{content:\"\\f0dd\"}.fa-sort-numeric-down:before{content:\"\\f162\"}.fa-sort-numeric-down-alt:before{content:\"\\f886\"}.fa-sort-numeric-up:before{content:\"\\f163\"}.fa-sort-numeric-up-alt:before{content:\"\\f887\"}.fa-sort-up:before{content:\"\\f0de\"}.fa-soundcloud:before{content:\"\\f1be\"}.fa-sourcetree:before{content:\"\\f7d3\"}.fa-spa:before{content:\"\\f5bb\"}.fa-space-shuttle:before{content:\"\\f197\"}.fa-speakap:before{content:\"\\f3f3\"}.fa-speaker-deck:before{content:\"\\f83c\"}.fa-spell-check:before{content:\"\\f891\"}.fa-spider:before{content:\"\\f717\"}.fa-spinner:before{content:\"\\f110\"}.fa-splotch:before{content:\"\\f5bc\"}.fa-spotify:before{content:\"\\f1bc\"}.fa-spray-can:before{content:\"\\f5bd\"}.fa-square:before{content:\"\\f0c8\"}.fa-square-full:before{content:\"\\f45c\"}.fa-square-root-alt:before{content:\"\\f698\"}.fa-squarespace:before{content:\"\\f5be\"}.fa-stack-exchange:before{content:\"\\f18d\"}.fa-stack-overflow:before{content:\"\\f16c\"}.fa-stackpath:before{content:\"\\f842\"}.fa-stamp:before{content:\"\\f5bf\"}.fa-star:before{content:\"\\f005\"}.fa-star-and-crescent:before{content:\"\\f699\"}.fa-star-half:before{content:\"\\f089\"}.fa-star-half-alt:before{content:\"\\f5c0\"}.fa-star-of-david:before{content:\"\\f69a\"}.fa-star-of-life:before{content:\"\\f621\"}.fa-staylinked:before{content:\"\\f3f5\"}.fa-steam:before{content:\"\\f1b6\"}.fa-steam-square:before{content:\"\\f1b7\"}.fa-steam-symbol:before{content:\"\\f3f6\"}.fa-step-backward:before{content:\"\\f048\"}.fa-step-forward:before{content:\"\\f051\"}.fa-stethoscope:before{content:\"\\f0f1\"}.fa-sticker-mule:before{content:\"\\f3f7\"}.fa-sticky-note:before{content:\"\\f249\"}.fa-stop:before{content:\"\\f04d\"}.fa-stop-circle:before{content:\"\\f28d\"}.fa-stopwatch:before{content:\"\\f2f2\"}.fa-stopwatch-20:before{content:\"\\e06f\"}.fa-store:before{content:\"\\f54e\"}.fa-store-alt:before{content:\"\\f54f\"}.fa-store-alt-slash:before{content:\"\\e070\"}.fa-store-slash:before{content:\"\\e071\"}.fa-strava:before{content:\"\\f428\"}.fa-stream:before{content:\"\\f550\"}.fa-street-view:before{content:\"\\f21d\"}.fa-strikethrough:before{content:\"\\f0cc\"}.fa-stripe:before{content:\"\\f429\"}.fa-stripe-s:before{content:\"\\f42a\"}.fa-stroopwafel:before{content:\"\\f551\"}.fa-studiovinari:before{content:\"\\f3f8\"}.fa-stumbleupon:before{content:\"\\f1a4\"}.fa-stumbleupon-circle:before{content:\"\\f1a3\"}.fa-subscript:before{content:\"\\f12c\"}.fa-subway:before{content:\"\\f239\"}.fa-suitcase:before{content:\"\\f0f2\"}.fa-suitcase-rolling:before{content:\"\\f5c1\"}.fa-sun:before{content:\"\\f185\"}.fa-superpowers:before{content:\"\\f2dd\"}.fa-superscript:before{content:\"\\f12b\"}.fa-supple:before{content:\"\\f3f9\"}.fa-surprise:before{content:\"\\f5c2\"}.fa-suse:before{content:\"\\f7d6\"}.fa-swatchbook:before{content:\"\\f5c3\"}.fa-swift:before{content:\"\\f8e1\"}.fa-swimmer:before{content:\"\\f5c4\"}.fa-swimming-pool:before{content:\"\\f5c5\"}.fa-symfony:before{content:\"\\f83d\"}.fa-synagogue:before{content:\"\\f69b\"}.fa-sync:before{content:\"\\f021\"}.fa-sync-alt:before{content:\"\\f2f1\"}.fa-syringe:before{content:\"\\f48e\"}.fa-table:before{content:\"\\f0ce\"}.fa-table-tennis:before{content:\"\\f45d\"}.fa-tablet:before{content:\"\\f10a\"}.fa-tablet-alt:before{content:\"\\f3fa\"}.fa-tablets:before{content:\"\\f490\"}.fa-tachometer-alt:before{content:\"\\f3fd\"}.fa-tag:before{content:\"\\f02b\"}.fa-tags:before{content:\"\\f02c\"}.fa-tape:before{content:\"\\f4db\"}.fa-tasks:before{content:\"\\f0ae\"}.fa-taxi:before{content:\"\\f1ba\"}.fa-teamspeak:before{content:\"\\f4f9\"}.fa-teeth:before{content:\"\\f62e\"}.fa-teeth-open:before{content:\"\\f62f\"}.fa-telegram:before{content:\"\\f2c6\"}.fa-telegram-plane:before{content:\"\\f3fe\"}.fa-temperature-high:before{content:\"\\f769\"}.fa-temperature-low:before{content:\"\\f76b\"}.fa-tencent-weibo:before{content:\"\\f1d5\"}.fa-tenge:before{content:\"\\f7d7\"}.fa-terminal:before{content:\"\\f120\"}.fa-text-height:before{content:\"\\f034\"}.fa-text-width:before{content:\"\\f035\"}.fa-th:before{content:\"\\f00a\"}.fa-th-large:before{content:\"\\f009\"}.fa-th-list:before{content:\"\\f00b\"}.fa-the-red-yeti:before{content:\"\\f69d\"}.fa-theater-masks:before{content:\"\\f630\"}.fa-themeco:before{content:\"\\f5c6\"}.fa-themeisle:before{content:\"\\f2b2\"}.fa-thermometer:before{content:\"\\f491\"}.fa-thermometer-empty:before{content:\"\\f2cb\"}.fa-thermometer-full:before{content:\"\\f2c7\"}.fa-thermometer-half:before{content:\"\\f2c9\"}.fa-thermometer-quarter:before{content:\"\\f2ca\"}.fa-thermometer-three-quarters:before{content:\"\\f2c8\"}.fa-think-peaks:before{content:\"\\f731\"}.fa-thumbs-down:before{content:\"\\f165\"}.fa-thumbs-up:before{content:\"\\f164\"}.fa-thumbtack:before{content:\"\\f08d\"}.fa-ticket-alt:before{content:\"\\f3ff\"}.fa-tiktok:before{content:\"\\e07b\"}.fa-times:before{content:\"\\f00d\"}.fa-times-circle:before{content:\"\\f057\"}.fa-tint:before{content:\"\\f043\"}.fa-tint-slash:before{content:\"\\f5c7\"}.fa-tired:before{content:\"\\f5c8\"}.fa-toggle-off:before{content:\"\\f204\"}.fa-toggle-on:before{content:\"\\f205\"}.fa-toilet:before{content:\"\\f7d8\"}.fa-toilet-paper:before{content:\"\\f71e\"}.fa-toilet-paper-slash:before{content:\"\\e072\"}.fa-toolbox:before{content:\"\\f552\"}.fa-tools:before{content:\"\\f7d9\"}.fa-tooth:before{content:\"\\f5c9\"}.fa-torah:before{content:\"\\f6a0\"}.fa-torii-gate:before{content:\"\\f6a1\"}.fa-tractor:before{content:\"\\f722\"}.fa-trade-federation:before{content:\"\\f513\"}.fa-trademark:before{content:\"\\f25c\"}.fa-traffic-light:before{content:\"\\f637\"}.fa-trailer:before{content:\"\\e041\"}.fa-train:before{content:\"\\f238\"}.fa-tram:before{content:\"\\f7da\"}.fa-transgender:before{content:\"\\f224\"}.fa-transgender-alt:before{content:\"\\f225\"}.fa-trash:before{content:\"\\f1f8\"}.fa-trash-alt:before{content:\"\\f2ed\"}.fa-trash-restore:before{content:\"\\f829\"}.fa-trash-restore-alt:before{content:\"\\f82a\"}.fa-tree:before{content:\"\\f1bb\"}.fa-trello:before{content:\"\\f181\"}.fa-tripadvisor:before{content:\"\\f262\"}.fa-trophy:before{content:\"\\f091\"}.fa-truck:before{content:\"\\f0d1\"}.fa-truck-loading:before{content:\"\\f4de\"}.fa-truck-monster:before{content:\"\\f63b\"}.fa-truck-moving:before{content:\"\\f4df\"}.fa-truck-pickup:before{content:\"\\f63c\"}.fa-tshirt:before{content:\"\\f553\"}.fa-tty:before{content:\"\\f1e4\"}.fa-tumblr:before{content:\"\\f173\"}.fa-tumblr-square:before{content:\"\\f174\"}.fa-tv:before{content:\"\\f26c\"}.fa-twitch:before{content:\"\\f1e8\"}.fa-twitter:before{content:\"\\f099\"}.fa-twitter-square:before{content:\"\\f081\"}.fa-typo3:before{content:\"\\f42b\"}.fa-uber:before{content:\"\\f402\"}.fa-ubuntu:before{content:\"\\f7df\"}.fa-uikit:before{content:\"\\f403\"}.fa-umbraco:before{content:\"\\f8e8\"}.fa-umbrella:before{content:\"\\f0e9\"}.fa-umbrella-beach:before{content:\"\\f5ca\"}.fa-uncharted:before{content:\"\\e084\"}.fa-underline:before{content:\"\\f0cd\"}.fa-undo:before{content:\"\\f0e2\"}.fa-undo-alt:before{content:\"\\f2ea\"}.fa-uniregistry:before{content:\"\\f404\"}.fa-unity:before{content:\"\\e049\"}.fa-universal-access:before{content:\"\\f29a\"}.fa-university:before{content:\"\\f19c\"}.fa-unlink:before{content:\"\\f127\"}.fa-unlock:before{content:\"\\f09c\"}.fa-unlock-alt:before{content:\"\\f13e\"}.fa-unsplash:before{content:\"\\e07c\"}.fa-untappd:before{content:\"\\f405\"}.fa-upload:before{content:\"\\f093\"}.fa-ups:before{content:\"\\f7e0\"}.fa-usb:before{content:\"\\f287\"}.fa-user:before{content:\"\\f007\"}.fa-user-alt:before{content:\"\\f406\"}.fa-user-alt-slash:before{content:\"\\f4fa\"}.fa-user-astronaut:before{content:\"\\f4fb\"}.fa-user-check:before{content:\"\\f4fc\"}.fa-user-circle:before{content:\"\\f2bd\"}.fa-user-clock:before{content:\"\\f4fd\"}.fa-user-cog:before{content:\"\\f4fe\"}.fa-user-edit:before{content:\"\\f4ff\"}.fa-user-friends:before{content:\"\\f500\"}.fa-user-graduate:before{content:\"\\f501\"}.fa-user-injured:before{content:\"\\f728\"}.fa-user-lock:before{content:\"\\f502\"}.fa-user-md:before{content:\"\\f0f0\"}.fa-user-minus:before{content:\"\\f503\"}.fa-user-ninja:before{content:\"\\f504\"}.fa-user-nurse:before{content:\"\\f82f\"}.fa-user-plus:before{content:\"\\f234\"}.fa-user-secret:before{content:\"\\f21b\"}.fa-user-shield:before{content:\"\\f505\"}.fa-user-slash:before{content:\"\\f506\"}.fa-user-tag:before{content:\"\\f507\"}.fa-user-tie:before{content:\"\\f508\"}.fa-user-times:before{content:\"\\f235\"}.fa-users:before{content:\"\\f0c0\"}.fa-users-cog:before{content:\"\\f509\"}.fa-users-slash:before{content:\"\\e073\"}.fa-usps:before{content:\"\\f7e1\"}.fa-ussunnah:before{content:\"\\f407\"}.fa-utensil-spoon:before{content:\"\\f2e5\"}.fa-utensils:before{content:\"\\f2e7\"}.fa-vaadin:before{content:\"\\f408\"}.fa-vector-square:before{content:\"\\f5cb\"}.fa-venus:before{content:\"\\f221\"}.fa-venus-double:before{content:\"\\f226\"}.fa-venus-mars:before{content:\"\\f228\"}.fa-vest:before{content:\"\\e085\"}.fa-vest-patches:before{content:\"\\e086\"}.fa-viacoin:before{content:\"\\f237\"}.fa-viadeo:before{content:\"\\f2a9\"}.fa-viadeo-square:before{content:\"\\f2aa\"}.fa-vial:before{content:\"\\f492\"}.fa-vials:before{content:\"\\f493\"}.fa-viber:before{content:\"\\f409\"}.fa-video:before{content:\"\\f03d\"}.fa-video-slash:before{content:\"\\f4e2\"}.fa-vihara:before{content:\"\\f6a7\"}.fa-vimeo:before{content:\"\\f40a\"}.fa-vimeo-square:before{content:\"\\f194\"}.fa-vimeo-v:before{content:\"\\f27d\"}.fa-vine:before{content:\"\\f1ca\"}.fa-virus:before{content:\"\\e074\"}.fa-virus-slash:before{content:\"\\e075\"}.fa-viruses:before{content:\"\\e076\"}.fa-vk:before{content:\"\\f189\"}.fa-vnv:before{content:\"\\f40b\"}.fa-voicemail:before{content:\"\\f897\"}.fa-volleyball-ball:before{content:\"\\f45f\"}.fa-volume-down:before{content:\"\\f027\"}.fa-volume-mute:before{content:\"\\f6a9\"}.fa-volume-off:before{content:\"\\f026\"}.fa-volume-up:before{content:\"\\f028\"}.fa-vote-yea:before{content:\"\\f772\"}.fa-vr-cardboard:before{content:\"\\f729\"}.fa-vuejs:before{content:\"\\f41f\"}.fa-walking:before{content:\"\\f554\"}.fa-wallet:before{content:\"\\f555\"}.fa-warehouse:before{content:\"\\f494\"}.fa-watchman-monitoring:before{content:\"\\e087\"}.fa-water:before{content:\"\\f773\"}.fa-wave-square:before{content:\"\\f83e\"}.fa-waze:before{content:\"\\f83f\"}.fa-weebly:before{content:\"\\f5cc\"}.fa-weibo:before{content:\"\\f18a\"}.fa-weight:before{content:\"\\f496\"}.fa-weight-hanging:before{content:\"\\f5cd\"}.fa-weixin:before{content:\"\\f1d7\"}.fa-whatsapp:before{content:\"\\f232\"}.fa-whatsapp-square:before{content:\"\\f40c\"}.fa-wheelchair:before{content:\"\\f193\"}.fa-whmcs:before{content:\"\\f40d\"}.fa-wifi:before{content:\"\\f1eb\"}.fa-wikipedia-w:before{content:\"\\f266\"}.fa-wind:before{content:\"\\f72e\"}.fa-window-close:before{content:\"\\f410\"}.fa-window-maximize:before{content:\"\\f2d0\"}.fa-window-minimize:before{content:\"\\f2d1\"}.fa-window-restore:before{content:\"\\f2d2\"}.fa-windows:before{content:\"\\f17a\"}.fa-wine-bottle:before{content:\"\\f72f\"}.fa-wine-glass:before{content:\"\\f4e3\"}.fa-wine-glass-alt:before{content:\"\\f5ce\"}.fa-wix:before{content:\"\\f5cf\"}.fa-wizards-of-the-coast:before{content:\"\\f730\"}.fa-wodu:before{content:\"\\e088\"}.fa-wolf-pack-battalion:before{content:\"\\f514\"}.fa-won-sign:before{content:\"\\f159\"}.fa-wordpress:before{content:\"\\f19a\"}.fa-wordpress-simple:before{content:\"\\f411\"}.fa-wpbeginner:before{content:\"\\f297\"}.fa-wpexplorer:before{content:\"\\f2de\"}.fa-wpforms:before{content:\"\\f298\"}.fa-wpressr:before{content:\"\\f3e4\"}.fa-wrench:before{content:\"\\f0ad\"}.fa-x-ray:before{content:\"\\f497\"}.fa-xbox:before{content:\"\\f412\"}.fa-xing:before{content:\"\\f168\"}.fa-xing-square:before{content:\"\\f169\"}.fa-y-combinator:before{content:\"\\f23b\"}.fa-yahoo:before{content:\"\\f19e\"}.fa-yammer:before{content:\"\\f840\"}.fa-yandex:before{content:\"\\f413\"}.fa-yandex-international:before{content:\"\\f414\"}.fa-yarn:before{content:\"\\f7e3\"}.fa-yelp:before{content:\"\\f1e9\"}.fa-yen-sign:before{content:\"\\f157\"}.fa-yin-yang:before{content:\"\\f6ad\"}.fa-yoast:before{content:\"\\f2b1\"}.fa-youtube:before{content:\"\\f167\"}.fa-youtube-square:before{content:\"\\f431\"}.fa-zhihu:before{content:\"\\f63f\"}', 'on');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296242, '_site_transient_timeout_available_translations', '1786310753', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296243, '_site_transient_available_translations', 'a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:6:\"6.0.13\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.0.13/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.9\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.9/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-29 22:58:47\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.9\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.9/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.30\";s:7:\"updated\";s:19:\"2026-06-07 19:51:04\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.30/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-06-26 09:35:39\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-11-01 16:41:58\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2.10/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-08-09 11:21:42\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-28 06:21:42\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-06 11:53:14\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-28 03:14:15\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-10-23 12:01:47\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-08-03 17:24:43\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-08-03 17:24:20\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.7/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-11-28 08:16:02\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-11-28 08:18:46\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.8.7/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.2.10/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-05 15:26:41\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-07-29 13:22:09\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-05-25 08:21:13\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-05-22 11:56:25\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-17 10:35:42\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-11-13 14:37:33\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-01-15 09:57:49\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2024-10-16 21:04:12\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-28 03:03:32\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-05-02 11:38:10\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-15 03:18:34\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-08-03 03:46:51\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-01 22:19:31\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-06-13 15:23:21\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.9\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.9/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2.10/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:6:\"5.8.14\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.8.14/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.20\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.20/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.25\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.25/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.7\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.7/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-07-25 20:27:30\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-02-14 17:29:08\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-16 16:06:06\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-11-12 19:36:59\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-07-20 16:23:54\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-20 08:58:41\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.9\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.9/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2025-12-20 19:08:53\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2025-10-21 16:35:04\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.10/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-05-01 17:20:39\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-01-05 09:21:19\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.34\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.34/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2.10/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.9\";s:7:\"updated\";s:19:\"2025-02-06 05:17:11\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.9/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-08 03:51:49\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.2.10/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-10-18 06:36:37\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-06 07:40:09\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.30\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.30/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-02 17:10:59\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-02 15:40:25\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.30\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.30/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-01 10:44:34\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/6.2.10/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2024-07-18 02:49:24\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.25\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.25/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-10-29 19:46:21\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-05-13 13:26:37\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-11-10 20:09:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.7/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-25 22:08:49\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.7/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-22 10:08:49\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-09-27 20:51:17\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.3/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-07-15 19:11:43\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:6:\"6.0.13\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.0.13/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-11-13 19:01:02\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.9\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.9/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-01-07 13:55:32\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.19\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.19/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-07-09 02:54:57\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-04 15:01:56\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-05-20 12:46:16\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-06-19 13:55:55\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-06-04 11:41:22\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.8.7/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.29\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.29/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-07-29 08:31:31\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.35\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.35/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-10-10 08:01:51\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.8.7/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-05-21 01:06:18\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-09 14:55:35\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.9\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.9/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-07-26 14:44:54\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-28 07:10:11\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.20\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.20/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-06-15 03:48:00\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.8.3\";s:7:\"updated\";s:19:\"2025-04-24 16:58:02\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.8.3/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-10-29 11:19:02\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-02-14 20:38:24\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-10-23 11:49:16\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-28 08:26:29\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-11-08 12:32:25\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.39\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.39/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"5.8.14\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.14/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-07-09 16:23:03\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-03-27 23:26:21\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-12-24 03:31:12\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"6.8\";s:7:\"updated\";s:19:\"2025-04-18 21:10:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/6.8/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.20\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.20/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2025-09-01 09:12:13\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.8.7/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-02-11 21:43:06\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:6:\"6.2.10\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2.10/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.8.7\";s:7:\"updated\";s:19:\"2026-04-01 20:36:12\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.8.7/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296293, 'wp_notes_notify', '1', 'on'),
(296250, '_site_transient_timeout_browser_73c2e21c0fc47f8841aa6000af1e64c7', '1786904774', 'off'),
(296251, '_site_transient_browser_73c2e21c0fc47f8841aa6000af1e64c7', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"150.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(296252, '_transient_timeout_feed_bc9fd7f8eaf5e82b6773ce761d04a9c6', '1786343174', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296253, '_transient_feed_bc9fd7f8eaf5e82b6773ce761d04a9c6', 'a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Avada Website Builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"https://avada.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"For WordPress & WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Aug 2026 15:14:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=7.0.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Avada 7.16 Has Been Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://avada.com/blog/avada-7-16-has-been-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://avada.com/blog/avada-7-16-has-been-released/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Aug 2026 15:14:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"Avada 7.16 was released on August 4th, 2026, and is focused on intuitive design freedom where it counts. Three popular Avada Elements have been rebuilt from the ground up, two brand-new Elements join the builder, and a series of performance, workflow, and security improvements have been delivered throughout. Also check out What\'s New and ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18681:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2400\" height=\"1500\" alt=\"Avada 7.16\" title=\"Avada 7.16\" src=\"https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post.png\" class=\"img-responsive wp-image-897957\" srcset=\"https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-200x125.png 200w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-400x250.png 400w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-600x375.png 600w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-800x500.png 800w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-1200x750.png 1200w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post.png 2400w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2400px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-1\"><p><a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada 7.16</a> was released on August 4th, 2026, and is focused on intuitive design freedom where it counts. Three popular Avada Elements have been rebuilt from the ground up, two brand-new Elements join the builder, and a series of performance, workflow, and security improvements have been delivered throughout. Also check out <a href=\"https://avada.com/whats-new/\" target=\"_self\" rel=\"noopener noreferrer\">What\'s New</a> and the <a href=\"https://avada.com/documentation/avada-changelog/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada changelog</a>.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--1\" data-awb-toc-id=\"1\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-2 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Revamped Avada Pricing Table Element</h2></div><div class=\"fusion-text fusion-text-2\"><p>The <a href=\"https://avada.com/element/pricing-table/\" target=\"_self\" rel=\"noopener noreferrer\">Pricing Table Element</a> has been rebuilt from the ground up. A modern grid-based engine now underpins the layout, giving you precise alignment and consistent structure at every breakpoint. At the same time, an extensive set of new content and styling options lets you present plans exactly as you intend — right down to per-column color overrides. Highlights include:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-1 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Modern grid-based engine with equal-height columns and responsive control over columns, gaps, and widths</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Highlight badges and corner ribbons in seven positions</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Sub-headings, descriptions, and above- and below-price texts</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Feature row icons and excluded feature rows</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Standout expansion and text scaling, plus per-column overrides for all colors</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-3 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Revamped Avada Tabs Element</h2></div><div class=\"fusion-text fusion-text-3\"><p>The <a href=\"https://avada.com/documentation/tabs-element/\" target=\"_self\" rel=\"noopener noreferrer\">Tabs Element</a> has been substantially expanded, turning a simple tab set into a properly designed piece of content. New motion and transition controls bring it to life, additional content options give each tab more context, and a deeper set of styling settings keeps everything looking tidy. Highlights include:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-2 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Auto-rotation with a progress indicator and optional play/pause control</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Fade, slide and zoom content transitions</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">A short description per tab that opens with the active tab</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Gradient tab titles, content background color, and border radius</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Minimum tab width, title alignment and deep linking</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-4 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Revamped Avada Testimonials Element</h2></div><div class=\"fusion-text fusion-text-4\"><p>The <a href=\"https://avada.com/documentation/testimonials-element/\" target=\"_self\" rel=\"noopener noreferrer\">Testimonials Element</a> has been revamped, with a choice of layouts and designs that let you present customer feedback as a subtle rotating quote, a browsable slider, or a full wall of love. Detailed styling controls, along with Star ratings, avatars, and flexible author layouts, are available for every part of the Element. Highlights include:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-3 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Four Layouts: Cross-fading slider, multi-column carousel, scrolling marquee, and grid</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Three designs, including an all-new Card style</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Star ratings with schema markup output</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Avatars from images, initials or icons, with flexible author layouts</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-5 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Two New Avada Elements</h2></div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-4 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Categories Element</mark> — Display any taxonomy as a list or dropdown, with post counts, icons, term images and accordion child terms</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Recent Activity Tabs Element</mark> — Popular posts, latest posts and newest comments in one configurable, tabbed layout</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-6 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Further Improvements</h2></div><ul style=\"--awb-iconcolor:var(--awb-color6);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-5 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Scrolling Sections rebuilt on GSAP ScrollTrigger, with sticky header support and a new stacking cards animation</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Thumbnail navigation for the Avada Post Cards and Image Carousel Elements</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Full-page copy-and-paste, search, and replace in the Live Editor command palette</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Avada Forms notification toggles and a submission URL target option</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Expanded dynamic data support, including ACF date, time, and email fields</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">All remaining Bootstrap scripts replaced for improved performance, and so much more</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-5\"><p>Avada 7.16 also includes security fixes and hardening measures, accessibility updates, and WooCommerce 10.9.3 compatibility updates. We recommend updating at your earliest convenience.</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-6 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-folder-open fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/whats-new/\" target=\"_blank\" rel=\"noopener noreferrer\">What\'s New</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-folder-open fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-changelog/\" target=\"_blank\" rel=\"noopener noreferrer\">Changelog</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-folder-open fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/general-update-information/\" target=\"_blank\" rel=\"noopener noreferrer\">General Update Information</a></div></li></ul></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://avada.com/blog/avada-7-16-has-been-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Version 7.16 Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://avada.com/blog/version-7-16-security-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://avada.com/blog/version-7-16-security-update/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2026 13:30:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"Website Maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:394:\"We have released Avada 7.16, delivering a huge array of exciting new features, enhancements, improvements, fixing two security issues and additional security enhancements: SECURITY: FIXED possible Contributor+ level XSS vulnerability via the HTML tag options of the Title elements. SECURITY: FIXED broken access control in the System Status multisite global options copying, where a failing ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7015:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:calc( 1280px + 0px );margin-left: calc(-0px / 2 );margin-right: calc(-0px / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:10px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-6\" style=\"--awb-text-transform:none;\"><p>We have released <a href=\"https://avada.com/whats-new/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada 7.16</a>, delivering a huge array of exciting new features, enhancements, improvements, fixing two security issues and additional security enhancements:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-7 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>SECURITY: FIXED possible Contributor+ level XSS vulnerability via the HTML tag options of the Title elements.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">SECURITY: FIXED broken access control in the System Status multisite global options copying, where a failing capability and nonce check did not stop execution.                                             </div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">SECURITY: Updated the Swiper library to version 12.1.4, which addresses a reported vulnerability in the library.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">SECURITY: Added further in-depth security mechanisms to several areas of Avada.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-7\" style=\"--awb-text-transform:none;\"><p>This is disclosed in our <a href=\"https://avada.com/documentation/avada-changelog\" target=\" _self\" rel=\"noopener noreferrer\">Changelog</a> and our <a href=\"https://avada.com/documentation/important-update-information\" target=\" _self\" rel=\"noopener noreferrer\">Important Update Info</a> help file.</p>\n<p>Like WordPress and any entity that develops software, we understand that security is not absolute and is a continuous process managed as such. We do our best to prevent security issues as proactively as possible, as we do not assume they’ll never come up. Our responsibility is to quickly take care of them and work to get our customers notified and prepared. This is why we recommend keeping your website and plugins up-to-date and maintained at all times.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-7 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Should I Do Next?</h2></div><div class=\"fusion-text fusion-text-8\"><p>We cannot stress enough the importance of ensuring that your website is kept up to date and maintained at all times. Please update to ensure that your installation is issue-free and the fix detailed above is applied. These are our detailed update instructions:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-8 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/updating-avada-older-versions/\" target=\"_blank\" rel=\"noopener noreferrer\">Updating from an old version of Avada?</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/important-update-information/\" target=\"_blank\" rel=\"noopener noreferrer\">Important Update Info</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/how-to-update-the-avada-website-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Update</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-patcher/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Patcher</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-changelog/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Changelog</a></div></li></ul>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-text fusion-text-9\"><p>We would like to extend our gratitude and thanks to Wordfence.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://avada.com/blog/version-7-16-security-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"How to Use Avada Container and Column Backdrop Filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://avada.com/blog/how-to-use-avada-container-and-column-backdrop-filters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://avada.com/blog/how-to-use-avada-container-and-column-backdrop-filters/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2026 14:26:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Layout Elements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"My Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The frosted, semi-transparent panel — often referred to as the liquid glass effect — has become one of the most recognizable design treatments in modern web and interface design and has more recently been popularized by Apple’s Liquid Glass effect, launched with iOS 26. It works because it does something a flat overlay cannot: it ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:32089:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-10\"><p>The frosted, semi-transparent panel — often referred to as the liquid glass effect — has become one of the most recognizable design treatments in modern web and interface design and has more recently been popularized by <a href=\"https://developer.apple.com/videos/play/wwdc2025/219/\" target=\"_blank\" rel=\"noopener noreferrer\">Apple’s Liquid Glass effect</a>, launched with iOS 26. It works because it does something a flat overlay cannot: it lets the content behind an Element remain visible while altering how that content is rendered.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-2 hover-type-none\" style=\"border:1px solid var(--awb-color2);\"><img decoding=\"async\" width=\"2000\" height=\"1190\" alt=\"Avada Container Column Backdrop Filters\" title=\"Avada Container Column Backdrop Filters\" src=\"https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup.jpg\" class=\"img-responsive wp-image-897881\" srcset=\"https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-200x119.jpg 200w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-400x238.jpg 400w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-600x357.jpg 600w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-800x476.jpg 800w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-1200x714.jpg 1200w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-11\"><p>In <a href=\"https://avada.com/\" target=\"_self\" rel=\"noopener noreferrer\">Avada</a>, this is handled by the Backdrop Filter options, available on every Container and Column, including nested Columns. This tutorial covers what backdrop filters do, the conditions they require to work, and how to configure them on both Containers and Columns. Whether you&#8217;re new to <a href=\"https://1.envato.market/e4rPJ1\" target=\"_self\" rel=\"noopener noreferrer\">Avada</a> or already comfortable in the <a href=\"https://avada.com/feature/live-visual-builder/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Live Visual Builder</a>, the workflow is short — but the requirements are specific, and understanding them is the difference between a polished glass panel and no visible effect at all.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-8 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--2\" data-awb-toc-id=\"2\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-9 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Backdrop Filters Actually Do</h2></div><div class=\"fusion-text fusion-text-12\"><p>A standard filter applies an effect to the Element it is set on (<a href=\"https://avada.com/element/column/\" target=\"_self\" rel=\"noopener noreferrer\">Column</a> or <a href=\"https://avada.com/element/container/\" target=\"_self\" rel=\"noopener noreferrer\">Container</a>). A backdrop filter applies the effect to whatever sits behind that Element.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"v5xN83LSZPE\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\" How to Use Backdrop Filters on Avada Containers and Columns \" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-13\"><p>The content or imagery behind the Column, showing through it, is what gets blurred, brightened, saturated, or hue-shifted. That distinction leads directly to the two requirements the feature depends on:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-9 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-alt-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p><strong>The Element needs a transparent or semi-transparent background:</strong> If the background is fully opaque, nothing behind it is visible, so there is nothing for the filter to act on.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-alt-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p><strong>There needs to be something visible behind the Element:</strong> A background image, a gradient, or other visible content. A flat single color will technically be filtered, but the result will be close to imperceptible.</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-14\"><p>In practice, that means the following:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-10 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Column</mark> — The Column itself carries the transparency, and the Container behind it supplies the background image or gradient.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Container</mark> — The Container carries the transparency, and the page — or whatever sits behind the Container — supplies the visible background.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; This effect reads best on bright, colorful, high-contrast backgrounds. A busy photographic background or a strong gradient gives the filter something to work with; a muted, low-contrast image will produce a much weaker result.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-10 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Where to Find the Options</h2></div><div class=\"fusion-text fusion-text-15\"><p>Backdrop filters live on the Extras tab of the <a href=\"https://avada.com/documentation/container-element/#toc_Element_Options\" target=\"_self\" rel=\"noopener noreferrer\">Element Options</a> for both Containers and Columns, in the Filter Type section — the same place you&#8217;ll find the standard filter controls. If you&#8217;ve followed our guide on <a href=\"https://avada.com/blog/how-to-use-the-collapsible-feature-on-avada-containers-columns/\" target=\"_self\" rel=\"noopener noreferrer\">How to use the Collapsible feature on Avada Containers &amp; Columns</a>, you&#8217;ll already know your way around this tab, as the Collapsible/Read More options sit alongside them.</p>\n<p>The Backdrop Filter section offers the same eight values as the standard filters, and each one can be set independently for both the normal and hover states:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-11 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Hue</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Saturation</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Brightness</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Contrast</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Invert</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>Sepia</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Opacity</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Blur</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-16\"><p>Blur is the value doing most of the work in a liquid glass treatment, but it is rarely the only one worth adjusting.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-11 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Applying Backdrop Filters to a Column</h2></div><div class=\"fusion-text fusion-text-17\"><p>The examples below are built on the <a href=\"https://avada.website/nightclub/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Nightclub prebuilt website</a>, with the header layout and one-page Column rebuilt to demonstrate the effect, and the hero Container&#8217;s background image swapped for a brighter one.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-12 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 1:</mark> Set Up the Background Behind the Column</h3></div><div class=\"fusion-text fusion-text-18\"><p>Before touching any filter settings, make sure the Container holding your Column has a visible background — a background image or gradient. This is the layer the filter will act on, and without it there is nothing to see.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-13 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 2:</mark> Make the Column Background Semi-Transparent</h3></div><div class=\"fusion-text fusion-text-19\"><p>Select the Column, open the <strong>Background</strong> tab, and set the background color with a reduced alpha value. In the header example, the Column uses <strong>Color 1</strong> with an <strong>alpha value of -90</strong>, making it almost — but not quite — transparent.</p>\n<p>It&#8217;s worth being deliberate here. A fully transparent background will work, but a small amount of opacity is what sells the liquid glass effect, giving the panel a sense of material rather than simply appearing as a blurred window. Adjust this value and preview the results; it has more influence on the final look than most people expect.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; A border, border radius, and box shadow on the same Column will reinforce the impression of a physical pane of glass sitting above the page. None of these are required for the filter to work, but together they make a noticeable difference to the finished result.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-14 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 3:</mark> Apply the Backdrop Filters</h3></div><div class=\"fusion-text fusion-text-20\"><p>Move to the <strong>Extras</strong> tab and scroll to the <strong>Backdrop Filter</strong> section. For the header example:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-12 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Normal State</mark> — Brightness increased to 135, with an amount of Blur applied.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Hover State</mark> — Both values returned to their defaults, which removes the blur on hover and brings the content behind the header back into focus.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-21\"><p>That reversal is a useful pattern in its own right. Rather than adding an effect on hover, you&#8217;re removing one, which reads as the glass panel clearing as the visitor engages with it.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-15 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 4:</mark> Preview the Result</h3></div><div class=\"fusion-text fusion-text-22\"><p>The blur applies to the content passing behind the header Column, while the Column itself — and its content — stays sharp. On mouseover, the hover state takes effect, and the blur is removed.</p>\n<p>The Column further down the page in this example is configured in the same way, using the same values. The technique doesn&#8217;t change based on where the Column sits, only on what&#8217;s behind it.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-16 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Applying Backdrop Filters to a Container</h2></div><div class=\"fusion-text fusion-text-23\"><p>Containers work the same way, with one important consideration: you need to be clear about what is actually behind the Container.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-17 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 1:</mark> Establish a Background Behind the Container</h3></div><div class=\"fusion-text fusion-text-24\"><p>A backdrop filter on a Container will not affect that Container&#8217;s background image — the filter only ever affects what sits behind the Element. In this example, the background comes from the page itself.</p>\n<p>Under <strong>Page Options → Content</strong>, a background image is assigned to the main content area and set to a <strong>100% background image</strong>, so it scrolls with a parallax effect. Every other Container on the page has its own color or image background, so this page-level image is only visible through the one Container that has been made semi-transparent.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-18 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 2:</mark> Make the Container Background Semi-Transparent</h3></div><div class=\"fusion-text fusion-text-25\"><p>On the Background tab, apply a background color with transparency. The example Container — which holds two <a href=\"https://avada.com/element/image/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Image Elements</a> in a full-width Column — uses an alpha value of -80, slightly more opaque than the header Column.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-19 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 3:</mark> Configure the Normal and Hover States</h3></div><div class=\"fusion-text fusion-text-26\"><p>On the <strong>Extras</strong> tab, in the <strong>Backdrop Filter</strong> section:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-13 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Normal State</mark> — Increased Saturation and Brightness, with 15 pixels of Blur.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Hover State</mark> — A shifted background Hue, the same Saturation and Brightness values, additional Contrast, and the same amount of Blur.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-27\"><p>Because the blur is present in both states, it remains constant on hover while the hue shifts and the contrast lifts. The result is a panel that changes character on interaction without the layout appearing to jump or refocus.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; You don&#8217;t need to mirror your normal-state values on hover. Carrying some values across while changing others is what produces a controlled transition rather than an abrupt switch. Decide which properties should hold steady and which should move before you start entering numbers.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-20 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-28\"><p>Backdrop filters are a small set of options with a disproportionate impact on how a page feels. The mechanics are straightforward: give the Element a transparent or semi-transparent background, make sure something visible sits behind it, then apply your chosen filters to the normal and hover states on the <strong>“Extras”</strong> tab.</p>\n<p>From there, it&#8217;s a matter of restraint and iteration. Adjust the alpha value, pair the blur with a small lift in brightness or saturation, add a border and shadow if the design calls for them, and decide what should change on hover. Applied thoughtfully — on Containers, Columns, or Nested Columns — it&#8217;s one of the quickest ways to bring a genuinely contemporary finish to an Avada website layout.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://avada.com/blog/how-to-use-avada-container-and-column-backdrop-filters/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Avada Core Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://avada.com/blog/avada-core-security-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://avada.com/blog/avada-core-security-update/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 16:23:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"Website Maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:317:\"This is an important notice: We want to give our customers clear information about a security issue affecting Avada Core.  What happened A vulnerability was identified in Avada Core versions up to and including 5.15.6.  What we\'ve done to resolve this To get the fix to customers faster, we\'ve packaged Avada Core ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5472:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:calc( 1280px + 0px );margin-left: calc(-0px / 2 );margin-right: calc(-0px / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:10px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-29\" style=\"--awb-text-transform:none;\"><p><strong>This is an important notice:</strong> We want to give our customers clear information about a security issue affecting Avada Core.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-21 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What happened</h2></div><div class=\"fusion-text fusion-text-30\"><p>A vulnerability was identified in Avada Core versions up to and including 5.15.6. </p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-22 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What we&#8217;ve done to resolve this</h2></div><div class=\"fusion-text fusion-text-31\"><p>To get the fix to customers faster, we&#8217;ve packaged Avada Core 5.15.7 and released it as a standalone update, separate from the main Avada update. It is available now to sites running Avada [7.15.6], to avoid compatibility issues on older versions.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\">The full Avada 7.15.7 update is currently in testing and will be rolled out the week of the 27th of July</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-23 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What you should do</h2></div><div class=\"fusion-text fusion-text-32\"><p>If your site is on Avada [7.15.6], you&#8217;ll see the Avada Core update in your WordPress dashboard — if you are below [7.15.6], please update to [7.15.6] as soon as possible to receive the Avada Core update.</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-14 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-info-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/how-to-update-the-avada-website-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Update</a></div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-33\"><p>We cannot stress enough the importance of keeping your website up to date and maintained at all times. Please update to [7.15.6] to ensure your installation is issue-free and that the fix detailed above can be applied.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://avada.com/blog/avada-core-security-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"How to Use the Collapsible Feature on Avada Containers &amp; Columns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://avada.com/blog/how-to-use-the-collapsible-feature-on-avada-containers-columns/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://avada.com/blog/how-to-use-the-collapsible-feature-on-avada-containers-columns/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 10:11:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Layout Elements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"My Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"Long-form content and clean page design don\'t always play well together. A recruitment page listing dozens of sectors, an \"About Me\" section with a few paragraphs too many, or any block of text that\'s valuable but visually heavy can quickly disrupt a page\'s flow. The Avada Collapsible/Read More Option solves this by letting you collapse ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:35338:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-5 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-4 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-34\"><p>Long-form content and clean page design don&#8217;t always play well together. A recruitment page listing dozens of sectors, an <strong>&#8220;About Me&#8221;</strong> section with a few paragraphs too many, or any block of text that&#8217;s valuable but visually heavy can quickly disrupt a page&#8217;s flow. The <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> <strong>Collapsible/Read More Option</strong> solves this by letting you collapse a Container or Column to a defined height and reveal the rest on click — without hiding the content from search engines or users who want it.</p>\n<p>This tutorial walks through every setting available for this feature, so you can configure it confidently whether you&#8217;re new to <a href=\"https://avada.com/\" target=\"_self\" rel=\"noopener noreferrer\">Avada</a> or looking to get more precise control over an existing setup.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-24 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--3\" data-awb-toc-id=\"3\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-25 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What the Collapsible/Read More Feature Does</h2></div><div class=\"fusion-text fusion-text-35\"><p>This handy option lets you truncate a <a href=\"https://avada.com/element/container/\" target=\"_self\" rel=\"noopener noreferrer\">Container</a> or <a href=\"https://avada.com/element/column/\" target=\"_self\" rel=\"noopener noreferrer\">Column</a> to a set height, displaying a button (or your own custom trigger) that expands the full content on click. It&#8217;s ideal any time you&#8217;re balancing visual simplicity against content depth — think long text columns, extensive lists, or sections with more detail than the page layout should show by default.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"6qckES-xxeM\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"How to Use the Collapsible Feature on Avada Containers &amp; Columns\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-36\"><p>The feature is available on both <strong>Containers</strong> and <strong>Columns</strong> and can be enabled independently for each screen size, so you can, for example, apply it only on mobile to keep smaller screens easy to scroll. Let’s take a closer look at how to enable and use this feature effectively:</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-26 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 1:</mark> Enable the Option</h3></div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-3 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-3\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[3c21e30a0c3c10c97bd]\" data-title=\"Avada Collapsible Column Options\" title=\"Avada Collapsible Column Options\"><img decoding=\"async\" width=\"2000\" height=\"1277\" alt=\"Avada Collapsible Column Options\" src=\"https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options.jpg\" class=\"img-responsive wp-image-897850\" srcset=\"https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-200x128.jpg 200w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-400x255.jpg 400w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-600x383.jpg 600w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-800x511.jpg 800w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-1200x766.jpg 1200w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-15 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>Select the <strong>Container</strong> or <strong>Column</strong> you want to collapse.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Open the <strong>“Extras”</strong> tab in the <a href=\"https://avada.com/documentation/column-element/#toc_Element_Options\" target=\"_self\" rel=\"noopener noreferrer\">Element Options</a>.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Find the <strong>“Collapsible/Read More”</strong> option and enable it.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>Choose which screen sizes it should apply to — <strong>large</strong>, <strong>medium</strong>, and/or <strong>small</strong> (Desktop, tablet, and/or mobile). You can enable all three, or only the ones where the collapsed layout makes sense.</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-37\"><p>Once enabled, a set of dependent options appears, letting you fine-tune exactly how the collapse and expand behavior works.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-27 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 2:</mark> Set the Collapsed Height</h3></div><div class=\"fusion-text fusion-text-38\"><p>The Collapsed Height Option defines how much content is visible before the reader has to expand it. It accepts:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-16 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Pixels &#8211; <mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">px</mark></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Viewport height &#8211; <mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">vh</mark></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">em</mark> or <mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">rem</mark></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Percentages <mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">%</mark> (when the Container&#8217;s height is explicitly defined)</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-39\"><p>This value can also be set independently per screen size. If you set it only on large screens, that value will automatically propagate to medium and small screens unless overridden.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; The <a href=\"https://avada.com/feature/live-visual-builder/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Live Visual Builder</a> canvas won&#8217;t visually show the collapsed state while you&#8217;re editing — this is intentional, so you can still work freely on any part of the container. Click the Preview icon to see the collapse effect applied.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-28 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 3:</mark> Choose a Collapsed Fade Effect</h3></div><div class=\"fusion-text fusion-text-40\"><p>The <strong>Collapsed Fade Effect Option</strong> controls how the cut-off point of the collapsed content is visually softened. There are three settings:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-17 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">None</mark> — No fade applied.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">To Transparent</mark> — Dissolves the content and fades the Container&#8217;s background and border. Best suited to background images, gradients, or transparent sections.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">To Color</mark> — Layers a gradient over the content toward a solid color of your choice, while keeping the background intact. Best for blending into a known, solid-color background.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-41\"><p>Which option works best will depend entirely on your design and the background it sits on.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-29 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 4:</mark> Configure the Collapse Trigger</h3></div><div class=\"fusion-text fusion-text-42\"><p>By default, Avada uses a built-in button to expand and collapse content, styled according to your website’s default button settings. If you need more control over styling or placement, you can use an external link or button instead. This requires:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-18 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Placing your button(s) in a separate Container or Column, outside the collapsible area, so they remain visible even when the content is collapsed.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>Assigning the Container&#8217;s <strong>CSS ID</strong> to the button&#8217;s <strong>Target Element ID</strong> field.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Setting each button to one of the three available dynamic data link actions:</div></li></ul><ul style=\"--awb-margin-bottom:5px;--awb-margin-left:35px;--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-19 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Expand Container/Column</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Collapse Container/Column</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Toggle Container/Column</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-43\"><p>You can use two separate buttons (one for expand, one for collapse — each auto-hidden when inactive), or simplify things with a single button set to <strong>“Toggle”</strong>, which switches between states automatically.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-30 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 5:</mark> Customize the Button Text and Behavior</h3></div><div class=\"fusion-text fusion-text-44\"><p>With the built-in button selected, you have several more options:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-20 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Expand Button Text</mark> — The label shown while the content is collapsed. Defaults to <strong>&#8220;Read More,&#8221;</strong> but you can change it to anything that suits your tone (e.g., <strong>&#8220;See More&#8221;</strong>).</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Collapse Button</mark> — Set to <strong>Yes</strong> to show a second button that re-collapses the content after it&#8217;s expanded. Set to <strong>No</strong> for a one-way reveal — the button fades out once the content is expanded and doesn&#8217;t reappear.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Collapse Button Text</mark> — The label for the collapse button, if enabled (e.g., <strong>&#8220;See Less&#8221;</strong>).</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-31 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 6:</mark> Position the Button</h3></div><div class=\"fusion-text fusion-text-45\"><p>The <strong>Expand/Collapse Button Position</strong> option determines where the button sits relative to the collapsed content:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-21 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Below Content</mark> — Placed in its own row beneath the collapsed area.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Overlay on Content</mark> — Floats over the bottom of the collapsed area, on top of the fade effect.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-46\"><p>Which one to use depends on your layout and color scheme — overlay works well with a subtle fade, while below content keeps things clean and separate. You can also set:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-22 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Alignment</mark> — Centered by default, adjustable as needed.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Button Offset</mark> — Fine-tunes the button&#8217;s position. With Below Content, this adjusts the gap above the button. With <strong>“Overlay on Content”</strong>, the button is lifted from the bottom edge.</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; Since the fade effect is applied as a mask, the button will remain fully visible only if your offset is at least as large as the fade height. If your button appears partially obscured, increase the offset.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-32 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 7:</mark> Set the Animation Speed</h3></div><div class=\"fusion-text fusion-text-47\"><p>The <strong>Expand/Collapse Animation Speed</strong> controls how quickly the transition happens, and can be set anywhere from 0 to 5,000 milliseconds. The default of 400ms works well for most use cases, offering a smooth transition without feeling sluggish.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-33 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 8:</mark> Preview Across Screen Sizes</h3></div><div class=\"fusion-text fusion-text-48\"><p>Once your settings are in place, preview the Container or Column at large, medium, and small breakpoints to confirm the experience holds up across all breakpoints. Content that reads comfortably on desktop can feel excessive on mobile — this is exactly the kind of case where the <strong>“Read More”</strong> feature earns its keep, turning an unwieldy block of text into an easy, single-click reveal.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-34 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Applying This to Columns</h2></div><div class=\"fusion-text fusion-text-49\"><p>Everything covered above works the same way on Columns — whether it&#8217;s a full-width Column inside a Container, or one Column among several sitting side by side. A common use case is an <strong>&#8220;About Me&#8221;</strong> or bio section where the text exceeds the design&#8217;s requirements. Collapsing that Column to a set height keeps the layout tidy while still giving readers full access to the content with one click.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; This won&#8217;t behave as expected if Columns within the same Container are set to stretch, since a stretched layout ties Column heights together — collapsing one would affect the others. Reserve this feature for Columns that aren&#8217;t set to stretch.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-35 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-50\"><p>The Collapsible/Read More feature is a small addition with a wide range of practical uses — cleaning up dense text blocks, improving mobile usability, or giving you fine-grained control over how much content is shown up front. Once you&#8217;re familiar with the height, fade, trigger, and button options, you can tailor it to fit almost any layout in Avada, whether you&#8217;re refining an existing page or building something new.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://avada.com/blog/how-to-use-the-collapsible-feature-on-avada-containers-columns/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Using Responsive Option Sets in Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://avada.com/blog/using-responsive-option-sets-in-avada/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://avada.com/blog/using-responsive-option-sets-in-avada/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 07:56:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:401:\"Designing responsive websites can be challenging due to various form factors and screen sizes. Advanced tools are essential to manage these variations effectively. Avada, already a fully responsive Website Builder for WordPress, offers powerful global options and specialized tools for fine-tuning responsive design. Among these tools, Avada Responsive Option Sets stand out for providing granular ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26515:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-6 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-5 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-51\"><p>Designing <a href=\"https://avada.com/blog/responsive-web-design-with-avada-and-wordpress/\" target=\"_blank\" rel=\"noopener noreferrer\">responsive websites</a> can be challenging due to various form factors and screen sizes. Advanced tools are essential to manage these variations effectively. <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a>, already a fully responsive Website Builder for <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress</a>, offers powerful global options and specialized tools for fine-tuning responsive design. Among these tools, <a href=\"https://avada.com/documentation/responsive-option-sets/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Responsive Option Sets</a> stand out for providing granular control.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-36 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--4\" data-awb-toc-id=\"4\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-37 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Are Avada Responsive Option Sets?</h2></div><div class=\"fusion-text fusion-text-52\"><p>Avada Responsive Option Sets allow designers to independently customize the appearance of website elements based on three distinct screen sizes—large, medium, and small. Instead of relying solely on Avada Global Options, designers can specify unique settings for each screen category within the same element, significantly enhancing flexibility and control.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-4 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-4\"><a href=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[a706b9de45b6a7bc900]\" data-title=\"Avada Responsive Option Sets\" title=\"Avada Responsive Option Sets\"><img decoding=\"async\" width=\"2500\" height=\"1508\" alt=\"Avada Responsive Option Sets\" src=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location.jpg\" class=\"img-responsive wp-image-895684\" srcset=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-200x121.jpg 200w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-400x241.jpg 400w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-600x362.jpg 600w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-800x483.jpg 800w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-1200x724.jpg 1200w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location.jpg 2500w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2500px\" /></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-53\"><p>These responsive option sets are primarily available in <a href=\"https://avada.com/blog/how-to-use-the-avada-container-element/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Containers</a> and <a href=\"https://avada.com/blog/how-to-use-the-avada-column-element/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Columns</a>, though they also exist across many <a href=\"https://avada.com/elements/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Elements</a> throughout Avada Builder. Each responsive option is identified by a specific screen-size icon beside the setting.</p>\n<p>To recap, Avada Responsive Option Sets can be found in these locations:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-23 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-object-ungroup fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#ffe979;--awb-text-color:var(--awb-color8);\">Avada Containers</mark> – These offer options such as content wrap, margins, padding, container background color, and background images.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-object-ungroup fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#ffe979;--awb-text-color:var(--awb-color8);\">Avada Columns</mark> – The first six design options are responsive, including margin, padding, and width adjustments. Columns also include responsive options for background color and images.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-object-ungroup fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#ffe979;--awb-text-color:var(--awb-color8);\">Avada Elements</mark> – Fewer responsive settings, typically related to alignment and margin.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-38 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">How to Use Avada Responsive Option Sets</h2></div><div class=\"fusion-text fusion-text-54\"><p>The <a href=\"https://avada.website/factory/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Factory</a> pre-built website provides a practical demonstration for this article. By editing a Container, the responsive options appear through icons next to specific controls. Clicking these icons enables switching between <strong>large</strong>, <strong>medium</strong>, and <strong>small</strong> screen views, allowing distinct settings for each size.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"NiALPUNlEiQ\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"YouTube video player 3\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-55\"><p>For instance, Columns initially set to one-quarter width on large screens can automatically change to half-width on medium and full-width on small screens. While <a href=\"https://avada.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> defaults to inheriting large screen settings on medium screens and full-width layouts on small screens, designers can override these settings for more precise control.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-39 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Practical Example:</mark> (Avada Factory) Services Section</h3></div><div class=\"fusion-text fusion-text-56\"><p>Consider a typical services section where individual service items appear in quarter-width columns on large screens. By navigating to medium screens through Avada&#8217;s responsive options, designers might adjust these columns to half-width, deviating from global defaults. On small screens, reverting columns to default full-width typically provides optimal readability, though customization is possible.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-5 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-5\"><a href=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-scaled.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[8fe61c55c2b3f304677]\" data-title=\"Avada Responsive Example\" title=\"Avada Responsive Example\"><img decoding=\"async\" width=\"2560\" height=\"628\" alt=\"Avada Responsive Example\" src=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-scaled.jpg\" class=\"img-responsive wp-image-895685\" srcset=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-200x49.jpg 200w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-400x98.jpg 400w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-600x147.jpg 600w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-800x196.jpg 800w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-1200x294.jpg 1200w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-scaled.jpg 2560w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2560px\" /></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-57\"><p>It&#8217;s crucial to test design adjustments on actual devices. Just because an option exists doesn&#8217;t imply its practicality in every scenario. For example, setting half-width Columns on small screens may adversely impact readability due to limited screen real estate.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-40 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Responsive Option Sets vs. Rendering Logic</h2></div><div class=\"fusion-text fusion-text-58\"><p>The primary responsive settings are located under <strong>Options &gt; Responsive</strong> in the Avada Dashboard. However, other global options throughout Avada also affect how a site looks on different devices.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-41 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Avada Responsive Option Sets</mark></h3></div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-24 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Purpose</mark> – To provide fine-grained control over the visual design (e.g., layout, margins, padding, width, alignment, backgrounds) on different screen sizes—large, medium, and small.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Functionality</mark> – Allows a single element (Container, Column, or Element) to hold multiple values corresponding to each screen size. For instance, you can adjust a column&#8217;s width, margin, or padding specifically for mobile devices without changing the desktop layout.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Typical Use Cases</mark></div></li></ul><ul style=\"--awb-margin-left:35px;--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-25 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Changing a three-column layout on desktop to a single-column layout on mobile.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Adjusting margins or padding to improve readability on tablets and smartphones.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Modifying alignment and spacing specifically for smaller screens.</div></li></ul><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-26 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Control Scope</mark> – Primarily visual and layout-focused, responsive to the viewport width.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-42 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Avada Rendering Logic</mark></h3></div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-27 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Purpose</mark> – To conditionally display or hide content based on logical conditions (e.g., user roles, logged-in status, device type, browser, dynamic conditions based on date/time, or custom conditions).</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Functionality</mark> – Controls whether elements are rendered (displayed) or not based on specified logical conditions rather than just viewport size adjustments. Unlike responsive options, rendering logic completely removes or shows content based on conditions rather than adjusting its appearance.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Typical Use Cases</mark></div></li></ul><ul style=\"--awb-margin-left:35px;--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-28 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Displaying special offers only to logged-in users or specific user roles.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Showing a particular banner or content block only on mobile devices or specific browsers.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Dynamically changing content visibility based on date, time, or other conditions (e.g., displaying event announcements only during specific periods).</div></li></ul><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-29 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Control Scope</mark> – Logical content visibility and conditional rendering are based on user or environment conditions rather than purely screen size adjustments.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-43 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-59\"><p>Responsive Option Sets are among Avada&#8217;s most powerful responsive design tools. They provide substantial control and flexibility for creating exceptional, device-specific user experiences. Designers can significantly enhance their layouts through thoughtful use of responsive settings, ensuring optimal design clarity and functionality across all devices.</p>\n<p>This is the Avada Builder&#8217;s main responsive feature, allowing you to set specific options independently for different screen sizes. Some specific Element options can hold up to three sets of values corresponding to the three Responsive screen sizes: large (Desktop), Medium (Tablet), and Small (Phone).</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://avada.com/blog/using-responsive-option-sets-in-avada/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"How To Create And Use Avada Forms On Your Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://avada.com/blog/how-to-create-and-use-avada-forms-on-your-website/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://avada.com/blog/how-to-create-and-use-avada-forms-on-your-website/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 08:27:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The Avada Form Builder is a vital component of Avada. It is a versatile tool that allows users to create various forms for their websites easily. Whether it\'s a simple contact form, a multi-step process form, or an advanced form with conditional logic, Avada Forms provides flexibility and intuitive control through the Avada Live Visual ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:32535:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-7 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-6 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-60\"><p>The <a href=\"https://avada.com/feature/form-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Form Builder</a> is a vital component of Avada. It is a versatile tool that allows users to create various forms for their websites easily. Whether it&#8217;s a simple contact form, a multi-step process form, or an advanced form with conditional logic, Avada Forms provides flexibility and intuitive control through the <a href=\"https://avada.com/feature/live-visual-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Live Visual Builder</a> interface. This step-by-step guide will walk you through building and integrating stylish <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> Forms into your <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress</a> website. Let&#8217;s get started!</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-44 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--5\" data-awb-toc-id=\"5\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-45 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Is The Avada Form Builder?</h2></div><div class=\"fusion-text fusion-text-61\"><p>The Avada Form Builder is an intuitive tool with a drag-and-drop visual interface, making it easy to build forms without code. It offers a range of possibilities, from basic contact forms to more complex forms that can include multiple steps and conditional logic. Users can start with pre-designed templates or create forms from scratch and style them perfectly to match their branding.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-6 hover-type-none\"><img decoding=\"async\" width=\"1500\" height=\"700\" alt=\"Avada Multi-Step Form\" title=\"Avada Multi-Step Form\" src=\"https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form.png\" class=\"img-responsive wp-image-895025\" srcset=\"https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-200x93.png 200w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-400x187.png 400w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-600x280.png 600w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-800x373.png 800w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-1200x560.png 1200w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form.png 1500w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1500px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-62\"><p>Another essential feature is the ability to set up email notifications, both for the site owner and the user submitting the form. This ensures that submissions are correctly tracked and responses are automated when needed. </p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-46 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Why Do You Need Forms On Your Website?</h2></div><div class=\"fusion-text fusion-text-63\"><p>Web forms are <a href=\"https://blog.hubspot.com/marketing/form-ux\" target=\"_blank\" rel=\"noopener noreferrer\">essential for websites</a> because they serve as a direct communication channel between your website and customers, enabling various functions crucial for business, engagement, and user experience. Here are some of the primary reasons forms are needed on a website:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-30 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Collecting Information:</strong> Forms allow website owners to gather crucial data from visitors, such as contact details, feedback, inquiries, or other relevant information. This helps businesses better understand their audience and can improve customer service.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Lead Generation:</strong> Forms like sign-up or subscription forms are vital for generating leads. By capturing user information (such as email addresses), you can build an email list for future marketing and communication efforts.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Simplifying Transactions:</strong> In e-commerce, forms are used to process orders, complete payments, or handle returns and exchanges. They streamline the purchase process and provide a clear structure for inputting the necessary details.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>User Engagement:</strong> Forms such as surveys, polls, and feedback requests encourage users to engage more deeply with your website. These forms can gather insights into user preferences, satisfaction, and needs, helping you improve your products or services.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Support and Communication:</strong> Forms allow visitors to contact support teams or ask questions. This is vital for maintaining customer satisfaction and solving issues quickly without the need for direct phone calls or emails.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Registration and Sign-ups:</strong> For events, newsletters, or services, forms provide a straightforward way for users to register or sign up. This ensures a seamless process for users and site administrators to manage participation or subscriptions.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-47 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">How To Use Avada Forms Effectively</h2></div><div class=\"fusion-text fusion-text-64\"><p>It&#8217;s essential to focus on creating forms that serve a clear purpose while ensuring they provide a seamless user experience. Start by defining the form&#8217;s goal, whether it&#8217;s to capture leads, collect feedback, or process inquiries. Having a clear objective helps you design a form that asks for the right amount of information, avoiding unnecessary fields that may discourage users from completing the form.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"csh9mX9o4NE\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"YouTube video player 4\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-65\"><p>Next, take advantage of <a href=\"https://avada.com/documentation/how-to-use-conditional-logic-in-avada-forms/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada&#8217;s conditional logic</a> feature, which allows you to personalize the form based on user input. This ensures that each visitor only sees fields relevant to their situation, creating a more streamlined and engaging experience. Simplicity is key—keeping the form concise and easy to navigate will lead to higher completion rates.</p>\n<p><a href=\"https://avada.com/blog/a-beginners-guide-to-web-aesthetics-and-memorable-design/\" target=\"_blank\" rel=\"noopener noreferrer\">Visual design</a> plays a crucial role as well. Use Avada&#8217;s styling tools to ensure that your forms are visually aligned with your website&#8217;s overall branding. Customizing colors, fonts, and buttons allows you to maintain consistency across your site while making the form visually appealing. Furthermore, <a href=\"https://avada.com/documentation/live-responsive-editing-in-avada/\" target=\"_blank\" rel=\"noopener noreferrer\">responsive design</a> is critical, so always test your forms on mobile devices to ensure they&#8217;re user-friendly across different screen sizes.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-7 hover-type-none\"><img decoding=\"async\" width=\"2560\" height=\"2366\" alt=\"Avada Form Example\" title=\"Avada Form Example\" src=\"https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-scaled.jpg\" class=\"img-responsive wp-image-895027\" srcset=\"https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-200x185.jpg 200w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-400x370.jpg 400w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-600x555.jpg 600w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-800x739.jpg 800w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-1200x1109.jpg 1200w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-scaled.jpg 2560w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2560px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-66\"><p>Incorporating email notifications and auto-replies is another way to use <a href=\"https://avada.com/documentation/avada-form-element/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Forms</a> effectively. Setting up notifications ensures that form submissions promptly reach the right person or team. Auto-replies reassure users that their submission was successful, enhancing their overall experience. It&#8217;s also paramount to add spam protection, such as <a href=\"https://avada.com/documentation/how-to-set-up-google-recaptcha/\" target=\"_blank\" rel=\"noopener noreferrer\">reCAPTCHA</a>, to prevent unwanted submissions and ensure the integrity of your data.</p>\n<p>Finally, continuously analyze the performance of your forms by reviewing submission data and feedback. Consider simplifying or improving those sections if you notice high drop-off rates in certain fields. Testing different post-submission actions, such as redirecting users to a thank-you page or displaying a success message, can also help optimize the user journey after they&#8217;ve completed the form.</p>\n<p>Using the <a href=\"https://avada.website/podcasts/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Podcasts</a> pre-built website, we&#8217;ll take a closer look at building a custom Avada form in a few easy steps. Let&#8217;s get started:</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-48 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 1:</mark> Accessing Avada Forms</h3></div><div class=\"fusion-text fusion-text-67\"><p>To begin building a form, log into the website&#8217;s WordPress Dashboard and navigate to <strong>Avada &gt; Forms</strong>. Start by clicking <strong>&#8220;Create New Form,&#8221;</strong> which opens the Avada Form Builder interface. In this example, we&#8217;re creating a form for potential guest contributors called <strong>&#8220;Guest Contributor.&#8221;</strong></p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-49 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 2:</mark> Choosing The Form Layout</h3></div><div class=\"fusion-text fusion-text-68\"><p>When you create a form, you have two options: (A) start from scratch or (B) use pre-built templates available in <a href=\"https://avada.studio/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Studio</a>. Avada Studio provides many templates for primary contact forms, <a href=\"https://avada.com/documentation/how-to-make-a-multi-step-form-with-avada-forms/\" target=\"_blank\" rel=\"noopener noreferrer\">multi-step forms</a>, and more. For this guide, we&#8217;ll build the form from scratch.</p>\n<p>To begin, add a Container to structure your form. For this example, a <a href=\"https://avada.com/element/container/\" target=\"_blank\" rel=\"noopener noreferrer\">Container</a> with two half <a href=\"https://avada.com/element/column/\" target=\"_blank\" rel=\"noopener noreferrer\">Columns</a> is used. Then, add <a href=\"https://avada.com/elements/\" target=\"_blank\" rel=\"noopener noreferrer\">Elements</a> to the form, such as text fields, by clicking the <strong>&#8220;Add Element&#8221;</strong> button.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-50 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 3:</mark> Adding Form Elements</h3></div><div class=\"fusion-text fusion-text-69\"><p>Avada Forms offers a wide variety of Form Elements you can add and configure to build the form that best suits your needs. Here&#8217;s an overview of the Elements used for the guest contributor form we set up in the video tutorial:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-31 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Text Fields:</strong> Add text fields for the first and last names. Customize each field by adding labels and icons and setting them as required.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Email Field:</strong> A similar process is used to create an email address field marked as required. Icons can be added to improve form aesthetics.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Phone Number Field:</strong> Set up a phone number field with a mobile icon to differentiate it from other text inputs.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Checkboxes:</strong> You can create checkbox fields with multiple options. For example, a &#8220;Podcast Categories&#8221; field was added with options like &#8220;Business,&#8221; &#8220;Lifestyle,&#8221; &#8220;Design,&#8221; and &#8220;Avada.&#8221;</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Upload Field:</strong> This element allows users to upload files. Contributors can, for example, upload a profile picture or any relevant documents.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Submit Button:</strong> This is required for any form you build to enable your website visitors to submit form data to a form handler.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Text Area for Messages:</strong> A text area is provided for users to write a message. Placeholder text encourages users to provide more information about themselves.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-51 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 4:</mark> Styling the Form</h3></div><div class=\"fusion-text fusion-text-70\"><p>Avada Forms and Elements can be customized extensively to create stylish and engaging forms. In the tutorial video example, the form fields were customized by adding icons, changing background colors, and adjusting padding and margins. The goal is to ensure the form looks cohesive and matches the website&#8217;s design (example above).</p>\n<p>For instance, a purple background was chosen for the form, and the field background colors were adjusted accordingly. Styling options such as <strong>&#8220;Border Colors&#8221;</strong> and <strong>&#8220;Border Radius&#8221;</strong> were applied to maintain consistency with other Elements on the page.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-52 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 5:</mark> Configuring Form Behavior</h3></div><div class=\"fusion-text fusion-text-71\"><p>Once the form is built, it&#8217;s time to configure how it behaves upon submission. The submission options allow you to define what happens when a user submits the form. Some of the available options include:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-32 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Save to Database</strong> &#8211; Store form submissions directly in your database.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Save to URL</strong> &#8211; Redirect users to a specific URL upon submission.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Integrate with MailChimp or HubSpot</strong> &#8211; To automate the form, you can link it to marketing tools like MailChimp or HubSpot.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-53 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 6:</mark> Setting Up Notifications</h3></div><div class=\"fusion-text fusion-text-72\"><p>Notifications allow you to receive form submissions via email. You can also configure auto-replies for users to confirm that their submission was successful. For example:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-33 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Email Notification:</strong> The admin gets an email with the full submission details, including attachments.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Auto-Reply:</strong> Users get an automated email confirming their submission, which can include custom messages and placeholders for form fields.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-54 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 7:</mark> Finalizing the Form</h3></div><div class=\"fusion-text fusion-text-73\"><p>Once the form is ready, finalize it by configuring confirmation settings. You can display a message upon form submission or redirect users to a specific page, such as a thank-you page. In this case, a simple success message is displayed using the <strong>&#8220;Notice&#8221;</strong> element within the form. Colors for success and error messages were adjusted to match the overall design of the form.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-55 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 8:</mark> Embedding the Form on the Website</h3></div><div class=\"fusion-text fusion-text-74\"><p>After completing the form, it&#8217;s time to embed it on the desired webpage. For our example, the form is added to the <strong>&#8220;Guest Contributor&#8221;</strong> page. Using the <a href=\"https://avada.com/element/avada-form/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Form Element</a>, the form can be selected from a drop-down list and inserted into the page. The form is fully responsive and fits seamlessly into the page&#8217;s design.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-56 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-75\"><p><a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Forms</a> provides a flexible, powerful way to create forms tailored to your website&#8217;s needs. From simple contact forms to more complex multi-step processes, you can fully customize the look and functionality of your forms. If you want to learn more about creating multi-step forms or using conditional logic, check out the entire <a href=\"https://www.youtube.com/playlist?list=PLBbPQU9HCTGOkJPGMr798_fbPraOTdzVa\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Forms playlist</a>.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://avada.com/blog/how-to-create-and-use-avada-forms-on-your-website/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Version 7.15.6 Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://avada.com/blog/version-7-15-6-security-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://avada.com/blog/version-7-15-6-security-update/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2026 10:31:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"Website Maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"We have released Avada 7.15.6, delivering an array of exciting new features, improvements, and fixing a security issue: SECURITY: FIXED possible XSS issue in builder element names, allowing Contributor+ users to store JS code.   This is disclosed in our Changelog and our Important Update Info help file. Like WordPress and any entity that ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5981:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-8 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:calc( 1280px + 0px );margin-left: calc(-0px / 2 );margin-right: calc(-0px / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-7 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:10px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-76\" style=\"--awb-text-transform:none;\"><p>We have released <a href=\"https://avada.com/whats-new/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada 7.15.6</a>, delivering an array of exciting new features, improvements, and fixing a security issue:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-34 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">SECURITY: FIXED possible XSS issue in builder element names, allowing Contributor+ users to store JS code.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-77\" style=\"--awb-text-transform:none;\"><p>This is disclosed in our <a href=\"https://avada.com/documentation/avada-changelog\" target=\" _self\" rel=\"noopener noreferrer\">Changelog</a> and our <a href=\"https://avada.com/documentation/important-update-information\" target=\" _self\" rel=\"noopener noreferrer\">Important Update Info</a> help file.</p>\n<p>Like WordPress and any entity that develops software, we understand that security is not absolute and is a continuous process managed as such. We do our best to prevent security issues as proactively as possible, as we do not assume they’ll never come up. Our responsibility is to quickly take care of them and work to get our customers notified and prepared. This is why we recommend keeping your website and plugins up-to-date and maintained at all times.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-57 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Should I Do Next?</h2></div><div class=\"fusion-text fusion-text-78\"><p>We cannot stress enough the importance of ensuring that your website is kept up to date and maintained at all times. Please update to ensure that your installation is issue-free and the fix detailed above is applied. These are our detailed update instructions:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-35 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/updating-avada-older-versions/\" target=\"_blank\" rel=\"noopener noreferrer\">Updating from an old version of Avada?</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/important-update-information/\" target=\"_blank\" rel=\"noopener noreferrer\">Important Update Info</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/how-to-update-the-avada-website-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Update</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-patcher/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Patcher</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-changelog/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Changelog</a></div></li></ul>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-text fusion-text-79\"><p>We would like to extend our gratitude and thanks to Wordfence.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://avada.com/blog/version-7-15-6-security-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"How to Manage Your Avada Licenses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://avada.com/blog/how-to-manage-your-avada-licenses/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://avada.com/blog/how-to-manage-your-avada-licenses/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 05:45:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"My Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"Managing your Avada licenses has never been more accessible, thanks to the comprehensive features on the My Avada support and license management portal. For those new to the platform or looking for guidance, here\'s a detailed walkthrough of how to efficiently handle your Avada licenses and ensure the smooth operation of your web products.  ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18477:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-9 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-8 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-80\"><p>Managing your <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> licenses has never been more accessible, thanks to the comprehensive features on the <a href=\"https://avada.com/blog/my-avada-dot-com/\" target=\"_blank\" rel=\"noopener noreferrer\">My Avada support and license management portal</a>. For those new to the platform or looking for guidance, here&#8217;s a detailed walkthrough of how to efficiently handle your <a href=\"https://avada.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> licenses and ensure the smooth operation of your web products.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-58 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--6\" data-awb-toc-id=\"6\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-59 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Accessing The My Avada Portal</h2></div><div class=\"fusion-text fusion-text-81\"><p>To begin managing your licenses, navigate to the <a href=\"https://my.avada.com/\" target=\"_blank\" rel=\"noopener noreferrer\">My Avada portal</a>, which is accessible here. If you haven&#8217;t registered for an Avada Support account yet, watch the <a href=\"https://avada.com/documentation/how-to-register-for-my-avada/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Register for My Avada</a> video for a step-by-step guide. Once registered, log in to access your account dashboard.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-8 hover-type-none\"><img decoding=\"async\" width=\"1600\" height=\"1000\" alt=\"My Avada Login Screen\" title=\"My Avada Login Screen\" src=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login.png\" class=\"img-responsive wp-image-895033\" srcset=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-200x125.png 200w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-400x250.png 400w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-600x375.png 600w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-800x500.png 800w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-1200x750.png 1200w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login.png 1600w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1600px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-82\"><p>The dashboard provides a snapshot of all your licenses and various options for managing them. The <a href=\"https://avada.com/documentation/how-to-use-my-avada/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Use My Avada</a> video offers a complete overview of the portal&#8217;s features; however, in this article, we&#8217;ll focus on managing your licenses specifically.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-60 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">How To Manage Licenses</h2></div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"lk_AlGCHJNs\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"YouTube video player 5\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-83\"><p>Once inside the My Avada Dashboard, you can see a summary of all your licenses at the top. You&#8217;ll also notice a section providing a quick overview of the most recent licenses. To manage all your licenses, click the <strong>&#8220;Manage Licenses&#8221;</strong> link or select <strong>&#8220;Licenses&#8221;</strong> from the top menu.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-9 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-9\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-dashboard.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[5c06cd08307185ddb0b]\" data-title=\"Avada Dashboard\" title=\"Avada Dashboard\"><img decoding=\"async\" width=\"2466\" height=\"2560\" alt=\"Avada Dashboard\" src=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-dashboard.png\" class=\"img-responsive wp-image-895035\"/></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-84\"><p>The licenses management page contains helpful search and filtering options. You can search for a license by domain name or purchase code and use filters to sort licenses by their status: <strong>&#8220;Active,&#8221;</strong> <strong>&#8220;Locked,&#8221;</strong> or <strong>&#8220;All.&#8221;</strong> For example, if you search by the term <strong>&#8220;Avada,&#8221;</strong> you will quickly see all relevant licenses connected to that domain. Additionally, if any licenses are locked, you can contact support directly from this page to resolve the issue.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-10 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-10\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-manage-licenses.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[509747b76b31fdccd6e]\" data-title=\"Manage Avada Licenses\" title=\"Manage Avada Licenses\"><img decoding=\"async\" width=\"2560\" height=\"2120\" alt=\"Manage Avada Licenses\" src=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-manage-licenses.png\" class=\"img-responsive wp-image-895036\"/></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-85\"><p>To check your current license data information, a <strong>&#8220;Refresh All&#8221;</strong> button checks for any changes in license status, such as recently registered or unregistered licenses.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-61 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">Individual Licenses</h3></div><div class=\"fusion-text fusion-text-86\"><p>When viewing an individual license, you&#8217;ll see detailed information, including the purchase code, license status, and purchase date. You can also view the licenses&#8217; associated domains—both the live domain and the staging domain (if applicable). Each license allows one live domain and one staging domain, making managing your projects&#8217; development and production environment easy.</p>\n<p>One important feature is the ability to unregister a license from a domain. Under the terms of the Avada license, each license is valid for a single website project according to <a href=\"https://themeforest.net/licenses/terms/regular\" target=\"_blank\" rel=\"noopener noreferrer\">Envato&#8217;s licensing terms and conditions</a>. While not being a right granted by the license itself, we offer the additional flexibility to reuse the license on a new project if, and only if, the old site has completely been removed (no longer online). If you forgot to unregister the license before deleting the site, you can do so directly from the My Avada portal. Click the <strong>&#8220;Unlink&#8221;</strong> icon to unregister the license and make it available for a new domain.</p>\n<p>Suppose you&#8217;ve updated the website to which a license is linked. In that case, clicking the <strong>&#8220;Refresh All&#8221;</strong> button will update the domain information in the portal, reflecting the current license connection.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-62 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">License Deletion and Transfer</h3></div><div class=\"fusion-text fusion-text-87\"><p>The My Avada portal also allows you to delete a license from your account if needed. However, remember that deleting a license only removes it from your My Avada account. This feature is helpful if, for example, you need to transfer a license to a different account, such as when an agency passes the purchase code to an end user.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-63 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">Adding New Licenses</h3></div><div class=\"fusion-text fusion-text-88\"><p>If you have new licenses to add to your account, the &#8220;Add New License&#8221; button provides a simple process. You can manually enter a single purchase code or use the <strong>&#8220;Import from Envato&#8221;</strong> bulk import option. This allows you to import all licenses associated with <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">your ThemeForest account</a>.</p>\n<p>After signing in to the Envato API with your ThemeForest credentials and authorizing the connection, any new licenses will be automatically added to your My Avada account.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-64 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Resources</h2></div><div class=\"fusion-text fusion-text-89\"><p>For any additional questions, Avada provides a comprehensive <a href=\"https://avada.com/documentation/avada-registration-and-licensing-faq/\" target=\"_blank\" rel=\"noopener noreferrer\">Licensing and Registration FAQ</a> document that addresses many common inquiries.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-65 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-90\"><p>Managing your Avada licenses has never been simpler! With the My Avada support and license management portal, you can easily view, organize, and control all your licenses in one place. Whether you&#8217;re managing a single project or multiple domains, the portal offers powerful tools like search, filtering, and quick license refreshes to keep everything up to date.</p>\n<p>Effortlessly unregister licenses, transfer them between accounts, and add new ones from your ThemeForest profile with just a few clicks. Plus, with detailed video guides and a comprehensive FAQ, you&#8217;ll have all the support you need at your fingertips.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://avada.com/blog/how-to-manage-your-avada-licenses/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"How To Manage Website Privacy &amp; Consent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://avada.com/blog/how-to-manage-website-privacy-consent/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://avada.com/blog/how-to-manage-website-privacy-consent/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 09:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Privacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:313:\"Data privacy compliance is one of those website jobs nobody gets excited about; however, it is important to master. If you have visitors from the EU, California, or any region with data privacy laws, it\'s not optional — and the good news is that Avada has built a genuinely flexible system to handle it. One ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:56698:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-10 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-9 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-91\"><p>Data privacy compliance is one of those website jobs nobody gets excited about; however, it is important to master. If you have visitors from the EU, California, or any region with data privacy laws, it&#8217;s not optional — and the good news is that <a href=\"https://avada.com/\" target=\"_self\" rel=\"noopener noreferrer\">Avada</a> has built a genuinely flexible system to handle it. One place to set your options, and multiple ways to present them to your visitors.</p>\n<p>This post is the big-picture guide. We&#8217;ll cover the regulatory background, walk through every global privacy option in Avada, and configure the <a href=\"https://avada.com/documentation/avada-privacy-consent-bar/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Privacy &amp; Consent Bar</a> from scratch. If you&#8217;re looking for the deep dives on the <a href=\"https://avada.com/element/privacy-consent/\" target=\"_self\" rel=\"noopener noreferrer\">Privacy and Consent Element</a> itself, we&#8217;ve covered those separately — see <a href=\"https://avada.com/blog/how-to-use-the-avada-privacy-consent-element/\" target=\"_self\" rel=\"noopener noreferrer\">How To Use The Avada Privacy &amp; Consent Element</a> and <a href=\"https://avada.com/blog/how-to-add-privacy-consent-options-to-an-avada-off-canvas/\" target=\"_self\" rel=\"noopener noreferrer\">How To Add Privacy &amp; Consent Options to an Avada Off-Canvas</a>. This guide provides an overview of the foundations of privacy, consent, and how the various tools can work together.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-66 fusion-sep-none fusion-title-text fusion-title-size-two awb-exclude-from-toc\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--7\" data-awb-toc-id=\"7\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-67 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">The Benefits of Practicing Data Privacy Compliance</h2></div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-11 hover-type-none\"><img decoding=\"async\" width=\"2000\" height=\"400\" alt=\"Data Privacy Icons\" title=\"Data Privacy Icons\" src=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons.png\" class=\"img-responsive wp-image-897725\" srcset=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-200x40.png 200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-400x80.png 400w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-600x120.png 600w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-800x160.png 800w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-1200x240.png 1200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons.png 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-92\"><p>Beyond just avoiding fines (which, fair enough, is the headline reason — GDPR penalties can reach 4% of global annual revenue), there are some genuinely practical benefits, especially for a website owner:</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-68 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Trust And Credibility</h3></div><div class=\"fusion-text fusion-text-93\"><p>Visitors are more privacy-aware than ever. A site that asks for consent clearly and respects the answer signals professionalism. People notice when a cookie banner gives them a real choice, versus when it&#8217;s a dark-pattern maze designed to wear them down — and that impression carries over to how much they trust your brand with things like their email address or credit card.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-69 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Better Data Quality</h3></div><div class=\"fusion-text fusion-text-94\"><p>This one&#8217;s counterintuitive. When you only collect data from people who&#8217;ve actually consented, you end up with smaller but cleaner datasets. Your analytics reflect engaged visitors rather than everyone plus bots plus people who&#8217;d opt out if they could. Decisions made on that data tend to be sounder.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-70 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Reduced Breach Exposure</h3></div><div class=\"fusion-text fusion-text-95\"><p>Compliance practices push you toward data minimization — collecting only what you need and keeping it only as long as necessary. The less personal data you hold, the less damage a breach can do, and the less attractive a target you are in the first place. You can&#8217;t leak what you never stored.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-71 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Market Access</h3></div><div class=\"fusion-text fusion-text-96\"><p>If you sell to EU customers, compliance isn&#8217;t a nice-to-have; it&#8217;s the price of entry. The same increasingly applies to California, Brazil (LGPD), and a growing list of jurisdictions. Getting your house in order once opens multiple markets, and many B2B clients now require proof of compliance from vendors before they&#8217;ll sign anything.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-72 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Operational Clarity</h3></div><div class=\"fusion-text fusion-text-97\"><p>The process of becoming compliant forces useful questions: what data are we actually collecting, why, where does it live, who has access? Plenty of businesses discover forgotten plugins, abandoned tracking scripts, or third-party services they didn&#8217;t realize were phoning home. That audit has value even setting the legal side aside.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-73 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Competitive Differentiation</h3></div><div class=\"fusion-text fusion-text-98\"><p>As privacy becomes a buying criterion — and it is, particularly for younger and more technical audiences — being able to say &#8220;we load fonts locally, we don&#8217;t track you without asking&#8221; becomes a feature rather than a legal footnote.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-74 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What is the GDPR and the CCPA?</h2></div><div class=\"fusion-text fusion-text-99\"><p>GDPR stands for the <a href=\"https://gdpr.eu/\" target=\"_blank\" rel=\"noopener noreferrer\">General Data Protection Regulation</a>, a binding privacy framework that came into force in the European Union in 2018. And here&#8217;s the part people often miss: it doesn&#8217;t just apply to businesses in the EU. If you have customers in the EU, it applies to you too. Other jurisdictions have their own versions — the <a href=\"https://oag.ca.gov/privacy/ccpa\" target=\"_blank\" rel=\"noopener noreferrer\">CCPA</a> in California is the obvious one — so your actual obligations depend on where you&#8217;re based, where your customers are, and what third-party services your site uses.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-12 hover-type-none\"><img decoding=\"async\" width=\"2000\" height=\"800\" alt=\"GDPR Logo\" title=\"GDPR Logo\" src=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo.png\" class=\"img-responsive wp-image-897726\" srcset=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-200x80.png 200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-400x160.png 400w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-600x240.png 600w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-800x320.png 800w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-1200x480.png 1200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo.png 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"fa-exclamation-circle fas\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\">If you&#8217;re unsure of your legal requirements, talk to a lawyer. This guide shows you the tools; it can&#8217;t tell you which boxes you legally need to tick.</span></div></div><div class=\"fusion-text fusion-text-100\"><p><strong>And a point worth noting:</strong> Avada itself doesn&#8217;t need to be GDPR-compliant because it doesn&#8217;t collect any data. The privacy tools exist to help you make your website compliant — because the moment you embed a YouTube video, load Google Fonts from a CDN, or run Google Analytics, you&#8217;re potentially sending visitor data to third parties.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-75 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">How the Whole System Fits Together in Avada</h2></div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"7AF_P7cGqGs\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"Website Privacy &amp; Consent in Avada\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-101\"><p>Before we touch a single option, here&#8217;s the mental model. Avada&#8217;s Privacy System has two halves:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-36 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-cogs fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>The Privacy Consent Tools (Global Options)</strong> – This is where you define your privacy setup: which embeds need consent, your cookie categories, expiration times, descriptions.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-cogs fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>The Display Layer</strong> – The Privacy &amp; Consent Bar and/or the Privacy and Consent element. These are how visitors actually see and interact with the options you defined.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-102\"><p>Both halves are totally optional, and they work independently. You might configure the consent tools and present them through the Element on your privacy policy page (or any other page on your site). You might skip the tools entirely and just show a simple bar that tells visitors about the necessary cookies. Or you might use everything together. It all depends on what you need to inform your visitors of. Everything lives under <strong>Options &gt; Privacy &amp; Consent</strong> in the Avada Global Options. Let&#8217;s go through it.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\">Avada Dashboard → Options → Global Options → Privacy &amp; Consent</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-76 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-marker\" style=\"--awb-color:rgba(123,188,216,0.38);\">The Avada Global Privacy Options</mark></h2></div><div class=\"fusion-text fusion-text-103\"><p>By default, you&#8217;ll only see three options here, because both the Privacy Consent Tools and the Privacy &amp; Consent Bar are disabled out of the box. </p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-13 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-13\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[c0ba37103d45a514daf]\" data-title=\"Avada Privacy Global Options\" title=\"Avada Privacy Global Options\"><img decoding=\"async\" width=\"2000\" height=\"1650\" alt=\"Avada Privacy Global Options\" src=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options.png\" class=\"img-responsive wp-image-897728\" srcset=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-200x165.png 200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-400x330.png 400w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-600x495.png 600w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-800x660.png 800w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-1200x990.png 1200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options.png 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-text fusion-text-104\"><p>There&#8217;s also an important note at the top explaining the cookie created when you use the privacy consent option — worth a read.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Important Note</mark> &#8211; The options in this section help you comply more easily with data privacy regulations such as the GDPR. When the <strong>&#8220;Privacy Consent&#8221;</strong> option is enabled, Avada creates a cookie named <strong>&#8220;privacy_embeds&#8221;</strong> in visitors’ browsers to store and manage consent preferences for third-party embeds and tracking scripts. This also includes scripts added through <strong>&#8220;Custom Code Snippets&#8221;</strong> (Advanced &gt; Code Fields) that use a privacy category. You may want to include information about this cookie in your privacy policy.</p></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-77 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Google &amp; Font Awesome Fonts Mode</h3></div><div class=\"fusion-text fusion-text-105\"><p>This first option is small but genuinely useful. When set to <strong>&#8220;Local&#8221;</strong>, <a href=\"https://fonts.google.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Google Fonts</a> and <a href=\"https://fontawesome.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Font Awesome</a> fonts are downloaded to your own server, which satisfies GDPR criteria — no font requests pinging Google&#8217;s servers with your visitors&#8217; data. Alternatively, set it to <strong>&#8220;CDN&#8221;</strong> to load fonts from the Google and Font Awesome CDNs. If GDPR applies to you, <strong>&#8220;Local&#8221;</strong> is the safe choice.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-78 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Consent Tools</h3></div><div class=\"fusion-text fusion-text-106\"><p>Turn it on, and Avada will prevent scripts and embeds from loading until your visitor gives consent. Do you need it? Maybe not. If you only have necessary cookies and no third-party embeds, you can leave this disabled and just let users know about your cookies in the privacy bar.</p>\n<p>But if your site embeds YouTube videos, runs Google Analytics, or loads anything else from a third party, enable it — and a whole range of new options appear.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-79 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Consent Cookie Expiration</h3></div><div class=\"fusion-text fusion-text-107\"><p>How many days does the consent cookie last before visitors are asked again? The default is 30, and you can push it up to 366 days (for leap years).</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-80 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Consent Types</h3></div><div class=\"fusion-text fusion-text-108\"><p>Here you choose which embeds require consent. There are 12 in all, including a range of Google services. Only select what you actually use — there&#8217;s no point gating consent for services that never appear on your site. And note: custom code snippets with a privacy category are automatically included, so you don&#8217;t need to select those here.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-81 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Selected Consent Types</h3></div><div class=\"fusion-text fusion-text-109\"><p>This controls which of those embeds are selected by default when a visitor first sees the consent bar or Element. Selecting them all means visitors opt out rather than opt in — check whether that&#8217;s acceptable under your local regulations before mirroring that choice.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-82 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Third-Party Embed Description &amp; Placeholder Colors</h3></div><div class=\"fusion-text fusion-text-110\"><p>When a visitor hasn&#8217;t accepted a third-party embed, Avada shows a placeholder in its place — a box explaining that consent is needed, with a button to grant it. The description comes with a sensible default you can customize, and the two color options control the placeholder&#8217;s background and text. Tie these into your color palette (in the video, color 5 for the background and color 1 for the text) so the placeholders don&#8217;t look like an afterthought.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-83 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Google Consent Mode v2</h3></div><div class=\"fusion-text fusion-text-111\"><p>This section gives you a label and description for each of the four Google options: Google Analytics, Google Advertising cookies, Google Advertising user data, and Google Advertising personalization. Defaults are pre-filled, but everything is editable.</p>\n</div><div class=\"fusion-title title fusion-title-84 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Consent Categories</h3></div><div class=\"fusion-text fusion-text-112\"><p>This is where the system gets properly flexible. It&#8217;s a repeater row, so you can add as many categories as you need, each with a custom title and description. The available category types are custom content, necessary cookies, functional cookies (third-party embeds), statistics cookies (analytics), and marketing cookies (advertising and targeting).</p>\n<p>These categories define the grouped sections visitors see in both the Avada Privacy &amp; Consent Bar and the Avada Privacy and Consent Element when the group layout is used. A cluster of related options follows:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-37 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Group Master Toggle</mark> — Adds a master checkbox next to each group title, allowing visitors to enable or disable an entire category at once. If you want this on the bar, set it here. The Element has its own override, so you can leave it off globally and enable it per-element.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">List WordPress Necessary Cookies</mark> &#8211; Only appears if you&#8217;ve added a category of type <strong>&#8220;necessary cookies&#8221;</strong>. Enable it, and an extra option appears to control the opacity of the necessary cookies, visually signaling that these can&#8217;t be toggled off.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Show Cookie Lifespan</mark> &#8211; Displays the expiration days you set earlier next to each cookie.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Show Cookie Description</mark> &#8211; Displays each cookie&#8217;s description below its consent item.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Cookie Description Toggle</mark> &#8211; Adds an expand/collapse button next to each consent item&#8217;s description. Like the master toggle, this can be overridden in the element, so you can leave it off globally if you only need it there.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-113\"><p>Save the Global Options, and the definition half of the system is done. Now for the display half.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-85 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-marker\" style=\"--awb-color:rgba(123,188,216,0.38);\">The Avada Privacy &amp; Consent Bar</mark></h2></div><div class=\"fusion-text fusion-text-114\"><p>Flip the Privacy &amp; Consent Bar option to <strong>“On”</strong>, and a bar appears along the bottom of your site, informing visitors of your Privacy and Consent details. A new batch of global options loads with it.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-14 hover-type-none\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[3ecd20e55ca8029299e]\" data-title=\"Avada Privacy Bar Options\" title=\"Avada Privacy Bar Options\"><img decoding=\"async\" width=\"2000\" height=\"1650\" alt=\"Avada Privacy Bar Options\" src=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options.jpg\" class=\"img-responsive wp-image-897729\" srcset=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-200x165.jpg 200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-400x330.jpg 400w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-600x495.jpg 600w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-800x660.jpg 800w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-1200x990.jpg 1200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></a></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-115\"><p>The bar has two modes. If you enable it without the Privacy Consent Tools, you get just eight or nine options — enough for a simple bar that tells users about necessary cookies and nothing more. Perfectly valid. But with the consent tools enabled, you can also switch on the Privacy Bar Settings, which turns the bar into something far more capable — close to the full Privacy and Consent Element, living in a bar.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:600px;--awb-max-height:360px;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"89vpBck917M\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"How To Use The Privacy &amp; Consent Bar in Avada\" data-button-label=\"Play Video\" width=\"600\" height=\"360\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:600px; height:360px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-86 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Styling the Privacy Bar</h3></div><div class=\"fusion-text fusion-text-116\"><p>The first options control the general styling and appearance:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-38 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Privacy Bar Expanded Padding</mark> — The padding around your content (the content itself determines the overall size). The video example uses 30px all around.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Background Color, Font Size, Text Color, Link Color, &amp; Link Hover Color</mark> &#8211; Standard styling. The example uses color 7 for the background and color 1 for the text.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Privacy Bar Text</mark> &#8211; The actual message. This can be as short or as long as your privacy situation demands. There&#8217;s no template that fits everyone here; it depends entirely on what you need to disclose.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Privacy Bar Button Text</mark> &#8211; &#8220;Okay&#8221; by default, and that&#8217;s fine for most use cases.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-87 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Bar Settings: The Advanced Mode</h3></div><div class=\"fusion-text fusion-text-117\"><p><strong>“Privacy Bar Button Save On Click”</strong> changes what your consent flow actually means. Set to <strong>“No”</strong>, the button is just an acknowledgment. The bar dismisses, and visitors grant consents individually via the placeholder buttons on the details panel.</p>\n<p>Set to <strong>“Yes”</strong>, clicking the button grants all the consent types you selected under Privacy Selected Consent Types. Either way, once the details panel is open, clicking the button always saves the current checkbox selection.</p>\n<p>That&#8217;s a meaningful difference. <strong>&#8220;No&#8221;</strong> means dismissing the bar grants nothing; <strong>&#8220;Yes&#8221;</strong> means one click consents to your defaults. Choose based on your regulatory requirements, not convenience.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-88 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ The Button Behavior Option</h3></div><div class=\"fusion-text fusion-text-118\"><p>Enable <strong>“Privacy Bar Settings”</strong>, and a settings link is added to the bar that opens a full details panel with checkboxes for tracking and third-party embeds. A stack of new options arrives with it:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-39 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Settings Style</mark> — The settings control can be a plain link or a button.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Settings Text</mark> &#8211; &#8220;Settings&#8221; by default, changeable to anything.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Update Button Text</mark> &#8211; When a visitor changes a selection in the settings panel, the main button text switches from your normal label (<strong>&#8220;Okay&#8221;</strong>) to this one (<strong>&#8220;Update Settings&#8221;</strong> by default). Deselect everything back to how it was, and the button reverts. This is a small detail, but it gives visitors clear feedback that there&#8217;s something to save.</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-89 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Layout Options</h3></div><div class=\"fusion-text fusion-text-119\"><p>The settings content can display as Columns (sections spread across the screen) or tabs. Tabs come with their own extras — content height, border size, border and background colors, and content padding. Columns are the default and work well for most setups. Either way, Privacy Bar Content Max Width controls how much horizontal room the panel gets — bumping it to 90% gives the categories space to breathe.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-90 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Typography and Detail Styling</h3></div><div class=\"fusion-text fusion-text-120\"><p>There are options for the heading font size and color, a column gap (30px by default), plus colors for the cookie lifespan and description text. The lifespan and description colors inherit the bar&#8217;s text color when left empty, but setting them separately (color 4 and color 3 in the example) helps visually distinguish the metadata from the main labels. The cookie description font size is 0.85em by default, which is easy to read.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-91 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Consent Item Style</h3></div><div class=\"fusion-text fusion-text-121\"><p>Choose between standard checkboxes or slide toggles for the consent items. Toggles feel more modern, and if you pick them, you also get options for the inactive, active, and thumb colors.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-92 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Accept All and Reject All Buttons</h3></div><div class=\"fusion-text fusion-text-122\"><p>Both are optional, and each includes editable button text when enabled. Whether you want them depends on your setup — if your defaults already reflect what most visitors would choose and the save-on-click behavior handles it, you may not need them at all.</p>\n<p>Once configured, the flow works like this: a visitor changes a selection in the tracking cookies or third-party embeds, the button switches to <strong>&#8220;Update Settings,&#8221;</strong> they click it, their preferences are saved, and the bar disappears for as long as your cookie expiration allows.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-93 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Test It Out First</h2></div><div class=\"fusion-text fusion-text-123\"><p>With everything configured, visit a page with an embedded YouTube video — if YouTube consent hasn&#8217;t been granted, the video simply won&#8217;t load. In its place sits your styled placeholder asking for permission. Grant it, and the choice is stored in a cookie for the duration you set.</p>\n<p>One testing tip from the video that&#8217;ll save you some confusion: once you&#8217;ve saved your own consent preferences, the cookie is valid for the full expiration period — meaning the privacy bar won&#8217;t show for you anymore, even though you&#8217;re trying to test it. To reset, open Chrome DevTools (right-click and select Inspect), go to the <strong>“Application”</strong> tab, and clear the site data. That wipes the consent cookie (and logs you out, so keep your password handy), and you&#8217;re back to a fresh-visitor view.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-94 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Other Avada Privacy Tools Worth Knowing</h2></div><div class=\"fusion-text fusion-text-124\"><p>The Privacy Bar and the Privacy Element get the spotlight, but Avada offers a few more privacy options.</p>\n<p><a href=\"https://avada.com/element/consent-field/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Consent Field Element</a> — If you&#8217;re using the <a href=\"https://avada.com/feature/form-builder/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Form Builder</a>, just add the Element into your form and write your consent text. Done. There&#8217;s also a legacy method for sites using the contact page template — under the Contact Template tab in global options, enable Display Data Privacy Confirmation Box, and a further option appears to customize the message. But that only applies to the contact page template, and Avada Forms is the far more flexible route.</p>\n<p><a href=\"https://avada.com/element/user-register/\" target=\"_self\" rel=\"noopener noreferrer\">The Avada User Register Element</a> — If people register on your site, this element includes a Registration Notice field near the bottom of its options. It displays custom text before the submit button — a natural spot to inform new users about your GDPR compliance or data handling.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-95 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-125\"><p>So that&#8217;s the full privacy and consent system in Avada: Global Options, where you define everything once; a configurable bar for site-wide notices; an Element for pages and Avada Off-Canvas pop-ups; and consent fields for your forms and registrations.</p>\n<p>The practical path forward looks like this. Work out your legal requirements first (lawyer, if in doubt). Set your fonts to Local if GDPR applies. Then decide how much of the system you need — a simple bar for a cookies-only site, or the full consent tools if you&#8217;re running third-party embeds and analytics. Define your consent types and categories in the global options, and pick your display method: the bar, the element, or both.</p>\n<p>And when you&#8217;re ready to build out the Element side — whether on a privacy policy page or as a polished Avada Off-Canvas pop-up — the two companion guides linked at the top walk through those builds step by step.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://avada.com/blog/how-to-manage-website-privacy-consent/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:23:\"https://avada.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:17:{s:4:\"date\";s:29:\"Sun, 09 Aug 2026 18:26:14 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"server\";s:10:\"cloudflare\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:4:\"etag\";s:34:\"\"6bfe3216b07db372c142a1a77e9cbd26\"\";s:13:\"last-modified\";s:29:\"Fri, 07 Aug 2026 11:19:03 GMT\";s:4:\"link\";s:54:\"<https://avada.com/wp-json/>; rel=\"https://api.w.org/\"\";s:12:\"x-powered-by\";s:9:\"WP Engine\";s:11:\"x-cacheable\";s:17:\"CacheAlways: feed\";s:13:\"cache-control\";s:28:\"max-age=600, must-revalidate\";s:7:\"x-cache\";s:6:\"HIT: 1\";s:3:\"age\";s:2:\"68\";s:16:\"content-encoding\";s:4:\"gzip\";s:10:\"set-cookie\";s:305:\"__cf_bm=ab.2Ioy1h16UUDCYdP82AILlBDoj63uFdHlizVYqKes-1786299974.1931744-1.0.1.1-lSZBfULCFu8iGbtzzwQjHygUuXbRfETLXWlMnE_878Oigt_l9P3uSTdPOa6ClGE0MbelxyHbQ.Y0SZUxpOjNfyJQOcxiCiLMujqjQrTr9PCqSp8TCcFjx7YXM0m5yn4Y; HttpOnly; SameSite=None; Secure; Path=/; Domain=avada.com; Expires=Sun, 09 Aug 2026 18:56:14 GMT\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:6:\"cf-ray\";s:20:\"a288ced6beabcd76-IAD\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}}s:5:\"build\";i:1753704820;s:21:\"cache_expiration_time\";i:1786343174;s:23:\"__cache_expiration_time\";i:1786343174;}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296297, 'can_compress_scripts', '1', 'on'),
(296446, '_transient_timeout_fusion_fb_tos', '1786905180', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296447, '_transient_fusion_fb_tos', 'a:46:{s:23:\"alert_shortcode_section\";a:7:{s:5:\"label\";s:5:\"Alert\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"alert_shortcode_section\";s:7:\"default\";s:0:\"\";s:4:\"icon\";s:28:\"fusiona-exclamation-triangle\";s:4:\"type\";s:9:\"accordion\";s:6:\"fields\";a:15:{s:13:\"info_bg_color\";a:6:{s:5:\"label\";s:24:\"General Background Color\";s:11:\"description\";s:49:\"Set the background color for general alert boxes.\";s:2:\"id\";s:13:\"info_bg_color\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"--info_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";}s:17:\"info_accent_color\";a:6:{s:5:\"label\";s:20:\"General Accent Color\";s:11:\"description\";s:45:\"Set the accent color for general alert boxes.\";s:2:\"id\";s:17:\"info_accent_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--info_accent_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:15:\"danger_bg_color\";a:6:{s:5:\"label\";s:22:\"Error Background Color\";s:11:\"description\";s:47:\"Set the background color for error alert boxes.\";s:2:\"id\";s:15:\"danger_bg_color\";s:7:\"default\";s:20:\"rgba(219,75,104,0.1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"--danger_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"danger_accent_color\";a:6:{s:5:\"label\";s:18:\"Error Accent Color\";s:11:\"description\";s:43:\"Set the accent color for error alert boxes.\";s:2:\"id\";s:19:\"danger_accent_color\";s:7:\"default\";s:7:\"#db4b68\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--danger_accent_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"success_bg_color\";a:6:{s:5:\"label\";s:24:\"Success Background Color\";s:11:\"description\";s:49:\"Set the background color for success alert boxes.\";s:2:\"id\";s:16:\"success_bg_color\";s:7:\"default\";s:20:\"rgba(18,184,120,0.1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--success_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"success_accent_color\";a:6:{s:5:\"label\";s:20:\"Success Accent Color\";s:11:\"description\";s:45:\"Set the accent color for success alert boxes.\";s:2:\"id\";s:20:\"success_accent_color\";s:7:\"default\";s:7:\"#12b878\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--success_accent_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"warning_bg_color\";a:6:{s:5:\"label\";s:23:\"Notice Background Color\";s:11:\"description\";s:48:\"Set the background color for notice alert boxes.\";s:2:\"id\";s:16:\"warning_bg_color\";s:7:\"default\";s:20:\"rgba(241,174,42,0.1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--warning_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"warning_accent_color\";a:6:{s:5:\"label\";s:19:\"Notice Accent Color\";s:11:\"description\";s:44:\"Set the accent color for notice alert boxes.\";s:2:\"id\";s:20:\"warning_accent_color\";s:7:\"default\";s:7:\"#f1ae2a\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--warning_accent_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"alert_box_text_align\";a:7:{s:5:\"label\";s:17:\"Content Alignment\";s:11:\"description\";s:43:\"Choose how the content should be displayed.\";s:2:\"id\";s:20:\"alert_box_text_align\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:6:\"center\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:37:\".fusion-alert:not(.fusion-live-alert)\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:14:\"fusion-alert-$\";s:12:\"remove_attrs\";a:3:{i:0;s:17:\"fusion-alert-left\";i:1;s:19:\"fusion-alert-center\";i:2;s:18:\"fusion-alert-right\";}}}}s:24:\"alert_box_text_transform\";a:7:{s:5:\"label\";s:14:\"Text Transform\";s:11:\"description\";s:33:\"Choose how the text is displayed.\";s:2:\"id\";s:24:\"alert_box_text_transform\";s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:6:\"normal\";s:6:\"Normal\";s:10:\"capitalize\";s:9:\"Uppercase\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:37:\".fusion-alert:not(.fusion-live-alert)\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:14:\"fusion-alert-$\";s:12:\"remove_attrs\";a:2:{i:0;s:23:\"fusion-alert-capitalize\";i:1;s:19:\"fusion-alert-normal\";}}}}s:32:\"alert_box_link_color_inheritance\";a:7:{s:5:\"label\";s:22:\"Link Color Inheritance\";s:11:\"description\";s:56:\"Choose if links should inherit the alert box text color.\";s:2:\"id\";s:32:\"alert_box_link_color_inheritance\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}s:6:\"output\";a:2:{i:0;a:6:{s:7:\"element\";s:37:\".fusion-alert:not(.fusion-live-alert)\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:28:\"awb-alert-inherit-link-color\";s:12:\"remove_attrs\";a:1:{i:0;s:27:\"awb-alert-native-link-color\";}s:7:\"exclude\";a:1:{i:0;s:2:\"no\";}}i:1;a:6:{s:7:\"element\";s:37:\".fusion-alert:not(.fusion-live-alert)\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:27:\"awb-alert-native-link-color\";s:12:\"remove_attrs\";a:1:{i:0;s:28:\"awb-alert-inherit-link-color\";}s:7:\"exclude\";a:1:{i:0;s:3:\"yes\";}}}}s:21:\"alert_box_dismissable\";a:7:{s:5:\"label\";s:14:\"Dismiss Button\";s:11:\"description\";s:46:\"Select if the alert box should be dismissable.\";s:2:\"id\";s:21:\"alert_box_dismissable\";s:7:\"default\";s:3:\"yes\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:5:\"boxed\";s:5:\"Boxed\";s:7:\"floated\";s:7:\"Floated\";s:2:\"no\";s:4:\"None\";}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:44:\".fusion-alert:not(.fusion-live-alert) .close\";s:8:\"property\";s:7:\"display\";s:13:\"value_pattern\";s:4:\"none\";s:7:\"exclude\";a:1:{i:0;s:3:\"yes\";}}i:1;a:4:{s:7:\"element\";s:44:\".fusion-alert:not(.fusion-live-alert) .close\";s:8:\"property\";s:7:\"display\";s:13:\"value_pattern\";s:6:\"inline\";s:7:\"exclude\";a:1:{i:0;s:2:\"no\";}}}}s:16:\"alert_box_shadow\";a:7:{s:5:\"label\";s:10:\"Box Shadow\";s:11:\"description\";s:41:\"Display a box shadow below the alert box.\";s:2:\"id\";s:16:\"alert_box_shadow\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}s:6:\"output\";a:2:{i:0;a:6:{s:7:\"element\";s:37:\".fusion-alert:not(.fusion-live-alert)\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:12:\"alert-shadow\";s:12:\"remove_attrs\";a:1:{i:0;s:15:\"alert-shadow-no\";}s:7:\"exclude\";a:1:{i:0;s:2:\"no\";}}i:1;a:6:{s:7:\"element\";s:37:\".fusion-alert:not(.fusion-live-alert)\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:15:\"alert-shadow-no\";s:12:\"remove_attrs\";a:1:{i:0;s:12:\"alert-shadow\";}s:7:\"exclude\";a:1:{i:0;s:3:\"yes\";}}}}s:17:\"alert_border_size\";a:7:{s:5:\"label\";s:11:\"Border Size\";s:11:\"description\";s:44:\"Controls the border size of the alert boxes.\";s:2:\"id\";s:17:\"alert_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--alert_border_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:19:\"alert_border_radius\";a:8:{s:5:\"label\";s:13:\"Border Radius\";s:11:\"description\";s:22:\"Set the border radius.\";s:2:\"id\";s:19:\"alert_border_radius\";s:7:\"choices\";a:5:{s:8:\"top_left\";b:1;s:9:\"top_right\";b:1;s:12:\"bottom_right\";b:1;s:11:\"bottom_left\";b:1;s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"em\";}}s:7:\"default\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:4:\"type\";s:13:\"border_radius\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:42:\"--awb-alert-border-top-left-radius-default\";s:6:\"choice\";s:8:\"top_left\";s:7:\"element\";s:4:\"body\";}i:1;a:3:{s:4:\"name\";s:43:\"--awb-alert-border-top-right-radius-default\";s:6:\"choice\";s:9:\"top_right\";s:7:\"element\";s:4:\"body\";}i:2;a:3:{s:4:\"name\";s:46:\"--awb-alert-border-bottom-right-radius-default\";s:6:\"choice\";s:12:\"bottom_right\";s:7:\"element\";s:4:\"body\";}i:3;a:3:{s:4:\"name\";s:45:\"--awb-alert-border-bottom-left-radius-default\";s:6:\"choice\";s:11:\"bottom_left\";s:7:\"element\";s:4:\"body\";}}s:9:\"transport\";s:11:\"postMessage\";}}}s:28:\"animations_shortcode_section\";a:7:{s:5:\"label\";s:10:\"Animations\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:28:\"animations_shortcode_section\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:19:\"fusiona-play-circle\";s:6:\"fields\";a:2:{s:16:\"animation_offset\";a:8:{s:5:\"label\";s:16:\"Animation Offset\";s:11:\"description\";s:41:\"Controls when the animation should start.\";s:2:\"id\";s:16:\"animation_offset\";s:7:\"default\";s:13:\"top-into-view\";s:4:\"type\";s:6:\"select\";s:11:\"option_name\";s:14:\"fusion_options\";s:7:\"choices\";a:3:{s:13:\"top-into-view\";s:38:\"Top of element hits bottom of viewport\";s:15:\"top-mid-of-view\";s:38:\"Top of element hits middle of viewport\";s:14:\"bottom-in-view\";s:33:\"Bottom of element enters viewport\";}s:9:\"transport\";s:11:\"postMessage\";}s:21:\"status_css_animations\";a:7:{s:5:\"label\";s:29:\"Element Appearance Animations\";s:11:\"description\";s:52:\"Select to enable animations for elements appearance.\";s:2:\"id\";s:21:\"status_css_animations\";s:7:\"default\";s:7:\"desktop\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:18:\"desktop_and_mobile\";s:20:\"Desktop &amp; Mobile\";s:7:\"desktop\";s:12:\"Desktop Only\";s:3:\"off\";s:3:\"Off\";}s:6:\"output\";a:1:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionAnimationsVars\";s:2:\"id\";s:21:\"status_css_animations\";s:7:\"trigger\";a:1:{i:0;s:13:\"CSSAnimations\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}}}s:23:\"audio_shortcode_section\";a:7:{s:5:\"label\";s:5:\"Audio\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"audio_shortcode_section\";s:7:\"default\";s:0:\"\";s:4:\"icon\";s:13:\"fusiona-audio\";s:4:\"type\";s:9:\"accordion\";s:6:\"fields\";a:7:{s:15:\"audio_max_width\";a:6:{s:5:\"label\";s:13:\"Maximum Width\";s:11:\"description\";s:46:\"Set the maximum width using a valid CSS value.\";s:2:\"id\";s:15:\"audio_max_width\";s:7:\"default\";s:4:\"100%\";s:4:\"type\";s:4:\"text\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--awb-audio-max-width-default\";s:7:\"element\";s:4:\"body\";}}}s:22:\"audio_background_color\";a:6:{s:5:\"label\";s:16:\"Background Color\";s:11:\"description\";s:51:\"Controls the background color for the audio player.\";s:2:\"id\";s:22:\"audio_background_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:36:\"--awb-audio-background-color-default\";s:7:\"element\";s:4:\"body\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"audio_progressbar_color\";a:6:{s:5:\"label\";s:20:\"Audio Progress Color\";s:11:\"description\";s:42:\"Select a color for the audio progress-bar.\";s:2:\"id\";s:23:\"audio_progressbar_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--awb-audio-accent-color-default\";s:7:\"element\";s:4:\"body\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"audio_controls_color_scheme\";a:6:{s:5:\"label\";s:21:\"Controls Color Scheme\";s:11:\"description\";s:132:\"Depending on the background color you can change this value to &quot;Light&quot; or &quot;Dark&quot; to ensure controls are visible.\";s:2:\"id\";s:27:\"audio_controls_color_scheme\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:5:\"light\";s:7:\"choices\";a:2:{s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";}}s:17:\"audio_border_size\";a:7:{s:4:\"type\";s:6:\"slider\";s:5:\"label\";s:11:\"Border Size\";s:2:\"id\";s:17:\"audio_border_size\";s:7:\"default\";i:0;s:11:\"description\";s:20:\"Set the border size.\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"10\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--awb-audio-border-size-default\";s:7:\"element\";s:4:\"body\";}}}s:18:\"audio_border_color\";a:7:{s:4:\"type\";s:11:\"color-alpha\";s:5:\"label\";s:12:\"Border Color\";s:11:\"description\";s:47:\"Controls the border color for the audio player.\";s:2:\"id\";s:18:\"audio_border_color\";s:5:\"group\";s:6:\"Design\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--awb-audio-border-color-default\";s:7:\"element\";s:4:\"body\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"audio_border_radius\";a:8:{s:5:\"label\";s:13:\"Border Radius\";s:11:\"description\";s:22:\"Set the border radius.\";s:2:\"id\";s:19:\"audio_border_radius\";s:7:\"choices\";a:5:{s:8:\"top_left\";b:1;s:9:\"top_right\";b:1;s:12:\"bottom_right\";b:1;s:11:\"bottom_left\";b:1;s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"em\";}}s:7:\"default\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:4:\"type\";s:13:\"border_radius\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:42:\"--awb-audio-border-top-left-radius-default\";s:6:\"choice\";s:8:\"top_left\";s:7:\"element\";s:4:\"body\";}i:1;a:3:{s:4:\"name\";s:43:\"--awb-audio-border-top-right-radius-default\";s:6:\"choice\";s:9:\"top_right\";s:7:\"element\";s:4:\"body\";}i:2;a:3:{s:4:\"name\";s:46:\"--awb-audio-border-bottom-right-radius-default\";s:6:\"choice\";s:12:\"bottom_right\";s:7:\"element\";s:4:\"body\";}i:3;a:3:{s:4:\"name\";s:45:\"--awb-audio-border-bottom-left-radius-default\";s:6:\"choice\";s:11:\"bottom_left\";s:7:\"element\";s:4:\"body\";}}s:9:\"transport\";s:11:\"postMessage\";}}}s:22:\"blog_shortcode_section\";a:7:{s:5:\"label\";s:4:\"Blog\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"blog_shortcode_section\";s:7:\"default\";s:0:\"\";s:4:\"icon\";s:12:\"fusiona-blog\";s:4:\"type\";s:9:\"accordion\";s:6:\"fields\";a:9:{s:17:\"blog_grid_columns\";a:7:{s:5:\"label\";s:17:\"Number of Columns\";s:11:\"description\";s:134:\"Set the number of columns per row for grid and masonry layout. <strong>IMPORTANT:</strong> Masonry layout does not work with 1 column.\";s:2:\"id\";s:17:\"blog_grid_columns\";s:7:\"default\";i:3;s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";i:1;}s:9:\"transport\";s:11:\"postMessage\";}s:24:\"blog_grid_column_spacing\";a:7:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:71:\"Controls the column spacing for blog posts for grid and masonry layout.\";s:2:\"id\";s:24:\"blog_grid_column_spacing\";s:7:\"default\";s:2:\"40\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"300\";s:4:\"edit\";s:3:\"yes\";}s:9:\"transport\";s:11:\"postMessage\";}s:17:\"blog_grid_padding\";a:7:{s:5:\"label\";s:22:\"Blog Grid Text Padding\";s:11:\"description\";s:105:\"Controls the top/right/bottom/left padding of the blog text when using grid / masonry or timeline layout.\";s:2:\"id\";s:17:\"blog_grid_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"30px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";}s:12:\"blog_excerpt\";a:7:{s:5:\"label\";s:15:\"Content Display\";s:11:\"description\";s:107:\"Controls if the post content displays an excerpt, full content or is completely disabled for blog elements.\";s:2:\"id\";s:12:\"blog_excerpt\";s:7:\"default\";s:3:\"yes\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"hide\";s:7:\"No Text\";s:3:\"yes\";s:7:\"Excerpt\";s:2:\"no\";s:12:\"Full Content\";}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"blog_excerpt_length\";a:8:{s:5:\"label\";s:14:\"Excerpt Length\";s:11:\"description\";s:206:\"Controls the number of <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&lang=en#excerpt_base\" target=\"_blank\" rel=\"noopener noreferrer\">words</a> in the excerpts for blog elements.\";s:2:\"id\";s:19:\"blog_excerpt_length\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"blog_excerpt\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"yes\";}}s:9:\"transport\";s:11:\"postMessage\";}s:44:\"blog_element_load_more_posts_button_bg_color\";a:6:{s:5:\"label\";s:39:\"Load More Posts Button Background Color\";s:11:\"description\";s:94:\"Controls the background color of the load more button for ajax post loading for blog elements.\";s:2:\"id\";s:44:\"blog_element_load_more_posts_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:46:\"--blog_element_load_more_posts_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:46:\"blog_element_load_more_posts_button_text_color\";a:6:{s:5:\"label\";s:33:\"Load More Posts Button Text Color\";s:11:\"description\";s:88:\"Controls the text color of the load more button for ajax post loading for blog elements.\";s:2:\"id\";s:46:\"blog_element_load_more_posts_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:48:\"--blog_element_load_more_posts_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:50:\"blog_element_load_more_posts_hover_button_bg_color\";a:6:{s:5:\"label\";s:45:\"Load More Posts Button Hover Background Color\";s:11:\"description\";s:100:\"Controls the hover background color of the load more button for ajax post loading for blog elements.\";s:2:\"id\";s:50:\"blog_element_load_more_posts_hover_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:52:\"--blog_element_load_more_posts_hover_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:52:\"blog_element_load_more_posts_hover_button_text_color\";a:6:{s:5:\"label\";s:39:\"Load More Posts Hover Button Text Color\";s:11:\"description\";s:94:\"Controls the hover text color of the load more button for ajax post loading for blog elements.\";s:2:\"id\";s:52:\"blog_element_load_more_posts_hover_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:54:\"--blog_element_load_more_posts_hover_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:24:\"button_shortcode_section\";a:5:{s:5:\"label\";s:6:\"Button\";s:2:\"id\";s:24:\"button_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:19:\"fusiona-check-empty\";s:6:\"fields\";a:22:{s:14:\"button_padding\";a:7:{s:5:\"label\";s:14:\"Button Padding\";s:11:\"description\";s:33:\"Controls the padding for buttons.\";s:2:\"id\";s:14:\"button_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"13px\";s:5:\"right\";s:4:\"29px\";s:6:\"bottom\";s:4:\"13px\";s:4:\"left\";s:4:\"29px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:20:\"--button_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:23:\"--button_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:21:\"--button_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:22:\"--button_padding-right\";s:6:\"choice\";s:5:\"right\";}}}s:11:\"button_span\";a:7:{s:5:\"label\";s:11:\"Button Span\";s:11:\"description\";s:61:\"Controls if the button spans the full width of its container.\";s:2:\"id\";s:11:\"button_span\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}s:6:\"output\";a:1:{i:0;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:20:\"fusion-button_span-$\";s:12:\"remove_attrs\";a:2:{i:0;s:22:\"fusion-button_span-yes\";i:1;s:21:\"fusion-button_span-no\";}s:11:\"toLowerCase\";b:1;}}}s:11:\"button_type\";a:7:{s:5:\"label\";s:11:\"Button Type\";s:11:\"description\";s:33:\"Controls the default button type.\";s:2:\"id\";s:11:\"button_type\";s:7:\"default\";s:4:\"Flat\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Flat\";s:4:\"Flat\";s:2:\"3d\";s:2:\"3D\";}s:6:\"output\";a:2:{i:0;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:20:\"fusion-button_type-$\";s:12:\"remove_attrs\";a:2:{i:0;s:23:\"fusion-button_type-flat\";i:1;s:21:\"fusion-button_type-3d\";}s:11:\"toLowerCase\";b:1;}i:1;a:6:{s:7:\"element\";s:27:\".fusion-button-default-type\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:8:\"button-$\";s:12:\"remove_attrs\";a:2:{i:0;s:9:\"button-3d\";i:1;s:11:\"button-flat\";}s:11:\"toLowerCase\";b:1;}}}s:17:\"button_typography\";a:8:{s:2:\"id\";s:17:\"button_typography\";s:5:\"label\";s:17:\"Button Typography\";s:11:\"description\";s:58:\"These settings control the typography for all button text.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:7:\"choices\";a:6:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:6:{s:11:\"font-family\";s:34:\"var(--awb-typography3-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography3-font-size)\";s:11:\"font-weight\";s:3:\"600\";s:11:\"line-height\";s:34:\"var(--awb-typography3-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography3-letter-spacing)\";s:14:\"text-transform\";s:37:\"var(--awb-typography3-text-transform)\";}s:8:\"css_vars\";a:7:{i:0;a:3:{s:4:\"name\";s:31:\"--button_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:17:\"button_typography\";}}i:1;a:3:{s:4:\"name\";s:31:\"--button_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:3:{s:4:\"name\";s:34:\"--button_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:3;a:2:{s:4:\"name\";s:30:\"--button_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:4;a:2:{s:4:\"name\";s:18:\"--button_font_size\";s:6:\"choice\";s:9:\"font-size\";}i:5;a:2:{s:4:\"name\";s:20:\"--button_line_height\";s:6:\"choice\";s:11:\"line-height\";}i:6;a:2:{s:4:\"name\";s:23:\"--button_text_transform\";s:6:\"choice\";s:14:\"text-transform\";}}}s:25:\"button_gradient_top_color\";a:7:{s:5:\"label\";s:27:\"Button Gradient Start Color\";s:11:\"description\";s:50:\"Controls the start color of the button background.\";s:2:\"id\";s:25:\"button_gradient_top_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--button_gradient_top_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:28:\"button_gradient_bottom_color\";i:1;s:19:\"not-equal-to-option\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:26:\"fusion-has-button-gradient\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:28:\"button_gradient_bottom_color\";a:6:{s:5:\"label\";s:25:\"Button Gradient End Color\";s:11:\"description\";s:48:\"Controls the end color of the button background.\";s:2:\"id\";s:28:\"button_gradient_bottom_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--button_gradient_bottom_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:31:\"button_gradient_top_color_hover\";a:8:{s:5:\"label\";s:33:\"Button Gradient Start Hover Color\";s:11:\"description\";s:56:\"Controls the start hover color of the button background.\";s:2:\"id\";s:31:\"button_gradient_top_color_hover\";s:7:\"default\";s:108:\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) - 5%),calc(var(--awb-color5-l) - 10%),var(--awb-color5-a))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:33:\"--button_gradient_top_color_hover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:34:\"button_gradient_bottom_color_hover\";i:1;s:19:\"not-equal-to-option\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:26:\"fusion-has-button-gradient\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:7:\"preview\";a:3:{s:8:\"selector\";s:43:\".fusion-button,.fusion-button .wpcf7-submit\";s:4:\"type\";s:5:\"class\";s:6:\"toggle\";s:5:\"hover\";}}s:34:\"button_gradient_bottom_color_hover\";a:7:{s:5:\"label\";s:31:\"Button Gradient End Hover Color\";s:11:\"description\";s:54:\"Controls the end hover color of the button background.\";s:2:\"id\";s:34:\"button_gradient_bottom_color_hover\";s:7:\"default\";s:108:\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) - 5%),calc(var(--awb-color5-l) - 10%),var(--awb-color5-a))\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"preview\";a:3:{s:8:\"selector\";s:43:\".fusion-button,.fusion-button .wpcf7-submit\";s:4:\"type\";s:5:\"class\";s:6:\"toggle\";s:5:\"hover\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:36:\"--button_gradient_bottom_color_hover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"button_gradient_start\";a:7:{s:5:\"label\";s:21:\"Button Gradient Start\";s:11:\"description\";s:45:\"Controls the start position for the gradient.\";s:2:\"id\";s:21:\"button_gradient_start\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--button_gradient_start\";s:13:\"value_pattern\";s:2:\"$%\";}}}s:19:\"button_gradient_end\";a:7:{s:5:\"label\";s:19:\"Button Gradient End\";s:11:\"description\";s:43:\"Controls the end position for the gradient.\";s:2:\"id\";s:19:\"button_gradient_end\";s:7:\"default\";s:3:\"100\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--button_gradient_end\";s:13:\"value_pattern\";s:2:\"$%\";}}}s:20:\"button_gradient_type\";a:7:{s:5:\"label\";s:20:\"Button Gradient Type\";s:11:\"description\";s:30:\"Controls the type of gradient.\";s:2:\"id\";s:20:\"button_gradient_type\";s:7:\"default\";s:6:\"linear\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:6:\"linear\";s:6:\"Linear\";s:6:\"radial\";s:6:\"Radial\";}s:6:\"output\";a:1:{i:0;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:24:\"fusion-button_gradient-$\";s:12:\"remove_attrs\";a:2:{i:0;s:29:\"fusion-button_gradient-linear\";i:1;s:29:\"fusion-button_gradient-radial\";}s:11:\"toLowerCase\";b:1;}}}s:21:\"button_gradient_angle\";a:8:{s:5:\"label\";s:21:\"Button Gradient Angle\";s:11:\"description\";s:43:\"Controls the angle for the linear gradient.\";s:2:\"id\";s:21:\"button_gradient_angle\";s:7:\"default\";s:3:\"180\";s:4:\"type\";s:6:\"slider\";s:15:\"soft_dependency\";b:1;s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"360\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--button_gradient_angle\";s:13:\"value_pattern\";s:4:\"$deg\";}}}s:23:\"button_radial_direction\";a:8:{s:5:\"label\";s:23:\"Button Radial Direction\";s:11:\"description\";s:37:\"Select direction for radial gradient.\";s:2:\"id\";s:23:\"button_radial_direction\";s:7:\"default\";s:13:\"center center\";s:4:\"type\";s:6:\"select\";s:15:\"soft_dependency\";b:1;s:7:\"choices\";a:9:{s:8:\"left top\";s:8:\"Left Top\";s:11:\"left center\";s:11:\"Left Center\";s:11:\"left bottom\";s:11:\"Left Bottom\";s:9:\"right top\";s:9:\"Right Top\";s:12:\"right center\";s:12:\"Right Center\";s:12:\"right bottom\";s:12:\"Right Bottom\";s:10:\"center top\";s:10:\"Center Top\";s:13:\"center center\";s:13:\"Center Center\";s:13:\"center bottom\";s:13:\"Center Bottom\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:25:\"--button_radial_direction\";}}}s:19:\"button_accent_color\";a:6:{s:5:\"label\";s:17:\"Button Text Color\";s:11:\"description\";s:56:\"Controls the color of the button text, divider and icon.\";s:2:\"id\";s:19:\"button_accent_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--button_accent_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"button_accent_hover_color\";a:7:{s:5:\"label\";s:23:\"Button Text Hover Color\";s:11:\"description\";s:62:\"Controls the hover color of the button text, divider and icon.\";s:2:\"id\";s:25:\"button_accent_hover_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--button_accent_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:7:\"preview\";a:3:{s:8:\"selector\";s:43:\".fusion-button,.fusion-button .wpcf7-submit\";s:4:\"type\";s:5:\"class\";s:6:\"toggle\";s:5:\"hover\";}}s:18:\"button_bevel_color\";a:6:{s:5:\"label\";s:30:\"Button Bevel Color For 3D Mode\";s:11:\"description\";s:66:\"Controls the bevel color of the buttons when using 3D button type.\";s:2:\"id\";s:18:\"button_bevel_color\";s:7:\"default\";s:108:\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) - 5%),calc(var(--awb-color5-l) - 10%),var(--awb-color5-a))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:20:\"--button_bevel_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:19:\"--button_box_shadow\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:76:\"inset 0px 1px 0px #ffffff, 0px 3px 0px $, 1px 5px 5px 3px rgba(0, 0, 0, 0.3)\";i:1;s:4:\"none\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:11:\"button_type\";i:1;s:3:\"===\";i:2;s:2:\"3d\";}}}}}}}s:24:\"button_bevel_color_hover\";a:6:{s:5:\"label\";s:36:\"Button Hover Bevel Color For 3D Mode\";s:11:\"description\";s:72:\"Controls the hover bevel color of the buttons when using 3D button type.\";s:2:\"id\";s:24:\"button_bevel_color_hover\";s:7:\"default\";s:108:\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) - 5%),calc(var(--awb-color5-l) - 10%),var(--awb-color5-a))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--button_bevel_color_hover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"button_border_width\";a:7:{s:5:\"label\";s:18:\"Button Border Size\";s:11:\"description\";s:37:\"Controls the border size for buttons.\";s:2:\"id\";s:19:\"button_border_width\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:25:\"--button_border_width-top\";s:6:\"choice\";s:3:\"top\";s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:27:\"--button_border_width-right\";s:6:\"choice\";s:5:\"right\";s:2:\"po\";b:0;}i:2;a:3:{s:4:\"name\";s:28:\"--button_border_width-bottom\";s:6:\"choice\";s:6:\"bottom\";s:2:\"po\";b:0;}i:3;a:3:{s:4:\"name\";s:26:\"--button_border_width-left\";s:6:\"choice\";s:4:\"left\";s:2:\"po\";b:0;}}}s:20:\"button_border_radius\";a:7:{s:4:\"type\";s:13:\"border_radius\";s:5:\"label\";s:20:\"Button Border Radius\";s:11:\"description\";s:39:\"Controls the border radius for buttons.\";s:2:\"id\";s:20:\"button_border_radius\";s:7:\"choices\";a:5:{s:8:\"top_left\";b:1;s:9:\"top_right\";b:1;s:12:\"bottom_right\";b:1;s:11:\"bottom_left\";b:1;s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"em\";}}s:7:\"default\";a:4:{s:8:\"top_left\";s:3:\"4px\";s:9:\"top_right\";s:3:\"4px\";s:12:\"bottom_right\";s:3:\"4px\";s:11:\"bottom_left\";s:3:\"4px\";}s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:31:\"--button-border-radius-top-left\";s:6:\"choice\";s:8:\"top_left\";s:7:\"element\";s:4:\"body\";}i:1;a:3:{s:4:\"name\";s:32:\"--button-border-radius-top-right\";s:6:\"choice\";s:9:\"top_right\";s:7:\"element\";s:4:\"body\";}i:2;a:3:{s:4:\"name\";s:35:\"--button-border-radius-bottom-right\";s:6:\"choice\";s:12:\"bottom_right\";s:7:\"element\";s:4:\"body\";}i:3;a:3:{s:4:\"name\";s:34:\"--button-border-radius-bottom-left\";s:6:\"choice\";s:11:\"bottom_left\";s:7:\"element\";s:4:\"body\";}}}s:19:\"button_border_color\";a:6:{s:5:\"label\";s:19:\"Button Border Color\";s:11:\"description\";s:38:\"Controls the border color for buttons.\";s:2:\"id\";s:19:\"button_border_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--button_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"button_border_hover_color\";a:6:{s:5:\"label\";s:25:\"Button Border Hover Color\";s:11:\"description\";s:46:\"Controls the hover border color of the button.\";s:2:\"id\";s:25:\"button_border_hover_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--button_border_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:14:\"button_presets\";a:6:{s:5:\"label\";s:21:\"Legacy Button Presets\";s:11:\"description\";s:56:\"Select if you would like to enable legacy color presets.\";s:2:\"id\";s:14:\"button_presets\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}}}s:26:\"carousel_shortcode_section\";a:6:{s:5:\"label\";s:8:\"Carousel\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:26:\"carousel_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:14:\"fusiona-images\";s:6:\"fields\";a:3:{s:18:\"carousel_nav_color\";a:7:{s:5:\"label\";s:29:\"Carousel Navigation Box Color\";s:11:\"description\";s:62:\"Controls the color of the navigation box for carousel sliders.\";s:2:\"id\";s:18:\"carousel_nav_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc(var(--awb-color8-a) - 30%))\";s:4:\"type\";s:11:\"color-alpha\";s:11:\"option_name\";s:14:\"fusion_options\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--carousel_nav_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"carousel_hover_color\";a:7:{s:5:\"label\";s:35:\"Carousel Hover Navigation Box Color\";s:11:\"description\";s:68:\"Controls the color of the hover navigation box for carousel sliders.\";s:2:\"id\";s:20:\"carousel_hover_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color5-h),var(--awb-color5-s),var(--awb-color5-l),calc(var(--awb-color5-a) - 20%))\";s:4:\"type\";s:11:\"color-alpha\";s:11:\"option_name\";s:14:\"fusion_options\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--carousel_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:14:\"carousel_speed\";a:8:{s:5:\"label\";s:23:\"Carousel Autoplay Speed\";s:11:\"description\";s:74:\"Controls the autoplay speed of all carousel elements. ex: 1000 = 1 second.\";s:2:\"id\";s:14:\"carousel_speed\";s:7:\"default\";s:4:\"2500\";s:4:\"type\";s:6:\"slider\";s:11:\"option_name\";s:14:\"fusion_options\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"500\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:3:\"250\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionCarouselVars\";s:2:\"id\";s:14:\"carousel_speed\";s:7:\"trigger\";a:1:{i:0;s:23:\"fusion-reinit-carousels\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}}}s:23:\"chart_shortcode_section\";a:6:{s:5:\"label\";s:5:\"Chart\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"chart_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:17:\"fusiona-bar-chart\";s:6:\"fields\";a:5:{s:21:\"chart_legend_position\";a:7:{s:5:\"label\";s:15:\"Legend Position\";s:11:\"description\";s:133:\"Set chart legend position. Note that on mobile devices legend will be positioned below the chart when left or right position is used.\";s:2:\"id\";s:21:\"chart_legend_position\";s:7:\"default\";s:3:\"top\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";s:3:\"off\";s:3:\"Off\";}}s:19:\"chart_show_tooltips\";a:7:{s:5:\"label\";s:13:\"Show Tooltips\";s:11:\"description\";s:146:\"Choose whether tooltips should be displayed on hover. If your chart is in a column and the column has a hover type or link, tooltips are disabled.\";s:2:\"id\";s:19:\"chart_show_tooltips\";s:7:\"default\";s:3:\"yes\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:14:\"chart_bg_color\";a:7:{s:5:\"label\";s:22:\"Chart Background Color\";s:11:\"description\";s:37:\"Controls the background of the chart.\";s:2:\"id\";s:14:\"chart_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--chart_bg_color\";}}}s:21:\"chart_axis_text_color\";a:6:{s:5:\"label\";s:21:\"Chart Axis Text Color\";s:11:\"description\";s:49:\"Controls the text color of the x-axis and y-axis.\";s:2:\"id\";s:21:\"chart_axis_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"chart_gridline_color\";a:6:{s:5:\"label\";s:20:\"Chart Gridline Color\";s:11:\"description\";s:65:\"Controls the color of the chart background grid lines and values.\";s:2:\"id\";s:20:\"chart_gridline_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc(var(--awb-color8-a) - 90%))\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}}}s:27:\"checklist_shortcode_section\";a:6:{s:5:\"label\";s:9:\"Checklist\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"checklist_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:15:\"fusiona-list-ul\";s:6:\"fields\";a:10:{s:21:\"checklist_icons_color\";a:6:{s:5:\"label\";s:20:\"Checklist Icon Color\";s:11:\"description\";s:41:\"Controls the color of the checklist icon.\";s:2:\"id\";s:21:\"checklist_icons_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--checklist_icons_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"checklist_circle\";a:6:{s:5:\"label\";s:21:\"Checklist Icon Circle\";s:11:\"description\";s:72:\"Turn on if you want to display a circle background for checklists icons.\";s:2:\"id\";s:16:\"checklist_circle\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:22:\"checklist_circle_color\";a:7:{s:5:\"label\";s:27:\"Checklist Icon Circle Color\";s:11:\"description\";s:59:\"Controls the color of the checklist icon circle background.\";s:2:\"id\";s:22:\"checklist_circle_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--checklist_circle_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"checklist_text_color\";a:6:{s:5:\"label\";s:20:\"Checklist Text Color\";s:11:\"description\";s:41:\"Controls the color of the checklist text.\";s:2:\"id\";s:20:\"checklist_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--checklist_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"checklist_item_size\";a:7:{s:5:\"label\";s:14:\"Item Font Size\";s:11:\"description\";s:41:\"Controls the font size of the list items.\";s:2:\"id\";s:19:\"checklist_item_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:21:\"--checklist_item_size\";}}}s:22:\"checklist_item_padding\";a:7:{s:5:\"label\";s:12:\"Item Padding\";s:11:\"description\";s:44:\"Controls the padding size of the list items.\";s:2:\"id\";s:22:\"checklist_item_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:6:\"0.35em\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:6:\"0.35em\";s:4:\"left\";s:1:\"0\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:28:\"--checklist_item_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:31:\"--checklist_item_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:29:\"--checklist_item_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:30:\"--checklist_item_padding-right\";s:6:\"choice\";s:5:\"right\";}}}s:17:\"checklist_divider\";a:7:{s:5:\"label\";s:13:\"Divider Lines\";s:11:\"description\";s:54:\"Choose if a divider line shows between each list item.\";s:2:\"id\";s:17:\"checklist_divider\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}s:9:\"transport\";s:11:\"postMessage\";}s:23:\"checklist_divider_color\";a:7:{s:5:\"label\";s:18:\"Divider Line Color\";s:11:\"description\";s:40:\"Controls the color of the divider lines.\";s:2:\"id\";s:23:\"checklist_divider_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--checklist_divider_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"checklist_odd_row_bgcolor\";a:6:{s:5:\"label\";s:34:\"Checklist Odd Row Background Color\";s:11:\"description\";s:55:\"Controls the background color of the checklist odd row.\";s:2:\"id\";s:25:\"checklist_odd_row_bgcolor\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--checklist_odd_row_bgcolor\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"checklist_even_row_bgcolor\";a:6:{s:5:\"label\";s:35:\"Checklist Even Row Background Color\";s:11:\"description\";s:56:\"Controls the background color of the checklist even row.\";s:2:\"id\";s:26:\"checklist_even_row_bgcolor\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--checklist_even_row_bgcolor\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:24:\"column_shortcode_section\";a:7:{s:5:\"label\";s:6:\"Column\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:24:\"column_shortcode_section\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:14:\"fusiona-column\";s:6:\"fields\";a:4:{s:10:\"col_margin\";a:8:{s:5:\"label\";s:14:\"Column Margins\";s:11:\"description\";s:53:\"Controls the top/bottom margins for all column sizes.\";s:2:\"id\";s:10:\"col_margin\";s:4:\"type\";s:7:\"spacing\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:9:\"transport\";s:11:\"postMessage\";s:7:\"default\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:16:\"--col_margin-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:19:\"--col_margin-bottom\";s:6:\"choice\";s:6:\"bottom\";}}}s:11:\"col_spacing\";a:7:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:59:\"Controls the column spacing between one column to the next.\";s:2:\"id\";s:11:\"col_spacing\";s:7:\"default\";s:2:\"4%\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:13:\"--col_spacing\";}}}s:16:\"col_width_medium\";a:8:{s:5:\"label\";s:30:\"Column Width On Medium Screens\";s:11:\"description\";s:65:\"Controls how columns should be displayed on medium sized screens.\";s:2:\"id\";s:16:\"col_width_medium\";s:7:\"default\";s:18:\"inherit_from_large\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:18:\"inherit_from_large\";s:18:\"Inherit From Large\";s:3:\"1_1\";s:11:\"Full Width \";}i:0;a:2:{s:4:\"name\";s:20:\"--medium-col-default\";s:8:\"callback\";a:2:{i:0;s:24:\"column_width_inheritance\";i:1;s:0:\"\";}}}s:15:\"col_width_small\";a:8:{s:5:\"label\";s:29:\"Column Width On Small Screens\";s:11:\"description\";s:64:\"Controls how columns should be displayed on small sized screens.\";s:2:\"id\";s:15:\"col_width_small\";s:7:\"default\";s:3:\"1_1\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:18:\"inherit_from_large\";s:18:\"Inherit From Large\";s:3:\"1_1\";s:11:\"Full Width \";}i:0;a:2:{s:4:\"name\";s:19:\"--small-col-default\";s:8:\"callback\";a:2:{i:0;s:24:\"column_width_inheritance\";i:1;s:0:\"\";}}}}}s:27:\"container_shortcode_section\";a:6:{s:5:\"label\";s:9:\"Container\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"container_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:17:\"fusiona-container\";s:6:\"fields\";a:15:{s:29:\"container_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:151:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For column spacing option, please check column element options panel.</div>\";s:2:\"id\";s:29:\"container_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:25:\"container_padding_default\";a:8:{s:5:\"label\";s:41:\"Container Padding for Site Width Template\";s:11:\"description\";s:109:\"Controls the top/right/bottom/left padding of the container element when using the Site Width page template. \";s:2:\"id\";s:25:\"container_padding_default\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:31:\"--container_padding_default_top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:34:\"--container_padding_default_bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:32:\"--container_padding_default_left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:33:\"--container_padding_default_right\";s:6:\"choice\";s:5:\"right\";}}}s:21:\"container_padding_100\";a:8:{s:5:\"label\";s:41:\"Container Padding for 100% Width Template\";s:11:\"description\";s:108:\"Controls the top/right/bottom/left padding of the container element when using the 100% Width page template.\";s:2:\"id\";s:21:\"container_padding_100\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:4:\"30px\";s:5:\"right\";s:4:\"30px\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:27:\"--container_padding_100_top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:30:\"--container_padding_100_bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:28:\"--container_padding_100_left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:29:\"--container_padding_100_right\";s:6:\"choice\";s:5:\"right\";}}}s:19:\"full_width_bg_color\";a:7:{s:5:\"label\";s:26:\"Container Background Color\";s:11:\"description\";s:55:\"Controls the background color of the container element.\";s:2:\"id\";s:19:\"full_width_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--full_width_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:31:\"full_width_gradient_start_color\";a:6:{s:5:\"label\";s:30:\"Container Gradient Start Color\";s:11:\"description\";s:63:\"Controls the start color for gradient of the container element.\";s:2:\"id\";s:31:\"full_width_gradient_start_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:29:\"full_width_gradient_end_color\";a:6:{s:5:\"label\";s:28:\"Container Gradient End Color\";s:11:\"description\";s:61:\"Controls the end color for gradient of the container element.\";s:2:\"id\";s:29:\"full_width_gradient_end_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"full_width_border_sizes\";a:8:{s:5:\"label\";s:22:\"Container Border Sizes\";s:11:\"description\";s:50:\"Controls the border size of the container element.\";s:2:\"id\";s:23:\"full_width_border_sizes\";s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:29:\"--full_width_border_sizes_top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:32:\"--full_width_border_sizes_bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:30:\"--full_width_border_sizes_left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:31:\"--full_width_border_sizes_right\";s:6:\"choice\";s:5:\"right\";}}}s:23:\"full_width_border_color\";a:7:{s:5:\"label\";s:22:\"Container Border Color\";s:11:\"description\";s:51:\"Controls the border color of the container element.\";s:2:\"id\";s:23:\"full_width_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--full_width_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:29:\"container_scroll_nav_bg_color\";a:6:{s:5:\"label\";s:49:\"Container 100% Height Navigation Background Color\";s:11:\"description\";s:101:\"Controls the background colors of the navigation area and name box when using 100% height containers.\";s:2:\"id\";s:29:\"container_scroll_nav_bg_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc(var(--awb-color8-a) - 80%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--container_scroll_nav_bg_color\";s:7:\"element\";s:26:\".fusion-scroll-section-nav\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:33:\"container_scroll_nav_bullet_color\";a:6:{s:5:\"label\";s:46:\"Container 100% Height Navigation Element Color\";s:11:\"description\";s:93:\"Controls the color of the navigation circles and text name when using 100% height containers.\";s:2:\"id\";s:33:\"container_scroll_nav_bullet_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:35:\"--container_scroll_nav_bullet_color\";s:7:\"element\";s:34:\".fusion-scroll-section-link-bullet\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:35:\"container_hundred_percent_animation\";a:7:{s:5:\"label\";s:31:\"Container 100% Height Animation\";s:11:\"description\";s:83:\"Select the animation of the scrolling transition on 100% height scrolling sections.\";s:2:\"id\";s:35:\"container_hundred_percent_animation\";s:7:\"default\";s:4:\"fade\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:13:{s:4:\"fade\";s:4:\"Fade\";s:5:\"slide\";s:8:\"Slide Up\";s:11:\"slide-right\";s:11:\"Slide Right\";s:10:\"slide-left\";s:10:\"Slide Left\";s:12:\"scroll-right\";s:12:\"Scroll Right\";s:11:\"scroll-left\";s:11:\"Scroll Left\";s:17:\"scroll-right-free\";s:17:\"Scroll Right Free\";s:16:\"scroll-left-free\";s:16:\"Scroll Left Free\";s:5:\"stack\";s:10:\"Slide Over\";s:4:\"zoom\";s:4:\"Zoom\";s:13:\"slide-zoom-in\";s:13:\"Slide Zoom In\";s:14:\"slide-zoom-out\";s:14:\"Slide Zoom Out\";s:8:\"stacking\";s:14:\"Stacking Cards\";}}s:41:\"container_hundred_percent_animation_speed\";a:8:{s:5:\"label\";s:34:\"Container 100% Height Scroll Speed\";s:11:\"description\";s:98:\"Controls the speed of the scrolling transition on 100% height scrolling sections. In milliseconds.\";s:2:\"id\";s:41:\"container_hundred_percent_animation_speed\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"10\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:2:\"10\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:35:\"container_hundred_percent_animation\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"stacking\";}}}s:41:\"container_hundred_percent_dots_navigation\";a:6:{s:5:\"label\";s:37:\"Container 100% Height Dots Navigation\";s:11:\"description\";s:132:\"Enable / Disable the dots navigation for 100% height containers. Disabling dots navigation may be useful if using custom navigation.\";s:2:\"id\";s:41:\"container_hundred_percent_dots_navigation\";s:7:\"default\";i:1;s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:39:\"container_hundred_percent_height_mobile\";a:6:{s:5:\"label\";s:31:\"Container 100% Height On Mobile\";s:11:\"description\";s:309:\"Turn on to enable the 100% height containers on mobile. Please note, this feature only works when your containers have minimal content. If the container has a lot of content it will overflow the screen height. In many cases, 100% height containers work well on desktop, but will need to be disabled on mobile.\";s:2:\"id\";s:39:\"container_hundred_percent_height_mobile\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"fusionContainerVars\";s:2:\"id\";s:39:\"container_hundred_percent_height_mobile\";s:7:\"trigger\";a:1:{i:0;s:6:\"resize\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"container_legacy_support\";a:6:{s:5:\"label\";s:24:\"Legacy Container Support\";s:11:\"description\";s:262:\"<strong>IMPORTANT:</strong> If you disable legacy mode and then save a page, all containers on that page will be saved as flex mode.  If you later decide to turn the global legacy support back on then you will have to re-edit those pages if you want legacy mode.\";s:2:\"id\";s:24:\"container_legacy_support\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}}}s:31:\"content_boxes_shortcode_section\";a:5:{s:5:\"label\";s:13:\"Content Boxes\";s:2:\"id\";s:31:\"content_boxes_shortcode_section\";s:4:\"icon\";s:17:\"fusiona-newspaper\";s:4:\"type\";s:9:\"accordion\";s:6:\"fields\";a:20:{s:20:\"content_box_bg_color\";a:7:{s:5:\"label\";s:28:\"Content Box Background Color\";s:11:\"description\";s:48:\"Controls the background color for content boxes.\";s:2:\"id\";s:20:\"content_box_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--content_box_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"content_box_title_size\";a:8:{s:5:\"label\";s:27:\"Content Box Title Font Size\";s:11:\"description\";s:36:\"Controls the size of the title text.\";s:2:\"id\";s:22:\"content_box_title_size\";s:7:\"default\";s:2:\"24\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"250\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--content_box_title_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:23:\"content_box_title_color\";a:7:{s:5:\"label\";s:28:\"Content Box Title Font Color\";s:11:\"description\";s:37:\"Controls the color of the title font.\";s:2:\"id\";s:23:\"content_box_title_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--content_box_title_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"content_box_body_color\";a:7:{s:5:\"label\";s:27:\"Content Box Body Font Color\";s:11:\"description\";s:36:\"Controls the color of the body font.\";s:2:\"id\";s:22:\"content_box_body_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--content_box_body_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"content_box_icon_size\";a:7:{s:5:\"label\";s:26:\"Content Box Icon Font Size\";s:11:\"description\";s:30:\"Controls the size of the icon.\";s:2:\"id\";s:21:\"content_box_icon_size\";s:7:\"default\";s:2:\"20\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"250\";s:4:\"step\";s:1:\"1\";}}s:22:\"content_box_icon_color\";a:7:{s:5:\"label\";s:22:\"Content Box Icon Color\";s:11:\"description\";s:43:\"Controls the color of the content box icon.\";s:2:\"id\";s:22:\"content_box_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--content_box_icon_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"content_box_icon_circle\";a:7:{s:5:\"label\";s:27:\"Content Box Icon Background\";s:11:\"description\";s:48:\"Turn on to display a background behind the icon.\";s:2:\"id\";s:23:\"content_box_icon_circle\";s:7:\"default\";s:3:\"yes\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:2:\"On\";s:2:\"no\";s:3:\"Off\";}}s:30:\"content_box_icon_circle_radius\";a:7:{s:5:\"label\";s:34:\"Content Box Icon Background Radius\";s:11:\"description\";s:50:\"Controls the border radius of the icon background.\";s:2:\"id\";s:30:\"content_box_icon_circle_radius\";s:7:\"default\";s:3:\"50%\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:25:\"content_box_icon_bg_color\";a:7:{s:5:\"label\";s:33:\"Content Box Icon Background Color\";s:11:\"description\";s:42:\"Controls the color of the icon background.\";s:2:\"id\";s:25:\"content_box_icon_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:38:\"content_box_icon_bg_inner_border_color\";a:7:{s:5:\"label\";s:46:\"Content Box Icon Background Inner Border Color\";s:11:\"description\";s:55:\"Controls the inner border color of the icon background.\";s:2:\"id\";s:38:\"content_box_icon_bg_inner_border_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:37:\"content_box_icon_bg_inner_border_size\";a:8:{s:5:\"label\";s:45:\"Content Box Icon Background Inner Border Size\";s:11:\"description\";s:54:\"Controls the inner border size of the icon background.\";s:2:\"id\";s:37:\"content_box_icon_bg_inner_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;}s:38:\"content_box_icon_bg_outer_border_color\";a:7:{s:5:\"label\";s:46:\"Content Box Icon Background Outer Border Color\";s:11:\"description\";s:55:\"Controls the outer border color of the icon background.\";s:2:\"id\";s:38:\"content_box_icon_bg_outer_border_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:37:\"content_box_icon_bg_outer_border_size\";a:8:{s:5:\"label\";s:45:\"Content Box Icon Background Outer Border Size\";s:11:\"description\";s:54:\"Controls the outer border size of the icon background.\";s:2:\"id\";s:37:\"content_box_icon_bg_outer_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;}s:27:\"content_box_icon_hover_type\";a:7:{s:5:\"label\";s:32:\"Content Box Hover Animation Type\";s:11:\"description\";s:38:\"Controls the hover effect of the icon.\";s:2:\"id\";s:27:\"content_box_icon_hover_type\";s:7:\"default\";s:4:\"fade\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:4:\"none\";s:4:\"None\";s:4:\"fade\";s:4:\"Fade\";s:5:\"slide\";s:5:\"Slide\";s:7:\"pulsate\";s:7:\"Pulsate\";}}s:40:\"content_box_hover_animation_accent_color\";a:7:{s:5:\"label\";s:30:\"Content Box Hover Accent Color\";s:11:\"description\";s:35:\"Controls the accent color on hover.\";s:2:\"id\";s:40:\"content_box_hover_animation_accent_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:42:\"--content_box_hover_animation_accent_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"content_box_link_type\";a:7:{s:5:\"label\";s:21:\"Content Box Link Type\";s:11:\"description\";s:59:\"Controls the type of link that displays in the content box.\";s:2:\"id\";s:21:\"content_box_link_type\";s:7:\"default\";s:4:\"text\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:4:\"text\";s:4:\"Text\";s:10:\"button-bar\";s:10:\"Button Bar\";s:6:\"button\";s:6:\"Button\";}}s:23:\"content_box_button_span\";a:8:{s:5:\"label\";s:11:\"Button Span\";s:11:\"description\";s:46:\"Choose to have the button span the full width.\";s:2:\"id\";s:23:\"content_box_button_span\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}s:15:\"soft_dependency\";b:1;}s:21:\"content_box_link_area\";a:7:{s:5:\"label\";s:21:\"Content Box Link Area\";s:11:\"description\";s:49:\"Controls which area the link will be assigned to.\";s:2:\"id\";s:21:\"content_box_link_area\";s:7:\"default\";s:9:\"link-icon\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:9:\"link-icon\";s:11:\"Link + Icon\";s:3:\"box\";s:18:\"Entire Content Box\";}}s:23:\"content_box_link_target\";a:7:{s:5:\"label\";s:23:\"Content Box Link Target\";s:11:\"description\";s:32:\"Controls how the link will open.\";s:2:\"id\";s:23:\"content_box_link_target\";s:7:\"default\";s:5:\"_self\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:5:\"_self\";s:15:\"Same Window/Tab\";s:6:\"_blank\";s:14:\"New Window/Tab\";}}s:18:\"content_box_margin\";a:8:{s:5:\"label\";s:30:\"Content Box Top/Bottom Margins\";s:11:\"description\";s:49:\"Controls the top/bottom margin for content boxes.\";s:2:\"id\";s:18:\"content_box_margin\";s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:7:\"default\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:24:\"--content_box_margin_top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:27:\"--content_box_margin_bottom\";s:6:\"choice\";s:6:\"bottom\";}}}}}s:27:\"countdown_shortcode_section\";a:5:{s:5:\"label\";s:9:\"Countdown\";s:2:\"id\";s:27:\"countdown_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:24:\"fusiona-calendar-check-o\";s:6:\"fields\";a:24:{s:18:\"countdown_timezone\";a:7:{s:5:\"label\";s:18:\"Countdown Timezone\";s:11:\"description\";s:65:\"Controls the timezone that is used for the countdown calculation.\";s:2:\"id\";s:18:\"countdown_timezone\";s:7:\"default\";s:9:\"site_time\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:9:\"site_time\";s:13:\"Site Timezone\";s:9:\"user_time\";s:13:\"User Timezone\";}}s:16:\"countdown_layout\";a:7:{s:5:\"label\";s:16:\"Countdown Layout\";s:11:\"description\";s:42:\"Select the layout of the coundown element.\";s:2:\"id\";s:16:\"countdown_layout\";s:7:\"default\";s:7:\"floated\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:7:\"floated\";s:7:\"Floated\";s:7:\"stacked\";s:7:\"Stacked\";}}s:20:\"countdown_show_weeks\";a:7:{s:5:\"label\";s:20:\"Countdown Show Weeks\";s:11:\"description\";s:56:\"Turn on to display the number of weeks in the countdown.\";s:2:\"id\";s:20:\"countdown_show_weeks\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:2:\"On\";s:2:\"no\";s:3:\"Off\";}}s:24:\"countdown_label_position\";a:7:{s:5:\"label\";s:24:\"Countdown Label Position\";s:11:\"description\";s:44:\"Select the position of the date/time labels.\";s:2:\"id\";s:24:\"countdown_label_position\";s:7:\"default\";s:9:\"text_flow\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:9:\"text_flow\";s:9:\"Text Flow\";s:3:\"top\";s:3:\"Top\";s:6:\"bottom\";s:6:\"Bottom\";}}s:26:\"countdown_background_color\";a:7:{s:5:\"label\";s:26:\"Countdown Background Color\";s:11:\"description\";s:52:\"Controls the background color for the countdown box.\";s:2:\"id\";s:26:\"countdown_background_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--countdown_background_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"countdown_background_image\";a:7:{s:5:\"label\";s:26:\"Countdown Background Image\";s:11:\"description\";s:49:\"Select an image for the countdown box background.\";s:2:\"id\";s:26:\"countdown_background_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:9:\"transport\";s:11:\"postMessage\";}s:27:\"countdown_background_repeat\";a:7:{s:5:\"label\";s:27:\"Countdown Background Repeat\";s:11:\"description\";s:42:\"Controls how the background image repeats.\";s:2:\"id\";s:27:\"countdown_background_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:17:\"Repeat Horizontal\";s:8:\"repeat-y\";s:15:\"Repeat Vertical\";s:9:\"no-repeat\";s:11:\"Repeat None\";}}s:29:\"countdown_background_position\";a:7:{s:5:\"label\";s:29:\"Countdown Background Position\";s:11:\"description\";s:48:\"Controls how the background image is positioned.\";s:2:\"id\";s:29:\"countdown_background_position\";s:7:\"default\";s:13:\"center center\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:9:{s:8:\"top left\";s:8:\"top left\";s:10:\"top center\";s:10:\"top center\";s:9:\"top right\";s:9:\"top right\";s:11:\"center left\";s:11:\"center left\";s:13:\"center center\";s:13:\"center center\";s:12:\"center right\";s:12:\"center right\";s:11:\"bottom left\";s:11:\"bottom left\";s:13:\"bottom center\";s:13:\"bottom center\";s:12:\"bottom right\";s:12:\"bottom right\";}}s:29:\"countdown_counter_box_spacing\";a:7:{s:5:\"label\";s:29:\"Countdown Counter Box Spacing\";s:11:\"description\";s:47:\"Controls the spacing between the counter boxes.\";s:2:\"id\";s:29:\"countdown_counter_box_spacing\";s:7:\"default\";s:4:\"10px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:31:\"--countdown_counter_box_spacing\";}}}s:27:\"countdown_counter_box_color\";a:7:{s:5:\"label\";s:38:\"Countdown Counter Box Background Color\";s:11:\"description\";s:52:\"Controls the background color for the counter boxes.\";s:2:\"id\";s:27:\"countdown_counter_box_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--countdown_counter_box_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"countdown_counter_padding\";a:8:{s:5:\"label\";s:29:\"Countdown Counter Box Padding\";s:11:\"description\";s:39:\"Set the padding for the counter boxes. \";s:2:\"id\";s:25:\"countdown_counter_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:5:\"0.6em\";s:5:\"right\";s:5:\"1.1em\";s:6:\"bottom\";s:5:\"0.6em\";s:4:\"left\";s:5:\"1.1em\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:31:\"--countdown_counter_padding-top\";s:6:\"choice\";s:3:\"top\";s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:33:\"--countdown_counter_padding-right\";s:6:\"choice\";s:5:\"right\";s:2:\"po\";b:0;}i:2;a:3:{s:4:\"name\";s:34:\"--countdown_counter_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";s:2:\"po\";b:0;}i:3;a:3:{s:4:\"name\";s:32:\"--countdown_counter_padding-left\";s:6:\"choice\";s:4:\"left\";s:2:\"po\";b:0;}}}s:29:\"countdown_counter_border_size\";a:8:{s:5:\"label\";s:29:\"Countdown Counter Border Size\";s:11:\"description\";s:46:\"Controls the border size of the counter boxes.\";s:2:\"id\";s:29:\"countdown_counter_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:31:\"--countdown_counter_border_size\";}}}s:30:\"countdown_counter_border_color\";a:8:{s:5:\"label\";s:30:\"Countdown Counter Border Color\";s:11:\"description\";s:47:\"Controls the border color of the counter boxes.\";s:2:\"id\";s:30:\"countdown_counter_border_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--countdown_counter_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:31:\"countdown_counter_border_radius\";a:8:{s:5:\"label\";s:31:\"Countdown Counter Border Radius\";s:11:\"description\";s:48:\"Controls the border radius of the counter boxes.\";s:2:\"id\";s:31:\"countdown_counter_border_radius\";s:7:\"default\";s:3:\"4px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:33:\"--countdown_counter_border_radius\";}}}s:27:\"countdown_counter_font_size\";a:7:{s:5:\"label\";s:27:\"Countdown Counter Font Size\";s:11:\"description\";s:47:\"Controls the font size for the countdown timer.\";s:2:\"id\";s:27:\"countdown_counter_font_size\";s:7:\"default\";s:4:\"18px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:29:\"--countdown_counter_font_size\";}}}s:28:\"countdown_counter_text_color\";a:7:{s:5:\"label\";s:28:\"Countdown Counter Text Color\";s:11:\"description\";s:48:\"Controls the color for the countdown timer text.\";s:2:\"id\";s:28:\"countdown_counter_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--countdown_counter_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"countdown_label_font_size\";a:7:{s:5:\"label\";s:33:\"Countdown Counter Label Font Size\";s:11:\"description\";s:47:\"Controls the font size for the countdown label.\";s:2:\"id\";s:25:\"countdown_label_font_size\";s:7:\"default\";s:4:\"18px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:27:\"--countdown_label_font_size\";}}}s:21:\"countdown_label_color\";a:7:{s:5:\"label\";s:34:\"Countdown Counter Label Text Color\";s:11:\"description\";s:50:\"Controls the color for the countdown timer labels.\";s:2:\"id\";s:21:\"countdown_label_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--countdown_label_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"countdown_heading_font_size\";a:7:{s:5:\"label\";s:27:\"Countdown Heading Font Size\";s:11:\"description\";s:49:\"Controls the font size for the countdown heading.\";s:2:\"id\";s:27:\"countdown_heading_font_size\";s:7:\"default\";s:4:\"18px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:29:\"--countdown_heading_font_size\";}}}s:28:\"countdown_heading_text_color\";a:7:{s:5:\"label\";s:28:\"Countdown Heading Text Color\";s:11:\"description\";s:46:\"Controls the color for the countdown headings.\";s:2:\"id\";s:28:\"countdown_heading_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--countdown_heading_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"countdown_subheading_font_size\";a:7:{s:5:\"label\";s:30:\"Countdown Subheading Font Size\";s:11:\"description\";s:52:\"Controls the font size for the countdown subheading.\";s:2:\"id\";s:30:\"countdown_subheading_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:32:\"--countdown_subheading_font_size\";}}}s:31:\"countdown_subheading_text_color\";a:7:{s:5:\"label\";s:31:\"Countdown Subheading Text Color\";s:11:\"description\";s:49:\"Controls the color for the countdown subheadings.\";s:2:\"id\";s:31:\"countdown_subheading_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:33:\"--countdown_subheading_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"countdown_link_text_color\";a:7:{s:5:\"label\";s:25:\"Countdown Link Text Color\";s:11:\"description\";s:47:\"Controls the color for the countdown link text.\";s:2:\"id\";s:25:\"countdown_link_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--countdown_link_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"countdown_link_target\";a:7:{s:5:\"label\";s:21:\"Countdown Link Target\";s:11:\"description\";s:32:\"Controls how the link will open.\";s:2:\"id\";s:21:\"countdown_link_target\";s:7:\"default\";s:5:\"_self\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:5:\"_self\";s:11:\"Same Window\";s:6:\"_blank\";s:10:\"New Window\";}}}}s:30:\"counters_box_shortcode_section\";a:6:{s:5:\"label\";s:13:\"Counter Boxes\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:30:\"counters_box_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:15:\"fusiona-browser\";s:6:\"fields\";a:8:{s:17:\"counter_box_speed\";a:7:{s:5:\"label\";s:19:\"Counter Boxes Speed\";s:11:\"description\";s:70:\"Controls the speed of the counter boxes elements. ex: 1000 = 1 second.\";s:2:\"id\";s:17:\"counter_box_speed\";s:7:\"default\";s:4:\"1000\";s:4:\"type\";s:6:\"slider\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:17:\"fusionCountersBox\";s:2:\"id\";s:17:\"counter_box_speed\";s:7:\"trigger\";a:1:{i:0;s:0:\"\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"500\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:3:\"250\";}}s:17:\"counter_box_color\";a:7:{s:5:\"label\";s:30:\"Counter Boxes Value Font Color\";s:11:\"description\";s:51:\"Controls the color of the counter values and icons.\";s:2:\"id\";s:17:\"counter_box_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--counter_box_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"counter_box_title_size\";a:8:{s:5:\"label\";s:29:\"Counter Boxes Value Font Size\";s:11:\"description\";s:39:\"Controls the size of the counter value.\";s:2:\"id\";s:22:\"counter_box_title_size\";s:7:\"default\";s:2:\"50\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--counter_box_title_size\";s:8:\"callback\";a:1:{i:0;s:6:\"number\";}}}s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}}s:21:\"counter_box_icon_size\";a:8:{s:5:\"label\";s:23:\"Counter Boxes Icon Size\";s:11:\"description\";s:30:\"Controls the size of the icon.\";s:2:\"id\";s:21:\"counter_box_icon_size\";s:7:\"default\";s:2:\"50\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--counter_box_icon_size\";s:8:\"callback\";a:1:{i:0;s:6:\"number\";}}}s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}}s:22:\"counter_box_body_color\";a:7:{s:5:\"label\";s:29:\"Counter Boxes Body Font Color\";s:11:\"description\";s:50:\"Controls the color of the counter boxes body text.\";s:2:\"id\";s:22:\"counter_box_body_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--counter_box_body_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"counter_box_body_size\";a:8:{s:5:\"label\";s:28:\"Counter Boxes Body Font Size\";s:11:\"description\";s:49:\"Controls the size of the counter boxes body text.\";s:2:\"id\";s:21:\"counter_box_body_size\";s:7:\"default\";s:2:\"14\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--counter_box_body_size\";s:8:\"callback\";a:1:{i:0;s:6:\"number\";}}}s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}}s:24:\"counter_box_border_color\";a:7:{s:5:\"label\";s:26:\"Counter Boxes Border Color\";s:11:\"description\";s:47:\"Controls the color of the counter boxes border.\";s:2:\"id\";s:24:\"counter_box_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--counter_box_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"counter_box_icon_top\";a:7:{s:5:\"label\";s:25:\"Counter Boxes Icon On Top\";s:11:\"description\";s:56:\"Turn on to display the icon on top of the counter value.\";s:2:\"id\";s:20:\"counter_box_icon_top\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:2:\"On\";s:2:\"no\";s:3:\"Off\";}}}}s:33:\"counters_circle_shortcode_section\";a:6:{s:5:\"label\";s:15:\"Counter Circles\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:33:\"counters_circle_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:13:\"fusiona-clock\";s:6:\"fields\";a:2:{s:20:\"counter_filled_color\";a:6:{s:5:\"label\";s:28:\"Counter Circles Filled Color\";s:11:\"description\";s:40:\"Controls the color of the filled circle.\";s:2:\"id\";s:20:\"counter_filled_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:22:\"counter_unfilled_color\";a:6:{s:5:\"label\";s:30:\"Counter Circles Unfilled Color\";s:11:\"description\";s:42:\"Controls the color of the unfilled circle.\";s:2:\"id\";s:22:\"counter_unfilled_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}}}s:25:\"dropcap_shortcode_section\";a:6:{s:5:\"label\";s:7:\"Dropcap\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:25:\"dropcap_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:12:\"fusiona-font\";s:6:\"fields\";a:2:{s:13:\"dropcap_color\";a:6:{s:5:\"label\";s:13:\"Dropcap Color\";s:11:\"description\";s:76:\"Controls the color of the dropcap text, or the dropcap box if a box is used.\";s:2:\"id\";s:13:\"dropcap_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:15:\"--dropcap_color\";s:7:\"element\";s:28:\".fusion-body .fusion-dropcap\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"dropcap_text_color\";a:6:{s:5:\"label\";s:18:\"Dropcap Text Color\";s:11:\"description\";s:58:\"Controls the color of the dropcap text when a box is used.\";s:2:\"id\";s:18:\"dropcap_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--dropcap_text_color\";s:7:\"element\";s:28:\".fusion-body .fusion-dropcap\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:28:\"flip_boxes_shortcode_section\";a:6:{s:5:\"label\";s:10:\"Flip Boxes\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:28:\"flip_boxes_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:17:\"fusiona-loop-alt2\";s:6:\"fields\";a:13:{s:22:\"flip_boxes_flip_effect\";a:7:{s:5:\"label\";s:11:\"Flip Effect\";s:11:\"description\";s:34:\"Set the flip effect for the boxes.\";s:2:\"id\";s:22:\"flip_boxes_flip_effect\";s:7:\"default\";s:7:\"classic\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:7:\"classic\";s:7:\"Classic\";s:2:\"3d\";s:2:\"3d\";}}s:25:\"flip_boxes_flip_direction\";a:7:{s:5:\"label\";s:14:\"Flip Direction\";s:11:\"description\";s:49:\"Set the direction in which the boxes should flip.\";s:2:\"id\";s:25:\"flip_boxes_flip_direction\";s:7:\"default\";s:5:\"right\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:4:\"left\";s:9:\"Flip Left\";s:5:\"right\";s:10:\"Flip Right\";s:2:\"up\";s:7:\"Flip Up\";s:4:\"down\";s:9:\"Flip Down\";}}s:24:\"flip_boxes_flip_duration\";a:8:{s:5:\"label\";s:13:\"Flip Duration\";s:11:\"description\";s:38:\"Set the speed at which the boxes flip.\";s:2:\"id\";s:24:\"flip_boxes_flip_duration\";s:7:\"default\";s:3:\"0.8\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"0.1\";s:3:\"max\";s:1:\"2\";s:4:\"step\";s:3:\"0.1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--flip_boxes_flip_duration\";s:13:\"value_pattern\";s:2:\"$s\";}}}s:24:\"flip_boxes_equal_heights\";a:7:{s:5:\"label\";s:13:\"Equal Heights\";s:11:\"description\";s:50:\"Set to yes to display flip boxes to equal heights.\";s:2:\"id\";s:24:\"flip_boxes_equal_heights\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:19:\"flip_boxes_front_bg\";a:7:{s:5:\"label\";s:35:\"Flip Box Background Color Frontside\";s:11:\"description\";s:47:\"Controls the color of the frontside background.\";s:2:\"id\";s:19:\"flip_boxes_front_bg\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--flip_boxes_front_bg\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"flip_boxes_front_heading\";a:7:{s:5:\"label\";s:32:\"Flip Box Heading Color Frontside\";s:11:\"description\";s:44:\"Controls the color of the frontside heading.\";s:2:\"id\";s:24:\"flip_boxes_front_heading\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--flip_boxes_front_heading\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"flip_boxes_front_text\";a:7:{s:5:\"label\";s:29:\"Flip Box Text Color Frontside\";s:11:\"description\";s:41:\"Controls the color of the frontside text.\";s:2:\"id\";s:21:\"flip_boxes_front_text\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--flip_boxes_front_text\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"flip_boxes_back_bg\";a:7:{s:5:\"label\";s:34:\"Flip Box Background Color Backside\";s:11:\"description\";s:46:\"Controls the color of the backside background.\";s:2:\"id\";s:18:\"flip_boxes_back_bg\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--flip_boxes_back_bg\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"flip_boxes_back_heading\";a:7:{s:5:\"label\";s:31:\"Flip Box Heading Color Backside\";s:11:\"description\";s:43:\"Controls the color of the backside heading.\";s:2:\"id\";s:23:\"flip_boxes_back_heading\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--flip_boxes_back_heading\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"flip_boxes_back_text\";a:7:{s:5:\"label\";s:28:\"Flip Box Text Color Backside\";s:11:\"description\";s:40:\"Controls the color of the backside text.\";s:2:\"id\";s:20:\"flip_boxes_back_text\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--flip_boxes_back_text\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"flip_boxes_border_size\";a:8:{s:5:\"label\";s:20:\"Flip Box Border Size\";s:11:\"description\";s:52:\"Controls the border size of the flip box background.\";s:2:\"id\";s:22:\"flip_boxes_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--flip_boxes_border_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:23:\"flip_boxes_border_color\";a:7:{s:5:\"label\";s:21:\"Flip Box Border Color\";s:11:\"description\";s:49:\"Controls the border color of flip box background.\";s:2:\"id\";s:23:\"flip_boxes_border_color\";s:7:\"default\";s:13:\"rgba(0,0,0,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--flip_boxes_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"flip_boxes_border_radius\";a:8:{s:5:\"label\";s:22:\"Flip Box Border Radius\";s:11:\"description\";s:54:\"Controls the border radius of the flip box background.\";s:2:\"id\";s:24:\"flip_boxes_border_radius\";s:7:\"default\";s:3:\"6px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"em\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--flip_boxes_border_radius\";}}}}}s:25:\"gallery_shortcode_section\";a:5:{s:5:\"label\";s:7:\"Gallery\";s:2:\"id\";s:25:\"gallery_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:17:\"fusiona-dashboard\";s:6:\"fields\";a:12:{s:13:\"gallery_limit\";a:7:{s:5:\"label\";s:15:\"Number Of Items\";s:11:\"description\";s:133:\"Choose the number of items you want to display. Set to -1 to display all. Set to 0 to use number of items from Settings &gt; Reading.\";s:2:\"id\";s:13:\"gallery_limit\";s:7:\"default\";s:2:\"-1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"-1\";s:3:\"max\";s:2:\"25\";s:4:\"step\";s:1:\"1\";}}s:23:\"gallery_pagination_type\";a:8:{s:5:\"label\";s:15:\"Pagination Type\";s:11:\"description\";s:27:\"Choose the pagination type.\";s:2:\"id\";s:23:\"gallery_pagination_type\";s:7:\"default\";s:6:\"button\";s:4:\"type\";s:15:\"radio-buttonset\";s:15:\"soft_dependency\";b:1;s:7:\"choices\";a:2:{s:6:\"button\";s:16:\"Load More Button\";s:8:\"infinite\";s:18:\"Infinite Scrolling\";}s:9:\"transport\";s:11:\"postMessage\";}s:29:\"gallery_load_more_button_text\";a:7:{s:5:\"label\";s:21:\"Load More Button Text\";s:11:\"description\";s:36:\"Insert custom load more button text.\";s:2:\"id\";s:29:\"gallery_load_more_button_text\";s:7:\"default\";s:9:\"Load More\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:20:\"gallery_picture_size\";a:7:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:12:\"Picture Size\";s:11:\"description\";s:92:\"Fixed = width and height will be fixed<br/>Auto = width and height will adjust to the image.\";s:2:\"id\";s:20:\"gallery_picture_size\";s:7:\"choices\";a:2:{s:5:\"fixed\";s:5:\"Fixed\";s:4:\"auto\";s:4:\"Auto\";}s:7:\"default\";s:4:\"auto\";s:9:\"transport\";s:11:\"postMessage\";}s:14:\"gallery_layout\";a:7:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:14:\"Gallery Layout\";s:11:\"description\";s:31:\"Select the gallery layout type.\";s:2:\"id\";s:14:\"gallery_layout\";s:7:\"choices\";a:2:{s:4:\"grid\";s:4:\"Grid\";s:7:\"masonry\";s:7:\"Masonry\";}s:7:\"default\";s:4:\"grid\";s:9:\"transport\";s:11:\"postMessage\";}s:15:\"gallery_columns\";a:7:{s:4:\"type\";s:6:\"slider\";s:5:\"label\";s:17:\"Number of Columns\";s:11:\"description\";s:106:\"Set the number of columns per row. <strong>IMPORTANT:</strong> Masonry layout does not work with 1 column.\";s:2:\"id\";s:15:\"gallery_columns\";s:7:\"default\";s:1:\"3\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:1:\"6\";s:4:\"step\";s:1:\"1\";}}s:22:\"gallery_column_spacing\";a:7:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:47:\"Controls the column spacing for gallery images.\";s:2:\"id\";s:22:\"gallery_column_spacing\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"300\";s:4:\"step\";s:1:\"1\";}}s:18:\"gallery_hover_type\";a:7:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:10:\"Hover Type\";s:11:\"description\";s:29:\"Select the hover effect type.\";s:2:\"id\";s:18:\"gallery_hover_type\";s:7:\"choices\";a:5:{s:0:\"\";s:7:\"Default\";s:4:\"none\";s:4:\"None\";s:6:\"zoomin\";s:7:\"Zoom In\";s:7:\"zoomout\";s:8:\"Zoom Out\";s:6:\"liftup\";s:7:\"Lift Up\";}s:7:\"default\";s:4:\"none\";s:9:\"transport\";s:11:\"postMessage\";}s:24:\"gallery_lightbox_content\";a:7:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:16:\"Lightbox Content\";s:2:\"id\";s:24:\"gallery_lightbox_content\";s:7:\"default\";s:4:\"none\";s:7:\"choices\";a:4:{s:4:\"none\";s:4:\"None\";s:6:\"titles\";s:6:\"Titles\";s:8:\"captions\";s:8:\"Captions\";s:17:\"title_and_caption\";s:21:\"Titles &amp; Captions\";}s:11:\"description\";s:59:\"Choose if titles and captions will display in the lightbox.\";s:9:\"transport\";s:11:\"postMessage\";}s:19:\"gallery_border_size\";a:7:{s:5:\"label\";s:25:\"Gallery Image Border Size\";s:11:\"description\";s:38:\"Controls the border size of the image.\";s:2:\"id\";s:19:\"gallery_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}}s:20:\"gallery_border_color\";a:7:{s:5:\"label\";s:26:\"Gallery Image Border Color\";s:11:\"description\";s:39:\"Controls the border color of the image.\";s:2:\"id\";s:20:\"gallery_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:22:\"--gallery_border_color\";}}}s:21:\"gallery_border_radius\";a:8:{s:5:\"label\";s:27:\"Gallery Image Border Radius\";s:11:\"description\";s:49:\"Controls the border radius of the gallery images.\";s:2:\"id\";s:21:\"gallery_border_radius\";s:7:\"default\";s:3:\"0px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:23:\"--gallery_border_radius\";}}}}}s:28:\"google_map_shortcode_section\";a:6:{s:5:\"label\";s:10:\"Google Map\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:28:\"google_map_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:11:\"fusiona-map\";s:6:\"fields\";a:1:{s:19:\"google_map_api_type\";a:7:{s:5:\"label\";s:15:\"Google API Type\";s:11:\"description\";s:417:\"Select the Google API type that should be used to load your map. The JavaScript API allows for more options and custom styling, but could be charged for by Google depending on the amount of map loads. The embed and the static API can be used for free regardless of map loads. For more information please see the <a href=\"https://cloud.google.com/maps-platform/user-guide/\" target=\"_blank\">Google Maps Users Guide</a>.\";s:2:\"id\";s:19:\"google_map_api_type\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:2:\"js\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:2:\"js\";s:6:\"JS API\";s:5:\"embed\";s:9:\"Embed API\";s:6:\"static\";s:10:\"Static API\";}}}}s:22:\"icon_shortcode_section\";a:6:{s:5:\"label\";s:4:\"Icon\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"icon_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:12:\"fusiona-flag\";s:6:\"fields\";a:11:{s:9:\"icon_size\";a:7:{s:5:\"label\";s:14:\"Icon Font Size\";s:11:\"description\";s:30:\"Controls the size of the icon.\";s:2:\"id\";s:9:\"icon_size\";s:7:\"default\";s:2:\"32\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"250\";s:4:\"step\";s:1:\"1\";}}s:10:\"icon_color\";a:7:{s:5:\"label\";s:10:\"Icon Color\";s:11:\"description\";s:31:\"Controls the color of the icon.\";s:2:\"id\";s:10:\"icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:12:\"--icon_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"icon_color_hover\";a:7:{s:5:\"label\";s:16:\"Icon Hover Color\";s:11:\"description\";s:40:\"Controls the color of the icon on hover.\";s:2:\"id\";s:16:\"icon_color_hover\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--icon_color_hover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:11:\"icon_circle\";a:7:{s:5:\"label\";s:15:\"Icon Background\";s:11:\"description\";s:48:\"Turn on to display a background behind the icon.\";s:2:\"id\";s:11:\"icon_circle\";s:7:\"default\";s:3:\"yes\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:17:\"icon_circle_color\";a:7:{s:5:\"label\";s:21:\"Icon Background Color\";s:11:\"description\";s:37:\"Controls the color of the background.\";s:2:\"id\";s:17:\"icon_circle_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--icon_circle_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"icon_circle_color_hover\";a:7:{s:5:\"label\";s:27:\"Icon Hover Background Color\";s:11:\"description\";s:46:\"Controls the color of the background on hover.\";s:2:\"id\";s:23:\"icon_circle_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:25:\"--icon_circle_color_hover\";}}}s:16:\"icon_border_size\";a:8:{s:5:\"label\";s:16:\"Icon Border Size\";s:11:\"description\";s:48:\"Controls the border size of the icon background.\";s:2:\"id\";s:16:\"icon_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--icon_border_size\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}}s:17:\"icon_border_color\";a:7:{s:5:\"label\";s:28:\"Icon Background Border Color\";s:11:\"description\";s:44:\"Controls the border color of the background.\";s:2:\"id\";s:17:\"icon_border_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--icon_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"icon_border_color_hover\";a:7:{s:5:\"label\";s:34:\"Icon Hover Background Border Color\";s:11:\"description\";s:53:\"Controls the border color of the background on hover.\";s:2:\"id\";s:23:\"icon_border_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--icon_border_color_hover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"icon_border_radius\";a:8:{s:5:\"label\";s:13:\"Border Radius\";s:11:\"description\";s:22:\"Set the border radius.\";s:2:\"id\";s:18:\"icon_border_radius\";s:7:\"choices\";a:5:{s:8:\"top_left\";b:1;s:9:\"top_right\";b:1;s:12:\"bottom_right\";b:1;s:11:\"bottom_left\";b:1;s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"em\";}}s:7:\"default\";a:4:{s:8:\"top_left\";s:3:\"50%\";s:9:\"top_right\";s:3:\"50%\";s:12:\"bottom_right\";s:3:\"50%\";s:11:\"bottom_left\";s:3:\"50%\";}s:4:\"type\";s:13:\"border_radius\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:23:\"--icon_border_top_l_rad\";s:6:\"choice\";s:8:\"top_left\";}i:1;a:2:{s:4:\"name\";s:23:\"--icon_border_top_r_rad\";s:6:\"choice\";s:9:\"top_right\";}i:2;a:2:{s:4:\"name\";s:23:\"--icon_border_bot_r_rad\";s:6:\"choice\";s:12:\"bottom_right\";}i:3;a:2:{s:4:\"name\";s:23:\"--icon_border_bot_l_rad\";s:6:\"choice\";s:11:\"bottom_left\";}}}s:15:\"icon_hover_type\";a:7:{s:5:\"label\";s:25:\"Icon Hover Animation Type\";s:11:\"description\";s:38:\"Controls the hover effect of the icon.\";s:2:\"id\";s:15:\"icon_hover_type\";s:7:\"default\";s:4:\"fade\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:4:\"fade\";s:4:\"Fade\";s:5:\"slide\";s:5:\"Slide\";s:7:\"pulsate\";s:7:\"Pulsate\";}}}}s:36:\"image_before_after_shortcode_section\";a:6:{s:5:\"label\";s:21:\" Image Before & After\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:36:\"image_before_after_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:22:\"fusiona-object-ungroup\";s:6:\"fields\";a:15:{s:17:\"before_after_type\";a:7:{s:5:\"label\";s:11:\"Effect Type\";s:11:\"description\";s:177:\"Select which type of effect your before and after image uses. &quot;Slide&quot; provides a handle to move back and forth while &quot;Fade&quot; changes the image on mouse hover.\";s:2:\"id\";s:17:\"before_after_type\";s:7:\"default\";s:12:\"before_after\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:12:\"before_after\";s:5:\"Slide\";s:6:\"switch\";s:4:\"Fade\";}}s:22:\"before_after_font_size\";a:9:{s:4:\"type\";s:6:\"slider\";s:5:\"label\";s:15:\"Label Font Size\";s:11:\"description\";s:105:\"Controls the font size of the label text. Note: font family is controlled by body font in Global Options.\";s:2:\"id\";s:22:\"before_after_font_size\";s:7:\"default\";s:2:\"14\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"10\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:24:\"--before_after_font_size\";}}s:15:\"soft_dependency\";b:1;}s:25:\"before_after_accent_color\";a:8:{s:5:\"label\";s:18:\"Label Accent Color\";s:11:\"description\";s:111:\"Controls the color of the label background and text. Text takes 100% of this color, background takes a % of it.\";s:2:\"id\";s:25:\"before_after_accent_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:27:\"--before_after_accent_color\";}}s:15:\"soft_dependency\";b:1;}s:28:\"before_after_label_placement\";a:8:{s:5:\"label\";s:15:\"Label Placement\";s:11:\"description\";s:127:\"Choose if labels are on top of the image and centered, on top of the image up &amp; down or outside of the image up &amp; down.\";s:2:\"id\";s:28:\"before_after_label_placement\";s:7:\"default\";s:14:\"image-centered\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:14:\"image-centered\";s:14:\"Image Centered\";s:13:\"image-up-down\";s:19:\"Image Up &amp; Down\";s:17:\"out-image-up-down\";s:27:\"Outside Image Up &amp; Down\";}s:15:\"soft_dependency\";b:1;}s:29:\"before_after_label_hover_type\";a:8:{s:5:\"label\";s:16:\"Label Hover Type\";s:11:\"description\";s:116:\"Choose if labels should appear together on hover, or if only the label of the currently hovered image should appear.\";s:2:\"id\";s:29:\"before_after_label_hover_type\";s:7:\"default\";s:8:\"together\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:8:\"together\";s:8:\"Together\";s:10:\"individual\";s:10:\"Individual\";}s:15:\"soft_dependency\";b:1;}s:24:\"before_after_handle_type\";a:8:{s:5:\"label\";s:19:\"Handle Design Style\";s:11:\"description\";s:76:\"Controls the design of the handle used to change the before and after image.\";s:2:\"id\";s:24:\"before_after_handle_type\";s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:6:{s:7:\"default\";s:18:\"Circle With Arrows\";s:6:\"square\";s:18:\"Square With Arrows\";s:9:\"rectangle\";s:21:\"Rectangle With Arrows\";s:6:\"arrows\";s:6:\"Arrows\";s:7:\"diamond\";s:7:\"Diamond\";s:6:\"circle\";s:13:\"Single Circle\";}s:15:\"soft_dependency\";b:1;}s:25:\"before_after_handle_color\";a:8:{s:5:\"label\";s:12:\"Handle Color\";s:11:\"description\";s:85:\"Controls the color of the before and after image handle line and arrows. ex: #ffffff.\";s:2:\"id\";s:25:\"before_after_handle_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:27:\"--before_after_handle_color\";}}s:15:\"soft_dependency\";b:1;}s:22:\"before_after_handle_bg\";a:8:{s:5:\"label\";s:23:\"Handle Background Color\";s:11:\"description\";s:87:\"Controls the background color of the before and after image handle switch. ex: #000000.\";s:2:\"id\";s:22:\"before_after_handle_bg\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:24:\"--before_after_handle_bg\";}}s:15:\"soft_dependency\";b:1;}s:19:\"before_after_offset\";a:8:{s:5:\"label\";s:13:\"Handle Offset\";s:11:\"description\";s:140:\"Controls where the handle will be positioned on page load allowing you to control how much of each image displays by default. In percentage.\";s:2:\"id\";s:19:\"before_after_offset\";s:7:\"default\";s:2:\"50\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;}s:24:\"before_after_orientation\";a:8:{s:5:\"label\";s:18:\"Handle Orientation\";s:11:\"description\";s:59:\"Controls the position of the before and after image handle.\";s:2:\"id\";s:24:\"before_after_orientation\";s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:10:\"horizontal\";s:10:\"Horizontal\";s:8:\"vertical\";s:8:\"Vertical\";}s:15:\"soft_dependency\";b:1;}s:28:\"before_after_handle_movement\";a:8:{s:5:\"label\";s:23:\"Handle Movement Control\";s:11:\"description\";s:121:\"Controls how the viewer interacts with the image handler. The image handle can use Drag &amp; Click, Drag Only, or Hover.\";s:2:\"id\";s:28:\"before_after_handle_movement\";s:7:\"default\";s:10:\"drag_click\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:10:\"drag_click\";s:16:\"Drag &amp; Click\";s:4:\"drag\";s:9:\"Drag Only\";s:5:\"hover\";s:5:\"Hover\";}s:15:\"soft_dependency\";b:1;}s:28:\"before_after_transition_time\";a:9:{s:5:\"label\";s:27:\"Image Fade Transition Speed\";s:11:\"description\";s:69:\"Controls the speed of the fade transition on mouse hover. In seconds.\";s:2:\"id\";s:28:\"before_after_transition_time\";s:7:\"default\";s:3:\"0.5\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:3:\"0.1\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:30:\"--before_after_transition_time\";}}s:15:\"soft_dependency\";b:1;}s:24:\"before_after_border_size\";a:8:{s:5:\"label\";s:11:\"Border Size\";s:11:\"description\";s:65:\"Controls the border size of the image before &amp; after element.\";s:2:\"id\";s:24:\"before_after_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--before_after_border_size\";}}}s:25:\"before_after_border_color\";a:8:{s:5:\"label\";s:12:\"Border Color\";s:11:\"description\";s:66:\"Controls the border color of the image before &amp; after element.\";s:2:\"id\";s:25:\"before_after_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:27:\"--before_after_border_color\";}}s:15:\"soft_dependency\";b:1;}s:26:\"before_after_border_radius\";a:9:{s:5:\"label\";s:13:\"Border Radius\";s:11:\"description\";s:67:\"Controls the border radius of the image before &amp; after element.\";s:2:\"id\";s:26:\"before_after_border_radius\";s:7:\"default\";s:3:\"0px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:28:\"--before_after_border_radius\";}}s:15:\"soft_dependency\";b:1;}}}s:28:\"imageframe_shortcode_section\";a:6:{s:5:\"label\";s:5:\"Image\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:28:\"imageframe_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:13:\"fusiona-image\";s:6:\"fields\";a:7:{s:21:\"imageframe_style_type\";a:7:{s:5:\"label\";s:16:\"Image Style Type\";s:11:\"description\";s:22:\"Select the style type.\";s:2:\"id\";s:21:\"imageframe_style_type\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:4:\"none\";s:4:\"None\";s:4:\"glow\";s:4:\"Glow\";s:10:\"dropshadow\";s:11:\"Drop Shadow\";s:12:\"bottomshadow\";s:13:\"Bottom Shadow\";}}s:15:\"imageframe_blur\";a:8:{s:5:\"label\";s:29:\"Image Glow / Drop Shadow Blur\";s:11:\"description\";s:62:\"Choose the amount of blur added to glow or drop shadow effect.\";s:2:\"id\";s:15:\"imageframe_blur\";s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;}s:20:\"imgframe_style_color\";a:7:{s:5:\"label\";s:17:\"Image Style Color\";s:11:\"description\";s:137:\"Controls the style color for all style types except border. Hex colors will use a subtle auto added alpha level to produce a nice effect.\";s:2:\"id\";s:20:\"imgframe_style_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:22:\"imageframe_border_size\";a:7:{s:5:\"label\";s:17:\"Image Border Size\";s:11:\"description\";s:38:\"Controls the border size of the image.\";s:2:\"id\";s:22:\"imageframe_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}}s:21:\"imgframe_border_color\";a:7:{s:5:\"label\";s:18:\"Image Border Color\";s:11:\"description\";s:39:\"Controls the border color of the image.\";s:2:\"id\";s:21:\"imgframe_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:24:\"imageframe_border_radius\";a:7:{s:5:\"label\";s:19:\"Image Border Radius\";s:11:\"description\";s:40:\"Controls the border radius of the image.\";s:2:\"id\";s:24:\"imageframe_border_radius\";s:7:\"default\";s:3:\"0px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:9:\"transport\";s:11:\"postMessage\";}s:29:\"imageframe_legacy_save_format\";a:7:{s:5:\"label\";s:24:\"Image Legacy Save Format\";s:11:\"description\";s:126:\"Set to &quot;yes&quot; if the legacy method of saving the image data should be supported. This is not needed for new installs.\";s:2:\"id\";s:29:\"imageframe_legacy_save_format\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}}}s:27:\"instagram_shortcode_section\";a:5:{s:5:\"label\";s:9:\"Instagram\";s:2:\"id\";s:27:\"instagram_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:17:\"fusiona-instagram\";s:6:\"fields\";a:3:{s:15:\"instagram_oauth\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:1466:\"<div id=\"fusion-instagram-content\" class=\"fusion-redux-important-notice\"><div data-id=\"error\" style=\"display:none\"><span><strong>There was a problem when trying to connect. </strong><a target=\"_blank\" href=\"#\">Instagram element documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://www.instagram.com/oauth/authorize?enable_fb_login=0&force_authentication=1&client_id=566437275995657&redirect_uri=https://updates.theme-fusion.com/insta-api-v2&response_type=code&scope=instagram_business_basic&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada_wpnonce%3Da2b6273b55\">Try again.</a></div><div data-id=\"no_token\"  style=\"display:flex\"><span><strong>Currently not connected. </strong><a target=\"_blank\" href=\"#\">Instagram element documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://www.instagram.com/oauth/authorize?enable_fb_login=0&force_authentication=1&client_id=566437275995657&redirect_uri=https://updates.theme-fusion.com/insta-api-v2&response_type=code&scope=instagram_business_basic&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada_wpnonce%3Da2b6273b55\">Connect with Instagram</a></div><div data-id=\"connected\"  style=\"display:none\"><strong>Connected with Instagram</strong><a class=\"button-primary\" target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada&#038;revoke_instagram=1&#038;_wpnonce=a2b6273b55\">Revoke Access</a></div>\";s:2:\"id\";s:15:\"instagram_oauth\";s:4:\"type\";s:6:\"custom\";}s:23:\"instagram_cache_timeout\";a:6:{s:5:\"label\";s:19:\"Check For New Posts\";s:11:\"description\";s:42:\"Select when check instagram for new posts.\";s:2:\"id\";s:23:\"instagram_cache_timeout\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:4:\"hour\";s:7:\"choices\";a:5:{s:9:\"half_hour\";s:16:\"Every 30 Minutes\";s:4:\"hour\";s:10:\"Every Hour\";s:9:\"six_hours\";s:13:\"Every 6 Hours\";s:8:\"half_day\";s:14:\"Every 12 Hours\";s:3:\"day\";s:5:\"Daily\";}}s:22:\"reset_instagram_caches\";a:9:{s:5:\"label\";s:22:\"Reset Instagram Caches\";s:11:\"description\";s:25:\"Reset all Instagram data.\";s:2:\"id\";s:22:\"reset_instagram_caches\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:3:\"raw\";s:7:\"content\";s:174:\"<a class=\"button button-secondary\" href=\"#\" onclick=\"fusionResetInstagramCache(event);\" target=\"_self\" >Reset Instagram Caches</a><span class=\"spinner fusion-spinner\"></span>\";s:10:\"full_width\";b:0;s:9:\"transport\";s:11:\"postMessage\";s:13:\"hide_on_front\";b:1;}}}s:23:\"modal_shortcode_section\";a:6:{s:5:\"label\";s:5:\"Modal\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"modal_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:21:\"fusiona-external-link\";s:6:\"fields\";a:2:{s:14:\"modal_bg_color\";a:6:{s:5:\"label\";s:22:\"Modal Background Color\";s:11:\"description\";s:53:\"Controls the background color of the modal popup box.\";s:2:\"id\";s:14:\"modal_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:18:\"modal_border_color\";a:6:{s:5:\"label\";s:18:\"Modal Border Color\";s:11:\"description\";s:49:\"Controls the border color of the modal popup box.\";s:2:\"id\";s:18:\"modal_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}}}s:31:\"openstreetmap_shortcode_section\";a:5:{s:5:\"label\";s:13:\"OpenStreetMap\";s:2:\"id\";s:31:\"openstreetmap_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:19:\"fusiona-check-empty\";s:6:\"fields\";a:2:{s:23:\"openstreetmap_map_style\";a:7:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:9:\"Map Style\";s:11:\"description\";s:277:\"Select the map style. For more information about licensing, please see the documentation <a href=\"https://wiki.openstreetmap.org/wiki/Raster_tile_providers\" target=\"_blank\" rel=\"noopener noreferrer\">Raster Tile Providers </a>. Using Mapbox Style will required API Access Token.\";s:2:\"id\";s:23:\"openstreetmap_map_style\";s:7:\"choices\";a:20:{s:9:\"osm-carto\";s:9:\"OSM Carto\";s:6:\"osm-fr\";s:10:\"OSM France\";s:6:\"osm-de\";s:15:\"OSM Deutschland\";s:12:\"stamen-toner\";s:12:\"Stamen Toner\";s:14:\"stamen-terrain\";s:14:\"Stamen Terrain\";s:17:\"stamen-watercolor\";s:17:\"Stamen Watercolor\";s:7:\"topomap\";s:10:\"Topography\";s:8:\"carto-db\";s:11:\"Carto Light\";s:10:\"carto-dark\";s:10:\"Carto Dark\";s:10:\"esri-world\";s:17:\"Esri World Street\";s:12:\"esri-imagery\";s:12:\"Esri Imagery\";s:9:\"esri-topo\";s:13:\"Esri Topo Map\";s:14:\"mb-streets-v12\";s:14:\"Mapbox Streets\";s:15:\"mb-outdoors-v12\";s:15:\"Mapbox Outdoors\";s:12:\"mb-light-v11\";s:12:\"Mapbox Light\";s:11:\"mb-dark-v11\";s:11:\"Mapbox Dark\";s:15:\"mb-satellite-v9\";s:16:\"Mapbox Satellite\";s:24:\"mb-satellite-streets-v12\";s:24:\"Mapbox Satellite Streets\";s:20:\"mb-navigation-day-v1\";s:21:\"Mapbox Navigation Day\";s:22:\"mb-navigation-night-v1\";s:23:\"Mapbox Navigation Night\";}s:7:\"default\";s:9:\"osm-carto\";s:9:\"transport\";s:11:\"postMessage\";}s:33:\"openstreetmap_mapbox_access_token\";a:5:{s:5:\"label\";s:19:\"MapBox Access Token\";s:11:\"description\";s:207:\"Enter your MapBox Access Token to use custom MapBox tiles. For more information please see <a href=\"https://docs.mapbox.com/help/getting-started/access-tokens/\" target=\"_blank\">MapBox Access Token Guide</a>.\";s:2:\"id\";s:33:\"openstreetmap_mapbox_access_token\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}s:24:\"person_shortcode_section\";a:6:{s:5:\"label\";s:6:\"Person\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:24:\"person_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:12:\"fusiona-user\";s:6:\"fields\";a:11:{s:36:\"person_shortcode_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:238:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The styling options for the social icons used in the person element are controlled through the options under the \"Social Links Element\" section on this tab.</div>\";s:2:\"id\";s:36:\"person_shortcode_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:13:\"person_margin\";a:7:{s:5:\"label\";s:7:\"Margins\";s:11:\"description\";s:42:\"Controls the margin around person element.\";s:2:\"id\";s:13:\"person_margin\";s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:4:\"left\";b:1;s:6:\"bottom\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}}s:23:\"person_background_color\";a:6:{s:5:\"label\";s:23:\"Person Background Color\";s:11:\"description\";s:49:\"Controls the background color of the person area.\";s:2:\"id\";s:23:\"person_background_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"person_pic_style\";a:7:{s:5:\"label\";s:25:\"Person Picture Style Type\";s:11:\"description\";s:22:\"Select the style type.\";s:2:\"id\";s:16:\"person_pic_style\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:4:\"none\";s:4:\"None\";s:4:\"glow\";s:4:\"Glow\";s:10:\"dropshadow\";s:11:\"Drop Shadow\";s:12:\"bottomshadow\";s:13:\"Bottom Shadow\";}}s:21:\"person_pic_style_blur\";a:8:{s:5:\"label\";s:38:\"Person Picture Glow / Drop Shadow Blur\";s:11:\"description\";s:62:\"Choose the amount of blur added to glow or drop shadow effect.\";s:2:\"id\";s:21:\"person_pic_style_blur\";s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:16:\"person_pic_style\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:1;a:3:{s:7:\"setting\";s:16:\"person_pic_style\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:12:\"bottomshadow\";}}}s:18:\"person_style_color\";a:6:{s:5:\"label\";s:18:\"Person Style Color\";s:11:\"description\";s:59:\"Controls the style color for all style types except border.\";s:2:\"id\";s:18:\"person_style_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:19:\"person_border_color\";a:6:{s:5:\"label\";s:19:\"Person Border Color\";s:11:\"description\";s:46:\"Controls the border color of the person image.\";s:2:\"id\";s:19:\"person_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:18:\"person_border_size\";a:7:{s:5:\"label\";s:18:\"Person Border Size\";s:11:\"description\";s:45:\"Controls the border size of the person image.\";s:2:\"id\";s:18:\"person_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}}s:20:\"person_border_radius\";a:7:{s:5:\"label\";s:20:\"Person Border Radius\";s:11:\"description\";s:47:\"Controls the border radius of the person image.\";s:2:\"id\";s:20:\"person_border_radius\";s:7:\"default\";s:3:\"0px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:9:\"transport\";s:11:\"postMessage\";}s:16:\"person_alignment\";a:7:{s:5:\"label\";s:24:\"Person Content Alignment\";s:11:\"description\";s:45:\"Controls the alignment of the person content.\";s:2:\"id\";s:16:\"person_alignment\";s:7:\"default\";s:4:\"Left\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:4:\"Left\";s:4:\"Left\";s:6:\"Center\";s:6:\"Center\";s:5:\"Right\";s:5:\"Right\";}}s:20:\"person_icon_position\";a:7:{s:5:\"label\";s:27:\"Person Social Icon Position\";s:11:\"description\";s:42:\"Controls the position of the social icons.\";s:2:\"id\";s:20:\"person_icon_position\";s:7:\"default\";s:3:\"Top\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"Top\";s:3:\"Top\";s:6:\"Bottom\";s:6:\"Bottom\";}}}}s:25:\"popover_shortcode_section\";a:6:{s:5:\"label\";s:7:\"Popover\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:25:\"popover_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:15:\"fusiona-uniF61C\";s:6:\"fields\";a:5:{s:24:\"popover_heading_bg_color\";a:6:{s:5:\"label\";s:32:\"Popover Heading Background Color\";s:11:\"description\";s:53:\"Controls the color of the popover heading background.\";s:2:\"id\";s:24:\"popover_heading_bg_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--popover_heading_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"popover_content_bg_color\";a:6:{s:5:\"label\";s:32:\"Popover Content Background Color\";s:11:\"description\";s:49:\"Controls the color of popover content background.\";s:2:\"id\";s:24:\"popover_content_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--popover_content_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"popover_border_color\";a:6:{s:5:\"label\";s:20:\"Popover Border Color\";s:11:\"description\";s:41:\"Controls the border color of popover box.\";s:2:\"id\";s:20:\"popover_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--popover_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"popover_text_color\";a:6:{s:5:\"label\";s:18:\"Popover Text Color\";s:11:\"description\";s:39:\"Controls the color of the popover text.\";s:2:\"id\";s:18:\"popover_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--popover_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:17:\"popover_placement\";a:6:{s:5:\"label\";s:16:\"Popover Position\";s:11:\"description\";s:76:\"Controls the position of the popover in reference to the triggering element.\";s:2:\"id\";s:17:\"popover_placement\";s:7:\"default\";s:3:\"Top\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:4:{s:3:\"Top\";s:3:\"Top\";s:5:\"Right\";s:5:\"Right\";s:6:\"Bottom\";s:6:\"Bottom\";s:4:\"Left\";s:4:\"Left\";}}}}s:27:\"portfolio_shortcode_section\";a:6:{s:5:\"label\";s:9:\"Portfolio\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"portfolio_shortcode_section\";s:4:\"icon\";s:21:\"fusiona-insertpicture\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:16:{s:29:\"portfolio_featured_image_size\";a:7:{s:5:\"label\";s:29:\"Portfolio Featured Image Size\";s:11:\"description\";s:225:\"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for portfolio elements. <strong>IMPORTANT:</strong> Fixed works best with a standard 940px site width. Auto works best with larger site widths.\";s:2:\"id\";s:29:\"portfolio_featured_image_size\";s:7:\"default\";s:4:\"full\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:7:\"cropped\";s:5:\"Fixed\";s:4:\"full\";s:4:\"Auto\";}}s:17:\"portfolio_columns\";a:7:{s:5:\"label\";s:17:\"Number of Columns\";s:11:\"description\";s:173:\"Set the number of columns per row. With Carousel layout this specifies the maximum amount of columns. <strong>IMPORTANT:</strong> Masonry layout does not work with 1 column.\";s:2:\"id\";s:17:\"portfolio_columns\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"default\";i:3;s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";i:1;}}s:24:\"portfolio_column_spacing\";a:7:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:48:\"Controls the column spacing for portfolio items.\";s:2:\"id\";s:24:\"portfolio_column_spacing\";s:7:\"default\";s:2:\"30\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"300\";s:4:\"step\";s:1:\"1\";}}s:15:\"portfolio_items\";a:7:{s:5:\"label\";s:34:\"Number of Portfolio Items Per Page\";s:11:\"description\";s:164:\"Controls the number of posts that display per page for portfolio elements. Set to -1 to display all. Set to 0 to use the number of posts from Settings &gt; Reading.\";s:2:\"id\";s:15:\"portfolio_items\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"-1\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}}s:21:\"portfolio_text_layout\";a:7:{s:5:\"label\";s:21:\"Portfolio Text Layout\";s:11:\"description\";s:118:\"Controls if the portfolio text content is displayed boxed or unboxed or is completely disabled for portfolio elements.\";s:2:\"id\";s:21:\"portfolio_text_layout\";s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:7:\"no_text\";s:7:\"No Text\";s:5:\"boxed\";s:5:\"Boxed\";s:7:\"unboxed\";s:7:\"Unboxed\";}}s:24:\"portfolio_content_length\";a:7:{s:5:\"label\";s:22:\"Portfolio Text Display\";s:11:\"description\";s:97:\"Choose how to display the post excerpt for portfolio elements. Does not apply to image rollovers.\";s:2:\"id\";s:24:\"portfolio_content_length\";s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:12:\"full_content\";s:12:\"Full Content\";s:7:\"excerpt\";s:7:\"Excerpt\";s:7:\"no_text\";s:7:\"No Text\";}}s:24:\"portfolio_excerpt_length\";a:8:{s:5:\"label\";s:14:\"Excerpt Length\";s:11:\"description\";s:68:\"Controls the number of words in the excerpts for portfolio elements.\";s:2:\"id\";s:24:\"portfolio_excerpt_length\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;}s:28:\"portfolio_strip_html_excerpt\";a:6:{s:5:\"label\";s:23:\"Strip HTML from Excerpt\";s:11:\"description\";s:70:\"Turn on to strip HTML content from the excerpt for portfolio elements.\";s:2:\"id\";s:28:\"portfolio_strip_html_excerpt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"portfolio_title_display\";a:7:{s:5:\"label\";s:23:\"Portfolio Title Display\";s:11:\"description\";s:76:\"Controls what displays with the portfolio post title for portfolio elements.\";s:2:\"id\";s:23:\"portfolio_title_display\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:3:\"all\";s:20:\"Title and Categories\";s:5:\"title\";s:10:\"Only Title\";s:4:\"cats\";s:15:\"Only Categories\";s:4:\"none\";s:4:\"None\";}}s:24:\"portfolio_text_alignment\";a:7:{s:5:\"label\";s:24:\"Portfolio Text Alignment\";s:11:\"description\";s:135:\"Controls the alignment of the portfolio title, categories and excerpt text when using the Portfolio Text layouts in portfolio elements.\";s:2:\"id\";s:24:\"portfolio_text_alignment\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}}s:24:\"portfolio_layout_padding\";a:8:{s:5:\"label\";s:29:\"Portfolio Text Layout Padding\";s:11:\"description\";s:95:\"Controls the padding for the portfolio text layout when using boxed mode in portfolio elements.\";s:2:\"id\";s:24:\"portfolio_layout_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";}s:4:\"type\";s:7:\"spacing\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:2:{s:7:\"element\";s:74:\".fusion-portfolio-boxed.fusion-portfolio-element .fusion-portfolio-content\";s:8:\"property\";s:7:\"padding\";}}}s:25:\"portfolio_pagination_type\";a:7:{s:5:\"label\";s:15:\"Pagination Type\";s:11:\"description\";s:52:\"Controls the pagination type for portfolio elements.\";s:2:\"id\";s:25:\"portfolio_pagination_type\";s:7:\"default\";s:10:\"pagination\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:10:\"pagination\";s:10:\"Pagination\";s:15:\"infinite_scroll\";s:15:\"Infinite Scroll\";s:16:\"load_more_button\";s:16:\"Load More Button\";}}s:49:\"portfolio_element_load_more_posts_button_bg_color\";a:6:{s:5:\"label\";s:39:\"Load More Posts Button Background Color\";s:11:\"description\";s:99:\"Controls the background color of the load more button for ajax post loading for portfolio elements.\";s:2:\"id\";s:49:\"portfolio_element_load_more_posts_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:51:\"--portfolio_element_load_more_posts_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:51:\"portfolio_element_load_more_posts_button_text_color\";a:6:{s:5:\"label\";s:33:\"Load More Posts Button Text Color\";s:11:\"description\";s:93:\"Controls the text color of the load more button for ajax post loading for portfolio elements.\";s:2:\"id\";s:51:\"portfolio_element_load_more_posts_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:53:\"--portfolio_element_load_more_posts_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:55:\"portfolio_element_load_more_posts_hover_button_bg_color\";a:6:{s:5:\"label\";s:45:\"Load More Posts Button Hover Background Color\";s:11:\"description\";s:105:\"Controls the hover background color of the load more button for ajax post loading for portfolio elements.\";s:2:\"id\";s:55:\"portfolio_element_load_more_posts_hover_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:57:\"--portfolio_element_load_more_posts_hover_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:57:\"portfolio_element_load_more_posts_hover_button_text_color\";a:6:{s:5:\"label\";s:39:\"Load More Posts Hover Button Text Color\";s:11:\"description\";s:99:\"Controls the hover text color of the load more button for ajax post loading for portfolio elements.\";s:2:\"id\";s:57:\"portfolio_element_load_more_posts_hover_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:59:\"--portfolio_element_load_more_posts_hover_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:31:\"pricing_table_shortcode_section\";a:6:{s:5:\"label\";s:13:\"Pricing Table\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:31:\"pricing_table_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:14:\"fusiona-dollar\";s:6:\"fields\";a:7:{s:36:\"full_boxed_pricing_box_heading_color\";a:6:{s:5:\"label\";s:35:\"Connected Pricing Box Heading Color\";s:11:\"description\";s:55:\"Controls the color of connected pricing table headings.\";s:2:\"id\";s:36:\"full_boxed_pricing_box_heading_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:29:\"sep_pricing_box_heading_color\";a:6:{s:5:\"label\";s:35:\"Separated Pricing Box Heading Color\";s:11:\"description\";s:55:\"Controls the color of separated pricing table headings.\";s:2:\"id\";s:29:\"sep_pricing_box_heading_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:17:\"pricing_box_color\";a:6:{s:5:\"label\";s:23:\"Pricing Box Price Color\";s:11:\"description\";s:32:\"Controls the color of the price.\";s:2:\"id\";s:17:\"pricing_box_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--pricing_box_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"pricing_bg_color\";a:6:{s:5:\"label\";s:28:\"Pricing Box Background Color\";s:11:\"description\";s:63:\"Controls the color of the main background and title background.\";s:2:\"id\";s:16:\"pricing_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:30:\"pricing_background_color_hover\";a:6:{s:5:\"label\";s:34:\"Pricing Box Background Hover Color\";s:11:\"description\";s:69:\"Controls the hover color of the main background and title background.\";s:2:\"id\";s:30:\"pricing_background_color_hover\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"pricing_border_color\";a:6:{s:5:\"label\";s:24:\"Pricing Box Border Color\";s:11:\"description\";s:79:\"Controls the color of the outer border, pricing row and footer row backgrounds.\";s:2:\"id\";s:20:\"pricing_border_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:21:\"pricing_divider_color\";a:6:{s:5:\"label\";s:25:\"Pricing Box Divider Color\";s:11:\"description\";s:59:\"Controls the color of the dividers in-between pricing rows.\";s:2:\"id\";s:21:\"pricing_divider_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}}}s:26:\"progress_shortcode_section\";a:6:{s:5:\"label\";s:12:\"Progress Bar\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:26:\"progress_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:13:\"fusiona-tasks\";s:6:\"fields\";a:10:{s:25:\"progressbar_text_position\";a:7:{s:5:\"label\";s:34:\"Progress Bar Active Value Position\";s:11:\"description\";s:58:\"Select the position of the progress bar active value text.\";s:2:\"id\";s:25:\"progressbar_text_position\";s:7:\"default\";s:6:\"on_bar\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:6:\"on_bar\";s:6:\"On Bar\";s:9:\"above_bar\";s:9:\"Above Bar\";s:9:\"below_bar\";s:9:\"Below Bar\";}}s:22:\"progressbar_text_color\";a:7:{s:5:\"label\";s:31:\"Progress Bar Active Value Color\";s:11:\"description\";s:57:\"Controls the color of the progress bar active value text.\";s:2:\"id\";s:22:\"progressbar_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--progressbar_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:39:\"progressbar_maximum_value_text_position\";a:7:{s:5:\"label\";s:35:\"Progress Bar Maximum Value Position\";s:11:\"description\";s:59:\"Select the position of the progress bar maximum value text.\";s:2:\"id\";s:39:\"progressbar_maximum_value_text_position\";s:7:\"default\";s:6:\"on_bar\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:6:\"on_bar\";s:6:\"On Bar\";s:9:\"above_bar\";s:9:\"Above Bar\";s:9:\"below_bar\";s:9:\"Below Bar\";}}s:31:\"progressbar_maximum_value_color\";a:7:{s:5:\"label\";s:32:\"Progress Bar Maximum Value Color\";s:11:\"description\";s:58:\"Controls the color of the progress bar maximum value text.\";s:2:\"id\";s:31:\"progressbar_maximum_value_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:33:\"--progressbar_maximum_value_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"progressbar_height\";a:7:{s:5:\"label\";s:19:\"Progress Bar Height\";s:11:\"description\";s:37:\"Insert a height for the progress bar.\";s:2:\"id\";s:18:\"progressbar_height\";s:7:\"default\";s:4:\"48px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:20:\"--progressbar_height\";}}}s:24:\"progressbar_filled_color\";a:7:{s:5:\"label\";s:25:\"Progress Bar Filled Color\";s:11:\"description\";s:51:\"Controls the color of the progress bar filled area.\";s:2:\"id\";s:24:\"progressbar_filled_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--progressbar_filled_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"progressbar_fully_filled_color\";a:7:{s:5:\"label\";s:30:\"Progress Bar 100% Filled Color\";s:11:\"description\";s:120:\"Controls the color of the progress bar when it is fully filled. Leave empty if you want to keep the normal filled color.\";s:2:\"id\";s:30:\"progressbar_fully_filled_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:32:\"--progressbar_fully_filled_color\";}}}s:26:\"progressbar_unfilled_color\";a:7:{s:5:\"label\";s:27:\"Progress Bar Unfilled Color\";s:11:\"description\";s:53:\"Controls the color of the progress bar unfilled area.\";s:2:\"id\";s:26:\"progressbar_unfilled_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--progressbar_unfilled_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"progressbar_filled_border_size\";a:8:{s:5:\"label\";s:31:\"Progress Bar Filled Border Size\";s:11:\"description\";s:57:\"Controls the border size of the progress bar filled area.\";s:2:\"id\";s:30:\"progressbar_filled_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--progressbar_filled_border_size\";s:8:\"callback\";a:1:{i:0;s:15:\"maybe_append_px\";}}}}s:31:\"progressbar_filled_border_color\";a:7:{s:5:\"label\";s:32:\"Progress Bar Filled Border Color\";s:11:\"description\";s:58:\"Controls the border color of the progress bar filled area.\";s:2:\"id\";s:31:\"progressbar_filled_border_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:33:\"--progressbar_filled_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:33:\"scroll_progress_shortcode_section\";a:7:{s:5:\"label\";s:15:\"Scroll Progress\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:33:\"scroll_progress_shortcode_section\";s:7:\"default\";s:0:\"\";s:4:\"icon\";s:23:\"fusiona-scroll-progress\";s:4:\"type\";s:9:\"accordion\";s:6:\"fields\";a:7:{s:24:\"scroll_progress_position\";a:7:{s:5:\"label\";s:21:\"Progress Bar Position\";s:11:\"description\";s:41:\"Select the position of the progress bar..\";s:2:\"id\";s:24:\"scroll_progress_position\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:4:\"flow\";s:7:\"choices\";a:3:{s:4:\"flow\";s:12:\"Content Flow\";s:3:\"top\";s:12:\"Fixed to Top\";s:6:\"bottom\";s:15:\"Fixed to Bottom\";}s:9:\"transport\";s:11:\"postMessage\";}s:22:\"scroll_progress_height\";a:6:{s:5:\"label\";s:19:\"Progress Bar Height\";s:11:\"description\";s:37:\"Insert a height for the progress bar.\";s:2:\"id\";s:22:\"scroll_progress_height\";s:7:\"default\";s:4:\"10px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";}s:32:\"scroll_progress_background_color\";a:6:{s:5:\"label\";s:16:\"Background Color\";s:11:\"description\";s:50:\"Controls the background color of the progress bar.\";s:2:\"id\";s:32:\"scroll_progress_background_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:30:\"scroll_progress_progress_color\";a:6:{s:5:\"label\";s:14:\"Progress Color\";s:11:\"description\";s:39:\"Controls the color of the progress bar.\";s:2:\"id\";s:30:\"scroll_progress_progress_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:27:\"scroll_progress_border_size\";a:7:{s:5:\"label\";s:24:\"Progress Bar Border Size\";s:11:\"description\";s:45:\"Controls the border size of the progress bar.\";s:2:\"id\";s:27:\"scroll_progress_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}}s:28:\"scroll_progress_border_color\";a:6:{s:5:\"label\";s:25:\"Progress Bar Border Color\";s:11:\"description\";s:46:\"Controls the border color of the progress bar.\";s:2:\"id\";s:28:\"scroll_progress_border_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:29:\"scroll_progress_border_radius\";a:7:{s:5:\"label\";s:13:\"Border Radius\";s:11:\"description\";s:42:\"Set the border radius of the progress bar.\";s:2:\"id\";s:29:\"scroll_progress_border_radius\";s:4:\"type\";s:13:\"border_radius\";s:7:\"choices\";a:5:{s:8:\"top_left\";b:1;s:9:\"top_right\";b:1;s:12:\"bottom_right\";b:1;s:11:\"bottom_left\";b:1;s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"em\";}}s:7:\"default\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:9:\"transport\";s:11:\"postMessage\";}}}s:35:\"section_separator_shortcode_section\";a:6:{s:5:\"label\";s:17:\"Section Separator\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:35:\"section_separator_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:16:\"fusiona-ellipsis\";s:6:\"fields\";a:3:{s:23:\"section_sep_border_size\";a:7:{s:5:\"label\";s:29:\"Section Separator Border Size\";s:11:\"description\";s:50:\"Controls the border size of the section separator.\";s:2:\"id\";s:23:\"section_sep_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}}s:14:\"section_sep_bg\";a:6:{s:5:\"label\";s:34:\"Section Separator Background Color\";s:11:\"description\";s:61:\"Controls the background color of the section separator style.\";s:2:\"id\";s:14:\"section_sep_bg\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:24:\"section_sep_border_color\";a:6:{s:5:\"label\";s:30:\"Section Separator Border Color\";s:11:\"description\";s:43:\"Controls the border color of the separator.\";s:2:\"id\";s:24:\"section_sep_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}}}s:27:\"separator_shortcode_section\";a:6:{s:5:\"label\";s:9:\"Separator\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"separator_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:13:\"fusiona-minus\";s:6:\"fields\";a:7:{s:20:\"separator_style_type\";a:7:{s:5:\"label\";s:15:\"Separator Style\";s:11:\"description\";s:121:\"Controls the line style of all separators, divider lines on portfolio archives, blog archives, product archives and more.\";s:2:\"id\";s:20:\"separator_style_type\";s:7:\"default\";s:6:\"double\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:9:{s:4:\"none\";s:8:\"No Style\";s:6:\"single\";s:19:\"Single Border Solid\";s:6:\"double\";s:19:\"Double Border Solid\";s:13:\"single|dashed\";s:20:\"Single Border Dashed\";s:13:\"double|dashed\";s:20:\"Double Border Dashed\";s:13:\"single|dotted\";s:20:\"Single Border Dotted\";s:13:\"double|dotted\";s:20:\"Double Border Dotted\";s:6:\"shadow\";s:6:\"Shadow\";s:4:\"wavy\";s:4:\"Wavy\";}}s:9:\"sep_color\";a:7:{s:5:\"label\";s:15:\"Separator Color\";s:11:\"description\";s:216:\"Controls the color of all separators, divider lines and borders for meta, previous &amp; next, filters, archive pages, boxes around number pagination, sidebar widgets, accordion divider lines, counter boxes and more.\";s:2:\"id\";s:9:\"sep_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:11:\"--sep_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"separator_border_size\";a:7:{s:5:\"label\";s:11:\"Border Size\";s:11:\"description\";s:42:\"Controls the border size of the separator.\";s:2:\"id\";s:21:\"separator_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}}s:19:\"separator_icon_size\";a:7:{s:5:\"label\";s:9:\"Icon Size\";s:11:\"description\";s:40:\"Controls the icon size of the separator.\";s:2:\"id\";s:19:\"separator_icon_size\";s:7:\"default\";s:2:\"16\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}}s:20:\"separator_icon_color\";a:6:{s:5:\"label\";s:10:\"Icon Color\";s:11:\"description\";s:30:\"Controls the color of the Icon\";s:2:\"id\";s:20:\"separator_icon_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"separator_circle\";a:6:{s:5:\"label\";s:16:\"Separator Circle\";s:11:\"description\";s:66:\"Turn on if you want to display a circle around the separator icon.\";s:2:\"id\";s:16:\"separator_circle\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:25:\"separator_circle_bg_color\";a:7:{s:5:\"label\";s:12:\"Circle Color\";s:11:\"description\";s:60:\"Controls the background color of the circle around the icon.\";s:2:\"id\";s:25:\"separator_circle_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"separator_circle\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}}s:30:\"social_links_shortcode_section\";a:6:{s:5:\"label\";s:20:\"Social Links Element\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:30:\"social_links_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:12:\"fusiona-link\";s:6:\"fields\";a:15:{s:17:\"social_links_info\";a:3:{s:2:\"id\";s:17:\"social_links_info\";s:4:\"type\";s:6:\"custom\";s:11:\"description\";s:171:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> These social icon global options control both the social link element and person element.</div>\";}s:19:\"social_links_margin\";a:7:{s:5:\"label\";s:7:\"Margins\";s:11:\"description\";s:48:\"Controls the margin around social links element.\";s:2:\"id\";s:19:\"social_links_margin\";s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:4:\"left\";b:1;s:6:\"bottom\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}}s:30:\"social_links_tooltip_placement\";a:7:{s:5:\"label\";s:35:\"Social Links Icons Tooltip Position\";s:11:\"description\";s:56:\"Controls the tooltip position of the social links icons.\";s:2:\"id\";s:30:\"social_links_tooltip_placement\";s:7:\"default\";s:3:\"Top\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:3:\"Top\";s:3:\"Top\";s:5:\"Right\";s:5:\"Right\";s:6:\"Bottom\";s:6:\"Bottom\";s:4:\"Left\";s:4:\"Left\";s:4:\"None\";s:4:\"None\";}}s:22:\"social_links_font_size\";a:6:{s:5:\"label\";s:15:\"Icons Font Size\";s:11:\"description\";s:49:\"Controls the font size for the social link icons.\";s:2:\"id\";s:22:\"social_links_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--social_links_font_size\";s:7:\"element\";s:20:\".fusion-social-links\";s:8:\"callback\";a:2:{i:0;s:23:\"convert_font_size_to_px\";i:1;s:0:\"\";}}}}s:23:\"social_links_color_type\";a:7:{s:5:\"label\";s:15:\"Icon Color Type\";s:11:\"description\";s:146:\"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.\";s:2:\"id\";s:23:\"social_links_color_type\";s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:6:\"custom\";s:13:\"Custom Colors\";s:5:\"brand\";s:12:\"Brand Colors\";}}s:23:\"social_links_icon_color\";a:7:{s:5:\"label\";s:11:\"Icons Color\";s:11:\"description\";s:39:\"Controls the color of the custom icons.\";s:2:\"id\";s:23:\"social_links_icon_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:29:\"social_links_icon_color_hover\";a:7:{s:5:\"label\";s:17:\"Icons Hover Color\";s:11:\"description\";s:48:\"Controls the color of the custom icons on hover.\";s:2:\"id\";s:29:\"social_links_icon_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:18:\"social_links_boxed\";a:6:{s:5:\"label\";s:11:\"Boxed Style\";s:11:\"description\";s:99:\"Turn on to have the icon displayed in a small box. Turn off to have the icon displayed with no box.\";s:2:\"id\";s:18:\"social_links_boxed\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:26:\"social_links_boxed_padding\";a:7:{s:5:\"label\";s:11:\"Box Padding\";s:2:\"id\";s:26:\"social_links_boxed_padding\";s:7:\"default\";s:3:\"8px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--social_links_boxed_padding\";s:7:\"element\";s:20:\".fusion-social-links\";}}}s:22:\"social_links_box_color\";a:7:{s:5:\"label\";s:14:\"Box Background\";s:11:\"description\";s:49:\"Select a custom social icon box background color.\";s:2:\"id\";s:22:\"social_links_box_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:28:\"social_links_box_color_hover\";a:7:{s:5:\"label\";s:20:\"Box Hover Background\";s:11:\"description\";s:58:\"Select a custom social icon box background color on hover.\";s:2:\"id\";s:28:\"social_links_box_color_hover\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:19:\"social_links_border\";a:7:{s:5:\"label\";s:15:\"Box Border Size\";s:11:\"description\";s:45:\"Controls the borders size of social icon box.\";s:2:\"id\";s:19:\"social_links_border\";s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:4:\"left\";b:1;s:6:\"bottom\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}}s:25:\"social_links_boxed_radius\";a:8:{s:5:\"label\";s:10:\"Box Radius\";s:11:\"description\";s:32:\"Box radius for the social icons.\";s:2:\"id\";s:25:\"social_links_boxed_radius\";s:7:\"default\";s:3:\"4px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:25:\"social_links_border_color\";a:7:{s:5:\"label\";s:12:\"Border Color\";s:11:\"description\";s:46:\"Controls the borders color of social icon box.\";s:2:\"id\";s:25:\"social_links_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:31:\"social_links_border_color_hover\";a:7:{s:5:\"label\";s:18:\"Border Hover Color\";s:11:\"description\";s:55:\"Controls the borders color of social icon box on hover.\";s:2:\"id\";s:31:\"social_links_border_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}}}s:31:\"stripe_button_shortcode_section\";a:5:{s:5:\"label\";s:13:\"Stripe Button\";s:2:\"id\";s:31:\"stripe_button_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:19:\"fusiona-check-empty\";s:6:\"fields\";a:6:{s:43:\"stripe_button_shortcode_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:245:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Insert API keys to authenticate requests with Stripe. You can find the keys in <a href=\"https://stripe.com/docs/keys\" target=\"_blank\">Stripe Account Dashboard</a>.</div>\";s:2:\"id\";s:43:\"stripe_button_shortcode_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:22:\"stripe_button_api_mode\";a:7:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:8:\"API Mode\";s:11:\"description\";s:80:\"Build your integration in Test mode, and switch to Live mode when you are ready.\";s:2:\"id\";s:22:\"stripe_button_api_mode\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:4:\"live\";s:4:\"Live\";s:4:\"test\";s:4:\"Test\";}s:7:\"default\";s:4:\"test\";}s:29:\"stripe_button_test_secret_key\";a:5:{s:5:\"label\";s:22:\"Stripe Test Secret Key\";s:11:\"description\";s:159:\"Enter your Stripe Test Secret Key. For more information please see <a href=\"https://stripe.com/docs/keys#obtain-api-keys\" target=\"_blank\">Stripe API Guide</a>.\";s:2:\"id\";s:29:\"stripe_button_test_secret_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:30:\"stripe_button_validate_test_sk\";a:8:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:23:\"Test Secret Key Status.\";s:2:\"id\";s:30:\"stripe_button_validate_test_sk\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:3:\"raw\";s:7:\"content\";s:206:\"<a class=\"button button-secondary\" href=\"#\" onclick=\"awbValidateStripeApiKey(event);\" data-mode=\"test\" data-nonce=\"f1ac5a82cd\" target=\"_self\" >Test Connection</a><span class=\"spinner fusion-spinner\"></span>\";s:10:\"full_width\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:29:\"stripe_button_live_secret_key\";a:5:{s:5:\"label\";s:22:\"Stripe Live Secret Key\";s:11:\"description\";s:152:\"Enter your Live Secret Key. For more information please see <a href=\"https://stripe.com/docs/keys#obtain-api-keys\" target=\"_blank\">Stripe API Guide</a>.\";s:2:\"id\";s:29:\"stripe_button_live_secret_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:30:\"stripe_button_validate_live_sk\";a:8:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:23:\"Live Secret Key Status.\";s:2:\"id\";s:30:\"stripe_button_validate_live_sk\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:3:\"raw\";s:7:\"content\";s:206:\"<a class=\"button button-secondary\" href=\"#\" onclick=\"awbValidateStripeApiKey(event);\" data-mode=\"live\" data-nonce=\"f1ac5a82cd\" target=\"_self\" >Test Connection</a><span class=\"spinner fusion-spinner\"></span>\";s:10:\"full_width\";b:0;s:9:\"transport\";s:11:\"postMessage\";}}}s:36:\"syntax_highlighter_shortcode_section\";a:7:{s:5:\"label\";s:18:\"Syntax Highlighter\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:36:\"syntax_highlighter_shortcode_section\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:12:\"fusiona-code\";s:6:\"fields\";a:13:{s:24:\"syntax_highlighter_theme\";a:7:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:17:\"Highlighter Theme\";s:11:\"description\";s:57:\"Select which theme you want to use for code highlighting.\";s:2:\"id\";s:24:\"syntax_highlighter_theme\";s:7:\"choices\";a:4:{s:7:\"default\";s:7:\"Light 1\";s:7:\"elegant\";s:7:\"Light 2\";s:9:\"hopscotch\";s:6:\"Dark 1\";s:12:\"oceanic-next\";s:6:\"Dark 2\";}s:7:\"default\";s:7:\"default\";s:9:\"transport\";s:11:\"postMessage\";}s:31:\"syntax_highlighter_line_numbers\";a:7:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:12:\"Line Numbers\";s:11:\"description\";s:51:\"Choose if you want to display or hide line numbers.\";s:2:\"id\";s:31:\"syntax_highlighter_line_numbers\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}s:7:\"default\";s:3:\"yes\";}s:47:\"syntax_highlighter_line_number_background_color\";a:7:{s:4:\"type\";s:11:\"color-alpha\";s:5:\"label\";s:29:\"Line Numbers Background Color\";s:11:\"description\";s:106:\"Controls the background color for the line numbers. If left empty, color from selected theme will be used.\";s:2:\"id\";s:47:\"syntax_highlighter_line_number_background_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"syntax_highlighter_line_numbers\";s:5:\"value\";s:3:\"yes\";s:8:\"operator\";s:2:\"==\";}}}s:41:\"syntax_highlighter_line_number_text_color\";a:7:{s:4:\"type\";s:11:\"color-alpha\";s:5:\"label\";s:23:\"Line Numbers Text Color\";s:11:\"description\";s:95:\"Controls the color for line number text. If left empty, color from selected theme will be used.\";s:2:\"id\";s:41:\"syntax_highlighter_line_number_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"syntax_highlighter_line_numbers\";s:5:\"value\";s:3:\"yes\";s:8:\"operator\";s:2:\"==\";}}}s:32:\"syntax_highlighter_line_wrapping\";a:7:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:13:\"Line Wrapping\";s:11:\"description\";s:69:\"Controls whether the long line should break or add horizontal scroll.\";s:2:\"id\";s:32:\"syntax_highlighter_line_wrapping\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:6:\"scroll\";s:6:\"Scroll\";s:5:\"break\";s:5:\"Break\";}s:7:\"default\";s:6:\"scroll\";}s:36:\"syntax_highlighter_copy_to_clipboard\";a:7:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:17:\"Copy to Clipboard\";s:11:\"description\";s:94:\"Choose if you want to allow your visitors to easily copy your code with a click of the button.\";s:2:\"id\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}s:7:\"default\";s:3:\"yes\";}s:41:\"syntax_highlighter_copy_to_clipboard_text\";a:7:{s:4:\"type\";s:4:\"text\";s:5:\"label\";s:22:\"Copy to Clipboard Text\";s:11:\"description\";s:53:\"Enter text to be displayed for user to click to copy.\";s:2:\"id\";s:41:\"syntax_highlighter_copy_to_clipboard_text\";s:7:\"default\";s:17:\"Copy to Clipboard\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:36:\"syntax_highlighter_copy_to_clipboard\";s:5:\"value\";s:3:\"yes\";s:8:\"operator\";s:2:\"==\";}}}s:28:\"syntax_highlighter_font_size\";a:7:{s:4:\"type\";s:6:\"slider\";s:5:\"label\";s:9:\"Font Size\";s:11:\"description\";s:52:\"Controls the font size of the syntax highlight code.\";s:2:\"id\";s:28:\"syntax_highlighter_font_size\";s:7:\"default\";s:2:\"14\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"10\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}}s:35:\"syntax_highlighter_background_color\";a:6:{s:4:\"type\";s:11:\"color-alpha\";s:5:\"label\";s:16:\"Background Color\";s:11:\"description\";s:54:\"Controls the background color for code highlight area.\";s:2:\"id\";s:35:\"syntax_highlighter_background_color\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"default\";s:17:\"var(--awb-color1)\";}s:30:\"syntax_highlighter_border_size\";a:7:{s:4:\"type\";s:6:\"slider\";s:5:\"label\";s:11:\"Border Size\";s:11:\"description\";s:62:\"Controls the border size of the syntax highlighter. In pixels.\";s:2:\"id\";s:30:\"syntax_highlighter_border_size\";s:7:\"default\";s:1:\"1\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}}s:31:\"syntax_highlighter_border_color\";a:7:{s:4:\"type\";s:11:\"color-alpha\";s:5:\"label\";s:12:\"Border Color\";s:11:\"description\";s:26:\"Controls the border color.\";s:2:\"id\";s:31:\"syntax_highlighter_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:30:\"syntax_highlighter_border_size\";s:5:\"value\";s:1:\"0\";s:8:\"operator\";s:2:\"!=\";}}}s:31:\"syntax_highlighter_border_style\";a:8:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:12:\"Border Style\";s:11:\"description\";s:26:\"Controls the border style.\";s:2:\"id\";s:31:\"syntax_highlighter_border_style\";s:7:\"default\";s:5:\"solid\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:30:\"syntax_highlighter_border_size\";s:5:\"value\";s:1:\"0\";s:8:\"operator\";s:2:\"!=\";}}s:7:\"choices\";a:3:{s:5:\"solid\";s:5:\"Solid\";s:6:\"dashed\";s:6:\"Dashed\";s:6:\"dotted\";s:6:\"Dotted\";}}s:25:\"syntax_highlighter_margin\";a:7:{s:5:\"label\";s:7:\"Margins\";s:11:\"description\";s:54:\"Controls the margin around syntax highlighter element.\";s:2:\"id\";s:25:\"syntax_highlighter_margin\";s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:4:\"left\";b:1;s:6:\"bottom\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}}}}s:22:\"tabs_shortcode_section\";a:6:{s:5:\"label\";s:4:\"Tabs\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"tabs_shortcode_section\";s:4:\"icon\";s:14:\"fusiona-folder\";s:4:\"type\";s:9:\"accordion\";s:6:\"fields\";a:20:{s:9:\"tabs_info\";a:3:{s:2:\"id\";s:17:\"social_links_info\";s:4:\"type\";s:6:\"custom\";s:11:\"description\";s:200:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> These tab global options control both the tab element and Avada tab widget, however the widget does not utilize icons.</div>\";}s:13:\"tabs_bg_color\";a:7:{s:5:\"label\";s:35:\"Tabs Background Color + Hover Color\";s:11:\"description\";s:71:\"Controls the color of the active tab, tab hover and content background.\";s:2:\"id\";s:13:\"tabs_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"--tabs_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"tabs_inactive_color\";a:7:{s:5:\"label\";s:19:\"Tabs Inactive Color\";s:11:\"description\";s:101:\"Controls the color of the inactive tabs as well as the post date box layout for the Avada Tab Widget.\";s:2:\"id\";s:19:\"tabs_inactive_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--tabs_inactive_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"tabs_title_border_radius\";a:8:{s:5:\"label\";s:24:\"Tabs Title Border Radius\";s:11:\"description\";s:41:\"Controls the border radius of tabs title.\";s:2:\"id\";s:24:\"tabs_title_border_radius\";s:4:\"type\";s:13:\"border_radius\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:8:\"top_left\";b:1;s:9:\"top_right\";b:1;s:12:\"bottom_right\";b:1;s:11:\"bottom_left\";b:1;s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"em\";}}s:7:\"default\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:47:\"--awb-tabs-title-border-top-left-radius-default\";s:6:\"choice\";s:8:\"top_left\";s:7:\"element\";s:4:\"body\";}i:1;a:3:{s:4:\"name\";s:48:\"--awb-tabs-title-border-top-right-radius-default\";s:6:\"choice\";s:9:\"top_right\";s:7:\"element\";s:4:\"body\";}i:2;a:3:{s:4:\"name\";s:51:\"--awb-tabs-title-border-bottom-right-radius-default\";s:6:\"choice\";s:12:\"bottom_right\";s:7:\"element\";s:4:\"body\";}i:3;a:3:{s:4:\"name\";s:50:\"--awb-tabs-title-border-bottom-left-radius-default\";s:6:\"choice\";s:11:\"bottom_left\";s:7:\"element\";s:4:\"body\";}}}s:17:\"tabs_border_color\";a:7:{s:5:\"label\";s:17:\"Tabs Border Color\";s:11:\"description\";s:37:\"Controls the color of the tab border.\";s:2:\"id\";s:17:\"tabs_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--tabs_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"tabs_title_padding\";a:7:{s:5:\"label\";s:18:\"Tabs Title Padding\";s:11:\"description\";s:35:\"Controls the padding of tabs title.\";s:2:\"id\";s:18:\"tabs_title_padding\";s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:4:\"left\";b:1;s:6:\"bottom\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}}s:20:\"tabs_content_padding\";a:7:{s:5:\"label\";s:20:\"Tabs Content Padding\";s:11:\"description\";s:37:\"Controls the padding of tabs content.\";s:2:\"id\";s:20:\"tabs_content_padding\";s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:4:\"left\";b:1;s:6:\"bottom\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:4:\"left\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:5:\"right\";s:0:\"\";}}s:18:\"tabs_icon_position\";a:7:{s:5:\"label\";s:13:\"Icon Position\";s:11:\"description\";s:43:\"Choose the position of the icon on the tab.\";s:2:\"id\";s:18:\"tabs_icon_position\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:5:\"right\";s:5:\"Right\";s:3:\"top\";s:3:\"Top\";}}s:14:\"tabs_icon_size\";a:7:{s:5:\"label\";s:14:\"Tabs Icon Size\";s:11:\"description\";s:25:\"Set the size of the icon.\";s:2:\"id\";s:14:\"tabs_icon_size\";s:7:\"default\";s:2:\"16\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"150\";s:4:\"step\";s:1:\"1\";}s:4:\"type\";s:6:\"slider\";}s:15:\"tabs_icon_color\";a:5:{s:5:\"label\";s:15:\"Tabs Icon Color\";s:11:\"description\";s:26:\"Set the color of the icon.\";s:2:\"id\";s:15:\"tabs_icon_color\";s:9:\"transport\";s:11:\"postMessage\";s:4:\"type\";s:11:\"color-alpha\";}s:22:\"tabs_icon_active_color\";a:5:{s:5:\"label\";s:21:\"Active Tab Icon Color\";s:11:\"description\";s:37:\"Set the color of the active tab icon.\";s:2:\"id\";s:22:\"tabs_icon_active_color\";s:9:\"transport\";s:11:\"postMessage\";s:4:\"type\";s:11:\"color-alpha\";}s:16:\"tabs_title_color\";a:5:{s:5:\"label\";s:16:\"Tabs Title Color\";s:11:\"description\";s:32:\"Set the color of the tabs title.\";s:2:\"id\";s:16:\"tabs_title_color\";s:9:\"transport\";s:11:\"postMessage\";s:4:\"type\";s:11:\"color-alpha\";}s:23:\"tabs_active_title_color\";a:5:{s:5:\"label\";s:23:\"Tabs Active Title Color\";s:11:\"description\";s:39:\"Set the color of the tabs active title.\";s:2:\"id\";s:23:\"tabs_active_title_color\";s:9:\"transport\";s:11:\"postMessage\";s:4:\"type\";s:11:\"color-alpha\";}s:23:\"tabs_active_border_size\";a:6:{s:5:\"label\";s:23:\"Tabs Active Border Size\";s:11:\"description\";s:96:\"Controls the thickness of the accent border on the active tab for the classic design, in pixels.\";s:2:\"id\";s:23:\"tabs_active_border_size\";s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}}s:19:\"tabs_autoplay_speed\";a:6:{s:5:\"label\";s:22:\"Tabs Rotation Interval\";s:11:\"description\";s:117:\"Controls how long each tab stays active when &quot;Auto Rotate Tabs&quot; is enabled on the element, in milliseconds.\";s:2:\"id\";s:19:\"tabs_autoplay_speed\";s:7:\"default\";s:4:\"5000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:4:\"1000\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:3:\"500\";}}s:29:\"tabs_autoplay_indicator_color\";a:5:{s:5:\"label\";s:29:\"Tabs Rotation Indicator Color\";s:11:\"description\";s:97:\"Set the color of the rotation progress indicator. Leave empty to use the active tab border color.\";s:2:\"id\";s:29:\"tabs_autoplay_indicator_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";}s:28:\"tabs_autoplay_indicator_size\";a:6:{s:5:\"label\";s:28:\"Tabs Rotation Indicator Size\";s:11:\"description\";s:97:\"Set the thickness of the rotation progress indicator, in pixels. Only used by the classic design.\";s:2:\"id\";s:28:\"tabs_autoplay_indicator_size\";s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"10\";s:4:\"step\";s:1:\"1\";}}s:22:\"tabs_mobile_breakpoint\";a:7:{s:5:\"label\";s:22:\"Tabs Mobile Breakpoint\";s:11:\"description\";s:48:\"Choose when the tabs will switch to mobile mode.\";s:2:\"id\";s:22:\"tabs_mobile_breakpoint\";s:7:\"default\";s:6:\"medium\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:6:\"medium\";s:6:\"Medium\";s:5:\"small\";s:5:\"Small\";}}s:16:\"tabs_mobile_mode\";a:7:{s:5:\"label\";s:16:\"Tabs Mobile Mode\";s:11:\"description\";s:123:\"Choose the tabs mode for mobile devices. Carousel will be come active only, if tabs don&#039;t fit the device screen width.\";s:2:\"id\";s:16:\"tabs_mobile_mode\";s:7:\"default\";s:9:\"accordion\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:9:\"accordion\";s:9:\"Accordion\";s:6:\"toggle\";s:6:\"Toggle\";s:8:\"carousel\";s:8:\"Carousel\";}}s:23:\"tabs_mobile_sticky_tabs\";a:7:{s:5:\"label\";s:18:\"Mobile Sticky Tabs\";s:11:\"description\";s:72:\"Set tabs to sticky for carousel mode on mobile, useful for long content.\";s:2:\"id\";s:23:\"tabs_mobile_sticky_tabs\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}}}s:26:\"tagcloud_shortcode_section\";a:6:{s:5:\"label\";s:9:\"Tag Cloud\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:26:\"tagcloud_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:16:\"fusiona-list-alt\";s:6:\"fields\";a:6:{s:11:\"tagcloud_bg\";a:7:{s:5:\"label\";s:21:\"Tags Background Color\";s:11:\"description\";s:40:\"Choose the background color of the tags.\";s:2:\"id\";s:11:\"tagcloud_bg\";s:7:\"default\";s:22:\"rgba(255, 255, 255, 0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:13:\"css_vars_temp\";a:1:{i:0;a:3:{s:4:\"name\";s:11:\"--tag-color\";s:7:\"element\";s:41:\".fusion-tagcloud-element a.tag-cloud-link\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:17:\"tagcloud_bg_hover\";a:7:{s:5:\"label\";s:27:\"Tags Background Hover Color\";s:11:\"description\";s:46:\"Choose the background hover color of the tags.\";s:2:\"id\";s:17:\"tagcloud_bg_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:13:\"css_vars_temp\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--tag-color-hover\";s:7:\"element\";s:41:\".fusion-tagcloud-element a.tag-cloud-link\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:14:\"tagcloud_color\";a:7:{s:5:\"label\";s:15:\"Tags Text Color\";s:11:\"description\";s:34:\"Choose the text color of the tags.\";s:2:\"id\";s:14:\"tagcloud_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:13:\"css_vars_temp\";a:1:{i:0;a:3:{s:4:\"name\";s:16:\"--tag-text-color\";s:7:\"element\";s:41:\".fusion-tagcloud-element a.tag-cloud-link\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"tagcloud_color_hover\";a:7:{s:5:\"label\";s:21:\"Tags Text Hover Color\";s:11:\"description\";s:40:\"Choose the text hover color of the tags.\";s:2:\"id\";s:20:\"tagcloud_color_hover\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:13:\"css_vars_temp\";a:1:{i:0;a:3:{s:4:\"name\";s:22:\"--tag-text-color-hover\";s:7:\"element\";s:41:\".fusion-tagcloud-element a.tag-cloud-link\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"tagcloud_border_color\";a:7:{s:5:\"label\";s:17:\"Tags Border Color\";s:11:\"description\";s:35:\"Choose the boder color of the tags.\";s:2:\"id\";s:21:\"tagcloud_border_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:13:\"css_vars_temp\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--tag-border-color\";s:7:\"element\";s:41:\".fusion-tagcloud-element a.tag-cloud-link\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"tagcloud_border_color_hover\";a:7:{s:5:\"label\";s:23:\"Tags Border Hover Color\";s:11:\"description\";s:41:\"Choose the boder hover color of the tags.\";s:2:\"id\";s:27:\"tagcloud_border_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:13:\"css_vars_temp\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--tag-border-color-hover\";s:7:\"element\";s:41:\".fusion-tagcloud-element a.tag-cloud-link\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:29:\"tagline_box_shortcode_section\";a:6:{s:5:\"label\";s:11:\"Tagline Box\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:29:\"tagline_box_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:16:\"fusiona-list-alt\";s:6:\"fields\";a:3:{s:10:\"tagline_bg\";a:6:{s:5:\"label\";s:28:\"Tagline Box Background Color\";s:11:\"description\";s:49:\"Controls the color of the tagline box background.\";s:2:\"id\";s:10:\"tagline_bg\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"tagline_border_color\";a:6:{s:5:\"label\";s:24:\"Tagline Box Border Color\";s:11:\"description\";s:45:\"Controls the border color of the tagline box.\";s:2:\"id\";s:20:\"tagline_border_color\";s:7:\"default\";s:19:\"rgba(226,226,226,0)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}s:14:\"tagline_margin\";a:7:{s:5:\"label\";s:30:\"Tagline Box Top/Bottom Margins\";s:11:\"description\";s:50:\"Controls the top/bottom margin of the tagline box.\";s:2:\"id\";s:14:\"tagline_margin\";s:7:\"default\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:4:\"20px\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}}}}s:30:\"testimonials_shortcode_section\";a:6:{s:5:\"label\";s:12:\"Testimonials\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:30:\"testimonials_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:15:\"fusiona-bubbles\";s:6:\"fields\";a:8:{s:20:\"testimonial_bg_color\";a:6:{s:5:\"label\";s:28:\"Testimonial Background Color\";s:11:\"description\";s:49:\"Controls the color of the testimonial background.\";s:2:\"id\";s:20:\"testimonial_bg_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--testimonial_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"testimonial_border_width\";a:7:{s:5:\"label\";s:23:\"Testimonial Border Size\";s:11:\"description\";s:39:\"Set the border size of the testimonial.\";s:2:\"id\";s:24:\"testimonial_border_width\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:30:\"--testimonial-border-width-top\";s:6:\"choice\";s:3:\"top\";s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:32:\"--testimonial-border-width-right\";s:6:\"choice\";s:5:\"right\";s:2:\"po\";b:0;}i:2;a:3:{s:4:\"name\";s:33:\"--testimonial-border-width-bottom\";s:6:\"choice\";s:6:\"bottom\";s:2:\"po\";b:0;}i:3;a:3:{s:4:\"name\";s:31:\"--testimonial-border-width-left\";s:6:\"choice\";s:4:\"left\";s:2:\"po\";b:0;}}}s:24:\"testimonial_border_style\";a:8:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:24:\"Testimonial Border Style\";s:11:\"description\";s:45:\"Controls the border style of the testimonial.\";s:2:\"id\";s:24:\"testimonial_border_style\";s:7:\"default\";s:5:\"solid\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:5:\"solid\";s:5:\"Solid\";s:6:\"dashed\";s:6:\"Dashed\";s:6:\"dotted\";s:6:\"Dotted\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:38:\"--awb-testimonial-border-style-default\";s:7:\"element\";s:4:\"body\";}}}s:24:\"testimonial_border_color\";a:6:{s:4:\"type\";s:11:\"color-alpha\";s:5:\"label\";s:24:\"Testimonial Border Color\";s:11:\"description\";s:45:\"Controls the border color of the testimonial.\";s:2:\"id\";s:24:\"testimonial_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:38:\"--awb-testimonial-border-color-default\";s:7:\"element\";s:4:\"body\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"testimonial_border_radius\";a:8:{s:5:\"label\";s:25:\"Testimonial Border Radius\";s:11:\"description\";s:41:\"Set the border radius of the testimonial.\";s:2:\"id\";s:25:\"testimonial_border_radius\";s:7:\"choices\";a:5:{s:8:\"top_left\";b:1;s:9:\"top_right\";b:1;s:12:\"bottom_right\";b:1;s:11:\"bottom_left\";b:1;s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"em\";}}s:7:\"default\";a:4:{s:8:\"top_left\";s:3:\"0px\";s:9:\"top_right\";s:3:\"0px\";s:12:\"bottom_right\";s:3:\"0px\";s:11:\"bottom_left\";s:3:\"0px\";}s:4:\"type\";s:13:\"border_radius\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:48:\"--awb-testimonial-border-top-left-radius-default\";s:6:\"choice\";s:8:\"top_left\";s:7:\"element\";s:4:\"body\";}i:1;a:3:{s:4:\"name\";s:49:\"--awb-testimonial-border-top-right-radius-default\";s:6:\"choice\";s:9:\"top_right\";s:7:\"element\";s:4:\"body\";}i:2;a:3:{s:4:\"name\";s:52:\"--awb-testimonial-border-bottom-right-radius-default\";s:6:\"choice\";s:12:\"bottom_right\";s:7:\"element\";s:4:\"body\";}i:3;a:3:{s:4:\"name\";s:51:\"--awb-testimonial-border-bottom-left-radius-default\";s:6:\"choice\";s:11:\"bottom_left\";s:7:\"element\";s:4:\"body\";}}s:9:\"transport\";s:11:\"postMessage\";}s:22:\"testimonial_text_color\";a:6:{s:5:\"label\";s:22:\"Testimonial Text Color\";s:11:\"description\";s:43:\"Controls the color of the testimonial text.\";s:2:\"id\";s:22:\"testimonial_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--testimonial_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"testimonials_speed\";a:6:{s:5:\"label\";s:18:\"Testimonials Speed\";s:11:\"description\";s:160:\"Controls the speed of the testimonial slider. ex: 1000 = 1 second. <strong>IMPORTANT:</strong> Setting speed to 0 will disable autoplay for testimonials slider.\";s:2:\"id\";s:18:\"testimonials_speed\";s:7:\"default\";s:4:\"4000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:3:\"250\";}}s:19:\"testimonials_random\";a:5:{s:5:\"label\";s:12:\"Random Order\";s:11:\"description\";s:50:\"Turn on to display testimonials in a random order.\";s:2:\"id\";s:19:\"testimonials_random\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}}}s:22:\"text_shortcode_section\";a:6:{s:5:\"label\";s:10:\"Text Block\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"text_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:12:\"fusiona-font\";s:6:\"fields\";a:7:{s:12:\"text_columns\";a:8:{s:5:\"label\";s:24:\"Number Of Inline Columns\";s:11:\"description\";s:278:\"Set the number of columns the text should be broken into.<br />IMPORTANT: This feature is designed to be used for running text, images, dropcaps and other inline content. While some block elements will work, their usage is not recommended and others can easily break the layout.\";s:2:\"id\";s:12:\"text_columns\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:1:\"6\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:14:\"--text_columns\";}}}s:21:\"text_column_min_width\";a:8:{s:5:\"label\";s:16:\"Column Min Width\";s:11:\"description\";s:230:\"Set the minimum width for each column, this allows your columns to gracefully break into the selected size as the screen width narrows. Leave this option empty if you wish to keep the same amount of columns from desktop to mobile.\";s:2:\"id\";s:21:\"text_column_min_width\";s:7:\"default\";s:5:\"100px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:23:\"--text_column_min_width\";}}}s:19:\"text_column_spacing\";a:8:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:59:\"Controls the column spacing between one column to the next.\";s:2:\"id\";s:19:\"text_column_spacing\";s:7:\"default\";s:3:\"2em\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:21:\"--text_column_spacing\";}}}s:15:\"text_rule_style\";a:9:{s:5:\"label\";s:10:\"Rule Style\";s:11:\"description\";s:108:\"Select the style of the vertical line between columns. Some of the styles depend on the rule size and color.\";s:2:\"id\";s:15:\"text_rule_style\";s:7:\"default\";s:4:\"none\";s:9:\"transport\";s:11:\"postMessage\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:4:\"none\";s:4:\"None\";s:5:\"solid\";s:5:\"Solid\";s:6:\"dashed\";s:6:\"Dashed\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"double\";s:6:\"Double\";s:6:\"groove\";s:6:\"Groove\";s:5:\"ridge\";s:5:\"Ridge\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:17:\"--text_rule_style\";}}}s:14:\"text_rule_size\";a:8:{s:5:\"label\";s:9:\"Rule Size\";s:11:\"description\";s:206:\"Sets the size of the vertical line between columns. The rule is rendered as &quot;below&quot; spacing and columns, so it can span over the gap between columns if it is larger than the column spacing amount.\";s:2:\"id\";s:14:\"text_rule_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;}s:15:\"text_rule_color\";a:7:{s:5:\"label\";s:10:\"Rule Color\";s:11:\"description\";s:56:\"Controls the color of the vertical line between columns.\";s:2:\"id\";s:15:\"text_rule_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:15:\"soft_dependency\";b:1;}s:16:\"text_user_select\";a:8:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:16:\"User Text Select\";s:11:\"description\";s:45:\"Controls how and if the text can be selected.\";s:2:\"id\";s:16:\"text_user_select\";s:7:\"default\";s:4:\"auto\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:4:\"auto\";s:10:\"Selectable\";s:3:\"all\";s:3:\"All\";s:4:\"none\";s:14:\"Not Selectable\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:18:\"--text_user_select\";}}}}}s:23:\"title_shortcode_section\";a:6:{s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"title_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:9:\"fusiona-H\";s:6:\"fields\";a:5:{s:20:\"title_text_transform\";a:7:{s:5:\"label\";s:14:\"Text Transform\";s:11:\"description\";s:33:\"Choose how the text is displayed.\";s:2:\"id\";s:20:\"title_text_transform\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:0:\"\";s:7:\"Default\";s:4:\"none\";s:4:\"None\";s:9:\"uppercase\";s:9:\"Uppercase\";s:9:\"lowercase\";s:9:\"Lowercase\";s:10:\"capitalize\";s:10:\"Capitalize\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:22:\"--title_text_transform\";}}}s:16:\"title_style_type\";a:7:{s:5:\"label\";s:15:\"Title Separator\";s:11:\"description\";s:55:\"Controls the type of title separator that will display.\";s:2:\"id\";s:16:\"title_style_type\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:10:{s:12:\"single solid\";s:12:\"Single Solid\";s:13:\"single dashed\";s:13:\"Single Dashed\";s:13:\"single dotted\";s:13:\"Single Dotted\";s:12:\"double solid\";s:12:\"Double Solid\";s:13:\"double dashed\";s:13:\"Double Dashed\";s:13:\"double dotted\";s:13:\"Double Dotted\";s:15:\"underline solid\";s:15:\"Underline Solid\";s:16:\"underline dashed\";s:16:\"Underline Dashed\";s:16:\"underline dotted\";s:16:\"Underline Dotted\";s:4:\"none\";s:4:\"None\";}}s:18:\"title_border_color\";a:7:{s:5:\"label\";s:21:\"Title Separator Color\";s:11:\"description\";s:43:\"Controls the color of the title separators.\";s:2:\"id\";s:18:\"title_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--title_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:12:\"title_margin\";a:8:{s:5:\"label\";s:13:\"Title Margins\";s:11:\"description\";s:84:\"Controls the margin of the titles. Leave empty to use corresponding heading margins.\";s:2:\"id\";s:12:\"title_margin\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"10px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:3:\"0px\";}s:9:\"transport\";s:11:\"postMessage\";s:4:\"type\";s:7:\"spacing\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:18:\"--title_margin-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:20:\"--title_margin-right\";s:6:\"choice\";s:5:\"right\";}i:2;a:2:{s:4:\"name\";s:21:\"--title_margin-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:3;a:2:{s:4:\"name\";s:19:\"--title_margin-left\";s:6:\"choice\";s:4:\"left\";}}}s:19:\"title_margin_mobile\";a:8:{s:5:\"label\";s:20:\"Title Mobile Margins\";s:11:\"description\";s:125:\"Controls the margin of the titles on mobiles. Leave empty together with desktop margins to use corresponding heading margins.\";s:2:\"id\";s:19:\"title_margin_mobile\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"10px\";s:5:\"right\";s:3:\"0px\";s:6:\"bottom\";s:4:\"10px\";s:4:\"left\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:25:\"--title_margin_mobile-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:27:\"--title_margin_mobile-right\";s:6:\"choice\";s:5:\"right\";}i:2;a:2:{s:4:\"name\";s:28:\"--title_margin_mobile-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:3;a:2:{s:4:\"name\";s:26:\"--title_margin_mobile-left\";s:6:\"choice\";s:4:\"left\";}}}}}s:25:\"toggles_shortcode_section\";a:5:{s:5:\"label\";s:7:\"Toggles\";s:2:\"id\";s:25:\"toggles_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:18:\"fusiona-expand-alt\";s:6:\"fields\";a:18:{s:14:\"accordion_type\";a:6:{s:5:\"label\";s:21:\"Toggles or Accordions\";s:11:\"description\";s:102:\"Toggles allow several items to be open at a time. Accordions only allow one item to be open at a time.\";s:2:\"id\";s:14:\"accordion_type\";s:7:\"default\";s:10:\"accordions\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"toggles\";s:7:\"Toggles\";s:10:\"accordions\";s:10:\"Accordions\";}}s:20:\"accordion_boxed_mode\";a:5:{s:5:\"label\";s:17:\"Toggle Boxed Mode\";s:11:\"description\";s:101:\"Turn on to display items in boxed mode. Toggle divider line must be disabled for this option to work.\";s:2:\"id\";s:20:\"accordion_boxed_mode\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:21:\"accordion_border_size\";a:7:{s:5:\"label\";s:30:\"Toggle Boxed Mode Border Width\";s:11:\"description\";s:44:\"Controls the border size of the toggle item.\";s:2:\"id\";s:21:\"accordion_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:15:\"soft_dependency\";b:1;s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}}s:22:\"accordian_border_color\";a:6:{s:5:\"label\";s:30:\"Toggle Boxed Mode Border Color\";s:11:\"description\";s:45:\"Controls the border color of the toggle item.\";s:2:\"id\";s:22:\"accordian_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;}s:26:\"accordian_background_color\";a:6:{s:5:\"label\";s:34:\"Toggle Boxed Mode Background Color\";s:11:\"description\";s:49:\"Controls the background color of the toggle item.\";s:2:\"id\";s:26:\"accordian_background_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;}s:21:\"accordian_hover_color\";a:6:{s:5:\"label\";s:40:\"Toggle Boxed Mode Background Hover Color\";s:11:\"description\";s:55:\"Controls the background hover color of the toggle item.\";s:2:\"id\";s:21:\"accordian_hover_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;}s:22:\"accordion_divider_line\";a:6:{s:5:\"label\";s:19:\"Toggle Divider Line\";s:11:\"description\";s:52:\"Turn on to display a divider line between each item.\";s:2:\"id\";s:22:\"accordion_divider_line\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;}s:23:\"accordion_divider_color\";a:6:{s:5:\"label\";s:18:\"Divider Line Color\";s:11:\"description\";s:42:\"Controls the color of toggle divider line.\";s:2:\"id\";s:23:\"accordion_divider_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--accordion_divider_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:29:\"accordion_divider_hover_color\";a:6:{s:5:\"label\";s:24:\"Divider Line Hover Color\";s:11:\"description\";s:48:\"Controls the hover color of toggle divider line.\";s:2:\"id\";s:29:\"accordion_divider_hover_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--accordion_divider_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"accordion_title_typography\";a:7:{s:2:\"id\";s:26:\"accordion_title_typography\";s:5:\"label\";s:23:\"Toggle Title Typography\";s:11:\"description\";s:44:\"Choose the typography for all toggle titles.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:11:\"font-weight\";b:1;s:9:\"font-size\";b:1;s:14:\"text-transform\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:11:\"font-weight\";s:3:\"300\";s:9:\"font-size\";s:4:\"16px\";s:14:\"text-transform\";s:0:\"\";s:11:\"line-height\";s:4:\"1.87\";s:14:\"letter-spacing\";s:3:\"0px\";s:5:\"color\";s:17:\"var(--awb-color8)\";}}s:19:\"accordion_icon_size\";a:6:{s:5:\"label\";s:16:\"Toggle Icon Size\";s:11:\"description\";s:25:\"Set the size of the icon.\";s:2:\"id\";s:19:\"accordion_icon_size\";s:7:\"default\";s:2:\"16\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"40\";s:4:\"step\";s:1:\"1\";}}s:20:\"accordian_icon_color\";a:5:{s:5:\"label\";s:17:\"Toggle Icon Color\";s:11:\"description\";s:41:\"Controls the color of icon in toggle box.\";s:2:\"id\";s:20:\"accordian_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";}s:20:\"accordion_icon_boxed\";a:5:{s:5:\"label\";s:22:\"Toggle Icon Boxed Mode\";s:11:\"description\";s:45:\"Turn on to display toggle icon in boxed mode.\";s:2:\"id\";s:20:\"accordion_icon_boxed\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:24:\"accordian_inactive_color\";a:7:{s:5:\"label\";s:30:\"Toggle Icon Inactive Box Color\";s:11:\"description\";s:46:\"Controls the color of the inactive toggle box.\";s:2:\"id\";s:24:\"accordian_inactive_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--accordian_inactive_color\";}}}s:28:\"accordion_content_typography\";a:7:{s:2:\"id\";s:28:\"accordion_content_typography\";s:5:\"label\";s:25:\"Toggle Content Typography\";s:11:\"description\";s:45:\"Choose the typography for all toggle content.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:11:\"font-weight\";b:1;s:9:\"font-size\";b:1;s:14:\"text-transform\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography4-font-family)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:32:\"var(--awb-typography4-font-size)\";s:14:\"text-transform\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:5:\"color\";s:17:\"var(--awb-color8)\";}}s:22:\"accordian_active_color\";a:6:{s:5:\"label\";s:25:\"Toggle Hover Accent Color\";s:11:\"description\";s:58:\"Controls the accent color on hover for icon box and title.\";s:2:\"id\";s:22:\"accordian_active_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--accordian_active_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:29:\"accordian_active_accent_color\";a:5:{s:5:\"label\";s:26:\"Toggle Active Accent Color\";s:11:\"description\";s:59:\"Controls the accent color on active for icon box and title.\";s:2:\"id\";s:29:\"accordian_active_accent_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";}s:20:\"accordion_icon_align\";a:6:{s:5:\"label\";s:21:\"Toggle Icon Alignment\";s:11:\"description\";s:38:\"Controls the alignment of toggle icon.\";s:2:\"id\";s:20:\"accordion_icon_align\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"left\";s:4:\"Left\";s:5:\"right\";s:5:\"Right\";}}}}s:28:\"user_login_shortcode_section\";a:6:{s:5:\"label\";s:10:\"User Login\";s:2:\"id\";s:28:\"user_login_shortcode_section\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:24:\"fusiona-calendar-check-o\";s:6:\"fields\";a:6:{s:21:\"user_login_text_align\";a:7:{s:5:\"label\";s:21:\"User Login Text Align\";s:11:\"description\";s:160:\"Controls the alignment of all user login content. &quot;Text Flow&quot; follows the default text align of the site. &quot;Center&quot; will center all elements.\";s:2:\"id\";s:21:\"user_login_text_align\";s:7:\"default\";s:6:\"center\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:8:\"textflow\";s:9:\"Text Flow\";s:6:\"center\";s:6:\"Center\";}}s:28:\"user_login_form_field_layout\";a:7:{s:5:\"label\";s:28:\"User Login Form Field Layout\";s:11:\"description\";s:173:\"Choose if form fields should be stacked and full width, or if they should be floated. <strong>IMPORTANT:</strong> This option only works for the login and the register form.\";s:2:\"id\";s:28:\"user_login_form_field_layout\";s:7:\"default\";s:7:\"stacked\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:7:\"stacked\";s:7:\"Stacked\";s:7:\"floated\";s:7:\"Floated\";}}s:27:\"user_login_form_show_labels\";a:7:{s:5:\"label\";s:22:\"User Login Show Labels\";s:11:\"description\";s:50:\"Controls if the form field labels should be shown.\";s:2:\"id\";s:27:\"user_login_form_show_labels\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:33:\"user_login_form_show_placeholders\";a:7:{s:5:\"label\";s:28:\"User Login Show Placeholders\";s:11:\"description\";s:56:\"Controls if the form field placeholders should be shown.\";s:2:\"id\";s:33:\"user_login_form_show_placeholders\";s:7:\"default\";s:3:\"yes\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:32:\"user_login_form_show_remember_me\";a:7:{s:5:\"label\";s:36:\"User Login Show Remember Me Checkbox\";s:11:\"description\";s:75:\"Controls if the remenber me checkbox should be displayed in the login form.\";s:2:\"id\";s:32:\"user_login_form_show_remember_me\";s:7:\"default\";s:2:\"no\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:3:\"yes\";s:3:\"Yes\";s:2:\"no\";s:2:\"No\";}}s:32:\"user_login_form_background_color\";a:6:{s:5:\"label\";s:32:\"User Login Form Background Color\";s:11:\"description\";s:42:\"Controls the color of the form background.\";s:2:\"id\";s:32:\"user_login_form_background_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}}}s:23:\"video_shortcode_section\";a:7:{s:5:\"label\";s:5:\"Video\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"video_shortcode_section\";s:7:\"default\";s:0:\"\";s:4:\"icon\";s:13:\"fusiona-video\";s:4:\"type\";s:9:\"accordion\";s:6:\"fields\";a:3:{s:15:\"video_max_width\";a:6:{s:5:\"label\";s:13:\"Maximum Width\";s:11:\"description\";s:46:\"Set the maximum width using a valid CSS value.\";s:2:\"id\";s:15:\"video_max_width\";s:7:\"default\";s:4:\"100%\";s:4:\"type\";s:4:\"text\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--fusion-video-max-width-default\";s:7:\"element\";s:4:\"body\";}}}s:14:\"video_controls\";a:6:{s:5:\"label\";s:14:\"Video Controls\";s:11:\"description\";s:55:\"Controls whether the video controls should show or not.\";s:2:\"id\";s:14:\"video_controls\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:3:\"yes\";s:7:\"choices\";a:2:{s:3:\"yes\";s:4:\"Show\";s:2:\"no\";s:4:\"Hide\";}}s:13:\"video_preload\";a:6:{s:5:\"label\";s:16:\"Video Preloading\";s:11:\"description\";s:203:\"Controls how / if the browser should preload the video. Choose &quot;Metadata&quot; if only the video metadata should be preloaded on page load or &quot;Auto&quot; to preload the full video on page load.\";s:2:\"id\";s:13:\"video_preload\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:4:\"auto\";s:7:\"choices\";a:3:{s:4:\"auto\";s:4:\"Auto\";s:8:\"metadata\";s:8:\"Metadata\";s:4:\"none\";s:4:\"None\";}}}}s:28:\"visibility_shortcode_section\";a:6:{s:5:\"label\";s:23:\"Visibility Size Options\";s:2:\"id\";s:28:\"visibility_shortcode_section\";s:11:\"description\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:14:\"fusiona-mobile\";s:6:\"fields\";a:1:{s:16:\"visibility_moved\";a:4:{s:2:\"id\";s:16:\"visibility_moved\";s:5:\"label\";s:0:\"\";s:4:\"type\";s:6:\"custom\";s:11:\"description\";s:235:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> You can now find the visibility breakpoints on the main <a href=\"#\" class=\"fusion-quick-option\" data-fusion-option=\"visibility_small\">responsive tab</a>.</div>\";}}}s:29:\"widget_area_shortcode_section\";a:6:{s:5:\"label\";s:11:\"Widget Area\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:29:\"widget_area_shortcode_section\";s:4:\"type\";s:9:\"accordion\";s:4:\"icon\";s:15:\"fusiona-sidebar\";s:6:\"fields\";a:2:{s:22:\"widget_area_title_size\";a:6:{s:5:\"label\";s:17:\"Widget Title Size\";s:11:\"description\";s:46:\"Controls the size of widget titles. In pixels.\";s:2:\"id\";s:22:\"widget_area_title_size\";s:7:\"default\";s:4:\"18px\";s:4:\"type\";s:9:\"dimension\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"widget_area_title_color\";a:6:{s:5:\"label\";s:18:\"Widget Title Color\";s:11:\"description\";s:36:\"Controls the color of widget titles.\";s:2:\"id\";s:23:\"widget_area_title_color\";s:7:\"default\";s:7:\"#444444\";s:4:\"type\";s:11:\"color-alpha\";s:9:\"transport\";s:11:\"postMessage\";}}}}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296460, '_transient_timeout_autoptimize_cache_warmer_protector', '1786302979', 'off'),
(296461, '_transient_autoptimize_cache_warmer_protector', 'I shall not warm cache for another 10 minutes.', 'off'),
(296448, '_transient_timeout_fusion_tos_flat', '1786905180', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296449, '_transient_fusion_tos_flat', 'a:818:{s:6:\"layout\";a:7:{s:5:\"label\";s:6:\"Layout\";s:11:\"description\";s:25:\"Controls the site layout.\";s:2:\"id\";s:6:\"layout\";s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"boxed\";s:5:\"Boxed\";s:4:\"wide\";s:4:\"Wide\";}s:6:\"output\";a:4:{i:0;a:6:{s:7:\"element\";s:4:\"html\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:11:\"toLowerCase\";b:1;s:13:\"value_pattern\";s:19:\"avada-html-layout-$\";s:12:\"remove_attrs\";a:2:{i:0;s:23:\"avada-html-layout-boxed\";i:1;s:22:\"avada-html-layout-wide\";}}i:1;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:11:\"toLowerCase\";b:1;s:13:\"value_pattern\";s:13:\"layout-$-mode\";s:12:\"remove_attrs\";a:2:{i:0;s:17:\"layout-boxed-mode\";i:1;s:16:\"layout-wide-mode\";}}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:11:\"site_layout\";s:7:\"trigger\";a:1:{i:0;s:22:\"fusionPositionSubmenus\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:11:\"layout_mode\";s:7:\"trigger\";a:2:{i:0;s:21:\"fusionSliderReTrigger\";i:1;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:10:\"site_width\";a:10:{s:5:\"label\";s:10:\"Site Width\";s:11:\"description\";s:32:\"Controls the overall site width.\";s:2:\"id\";s:10:\"site_width\";s:7:\"default\";s:6:\"1200px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:4:\"desc\";s:0:\"\";s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:12:\"--site_width\";}i:1;a:2:{s:4:\"name\";s:16:\"--site_width-int\";s:8:\"callback\";a:2:{i:0;s:23:\"convert_font_size_to_px\";i:1;s:0:\"\";}}}s:6:\"output\";a:4:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:1:\"%\";i:1;s:8:\"contains\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:28:\"avada-has-site-width-percent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:4:\"100%\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:32:\"avada-has-site-width-100-percent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionTypographyVars\";s:2:\"id\";s:10:\"site_width\";s:7:\"trigger\";a:1:{i:0;s:20:\"fusionInitTypography\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"partial_refresh\";a:3:{s:36:\"site_width_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:35:\"site_width_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:17:\"site_width_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:13:\"margin_offset\";a:9:{s:5:\"label\";s:28:\"Boxed Mode Top/Bottom Offset\";s:11:\"description\";s:308:\"Controls the top/bottom offset of the boxed background.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:13:\"margin_offset\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:7:\"default\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:19:\"--margin_offset-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:22:\"--margin_offset-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:3:{s:4:\"name\";s:30:\"--margin_offset-top-no-percent\";s:6:\"choice\";s:3:\"top\";s:8:\"callback\";a:2:{i:0;s:14:\"string_replace\";i:1;a:2:{i:0;s:1:\"%\";i:1;s:2:\"vh\";}}}i:3;a:3:{s:4:\"name\";s:33:\"--margin_offset-bottom-no-percent\";s:6:\"choice\";s:6:\"bottom\";s:8:\"callback\";a:2:{i:0;s:14:\"string_replace\";i:1;a:2:{i:0;s:1:\"%\";i:1;s:2:\"vh\";}}}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:6:\"choice\";s:3:\"top\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"is-zero-or-empty\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:32:\"avada-has-zero-margin-offset-top\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"scroll_offset\";a:8:{s:5:\"label\";s:29:\"Boxed Mode Offset Scroll Mode\";s:11:\"description\";s:145:\"Choose how the page will scroll. Framed scrolling will keep the offset in place, while Full scrolling removes the offset when scrolling the page.\";s:2:\"id\";s:13:\"scroll_offset\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:6:\"framed\";s:16:\"Framed Scrolling\";s:4:\"full\";s:14:\"Full Scrolling\";}s:7:\"default\";s:4:\"full\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:6:\"layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"boxed\";}}s:6:\"output\";a:3:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:3:\"===\";i:1;s:6:\"framed\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:24:\"avada-html-layout-framed\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:11:\"toLowerCase\";b:1;s:13:\"value_pattern\";s:22:\"layout-scroll-offset-$\";s:12:\"remove_attrs\";a:2:{i:0;s:27:\"layout-scroll-offset-framed\";i:1;s:25:\"layout-scroll-offset-full\";}}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:13:\"scroll_offset\";s:7:\"trigger\";a:1:{i:0;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"boxed_modal_shadow\";a:8:{s:5:\"label\";s:22:\"Boxed Mode Shadow Type\";s:11:\"description\";s:53:\"Controls the type of shadow your boxed mode displays.\";s:2:\"id\";s:18:\"boxed_modal_shadow\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:4:\"none\";s:9:\"No Shadow\";s:5:\"light\";s:12:\"Light Shadow\";s:6:\"medium\";s:13:\"Medium Shadow\";s:4:\"hard\";s:11:\"Hard Shadow\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:6:\"layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"boxed\";}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:30:\"avada-has-boxed-modal-shadow-$\";s:12:\"remove_attrs\";a:4:{i:0;s:33:\"avada-has-boxed-modal-shadow-none\";i:1;s:34:\"avada-has-boxed-modal-shadow-light\";i:2;s:35:\"avada-has-boxed-modal-shadow-medium\";i:3;s:33:\"avada-has-boxed-modal-shadow-hard\";}}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:12:\"main_padding\";a:7:{s:5:\"label\";s:20:\"Page Content Padding\";s:11:\"description\";s:49:\"Controls the top/bottom padding for page content.\";s:2:\"id\";s:12:\"main_padding\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:7:\"default\";a:2:{s:3:\"top\";s:4:\"60px\";s:6:\"bottom\";s:4:\"60px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:3:{i:0;a:2:{s:4:\"name\";s:18:\"--main_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:3:{s:4:\"name\";s:26:\"--main_padding-top-or-55px\";s:6:\"choice\";s:3:\"top\";s:8:\"callback\";a:2:{i:0;s:26:\"fallback_to_value_if_empty\";i:1;s:4:\"55px\";}}i:2;a:2:{s:4:\"name\";s:21:\"--main_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}}}s:13:\"page_template\";a:7:{s:5:\"label\";s:21:\"Default Page Template\";s:11:\"description\";s:33:\"Choose the default page template.\";s:2:\"id\";s:13:\"page_template\";s:7:\"default\";s:9:\"100_width\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:9:\"100_width\";s:10:\"100% Width\";s:10:\"site_width\";s:10:\"Site Width\";}s:9:\"transport\";s:11:\"postMessage\";}s:16:\"hundredp_padding\";a:7:{s:5:\"label\";s:18:\"100% Width Padding\";s:11:\"description\";s:179:\"Controls the left and right padding for page content when using 100% site width, 100% width page template or 100% width post option. This does not affect Avada Builder containers.\";s:2:\"id\";s:16:\"hundredp_padding\";s:7:\"default\";s:4:\"30px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:4:{i:0;a:1:{s:4:\"name\";s:18:\"--hundredp_padding\";}i:1;a:2:{s:4:\"name\";s:35:\"--hundredp_padding-fallback_to_zero\";s:8:\"callback\";s:16:\"fallback_to_zero\";}i:2;a:2:{s:4:\"name\";s:38:\"--hundredp_padding-fallback_to_zero_px\";s:8:\"callback\";a:2:{i:0;s:26:\"fallback_to_value_if_empty\";i:1;s:3:\"0px\";}}i:3;a:2:{s:4:\"name\";s:50:\"--hundredp_padding-hundred_percent_negative_margin\";s:8:\"callback\";a:2:{i:0;s:31:\"hundred_percent_negative_margin\";i:1;s:0:\"\";}}}}s:27:\"single_sidebar_layouts_info\";a:4:{s:5:\"label\";s:22:\"Single Sidebar Layouts\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"single_sidebar_layouts_info\";s:4:\"type\";s:4:\"info\";}s:13:\"sidebar_width\";a:7:{s:5:\"label\";s:20:\"Single Sidebar Width\";s:11:\"description\";s:67:\"Controls the width of the sidebar when only one sidebar is present.\";s:2:\"id\";s:13:\"sidebar_width\";s:7:\"default\";s:3:\"24%\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:15:\"--sidebar_width\";}}}s:14:\"sidebar_gutter\";a:6:{s:5:\"label\";s:21:\"Single Sidebar Gutter\";s:11:\"description\";s:65:\"Controls the space between the main content and a single sidebar.\";s:2:\"id\";s:14:\"sidebar_gutter\";s:7:\"default\";s:2:\"6%\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--sidebar_gutter\";}}}s:25:\"dual_sidebar_layouts_info\";a:4:{s:5:\"label\";s:20:\"Dual Sidebar Layouts\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:25:\"dual_sidebar_layouts_info\";s:4:\"type\";s:4:\"info\";}s:17:\"sidebar_2_1_width\";a:7:{s:5:\"label\";s:20:\"Dual Sidebar Width 1\";s:11:\"description\";s:63:\"Controls the width of sidebar 1 when dual sidebars are present.\";s:2:\"id\";s:17:\"sidebar_2_1_width\";s:7:\"default\";s:3:\"20%\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--sidebar_2_1_width\";}}}s:17:\"sidebar_2_2_width\";a:7:{s:5:\"label\";s:20:\"Dual Sidebar Width 2\";s:11:\"description\";s:63:\"Controls the width of sidebar 2 when dual sidebars are present.\";s:2:\"id\";s:17:\"sidebar_2_2_width\";s:7:\"default\";s:3:\"20%\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--sidebar_2_2_width\";}}}s:19:\"dual_sidebar_gutter\";a:6:{s:5:\"label\";s:19:\"Dual Sidebar Gutter\";s:11:\"description\";s:91:\"Controls the space between the main content and the sidebar when dual sidebars are present.\";s:2:\"id\";s:19:\"dual_sidebar_gutter\";s:7:\"default\";s:2:\"4%\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:21:\"--dual_sidebar_gutter\";}}}s:10:\"responsive\";a:6:{s:5:\"label\";s:17:\"Responsive Design\";s:11:\"description\";s:87:\"Turn on to use the responsive design features. If set to off, the fixed layout is used.\";s:2:\"id\";s:10:\"responsive\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{i:1;s:2:\"On\";i:0;s:3:\"Off\";}}s:21:\"grid_main_break_point\";a:9:{s:5:\"label\";s:26:\"Grid Responsive Breakpoint\";s:11:\"description\";s:121:\"Controls when grid layouts (blog/portfolio) start to break into smaller columns. Further breakpoints are auto calculated.\";s:2:\"id\";s:21:\"grid_main_break_point\";s:7:\"default\";s:4:\"1000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:3:\"360\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:1:\"1\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:23:\"--grid_main_break_point\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusionRecalcAllMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"side_header_break_point\";a:9:{s:5:\"label\";s:28:\"Header Responsive Breakpoint\";s:11:\"description\";s:62:\"Controls when the desktop header changes to the mobile header.\";s:2:\"id\";s:23:\"side_header_break_point\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:1:\"1\";s:4:\"edit\";s:3:\"yes\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:25:\"--side_header_break_point\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusionRecalcAllMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"content_break_point\";a:9:{s:5:\"label\";s:34:\"Site Content Responsive Breakpoint\";s:11:\"description\";s:130:\"Controls when the site content area changes to the mobile layout. This includes all content below the header including the footer.\";s:2:\"id\";s:19:\"content_break_point\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:1:\"1\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:21:\"--content_break_point\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusionRecalcAllMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"sidebar_break_point\";a:8:{s:5:\"label\";s:29:\"Sidebar Responsive Breakpoint\";s:11:\"description\";s:51:\"Controls when sidebars change to the mobile layout.\";s:2:\"id\";s:19:\"sidebar_break_point\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:1:\"1\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusionRecalcAllMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:11:\"mobile_zoom\";a:8:{s:5:\"label\";s:18:\"Mobile Device Zoom\";s:11:\"description\";s:50:\"Turn on to enable pinch to zoom on mobile devices.\";s:2:\"id\";s:11:\"mobile_zoom\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:7:\"choices\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:41:\"element_responsive_breakpoints_info_title\";a:5:{s:5:\"label\";s:30:\"Element Responsive Breakpoints\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:41:\"element_responsive_breakpoints_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:16:\"visibility_small\";a:8:{s:5:\"label\";s:12:\"Small Screen\";s:11:\"description\";s:73:\"Controls when the small screen options and visibility should take effect.\";s:2:\"id\";s:16:\"visibility_small\";s:7:\"default\";s:3:\"640\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:4:\"2000\";}s:11:\"option_name\";s:14:\"fusion_options\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:34:\"fusionRecalcVisibilityMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"visibility_medium\";a:8:{s:5:\"label\";s:13:\"Medium Screen\";s:11:\"description\";s:74:\"Controls when the medium screen options and visibility should take effect.\";s:2:\"id\";s:17:\"visibility_medium\";s:7:\"default\";s:4:\"1024\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:4:\"2000\";}s:11:\"option_name\";s:14:\"fusion_options\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:34:\"fusionRecalcVisibilityMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"visibility_large\";a:7:{s:5:\"label\";s:12:\"Large Screen\";s:11:\"description\";s:100:\"Any screen larger than that which is defined as the medium screen will be counted as a large screen.\";s:2:\"id\";s:16:\"visibility_large\";s:10:\"full_width\";b:0;s:4:\"type\";s:3:\"raw\";s:7:\"content\";s:59:\"<div id=\"fusion-visibility-large\">> <span>1024</span></div>\";s:11:\"option_name\";s:14:\"fusion_options\";}s:32:\"responsive_typography_info_title\";a:5:{s:5:\"label\";s:21:\"Responsive Typography\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:32:\"responsive_typography_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:22:\"typography_sensitivity\";a:9:{s:5:\"label\";s:33:\"Responsive Typography Sensitivity\";s:11:\"description\";s:83:\"Set to 0 to disable responsive typography. Increase the value for a greater effect.\";s:2:\"id\";s:22:\"typography_sensitivity\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:3:\".01\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionTypographyVars\";s:2:\"id\";s:22:\"typography_sensitivity\";s:7:\"trigger\";a:1:{i:0;s:20:\"fusionInitTypography\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:24:\"--typography_sensitivity\";}}}s:17:\"typography_factor\";a:9:{s:5:\"label\";s:24:\"Minimum Font Size Factor\";s:11:\"description\";s:112:\"The minimum font-size of elements affected by responsive typography is body font-size multiplied by this factor.\";s:2:\"id\";s:17:\"typography_factor\";s:7:\"default\";s:3:\"1.5\";s:4:\"type\";s:6:\"slider\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"4\";s:4:\"step\";s:3:\".01\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionTypographyVars\";s:2:\"id\";s:17:\"typography_factor\";s:7:\"trigger\";a:1:{i:0;s:20:\"fusionInitTypography\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--typography_factor\";}}}s:13:\"color_palette\";a:5:{s:5:\"label\";s:13:\"Color Palette\";s:11:\"description\";s:537:\"Set your global color palette. The colors defined here can be used from other global options, from page options and element options. For best results, the 8 colors of the core palette should be set from lightest to darkest. <strong>IMPORTANT NOTE:</strong> If a global color that is used by other options gets deleted, these corresponding options will display a default color instead. Colors are internally stored with a fixed counter. Thus, adding a new color after deleting an old one, will set the same internal name to the new color.\";s:2:\"id\";s:13:\"color_palette\";s:7:\"default\";a:8:{s:6:\"color1\";a:2:{s:5:\"color\";s:19:\"rgba(255,255,255,1)\";s:5:\"label\";s:7:\"Color 1\";}s:6:\"color2\";a:2:{s:5:\"color\";s:19:\"rgba(249,249,251,1)\";s:5:\"label\";s:7:\"Color 2\";}s:6:\"color3\";a:2:{s:5:\"color\";s:19:\"rgba(242,243,245,1)\";s:5:\"label\";s:7:\"Color 3\";}s:6:\"color4\";a:2:{s:5:\"color\";s:19:\"rgba(101,189,125,1)\";s:5:\"label\";s:7:\"Color 4\";}s:6:\"color5\";a:2:{s:5:\"color\";s:18:\"rgba(25,143,217,1)\";s:5:\"label\";s:7:\"Color 5\";}s:6:\"color6\";a:2:{s:5:\"color\";s:16:\"rgba(67,69,73,1)\";s:5:\"label\";s:7:\"Color 6\";}s:6:\"color7\";a:2:{s:5:\"color\";s:16:\"rgba(33,35,38,1)\";s:5:\"label\";s:7:\"Color 7\";}s:6:\"color8\";a:2:{s:5:\"color\";s:16:\"rgba(20,22,23,1)\";s:5:\"label\";s:7:\"Color 8\";}}s:4:\"type\";s:13:\"color-palette\";}s:13:\"primary_color\";a:6:{s:5:\"label\";s:13:\"Primary Color\";s:11:\"description\";s:57:\"Controls the main highlight color throughout the website.\";s:2:\"id\";s:13:\"primary_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:6:{i:0;a:2:{s:4:\"name\";s:15:\"--primary_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:19:\"--primary_color-85a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.85\";}}i:2;a:2:{s:4:\"name\";s:18:\"--primary_color-7a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.7\";}}i:3;a:2:{s:4:\"name\";s:18:\"--primary_color-5a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.5\";}}i:4;a:2:{s:4:\"name\";s:19:\"--primary_color-35a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.35\";}}i:5;a:2:{s:4:\"name\";s:18:\"--primary_color-2a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.2\";}}}}s:15:\"slider_position\";a:8:{s:5:\"label\";s:15:\"Slider Position\";s:11:\"description\";s:58:\"Controls if the slider displays below or above the header.\";s:2:\"id\";s:15:\"slider_position\";s:7:\"default\";s:5:\"below\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"below\";s:5:\"Below\";s:5:\"above\";s:5:\"Above\";}s:9:\"transport\";s:11:\"postMessage\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:22:\"change_slider_position\";i:1;a:1:{s:7:\"element\";s:18:\"#sliders-container\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:45:\"header_global_header_override_template_notice\";a:5:{s:2:\"id\";s:45:\"header_global_header_override_template_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:438:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Header override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>, or <a href=\"https://drkarimbennani.com/wp-admin/post.php?post=4580&action=edit\" target=\"_blank\">edit the header</a>.</div>\";s:4:\"type\";s:6:\"custom\";s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:17:\".fusion-tb-header\";}s:9:\"shortcuts\";a:1:{i:0;a:4:{s:10:\"aria_label\";s:11:\"Edit Header\";s:4:\"icon\";s:14:\"fusiona-header\";s:11:\"open_parent\";b:1;s:35:\"link_to_template_if_override_active\";s:6:\"header\";}}}}s:44:\"header_global_header_template_content_notice\";a:4:{s:2:\"id\";s:44:\"header_global_header_template_content_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:15:\"header_position\";a:8:{s:5:\"label\";s:15:\"Header Position\";s:11:\"description\";s:205:\"Controls the position of the header to be in the top, left or right of the site. The main menu height, header padding and logo margin options will auto adjust based off your selection for ideal aesthetics.\";s:2:\"id\";s:15:\"header_position\";s:7:\"default\";s:3:\"top\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:3:\"top\";s:3:\"Top\";s:4:\"left\";s:4:\"Left\";s:5:\"right\";s:5:\"Right\";}s:15:\"partial_refresh\";a:2:{s:34:\"header_position_remove_before_hook\";a:3:{s:8:\"selector\";s:112:\".avada-hook-before-header-wrapper, .fusion-header-wrapper, #side-header-sticky, #side-header, #sliders-container\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:34:\"header_position_replace_after_hook\";a:4:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:15:\"header_position\";}s:21:\"success_trigger_event\";s:40:\"header-rendered fusion-partial-wooslider\";}}s:6:\"output\";a:3:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:2:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:15:\"header_position\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:2:{s:9:\"globalVar\";s:21:\"avadaFusionSliderVars\";s:2:\"id\";s:15:\"header_position\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:1:{s:11:\"js_callback\";a:1:{i:0;s:22:\"change_header_position\";}}}}s:13:\"header_layout\";a:10:{s:5:\"label\";s:22:\"Select a Header Layout\";s:11:\"description\";s:322:\"Controls the general layout of the header. Headers 2-5 allow additional content areas via the header content options 1-3. Header 6 only allows parent level menu items, no child levels will display. The main menu height, header padding and logo margin options will auto adjust based off your selection for ideal aesthetics.\";s:2:\"id\";s:13:\"header_layout\";s:7:\"default\";s:2:\"v3\";s:4:\"type\";s:11:\"radio-image\";s:7:\"choices\";a:7:{s:2:\"v1\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header1.jpg\";s:2:\"v2\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header2.jpg\";s:2:\"v3\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header3.jpg\";s:2:\"v4\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header4.jpg\";s:2:\"v5\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header5.jpg\";s:2:\"v6\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header6.jpg\";s:2:\"v7\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header7.jpg\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}}s:15:\"partial_refresh\";a:3:{s:47:\"header_content_header_layout_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:46:\"header_content_header_layout_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:28:\"header_content_header_layout\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:2:{i:0;s:14:\".fusion-header\";i:1;s:33:\"#side-header .side-header-wrapper\";}s:9:\"shortcuts\";a:3:{i:0;a:4:{s:10:\"aria_label\";s:18:\"Edit Header Layout\";s:4:\"icon\";s:14:\"fusiona-header\";s:11:\"open_parent\";b:1;s:5:\"order\";i:1;}i:1;a:5:{s:10:\"aria_label\";s:10:\"Add Slider\";s:4:\"icon\";s:15:\"fusiona-uniF61C\";s:4:\"link\";s:1:\"#\";s:9:\"css_class\";s:10:\"add-slider\";s:5:\"order\";i:4;}i:2;a:5:{s:10:\"aria_label\";s:18:\"Add Page Title Bar\";s:4:\"icon\";s:18:\"fusiona-page_title\";s:4:\"link\";s:1:\"#\";s:9:\"css_class\";s:7:\"add-ptb\";s:5:\"order\";i:5;}}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:22:\"fusion-header-layout-$\";s:12:\"remove_attrs\";a:7:{i:0;s:23:\"fusion-header-layout-v1\";i:1;s:23:\"fusion-header-layout-v2\";i:2;s:23:\"fusion-header-layout-v3\";i:3;s:23:\"fusion-header-layout-v4\";i:4;s:23:\"fusion-header-layout-v5\";i:5;s:23:\"fusion-header-layout-v6\";i:6;s:23:\"fusion-header-layout-v7\";}}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:17:\"avadaSidebarsVars\";s:2:\"id\";s:13:\"header_layout\";s:7:\"trigger\";a:1:{i:0;s:31:\"fusionReSettStickySidebarStatus\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"header_left_content\";a:9:{s:5:\"label\";s:16:\"Header Content 1\";s:11:\"description\";s:59:\"Controls the content that displays in the top left section.\";s:2:\"id\";s:19:\"header_left_content\";s:7:\"default\";s:12:\"social_links\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:12:\"contact_info\";s:12:\"Contact Info\";s:12:\"social_links\";s:12:\"Social Links\";s:10:\"navigation\";s:10:\"Navigation\";s:11:\"leave_empty\";s:11:\"Leave Empty\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:15:\"partial_refresh\";a:3:{s:53:\"header_content_header_left_content_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:52:\"header_content_header_left_content_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:34:\"header_content_header_left_content\";a:4:{s:8:\"selector\";s:57:\".fusion-header-wrapper, #side-header-sticky, #side-header\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:22:\"header-rendered resize\";}}}s:20:\"header_right_content\";a:9:{s:5:\"label\";s:16:\"Header Content 2\";s:11:\"description\";s:60:\"Controls the content that displays in the top right section.\";s:2:\"id\";s:20:\"header_right_content\";s:7:\"default\";s:10:\"navigation\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:12:\"contact_info\";s:12:\"Contact Info\";s:12:\"social_links\";s:12:\"Social Links\";s:10:\"navigation\";s:10:\"Navigation\";s:11:\"leave_empty\";s:11:\"Leave Empty\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:15:\"partial_refresh\";a:3:{s:54:\"header_content_header_right_content_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:53:\"header_content_header_right_content_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:35:\"header_content_header_right_content\";a:4:{s:8:\"selector\";s:57:\".fusion-header-wrapper, #side-header-sticky, #side-header\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:22:\"header-rendered resize\";}}}s:17:\"header_v4_content\";a:9:{s:5:\"label\";s:16:\"Header Content 3\";s:11:\"description\";s:63:\"Controls the content that displays in the middle right section.\";s:2:\"id\";s:17:\"header_v4_content\";s:7:\"default\";s:18:\"tagline_and_search\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:7:\"tagline\";s:7:\"Tagline\";s:6:\"search\";s:6:\"Search\";s:18:\"tagline_and_search\";s:18:\"Tagline And Search\";s:6:\"banner\";s:6:\"Banner\";s:4:\"none\";s:11:\"Leave Empty\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}}s:15:\"partial_refresh\";a:3:{s:51:\"header_content_header_v4_content_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:50:\"header_content_header_v4_content_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:32:\"header_content_header_v4_content\";a:4:{s:8:\"selector\";s:57:\".fusion-header-wrapper, #side-header-sticky, #side-header\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:22:\"header-rendered resize\";}}}s:13:\"header_number\";a:8:{s:5:\"label\";s:29:\"Phone Number For Contact Info\";s:11:\"description\";s:115:\"This content will display if you have &quot;Contact Info&quot; selected for the Header Content 1 or 2 option above.\";s:2:\"id\";s:13:\"header_number\";s:7:\"default\";s:28:\"Call Us Today! 1.555.555.555\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:6:\"output\";a:1:{i:0;a:2:{s:7:\"element\";s:33:\".fusion-contact-info-phone-number\";s:8:\"function\";s:4:\"html\";}}}s:12:\"header_email\";a:8:{s:5:\"label\";s:30:\"Email Address For Contact Info\";s:11:\"description\";s:115:\"This content will display if you have &quot;Contact Info&quot; selected for the Header Content 1 or 2 option above.\";s:2:\"id\";s:12:\"header_email\";s:7:\"default\";s:19:\"info@yourdomain.com\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:6:\"output\";a:1:{i:0;a:3:{s:7:\"element\";s:34:\".fusion-contact-info-email-address\";s:8:\"function\";s:4:\"html\";s:13:\"value_pattern\";s:24:\"<a href=\"mailto:$\">$</a>\";}}}s:14:\"header_tagline\";a:8:{s:5:\"label\";s:21:\"Tagline For Content 3\";s:11:\"description\";s:105:\"This content will display if you have &quot;Tagline&quot; selected for the Header Content 3 option above.\";s:2:\"id\";s:14:\"header_tagline\";s:7:\"default\";s:19:\"Insert Tagline Here\";s:4:\"type\";s:8:\"textarea\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:17:\"header_v4_content\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"tagline\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:2;a:3:{s:7:\"setting\";s:17:\"header_v4_content\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"tagline\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:6:\"output\";a:1:{i:0;a:2:{s:7:\"element\";s:22:\".fusion-header-tagline\";s:8:\"function\";s:4:\"html\";}}}s:18:\"header_banner_code\";a:9:{s:5:\"label\";s:25:\"Banner Code For Content 3\";s:11:\"description\";s:194:\"This content will display if you have &quot;Banner&quot; selected for the Header Content 3 option above. Add HTML banner code for Header Content 3. Elements, like buttons, can be used here also.\";s:2:\"id\";s:18:\"header_banner_code\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:2:{s:8:\"language\";s:4:\"html\";s:5:\"theme\";s:6:\"chrome\";}s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:17:\"header_v4_content\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"banner\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:2;a:3:{s:7:\"setting\";s:17:\"header_v4_content\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"banner\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:15:\"partial_refresh\";a:1:{s:26:\"header_content_banner_code\";a:4:{s:8:\"selector\";s:32:\".fusion-header-content-3-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:22:\"avada_header_content_3\";s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:39:\"header_global_header_template_bg_notice\";a:4:{s:2:\"id\";s:39:\"header_global_header_template_bg_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:15:\"header_bg_image\";a:8:{s:5:\"label\";s:32:\"Background Image For Header Area\";s:11:\"description\";s:384:\"Select an image for the header background. If left empty, the header background color will be used. For top headers the image displays on top of the header background color and will only display if header background color opacity is set to 1. For side headers the image displays behind the header background color so the header background opacity must be set below 1 to see the image.\";s:2:\"id\";s:15:\"header_bg_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--header_bg_image\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:0:\"\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:25:\"avada-has-header-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:14:\"header_bg_full\";a:7:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:109:\"Turn on to have the header background image display at 100% in width and height according to the window size.\";s:2:\"id\";s:14:\"header_bg_full\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:24:\"avada-has-header-bg-full\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"header_bg_parallax\";a:7:{s:5:\"label\";s:25:\"Parallax Background Image\";s:11:\"description\";s:103:\"Turn on to use a parallax scrolling effect on the background image. Only works for top header position.\";s:2:\"id\";s:18:\"header_bg_parallax\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:2;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:3;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:28:\"avada-has-header-bg-parallax\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"header_bg_repeat\";a:9:{s:5:\"label\";s:17:\"Background Repeat\";s:11:\"description\";s:42:\"Controls how the background image repeats.\";s:2:\"id\";s:16:\"header_bg_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:19:\"Repeat Horizontally\";s:8:\"repeat-y\";s:17:\"Repeat Vertically\";s:9:\"no-repeat\";s:9:\"No Repeat\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:18:\"--header_bg_repeat\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:17:\"avada-header-bg-$\";s:12:\"remove_attrs\";a:4:{i:0;s:22:\"avada-header-bg-repeat\";i:1;s:24:\"avada-header-bg-repeat-x\";i:2;s:24:\"avada-header-bg-repeat-y\";i:3;s:25:\"avada-header-bg-no-repeat\";}}}}s:44:\"header_global_header_template_styling_notice\";a:4:{s:2:\"id\";s:44:\"header_global_header_template_styling_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:17:\"side_header_width\";a:9:{s:5:\"label\";s:36:\"Header Width For Left/Right Position\";s:11:\"description\";s:52:\"Controls the width of the left or right side header.\";s:2:\"id\";s:17:\"side_header_width\";s:7:\"default\";s:3:\"280\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"800\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:19:\"--side_header_width\";s:13:\"value_pattern\";s:3:\"$px\";}i:1;a:1:{s:4:\"name\";s:23:\"--side_header_width-int\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:6:\"resize\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:14:\"header_padding\";a:8:{s:5:\"label\";s:14:\"Header Padding\";s:11:\"description\";s:58:\"Controls the top/right/bottom/left padding for the header.\";s:2:\"id\";s:14:\"header_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:20:\"--header_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:23:\"--header_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:21:\"--header_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:22:\"--header_padding-right\";s:6:\"choice\";s:5:\"right\";}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:18:\"header_padding_top\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:6:\"bottom\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:21:\"header_padding_bottom\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"header_shadow\";a:6:{s:5:\"label\";s:13:\"Header Shadow\";s:11:\"description\";s:40:\"Turn on to display a header drop shadow.\";s:2:\"id\";s:13:\"header_shadow\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:55:\".fusion-top-header .fusion-header-wrapper, #side-header\";s:9:\"className\";s:20:\"fusion-header-shadow\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"header_100_width\";a:7:{s:5:\"label\";s:17:\"100% Header Width\";s:11:\"description\";s:114:\"Turn on to have the header area display at 100% width according to the window size. Turn off to follow site width.\";s:2:\"id\";s:16:\"header_100_width\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:6:\"layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"wide\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:26:\"avada-has-header-100-width\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"header_bg_color\";a:7:{s:5:\"label\";s:23:\"Header Background Color\";s:11:\"description\";s:288:\"Controls the background color and opacity for the header. For top headers, opacity set below 1 will remove the header height completely. For side headers, opacity set below 1 will display a color overlay. Transparent headers are disabled on all archive pages due to technical limitations.\";s:2:\"id\";s:15:\"header_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--header_bg_color\";s:7:\"element\";s:27:\"#side-header,.fusion-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:17:\"header-not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:29:\"avada-header-color-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"archive_header_bg_color\";a:7:{s:5:\"label\";s:31:\"Archive Header Background Color\";s:11:\"description\";s:247:\"Controls the background color and opacity for the header on archive pages, search page and 404 page. For top headers, opacity set below 1 will remove the header height completely. For side headers, opacity set below 1 will display a color overlay.\";s:2:\"id\";s:23:\"archive_header_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--archive_header_bg_color\";s:7:\"element\";s:27:\"#side-header,.fusion-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:17:\"header-not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:29:\"avada-header-color-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"header_border_color\";a:9:{s:5:\"label\";s:19:\"Header Border Color\";s:11:\"description\";s:117:\"Controls the border colors for the header. If using left or right header position it controls the menu divider lines.\";s:2:\"id\";s:19:\"header_border_color\";s:7:\"default\";s:19:\"rgba(226,226,226,0)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--header_border_color\";s:7:\"element\";s:35:\".fusion-header-wrapper,#side-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"full-transparent\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:42:\"avada-header-border-color-full-transparent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"header_top_bg_color\";a:8:{s:5:\"label\";s:27:\"Header Top Background Color\";s:11:\"description\";s:76:\"Controls the background color of the top header section used in Headers 2-5.\";s:2:\"id\";s:19:\"header_top_bg_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v1\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--header_top_bg_color\";s:7:\"element\";s:24:\".fusion-secondary-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:10:\"not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:30:\"avada-header-top-bg-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"tagline_font_size\";a:9:{s:5:\"label\";s:24:\"Header Tagline Font Size\";s:11:\"description\";s:64:\"Controls the font size for the tagline text when using header 4.\";s:2:\"id\";s:17:\"tagline_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--tagline_font_size\";s:7:\"element\";s:22:\".fusion-header-tagline\";}}}s:18:\"tagline_font_color\";a:8:{s:5:\"label\";s:25:\"Header Tagline Font Color\";s:11:\"description\";s:65:\"Controls the font color for the tagline text when using header 4.\";s:2:\"id\";s:18:\"tagline_font_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--tagline_font_color\";s:7:\"element\";s:22:\".fusion-header-tagline\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:43:\"header_global_header_template_sticky_notice\";a:4:{s:2:\"id\";s:43:\"header_global_header_template_sticky_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:13:\"header_sticky\";a:7:{s:5:\"label\";s:13:\"Sticky Header\";s:11:\"description\";s:34:\"Turn on to enable a sticky header.\";s:2:\"id\";s:13:\"header_sticky\";s:7:\"default\";i:1;s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:3:{s:40:\"header_content_sticky_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:39:\"header_content_sticky_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:21:\"header_content_sticky\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:43:\"fusion-reinit-sticky-header header-rendered\";}}s:6:\"output\";a:4:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:20:\"fusion-sticky-header\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:13:\"header_sticky\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:13:\"header_sticky\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:17:\"avadaSidebarsVars\";s:2:\"id\";s:13:\"header_sticky\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"header_sticky_tablet\";a:7:{s:5:\"label\";s:24:\"Sticky Header on Tablets\";s:11:\"description\";s:60:\"Turn on to enable a sticky header when scrolling on tablets.\";s:2:\"id\";s:20:\"header_sticky_tablet\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:4:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:23:\"no-tablet-sticky-header\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:20:\"header_sticky_tablet\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:20:\"header_sticky_tablet\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:17:\"avadaSidebarsVars\";s:2:\"id\";s:20:\"header_sticky_tablet\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"header_sticky_mobile\";a:7:{s:5:\"label\";s:24:\"Sticky Header on Mobiles\";s:11:\"description\";s:60:\"Turn on to enable a sticky header when scrolling on mobiles.\";s:2:\"id\";s:20:\"header_sticky_mobile\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:4:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:23:\"no-mobile-sticky-header\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:20:\"header_sticky_mobile\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:20:\"header_sticky_mobile\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:17:\"avadaSidebarsVars\";s:2:\"id\";s:20:\"header_sticky_mobile\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"header_sticky_shrinkage\";a:7:{s:5:\"label\";s:23:\"Sticky Header Animation\";s:11:\"description\";s:124:\"Turn on to allow the sticky header to animate to a smaller height when activated. Only works with header v1 - v3, v6 and v7.\";s:2:\"id\";s:23:\"header_sticky_shrinkage\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v4\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v5\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:22:\"avada-sticky-shrinkage\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:26:\"header_sticky_type2_layout\";a:8:{s:5:\"label\";s:40:\"Sticky Header Display For Headers 4 - 5 \";s:11:\"description\";s:70:\"Controls what displays in the sticky header when using header v4 - v5.\";s:2:\"id\";s:26:\"header_sticky_type2_layout\";s:7:\"default\";s:9:\"menu_only\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:9:\"menu_only\";s:9:\"Menu Only\";s:13:\"menu_and_logo\";s:16:\"Menu + Logo Area\";}s:8:\"required\";a:7:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v1\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v2\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v3\";}i:5;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:6;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v7\";}}s:15:\"partial_refresh\";a:3:{s:45:\"header_sticky_type2_layout_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:44:\"header_sticky_type2_layout_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:33:\"header_sticky_type2_layout_layout\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:43:\"fusion-reinit-sticky-header header-rendered\";}}}s:20:\"header_sticky_shadow\";a:7:{s:5:\"label\";s:20:\"Sticky Header Shadow\";s:11:\"description\";s:47:\"Turn on to display a sticky header drop shadow.\";s:2:\"id\";s:20:\"header_sticky_shadow\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:20:\"header_sticky_shadow\";s:7:\"trigger\";a:2:{i:0;s:5:\"ready\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:14:\".fusion-header\";s:9:\"className\";s:20:\"fusion-sticky-shadow\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"header_sticky_bg_color\";a:8:{s:5:\"label\";s:30:\"Sticky Header Background Color\";s:11:\"description\";s:52:\"Controls the background color for the sticky header.\";s:2:\"id\";s:22:\"header_sticky_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--header_sticky_bg_color\";s:7:\"element\";s:53:\".fusion-arrow-svg,.fusion-header-wrapper,#side-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:9:\"globalVar\";s:19:\"fusionContainerVars\";s:2:\"id\";s:28:\"is_sticky_header_transparent\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:46:\"fusion-element-render-fusion_builder_container\";}s:8:\"callback\";s:25:\"fusionReturnColorAlphaInt\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"header_sticky_menu_color\";a:7:{s:5:\"label\";s:29:\"Sticky Header Menu Font Color\";s:11:\"description\";s:59:\"Controls the color for main menu text in the sticky header.\";s:2:\"id\";s:24:\"header_sticky_menu_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--header_sticky_menu_color\";s:7:\"element\";s:17:\".fusion-main-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"header_sticky_nav_padding\";a:8:{s:5:\"label\";s:31:\"Sticky Header Menu Item Padding\";s:11:\"description\";s:63:\"Controls the space between each menu item in the sticky header.\";s:2:\"id\";s:25:\"header_sticky_nav_padding\";s:7:\"default\";s:2:\"35\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:27:\"--header_sticky_nav_padding\";s:7:\"element\";s:41:\".fusion-main-menu,.fusion-logo-background\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:27:\"header_sticky_nav_font_size\";a:8:{s:5:\"label\";s:34:\"Sticky Header Navigation Font Size\";s:11:\"description\";s:62:\"Controls the font size of the menu items in the sticky header.\";s:2:\"id\";s:27:\"header_sticky_nav_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--header_sticky_nav_font_size\";s:7:\"element\";s:17:\".fusion-main-menu\";}}}s:43:\"menu_global_header_override_template_notice\";a:5:{s:2:\"id\";s:43:\"menu_global_header_override_template_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:321:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Header override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:34:\"menu_global_header_template_notice\";a:4:{s:2:\"id\";s:34:\"menu_global_header_template_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:10:\"nav_height\";a:11:{s:5:\"label\";s:16:\"Main Menu Height\";s:11:\"description\";s:144:\"Controls the menu height.<span id=\"fusion-menu-height-hint\" style=\"display:inline\">  To match the logo height set to <strong>87</strong>.</span>\";s:2:\"id\";s:10:\"nav_height\";s:7:\"default\";s:2:\"94\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"300\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:12:\"--nav_height\";s:7:\"element\";s:17:\".fusion-main-menu\";s:13:\"value_pattern\";s:3:\"$px\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:10:\"nav_height\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:2:{i:0;s:14:\".fusion-header\";i:1;s:33:\"#side-header .side-header-wrapper\";}s:9:\"shortcuts\";a:1:{i:0;a:3:{s:10:\"aria_label\";s:14:\"Edit Main Menu\";s:4:\"link\";s:70:\"https://drkarimbennani.com/wp-admin/nav-menus.php?action=edit&menu=114\";s:5:\"order\";i:3;}}}}s:20:\"menu_highlight_style\";a:10:{s:5:\"label\";s:25:\"Main Menu Highlight Style\";s:11:\"description\";s:495:\"Controls the highlight style for main menu links and also affects the look of menu dropdowns. Arrow style cannot work with a transparent header background. Bar highlights will display vertically on side header layouts. <strong>IMPORTANT:</strong> Arrow & Background style can require configuration of other options depending on desired effect. <a href=\"https://avada.com/documentation/main-menu-highlight-styles/\" target=\"_blank\" rel=\"noopener noreferrer\">See this post for more information</a>.\";s:2:\"id\";s:20:\"menu_highlight_style\";s:7:\"default\";s:3:\"bar\";s:7:\"choices\";a:5:{s:3:\"bar\";s:7:\"Top Bar\";s:9:\"bottombar\";s:10:\"Bottom Bar\";s:5:\"arrow\";s:5:\"Arrow\";s:10:\"background\";s:10:\"Background\";s:9:\"textcolor\";s:10:\"Color Only\";}s:4:\"type\";s:6:\"select\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:28:\"avada-menu-highlight-style-$\";s:12:\"remove_attrs\";a:5:{i:0;s:30:\"avada-menu-highlight-style-bar\";i:1;s:36:\"avada-menu-highlight-style-bottombar\";i:2;s:32:\"avada-menu-highlight-style-arrow\";i:3;s:37:\"avada-menu-highlight-style-background\";i:4;s:36:\"avada-menu-highlight-style-textcolor\";}}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:19:\"nav_highlight_style\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"partial_refresh\";a:3:{s:46:\"menu_highlight_style_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:45:\"menu_highlight_style_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:27:\"menu_highlight_style_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:25:\"menu_highlight_background\";a:8:{s:5:\"label\";s:36:\"Main Menu Highlight Background Color\";s:11:\"description\";s:53:\"Controls the background color of main menu highlight.\";s:2:\"id\";s:25:\"menu_highlight_background\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"background\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"background\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--menu_highlight_background\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:15:\"menu_arrow_size\";a:9:{s:5:\"label\";s:20:\"Main Menu Arrow Size\";s:11:\"description\";s:53:\"Controls the width and height of the main menu arrow.\";s:2:\"id\";s:15:\"menu_arrow_size\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:4:\"type\";s:10:\"dimensions\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"arrow\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"arrow\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:3:{i:0;a:2:{s:4:\"name\";s:23:\"--menu_arrow_size-width\";s:6:\"choice\";s:5:\"width\";}i:1;a:2:{s:4:\"name\";s:24:\"--menu_arrow_size-height\";s:6:\"choice\";s:6:\"height\";}i:2;a:3:{s:4:\"name\";s:55:\"--menu_arrow_size-width-header_border_color_condition_5\";s:6:\"choice\";s:5:\"width\";s:8:\"callback\";a:2:{i:0;s:31:\"header_border_color_condition_5\";i:1;s:0:\"\";}}}}s:20:\"nav_highlight_border\";a:10:{s:5:\"label\";s:28:\"Main Menu Highlight Bar Size\";s:11:\"description\";s:44:\"Controls the size of the menu highlight bar.\";s:2:\"id\";s:20:\"nav_highlight_border\";s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"40\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:38:\"fusion-gutter-and-or-and-or-and-or-and\";s:8:\"required\";a:8:{i:0;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"bar\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"bar\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:4;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"bottombar\";}i:5;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:6;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"bottombar\";}i:7;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:22:\"--nav_highlight_border\";s:13:\"value_pattern\";s:3:\"$px\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;s:1:\"0\";}}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:20:\"nav_highlight_border\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:5:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:10:\"nav_height\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}s:9:\"condition\";a:5:{i:0;s:20:\"menu_highlight_style\";i:1;s:3:\"===\";i:2;s:3:\"bar\";i:3;s:1:\"$\";i:4;s:1:\"0\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:11:\"nav_padding\";a:8:{s:5:\"label\";s:22:\"Main Menu Item Padding\";s:11:\"description\";s:55:\"Controls the right padding for menu text (left on RTL).\";s:2:\"id\";s:11:\"nav_padding\";s:7:\"default\";s:2:\"48\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:13:\"--nav_padding\";s:13:\"value_pattern\";s:3:\"$px\";}i:1;a:2:{s:4:\"name\";s:21:\"--nav_padding-no-zero\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:3:\"$px\";i:1;s:0:\"\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:11:\"nav_padding\";i:1;s:2:\"==\";i:2;s:1:\"0\";}}}}}}}s:18:\"mobile_nav_padding\";a:8:{s:5:\"label\";s:32:\"Main Menu Item Padding On Mobile\";s:11:\"description\";s:110:\"Controls the right padding for menu text (left on RTL) when the normal desktop menu is used on mobile devices.\";s:2:\"id\";s:18:\"mobile_nav_padding\";s:7:\"default\";s:2:\"25\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--mobile_nav_padding\";s:7:\"element\";s:17:\".fusion-main-menu\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:15:\"megamenu_shadow\";a:8:{s:5:\"label\";s:21:\"Main Menu Drop Shadow\";s:11:\"description\";s:51:\"Turn on to display a drop shadow on menu dropdowns.\";s:2:\"id\";s:15:\"megamenu_shadow\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:25:\"avada-has-megamenu-shadow\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:28:\"main_menu_sub_menu_animation\";a:9:{s:5:\"label\";s:47:\"Main Menu Dropdown / Legacy Mega Menu Animation\";s:11:\"description\";s:46:\"Controls the animation type for all sub-menus.\";s:2:\"id\";s:28:\"main_menu_sub_menu_animation\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:4:\"fade\";s:7:\"choices\";a:2:{s:4:\"fade\";s:4:\"Fade\";s:5:\"slide\";s:5:\"Slide\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:17:\"fusion-sub-menu-$\";s:12:\"remove_attrs\";a:2:{i:0;s:20:\"fusion-sub-menu-fade\";i:1;s:21:\"fusion-sub-menu-slide\";}}}s:29:\"dropdown_menu_top_border_size\";a:9:{s:5:\"label\";s:34:\"Main Menu Dropdown Top Border Size\";s:11:\"description\";s:65:\"Controls top border size of dropdown menus and legacy mega menus.\";s:2:\"id\";s:29:\"dropdown_menu_top_border_size\";s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:38:\"fusion-gutter-and-or-and-or-and-or-and\";s:8:\"required\";a:8:{i:0;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"bar\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"bar\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:4;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"bottombar\";}i:5;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:6;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"bottombar\";}i:7;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--dropdown_menu_top_border_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:19:\"dropdown_menu_width\";a:9:{s:5:\"label\";s:24:\"Main Menu Dropdown Width\";s:11:\"description\";s:35:\"Controls the width of the dropdown.\";s:2:\"id\";s:19:\"dropdown_menu_width\";s:7:\"default\";s:3:\"200\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--dropdown_menu_width\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:34:\"mainmenu_dropdown_vertical_padding\";a:9:{s:5:\"label\";s:31:\"Main Menu Dropdown Item Padding\";s:11:\"description\";s:56:\"Controls the top/bottom padding for dropdown menu items.\";s:2:\"id\";s:34:\"mainmenu_dropdown_vertical_padding\";s:7:\"default\";s:2:\"12\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:36:\"--mainmenu_dropdown_vertical_padding\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:33:\"mainmenu_dropdown_display_divider\";a:8:{s:5:\"label\";s:26:\"Main Menu Dropdown Divider\";s:11:\"description\";s:57:\"Turn on to display a divider line on dropdown menu items.\";s:2:\"id\";s:33:\"mainmenu_dropdown_display_divider\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:35:\"avada-has-mainmenu-dropdown-divider\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:31:\"menu_display_dropdown_indicator\";a:9:{s:5:\"label\";s:28:\"Main Menu Dropdown Indicator\";s:11:\"description\";s:68:\"Turn on to display arrow indicators next to parent level menu items.\";s:2:\"id\";s:31:\"menu_display_dropdown_indicator\";s:7:\"default\";s:4:\"none\";s:7:\"choices\";a:3:{s:6:\"parent\";s:6:\"Parent\";s:12:\"parent_child\";s:14:\"Parent + Child\";s:4:\"none\";s:4:\"None\";}s:4:\"type\";s:6:\"select\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:15:\"partial_refresh\";a:3:{s:57:\"header_menu_display_dropdown_indicator_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:56:\"header_menu_display_dropdown_indicator_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:38:\"header_menu_display_dropdown_indicator\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:20:\"main_nav_search_icon\";a:7:{s:5:\"label\";s:21:\"Main Menu Search Icon\";s:11:\"description\";s:52:\"Turn on to display the search icon in the main menu.\";s:2:\"id\";s:20:\"main_nav_search_icon\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:3:{s:46:\"header_main_nav_search_icon_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:45:\"header_main_nav_search_icon_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:27:\"header_main_nav_search_icon\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:30:\"avada-has-main-nav-search-icon\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"main_nav_search_layout\";a:9:{s:5:\"label\";s:23:\"Main Menu Search Layout\";s:11:\"description\";s:55:\"Controls the layout of the search bar in the main menu.\";s:2:\"id\";s:22:\"main_nav_search_layout\";s:7:\"default\";s:7:\"overlay\";s:7:\"choices\";a:2:{s:8:\"dropdown\";s:9:\"Drop-Down\";s:7:\"overlay\";s:12:\"Menu Overlay\";}s:4:\"type\";s:15:\"radio-buttonset\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:20:\"main_nav_search_icon\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:15:\"partial_refresh\";a:1:{s:30:\"main_nav_search_layout_refresh\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:8:\"dropdown\";i:1;s:7:\"overlay\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";a:2:{i:0;s:32:\"fusion-main-menu-search-dropdown\";i:1;s:31:\"fusion-main-menu-search-overlay\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"main_nav_icon_circle\";a:6:{s:5:\"label\";s:29:\"Main Menu Icon Circle Borders\";s:11:\"description\";s:64:\"Turn on to display a circle border on the cart and search icons.\";s:2:\"id\";s:20:\"main_nav_icon_circle\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"fusion-has-main-nav-icon-circle\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"main_nav_highlight_radius\";a:6:{s:5:\"label\";s:27:\"Menu Highlight Label Radius\";s:11:\"description\";s:61:\"Controls the border radius of all your menu highlight labels.\";s:2:\"id\";s:25:\"main_nav_highlight_radius\";s:7:\"default\";s:3:\"2px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--main_nav_highlight_radius\";s:7:\"element\";s:50:\".fusion-menu-highlight-label, .awb-menu__highlight\";}}}s:17:\"menu_sub_bg_color\";a:8:{s:5:\"label\";s:35:\"Main Menu Dropdown Background Color\";s:11:\"description\";s:56:\"Controls the background color of the main menu dropdown.\";s:2:\"id\";s:17:\"menu_sub_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--menu_sub_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"menu_bg_hover_color\";a:8:{s:5:\"label\";s:41:\"Main Menu Dropdown Background Hover Color\";s:11:\"description\";s:62:\"Controls the background hover color of the main menu dropdown.\";s:2:\"id\";s:19:\"menu_bg_hover_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--menu_bg_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"menu_sub_sep_color\";a:9:{s:5:\"label\";s:34:\"Main Menu Dropdown Separator Color\";s:11:\"description\";s:63:\"Controls the color of the separators in the main menu dropdown.\";s:2:\"id\";s:18:\"menu_sub_sep_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--menu_sub_sep_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";a:3:{i:0;s:76:\".fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents\";i:1;s:74:\".fusion-main-menu .fusion-main-menu-cart .fusion-custom-menu-item-contents\";i:2;s:74:\".fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents\";}s:8:\"property\";s:6:\"border\";s:11:\"js_callback\";a:2:{i:0;s:31:\"fusionReturnStringIfTransparent\";i:1;a:2:{s:11:\"transparent\";s:1:\"0\";s:6:\"opaque\";s:0:\"\";}}s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Avada_Output_Callbacks\";i:1;s:18:\"menu_sub_sep_color\";}}}}s:17:\"menu_h45_bg_color\";a:8:{s:5:\"label\";s:47:\"Main Menu Background Color For Header 4 &amp; 5\";s:11:\"description\";s:72:\"Controls the background color of the main menu when using header 4 or 5.\";s:2:\"id\";s:17:\"menu_h45_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--menu_h45_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"main_menu_typography_info\";a:4:{s:5:\"label\";s:20:\"Main Menu Typography\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:25:\"main_menu_typography_info\";s:4:\"type\";s:4:\"info\";}s:14:\"nav_typography\";a:10:{s:2:\"id\";s:14:\"nav_typography\";s:5:\"label\";s:16:\"Menus Typography\";s:11:\"description\";s:72:\"These settings control the typography for all main menu top-level items.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:25:\"text_transform_no_inherit\";b:1;s:5:\"class\";s:17:\"avada-no-fontsize\";s:7:\"choices\";a:6:{s:11:\"font-family\";b:1;s:11:\"font-weight\";b:1;s:9:\"font-size\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:6:{s:11:\"font-family\";s:34:\"var(--awb-typography3-font-family)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:32:\"var(--awb-typography3-font-size)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography3-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:9:{i:0;a:3:{s:4:\"name\";s:28:\"--nav_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:14:\"nav_typography\";}}i:1;a:3:{s:4:\"name\";s:28:\"--nav_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:26:\"--nav_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:3;a:2:{s:4:\"name\";s:27:\"--nav_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:4;a:3:{s:4:\"name\";s:31:\"--nav_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:5;a:2:{s:4:\"name\";s:22:\"--nav_typography-color\";s:6:\"choice\";s:5:\"color\";}i:6;a:3:{s:4:\"name\";s:26:\"--nav_typography-color-65a\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;d:0.65000000000000002220446049250313080847263336181640625;}}i:7;a:3:{s:4:\"name\";s:26:\"--nav_typography-color-35a\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;d:0.34999999999999997779553950749686919152736663818359375;}}i:8;a:2:{s:4:\"name\";s:31:\"--nav_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}}}s:15:\"menu_text_align\";a:11:{s:5:\"label\";s:20:\"Main Menu Text Align\";s:11:\"description\";s:75:\"Controls the main menu text alignment for top headers 4-5 and side headers.\";s:2:\"id\";s:15:\"menu_text_align\";s:7:\"default\";s:6:\"center\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v5\";}i:2;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"--menu_text_align\";s:7:\"element\";s:17:\".fusion-main-menu\";}}s:6:\"output\";a:3:{i:0;a:0:{}i:1;a:0:{}i:2;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:17:\"menu-text-align-$\";s:12:\"remove_attrs\";a:3:{i:0;s:20:\"menu-text-align-left\";i:1;s:22:\"menu-text-align-center\";i:2;s:21:\"menu-text-align-right\";}}}s:15:\"partial_refresh\";a:3:{s:41:\"menu_text_align_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:40:\"menu_text_align_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:22:\"menu_text_align_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:22:\"menu_hover_first_color\";a:6:{s:5:\"label\";s:33:\"Main Menu Font Hover/Active Color\";s:11:\"description\";s:97:\"Controls the color for main menu text hover and active states, highlight bar and dropdown border.\";s:2:\"id\";s:22:\"menu_hover_first_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:24:\"--menu_hover_first_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:28:\"--menu_hover_first_color-65a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.65\";}}}}s:14:\"menu_sub_color\";a:8:{s:5:\"label\";s:29:\"Main Menu Dropdown Font Color\";s:11:\"description\";s:47:\"Controls the color for main menu dropdown text.\";s:2:\"id\";s:14:\"menu_sub_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--menu_sub_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"nav_dropdown_font_size\";a:9:{s:5:\"label\";s:28:\"Main Menu Dropdown Font Size\";s:11:\"description\";s:51:\"Controls the font size for main menu dropdown text.\";s:2:\"id\";s:22:\"nav_dropdown_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:24:\"--nav_dropdown_font_size\";}}}s:31:\"flyout_menu_important_note_info\";a:6:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:224:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Flyout Menu Options are only available when using Header Layout #6 or Mobile Flyout Menu. Your current setup does not utilize the flyout menu.</div>\";s:2:\"id\";s:31:\"flyout_menu_important_note_info\";s:4:\"type\";s:6:\"custom\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:3;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}}s:26:\"flyout_menu_icon_font_size\";a:9:{s:5:\"label\";s:26:\"Flyout Menu Icon Font Size\";s:11:\"description\";s:49:\"Controls the font size for the flyout menu icons.\";s:2:\"id\";s:26:\"flyout_menu_icon_font_size\";s:7:\"default\";s:4:\"20px\";s:4:\"type\";s:9:\"dimension\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:28:\"--flyout_menu_icon_font_size\";}i:1;a:2:{s:4:\"name\";s:31:\"--flyout_menu_icon_font_size_px\";s:8:\"callback\";a:1:{i:0;s:11:\"units_to_px\";}}}}s:24:\"flyout_nav_icons_padding\";a:9:{s:5:\"label\";s:24:\"Flyout Menu Icon Padding\";s:11:\"description\";s:63:\"Controls the right padding for flyout menu icons (left on RTL).\";s:2:\"id\";s:24:\"flyout_nav_icons_padding\";s:7:\"default\";s:2:\"32\";s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--flyout_nav_icons_padding\";s:7:\"element\";s:25:\".fusion-flyout-menu-icons\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"flyout_menu_icon_color\";a:8:{s:5:\"label\";s:22:\"Flyout Menu Icon Color\";s:11:\"description\";s:44:\"Controls the color of the flyout menu icons.\";s:2:\"id\";s:22:\"flyout_menu_icon_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--flyout_menu_icon_color\";s:7:\"element\";s:25:\".fusion-flyout-menu-icons\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"flyout_menu_icon_hover_color\";a:8:{s:5:\"label\";s:28:\"Flyout Menu Icon Hover Color\";s:11:\"description\";s:50:\"Controls the hover color of the flyout menu icons.\";s:2:\"id\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:30:\"--flyout_menu_icon_hover_color\";s:7:\"element\";s:25:\".fusion-flyout-menu-icons\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"flyout_menu_background_color\";a:8:{s:5:\"label\";s:28:\"Flyout Menu Background Color\";s:11:\"description\";s:48:\"Controls the background color of the flyout menu\";s:2:\"id\";s:28:\"flyout_menu_background_color\";s:7:\"default\";s:96:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 6%))\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:30:\"--flyout_menu_background_color\";s:7:\"element\";s:22:\".fusion-flyout-menu-bg\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"flyout_menu_direction\";a:9:{s:5:\"label\";s:21:\"Flyout Menu Direction\";s:11:\"description\";s:51:\"Controls the direction the flyout menu starts from.\";s:2:\"id\";s:21:\"flyout_menu_direction\";s:7:\"default\";s:4:\"fade\";s:4:\"type\";s:6:\"select\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:7:\"choices\";a:5:{s:4:\"fade\";s:4:\"Fade\";s:4:\"left\";s:4:\"Left\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:3:\"top\";s:3:\"Top\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:22:\".fusion-logo-alignment\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:29:\"avada-flyout-menu-direction-$\";s:12:\"remove_attrs\";a:5:{i:0;s:32:\"avada-flyout-menu-direction-fade\";i:1;s:32:\"avada-flyout-menu-direction-left\";i:2;s:33:\"avada-flyout-menu-direction-right\";i:3;s:34:\"avada-flyout-menu-direction-bottom\";i:4;s:31:\"avada-flyout-menu-direction-top\";}}}}s:24:\"flyout_menu_item_padding\";a:9:{s:5:\"label\";s:24:\"Flyout Menu Item Padding\";s:11:\"description\";s:47:\"Controls the padding between flyout menu items.\";s:2:\"id\";s:24:\"flyout_menu_item_padding\";s:7:\"default\";s:2:\"32\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--flyout_menu_item_padding\";s:7:\"element\";s:19:\".fusion-flyout-menu\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"no_secondary_menu_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:227:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Secondary Top Menu Options are only available when using Header Layouts #2-5. Your current Header Layout does not utilize the secondary top menu.</div>\";s:2:\"id\";s:22:\"no_secondary_menu_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v5\";}}}s:23:\"topmenu_dropwdown_width\";a:9:{s:5:\"label\";s:29:\"Secondary Menu Dropdown Width\";s:11:\"description\";s:50:\"Controls the width of the secondary menu dropdown.\";s:2:\"id\";s:23:\"topmenu_dropwdown_width\";s:7:\"default\";s:3:\"200\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--topmenu_dropwdown_width\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:29:\"header_top_first_border_color\";a:8:{s:5:\"label\";s:28:\"Secondary Menu Divider Color\";s:11:\"description\";s:61:\"Controls the divider color of the first level secondary menu.\";s:2:\"id\";s:29:\"header_top_first_border_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--header_top_first_border_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"header_top_sub_bg_color\";a:8:{s:5:\"label\";s:40:\"Secondary Menu Dropdown Background Color\";s:11:\"description\";s:61:\"Controls the background color of the secondary menu dropdown.\";s:2:\"id\";s:23:\"header_top_sub_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--header_top_sub_bg_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"header_top_menu_bg_hover_color\";a:8:{s:5:\"label\";s:46:\"Secondary Menu Dropdown Background Hover Color\";s:11:\"description\";s:67:\"Controls the background hover color of the secondary menu dropdown.\";s:2:\"id\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--header_top_menu_bg_hover_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:29:\"header_top_menu_sub_sep_color\";a:8:{s:5:\"label\";s:39:\"Secondary Menu Dropdown Separator Color\";s:11:\"description\";s:68:\"Controls the color of the separators in the secondary menu dropdown.\";s:2:\"id\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--header_top_menu_sub_sep_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"secondary_menu_typography_info\";a:5:{s:5:\"label\";s:29:\"Secondary Top Menu Typography\";s:2:\"id\";s:30:\"secondary_menu_typography_info\";s:4:\"type\";s:4:\"info\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}}s:14:\"snav_font_size\";a:9:{s:5:\"label\";s:24:\"Secondary Menu Font Size\";s:11:\"description\";s:47:\"Controls the font size for secondary menu text.\";s:2:\"id\";s:14:\"snav_font_size\";s:7:\"default\";s:4:\"12px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--snav_font_size\";}}}s:11:\"sec_menu_lh\";a:9:{s:5:\"label\";s:26:\"Secondary Menu Line Height\";s:11:\"description\";s:44:\"Controls the line height for secondary menu.\";s:2:\"id\";s:11:\"sec_menu_lh\";s:7:\"default\";s:4:\"48px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:13:\"--sec_menu_lh\";}i:1;a:3:{s:4:\"name\";s:16:\"--top-bar-height\";s:7:\"element\";s:14:\".fusion-header\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:11:\"calc($ / 2)\";i:1;s:6:\"21.5px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:11:\"sec_menu_lh\";i:1;s:1:\">\";i:2;s:2:\"43\";}}}}}}}s:10:\"snav_color\";a:8:{s:5:\"label\";s:25:\"Secondary Menu Font Color\";s:11:\"description\";s:43:\"Controls the color for secondary menu text.\";s:2:\"id\";s:10:\"snav_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:12:\"--snav_color\";s:7:\"element\";s:24:\".fusion-secondary-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"header_top_menu_sub_color\";a:8:{s:5:\"label\";s:34:\"Secondary Menu Dropdown Font Color\";s:11:\"description\";s:52:\"Controls the color for secondary menu dropdown text.\";s:2:\"id\";s:25:\"header_top_menu_sub_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--header_top_menu_sub_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:31:\"header_top_menu_sub_hover_color\";a:8:{s:5:\"label\";s:40:\"Secondary Menu Dropdown Font Hover Color\";s:11:\"description\";s:58:\"Controls the hover color for secondary menu dropdown text.\";s:2:\"id\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:33:\"--header_top_menu_sub_hover_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"no_responsive_mode_info_1\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:280:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Please enable responsive mode. Mobile menus are only available when you\'re using the responsive mode. To enable it please go to the \"Responsive\" section and set the \"Responsive Design\" option to ON.</div>\";s:2:\"id\";s:25:\"no_responsive_mode_info_1\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"0\";}}}s:19:\"no_mobile_menu_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:319:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Because of the design of your Header Layout #6, only a few options are available here. More options are available when using Header Layouts #1-5 or 7. The rest of the options for Header Layout #6 are on the Flyout Menu and Main Menu tab.</div>\";s:2:\"id\";s:19:\"no_mobile_menu_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}}}s:18:\"mobile_menu_design\";a:10:{s:5:\"label\";s:24:\"Mobile Menu Design Style\";s:11:\"description\";s:96:\"Controls the design of the mobile menu. Flyout design style only allows parent level menu items.\";s:2:\"id\";s:18:\"mobile_menu_design\";s:7:\"default\";s:7:\"classic\";s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:7:\"choices\";a:3:{s:7:\"classic\";s:7:\"Classic\";s:6:\"modern\";s:6:\"Modern\";s:6:\"flyout\";s:6:\"Flyout\";}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:2;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:6:\"output\";a:1:{i:0;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:20:\"mobile-menu-design-$\";s:12:\"remove_attrs\";a:3:{i:0;s:26:\"mobile-menu-design-classic\";i:1;s:25:\"mobile-menu-design-modern\";i:2;s:25:\"mobile-menu-design-flyout\";}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"partial_refresh\";a:3:{s:44:\"mobile_menu_design_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:43:\"mobile_menu_design_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:25:\"mobile_menu_design_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:28:\"mobile_menu_icons_top_margin\";a:9:{s:5:\"label\";s:28:\"Mobile Menu Icons Top Margin\";s:11:\"description\";s:82:\"Controls the top margin for the icons in the modern and flyout mobile menu design.\";s:2:\"id\";s:28:\"mobile_menu_icons_top_margin\";s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"classic\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"classic\";}i:5;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--mobile_menu_icons_top_margin\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"mobile_menu_nav_height\";a:9:{s:5:\"label\";s:32:\"Mobile Menu Dropdown Item Height\";s:11:\"description\";s:47:\"Controls the height of each dropdown menu item.\";s:2:\"id\";s:22:\"mobile_menu_nav_height\";s:7:\"default\";s:2:\"42\";s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--mobile_menu_nav_height\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:27:\"mobile_nav_submenu_slideout\";a:8:{s:5:\"label\";s:31:\"Mobile Menu Dropdown Slide Outs\";s:11:\"description\";s:60:\"Turn on to allow dropdown sections to slide out when tapped.\";s:2:\"id\";s:27:\"mobile_nav_submenu_slideout\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:16:\"submenu_slideout\";s:7:\"trigger\";a:1:{i:0;s:16:\"fusionMobileMenu\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"mobile_menu_search\";a:7:{s:5:\"label\";s:37:\"Display Mobile Menu Search Icon/Field\";s:11:\"description\";s:60:\"Turn on to display the search icon/field in the mobile menu.\";s:2:\"id\";s:18:\"mobile_menu_search\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:3:{s:44:\"mobile_menu_search_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:43:\"mobile_menu_search_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:25:\"mobile_menu_search_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:29:\"mobile_menu_submenu_indicator\";a:7:{s:5:\"label\";s:30:\"Mobile Menu Sub-Menu Indicator\";s:11:\"description\";s:69:\"Turn on to display the mobile menu sub-menu indicator: &quot;-&quot;.\";s:2:\"id\";s:29:\"mobile_menu_submenu_indicator\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:25:\".fusion-mobile-nav-holder\";s:9:\"className\";s:33:\"fusion-mobile-menu-indicator-hide\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"mobile_header_bg_color\";a:9:{s:5:\"label\";s:30:\"Mobile Header Background Color\";s:11:\"description\";s:62:\"Controls the background color of the header on mobile devices.\";s:2:\"id\";s:22:\"mobile_header_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--mobile_header_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:10:\"not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:36:\"avada-mobile-header-color-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:0;}}}s:30:\"mobile_archive_header_bg_color\";a:8:{s:5:\"label\";s:38:\"Mobile Archive Header Background Color\";s:11:\"description\";s:75:\"Controls the background color of the archive page header on mobile devices.\";s:2:\"id\";s:30:\"mobile_archive_header_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--mobile_header_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:28:\"mobile_menu_background_color\";a:8:{s:5:\"label\";s:28:\"Mobile Menu Background Color\";s:11:\"description\";s:86:\"Controls the background color of the mobile menu dropdown and classic mobile menu box.\";s:2:\"id\";s:28:\"mobile_menu_background_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--mobile_menu_background_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"mobile_menu_hover_color\";a:8:{s:5:\"label\";s:34:\"Mobile Menu Background Hover Color\";s:11:\"description\";s:64:\"Controls the background hover color of the mobile menu dropdown.\";s:2:\"id\";s:23:\"mobile_menu_hover_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--mobile_menu_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"mobile_menu_border_color\";a:8:{s:5:\"label\";s:24:\"Mobile Menu Border Color\";s:11:\"description\";s:95:\"Controls the border and divider colors of the mobile menu dropdown and classic mobile menu box.\";s:2:\"id\";s:24:\"mobile_menu_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--mobile_menu_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"mobile_menu_toggle_color\";a:8:{s:5:\"label\";s:24:\"Mobile Menu Toggle Color\";s:11:\"description\";s:50:\"Controls the color of the mobile menu toggle icon.\";s:2:\"id\";s:24:\"mobile_menu_toggle_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--mobile_menu_toggle_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"mobile_menu_typography_info\";a:5:{s:5:\"label\";s:22:\"Mobile Menu Typography\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"mobile_menu_typography_info\";s:4:\"type\";s:4:\"info\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}}s:22:\"mobile_menu_typography\";a:11:{s:2:\"id\";s:22:\"mobile_menu_typography\";s:5:\"label\";s:22:\"Mobile Menu Typography\";s:11:\"description\";s:54:\"These settings control the typography for mobile menu.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:25:\"text_transform_no_inherit\";b:1;s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography3-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography3-font-size)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography3-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography3-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:2;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:11:{i:0;a:3:{s:4:\"name\";s:36:\"--mobile_menu_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:22:\"mobile_menu_typography\";}}i:1;a:2:{s:4:\"name\";s:34:\"--mobile_menu_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:2;a:3:{s:4:\"name\";s:36:\"--mobile_menu_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:3;a:2:{s:4:\"name\";s:36:\"--mobile_menu_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:4;a:3:{s:4:\"name\";s:39:\"--mobile_menu_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:5;a:2:{s:4:\"name\";s:30:\"--mobile_menu_typography-color\";s:6:\"choice\";s:5:\"color\";}i:6;a:2:{s:4:\"name\";s:35:\"--mobile_menu_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:7;a:2:{s:4:\"name\";s:36:\"--mobile_menu_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";}i:8;a:2:{s:4:\"name\";s:39:\"--mobile_menu_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:9;a:3:{s:4:\"name\";s:45:\"--mobile_menu_typography-font-size-30-or-24px\";s:6:\"choice\";s:9:\"font-size\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:4:\"30px\";i:1;s:4:\"24px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:33:\"mobile_menu_typography[font-size]\";i:1;s:1:\">\";i:2;s:2:\"35\";}}}}}i:10;a:3:{s:4:\"name\";s:47:\"--mobile_menu_typography-font-size-open-submenu\";s:6:\"choice\";s:9:\"font-size\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:4:\"20px\";i:1;s:45:\"var(--mobile_menu_typography-font-size, 13px)\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:33:\"mobile_menu_typography[font-size]\";i:1;s:1:\">\";i:2;s:2:\"30\";}}}}}}}s:28:\"mobile_menu_font_hover_color\";a:8:{s:5:\"label\";s:23:\"Mobile Menu Hover Color\";s:11:\"description\";s:99:\"Controls the hover color of the mobile menu item. Also, used to highlight current mobile menu item.\";s:2:\"id\";s:28:\"mobile_menu_font_hover_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:2;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--mobile_menu_font_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"mobile_menu_text_align\";a:9:{s:5:\"label\";s:22:\"Mobile Menu Text Align\";s:11:\"description\";s:40:\"Controls the mobile menu text alignment.\";s:2:\"id\";s:22:\"mobile_menu_text_align\";s:7:\"default\";s:4:\"left\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:6:\"output\";a:4:{i:0;a:0:{}i:1;a:0:{}i:2;a:0:{}i:3;a:6:{s:7:\"element\";s:28:\"nav.fusion-mobile-nav-holder\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:31:\"fusion-mobile-menu-text-align-$\";s:12:\"remove_attrs\";a:3:{i:0;s:34:\"fusion-mobile-menu-text-align-left\";i:1;s:36:\"fusion-mobile-menu-text-align-center\";i:2;s:35:\"fusion-mobile-menu-text-align-right\";}s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:1:{s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:18:\"mobile_menu_design\";i:1;s:3:\"!==\";i:2;s:6:\"flyout\";}}}}}}}s:19:\"header_v6_used_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:219:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Legacy Mega Menu Options are only available when using Header Layouts #1-5. Your current Header Layout #6 does not utilize the mega menu.</div>\";s:2:\"id\";s:19:\"header_v6_used_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v6\";}}}s:18:\"legacy_mega_notice\";a:4:{s:2:\"id\";s:18:\"legacy_mega_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:335:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant Mega Menu setup, we recommend using the Library Mega Menus. To create a Mega Menu, visit the <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-library\" target=\"_blank\">Avada Library</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:22:\"megamenu_disabled_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:185:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Legacy Mega Menu is disabled in Advanced > Theme Features section. Please enable it to see the options.</div>\";s:2:\"id\";s:22:\"megamenu_disabled_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}}}s:14:\"megamenu_width\";a:10:{s:5:\"label\";s:34:\"Legacy Mega Menu Wrapper Max Width\";s:11:\"description\";s:139:\"Controls the max width of the legacy mega menu. On boxed side header layouts, &quot;Viewport Width&quot; will match &quot;Site Width&quot;.\";s:2:\"id\";s:14:\"megamenu_width\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:10:\"site_width\";s:7:\"choices\";a:3:{s:10:\"site_width\";s:10:\"Site Width\";s:14:\"viewport_width\";s:10:\"100% Width\";s:12:\"custom_width\";s:12:\"Custom Width\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:2:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:19:\"megamenu_base_width\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:9:\"transport\";s:7:\"refresh\";s:15:\"partial_refresh\";a:3:{s:40:\"megamenu_width_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:39:\"megamenu_width_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:22:\"mmegamenu_width_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:18:\"megamenu_max_width\";a:8:{s:5:\"label\";s:26:\"Legacy Mega Menu Max-Width\";s:11:\"description\";s:47:\"Controls the max width of the legacy mega menu.\";s:2:\"id\";s:18:\"megamenu_max_width\";s:7:\"default\";s:4:\"1200\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"4096\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:14:\"megamenu_width\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:12:\"custom_width\";}}s:15:\"partial_refresh\";a:3:{s:44:\"megamenu_max_width_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:43:\"megamenu_max_width_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:25:\"megamenu_max_width_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:31:\"megamenu_interior_content_width\";a:8:{s:5:\"label\";s:39:\"Legacy Mega Menu Interior Content Width\";s:11:\"description\";s:103:\"For full width mega menus select if the interior menu content is contained to site width or 100% width.\";s:2:\"id\";s:31:\"megamenu_interior_content_width\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:14:\"viewport_width\";s:7:\"choices\";a:2:{s:10:\"site_width\";s:10:\"Site Width\";s:14:\"viewport_width\";s:10:\"100% Width\";}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:2;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:14:\"megamenu_width\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:14:\"viewport_width\";}}s:15:\"partial_refresh\";a:3:{s:40:\"megamenu_width_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:39:\"megamenu_width_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:22:\"mmegamenu_width_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:19:\"megamenu_title_size\";a:8:{s:5:\"label\";s:34:\"Legacy Mega Menu Column Title Size\";s:11:\"description\";s:51:\"Controls the font size for mega menu column titles.\";s:2:\"id\";s:19:\"megamenu_title_size\";s:7:\"default\";s:4:\"18px\";s:6:\"hidden\";b:1;s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--megamenu_title_size\";s:7:\"element\";s:22:\".fusion-megamenu-title\";}}}s:30:\"megamenu_item_vertical_padding\";a:8:{s:5:\"label\";s:38:\"Legacy Mega Menu Dropdown Item Padding\";s:11:\"description\";s:61:\"Controls the top/bottom padding for mega menu dropdown items.\";s:2:\"id\";s:30:\"megamenu_item_vertical_padding\";s:7:\"default\";s:1:\"7\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--megamenu_item_vertical_padding\";s:7:\"element\";s:24:\".fusion-megamenu-submenu\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:29:\"megamenu_item_display_divider\";a:7:{s:5:\"label\";s:29:\"Legacy Mega Menu Item Divider\";s:11:\"description\";s:62:\"Turn on to display a divider between mega menu dropdown items.\";s:2:\"id\";s:29:\"megamenu_item_display_divider\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"avada-has-megamenu-item-divider\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"menu_icons_note\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:381:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Icons are available for both the main and dropdown menus. However, the options below only apply to the main menu. Dropdown menu icons do not use these options below, they follow the dropdown font size and color. The icons themselves can be added to your menu items in the Appearance > Menus section.</div>\";s:2:\"id\";s:15:\"menu_icons_note\";s:4:\"type\";s:6:\"custom\";}s:18:\"menu_icon_position\";a:8:{s:5:\"label\";s:23:\"Main Menu Icon Position\";s:11:\"description\";s:37:\"Controls the main menu icon position.\";s:2:\"id\";s:18:\"menu_icon_position\";s:7:\"default\";s:4:\"left\";s:7:\"choices\";a:4:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";}s:4:\"type\";s:6:\"select\";s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:26:\"avada-menu-icon-position-$\";s:12:\"remove_attrs\";a:4:{i:0;s:28:\"avada-menu-icon-position-top\";i:1;s:30:\"avada-menu-icon-position-right\";i:2;s:31:\"avada-menu-icon-position-bottom\";i:3;s:29:\"avada-menu-icon-position-left\";}}}s:15:\"partial_refresh\";a:3:{s:44:\"menu_icon_position_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:43:\"menu_icon_position_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:25:\"menu_icon_position_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:14:\"menu_icon_size\";a:7:{s:5:\"label\";s:19:\"Main Menu Icon Size\";s:11:\"description\";s:46:\"Controls the size of the top-level menu icons.\";s:2:\"id\";s:14:\"menu_icon_size\";s:7:\"default\";s:2:\"14\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--menu_icon_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:15:\"menu_icon_color\";a:6:{s:5:\"label\";s:20:\"Main Menu Icon Color\";s:11:\"description\";s:52:\"Controls the color of the top-level main menu icons.\";s:2:\"id\";s:15:\"menu_icon_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--menu_icon_color\";s:7:\"element\";s:21:\".fusion-megamenu-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"menu_icon_hover_color\";a:6:{s:5:\"label\";s:26:\"Main Menu Icon Hover Color\";s:11:\"description\";s:58:\"Controls the hover color of the top-level main menu icons.\";s:2:\"id\";s:21:\"menu_icon_hover_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:23:\"--menu_icon_hover_color\";s:7:\"element\";s:21:\".fusion-megamenu-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"menu_thumbnail_size\";a:8:{s:5:\"label\";s:24:\"Mega Menu Thumbnail Size\";s:11:\"description\";s:149:\"Controls the width and height of the top-level mega menu thumbnails. Use &quot;auto&quot; for automatic resizing if you added either width or height.\";s:2:\"id\";s:19:\"menu_thumbnail_size\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"14px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:27:\"--menu_thumbnail_size-width\";s:6:\"choice\";s:5:\"width\";s:7:\"element\";s:17:\".fusion-main-menu\";}i:1;a:3:{s:4:\"name\";s:28:\"--menu_thumbnail_size-height\";s:6:\"choice\";s:6:\"height\";s:7:\"element\";s:17:\".fusion-main-menu\";}}}s:14:\"logo_alignment\";a:9:{s:5:\"label\";s:14:\"Logo Alignment\";s:11:\"description\";s:88:\"Controls the logo alignment. &quot;Center&quot; only works on Header 5 and Side Headers.\";s:2:\"id\";s:14:\"logo_alignment\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--logo_alignment\";}}s:6:\"output\";a:5:{i:0;a:5:{s:7:\"element\";s:22:\".fusion-logo-alignment\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:13:\"fusion-logo-$\";s:12:\"remove_attrs\";a:3:{i:0;s:16:\"fusion-logo-left\";i:1;s:18:\"fusion-logo-center\";i:2;s:17:\"fusion-logo-right\";}}i:1;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:14:\"logo_alignment\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:17:\"mobile-logo-pos-$\";s:12:\"remove_attrs\";a:3:{i:0;s:20:\"mobile-logo-pos-left\";i:1;s:22:\"mobile-logo-pos-center\";i:2;s:21:\"mobile-logo-pos-right\";}}i:3;a:5:{s:7:\"element\";s:41:\".side-header-wrapper .side-header-content\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:13:\"fusion-logo-$\";s:12:\"remove_attrs\";a:3:{i:0;s:16:\"fusion-logo-left\";i:1;s:18:\"fusion-logo-center\";i:2;s:17:\"fusion-logo-right\";}}i:4;a:5:{s:7:\"element\";s:48:\".side-header-wrapper .fusion-main-menu-container\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:18:\"fusion-logo-menu-$\";s:12:\"remove_attrs\";a:3:{i:0;s:21:\"fusion-logo-menu-left\";i:1;s:23:\"fusion-logo-menu-center\";i:2;s:22:\"fusion-logo-menu-right\";}}}}s:11:\"logo_margin\";a:9:{s:5:\"label\";s:12:\"Logo Margins\";s:11:\"description\";s:56:\"Controls the top/right/bottom/left margins for the logo.\";s:2:\"id\";s:11:\"logo_margin\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"34px\";s:6:\"bottom\";s:4:\"34px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:4:\"type\";s:7:\"spacing\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:4:{i:0;a:4:{s:4:\"name\";s:17:\"--logo_margin-top\";s:7:\"element\";s:12:\".fusion-logo\";s:6:\"choice\";s:3:\"top\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:3:\"0px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:9:\"logo[url]\";i:1;s:3:\"!==\";i:2;s:0:\"\";}}}}}i:1;a:4:{s:4:\"name\";s:20:\"--logo_margin-bottom\";s:7:\"element\";s:12:\".fusion-logo\";s:6:\"choice\";s:6:\"bottom\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:3:\"0px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:9:\"logo[url]\";i:1;s:3:\"!==\";i:2;s:0:\"\";}}}}}i:2;a:4:{s:4:\"name\";s:18:\"--logo_margin-left\";s:7:\"element\";s:12:\".fusion-logo\";s:6:\"choice\";s:4:\"left\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:3:\"0px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:9:\"logo[url]\";i:1;s:3:\"!==\";i:2;s:0:\"\";}}}}}i:3;a:4:{s:4:\"name\";s:19:\"--logo_margin-right\";s:7:\"element\";s:12:\".fusion-logo\";s:6:\"choice\";s:5:\"right\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:3:\"0px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:9:\"logo[url]\";i:1;s:3:\"!==\";i:2;s:0:\"\";}}}}}}s:6:\"output\";a:6:{i:0;a:4:{s:7:\"element\";a:2:{i:0;s:27:\".fusion-header .fusion-logo\";i:1;s:25:\"#side-header .fusion-logo\";}s:6:\"choice\";s:3:\"top\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:15:\"data-margin-top\";}i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:2:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:18:\"header_padding_top\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:4:{s:7:\"element\";a:2:{i:0;s:27:\".fusion-header .fusion-logo\";i:1;s:25:\"#side-header .fusion-logo\";}s:6:\"choice\";s:6:\"bottom\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:18:\"data-margin-bottom\";}i:3;a:3:{s:6:\"choice\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:18:\"logo_margin_bottom\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:4;a:4:{s:7:\"element\";a:2:{i:0;s:27:\".fusion-header .fusion-logo\";i:1;s:25:\"#side-header .fusion-logo\";}s:6:\"choice\";s:4:\"left\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:16:\"data-margin-left\";}i:5;a:4:{s:7:\"element\";a:2:{i:0;s:27:\".fusion-header .fusion-logo\";i:1;s:25:\"#side-header .fusion-logo\";}s:6:\"choice\";s:5:\"right\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:17:\"data-margin-right\";}}}s:15:\"logo_background\";a:9:{s:5:\"label\";s:15:\"Logo Background\";s:11:\"description\";s:53:\"Turn on to display a colored background for the logo.\";s:2:\"id\";s:15:\"logo_background\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:28:\"fusion-gutter-and-and-or-and\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v4\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v5\";}i:2;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:4;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}s:15:\"partial_refresh\";a:1:{s:20:\"partial_refresh_logo\";a:3:{s:8:\"selector\";s:36:\".fusion-logo,.fusion-logo-background\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:9:\"body,html\";s:9:\"className\";s:25:\"avada-has-logo-background\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:21:\"logo_background_color\";a:8:{s:5:\"label\";s:21:\"Logo Background Color\";s:11:\"description\";s:43:\"Controls the background color for the logo.\";s:2:\"id\";s:21:\"logo_background_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:36:\"fusion-gutter-and-and-and-or-and-and\";s:8:\"required\";a:7:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v4\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v5\";}i:2;a:3:{s:7:\"setting\";s:15:\"logo_background\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:4;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:5;a:3:{s:7:\"setting\";s:15:\"logo_background\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:6;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--logo_background_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"logo_custom_link\";a:6:{s:5:\"label\";s:20:\"Logo Custom Link URL\";s:11:\"description\";s:95:\"Enter a custom URL the site logo should link to. Leave empty to let logo link to the home page.\";s:2:\"id\";s:16:\"logo_custom_link\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:17:\".fusion-logo-link\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:4:\"href\";s:13:\"value_pattern\";s:1:\"$\";}}}s:23:\"default_logo_info_title\";a:5:{s:5:\"label\";s:12:\"Default Logo\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"default_logo_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:4:\"logo\";a:9:{s:5:\"label\";s:12:\"Default Logo\";s:11:\"description\";s:35:\"Select an image file for your logo.\";s:2:\"id\";s:4:\"logo\";s:7:\"default\";s:73:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/logo.png\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:15:\"partial_refresh\";a:1:{s:20:\"partial_refresh_logo\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:2:{i:0;s:14:\".fusion-header\";i:1;s:33:\"#side-header .side-header-wrapper\";}s:9:\"shortcuts\";a:1:{i:0;a:3:{s:10:\"aria_label\";s:9:\"Edit Logo\";s:4:\"icon\";s:19:\"fusiona-plus-circle\";s:5:\"order\";i:2;}}}}s:11:\"logo_retina\";a:9:{s:5:\"label\";s:19:\"Retina Default Logo\";s:11:\"description\";s:107:\"Select an image file for the retina version of the logo. It should be exactly 2x the size of the main logo.\";s:2:\"id\";s:11:\"logo_retina\";s:7:\"default\";s:76:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/logo@2x.png\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:15:\"partial_refresh\";a:1:{s:27:\"partial_refresh_logo_retina\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}}s:22:\"sticky_logo_info_title\";a:5:{s:5:\"label\";s:18:\"Sticky Header Logo\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"sticky_logo_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:18:\"sticky_header_logo\";a:9:{s:5:\"label\";s:18:\"Sticky Header Logo\";s:11:\"description\";s:49:\"Select an image file for your sticky header logo.\";s:2:\"id\";s:18:\"sticky_header_logo\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:15:\"partial_refresh\";a:1:{s:34:\"partial_refresh_sticky_header_logo\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:22:\".fusion-logo-alignment\";s:9:\"className\";s:20:\"fusion-sticky-logo-1\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"sticky_header_logo_retina\";a:9:{s:5:\"label\";s:25:\"Retina Sticky Header Logo\";s:11:\"description\";s:130:\"Select an image file for the retina version of the sticky header logo. It should be exactly 2x the size of the sticky header logo.\";s:2:\"id\";s:25:\"sticky_header_logo_retina\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:18:\"sticky_header_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:18:\"sticky_header_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:18:\"sticky_header_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:15:\"partial_refresh\";a:1:{s:41:\"partial_refresh_sticky_header_logo_retina\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}}s:22:\"mobile_logo_info_title\";a:5:{s:5:\"label\";s:11:\"Mobile Logo\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"mobile_logo_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:11:\"mobile_logo\";a:8:{s:5:\"label\";s:11:\"Mobile Logo\";s:11:\"description\";s:42:\"Select an image file for your mobile logo.\";s:2:\"id\";s:11:\"mobile_logo\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:15:\"partial_refresh\";a:1:{s:27:\"partial_refresh_mobile_logo\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}}s:18:\"mobile_logo_retina\";a:9:{s:5:\"label\";s:18:\"Retina Mobile Logo\";s:11:\"description\";s:116:\"Select an image file for the retina version of the mobile logo. It should be exactly 2x the size of the mobile logo.\";s:2:\"id\";s:18:\"mobile_logo_retina\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"mobile_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:11:\"mobile_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:11:\"mobile_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:15:\"partial_refresh\";a:1:{s:34:\"partial_refresh_mobile_logo_retina\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}}s:8:\"fav_icon\";a:7:{s:5:\"label\";s:7:\"Favicon\";s:11:\"description\";s:55:\"Favicon for your website at 32px x 32px or 64px x 64px.\";s:2:\"id\";s:8:\"fav_icon\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:20:\"fav_icon_apple_touch\";a:7:{s:5:\"label\";s:16:\"Apple Touch Icon\";s:11:\"description\";s:47:\"Favicon for Apple iOS devices at 180px x 180px.\";s:2:\"id\";s:20:\"fav_icon_apple_touch\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:16:\"fav_icon_android\";a:7:{s:5:\"label\";s:20:\"Android Devices Icon\";s:11:\"description\";s:51:\"Favicon for Android-based devices at 192px x 192px.\";s:2:\"id\";s:16:\"fav_icon_android\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:13:\"fav_icon_edge\";a:7:{s:5:\"label\";s:19:\"Microsoft Edge Icon\";s:11:\"description\";s:53:\"Favicon for Microsoft Edge browsers at 270px x 270px.\";s:2:\"id\";s:13:\"fav_icon_edge\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:39:\"page_title_bar_template_override_notice\";a:5:{s:2:\"id\";s:39:\"page_title_bar_template_override_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:329:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Page Title Bar override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:6:\"hidden\";b:1;s:4:\"type\";s:6:\"custom\";}s:30:\"page_title_bar_template_notice\";a:4:{s:2:\"id\";s:30:\"page_title_bar_template_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:339:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Page Title Bar Builder to create a custom Page Title Bar Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:14:\"page_title_bar\";a:9:{s:5:\"label\";s:14:\"Page Title Bar\";s:11:\"description\";s:41:\"Controls how the page title bar displays.\";s:2:\"id\";s:14:\"page_title_bar\";s:7:\"default\";s:4:\"hide\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:15:\"bar_and_content\";s:20:\"Show Bar and Content\";s:12:\"content_only\";s:17:\"Show Content Only\";s:4:\"hide\";s:4:\"Hide\";}s:4:\"type\";s:6:\"select\";s:15:\"partial_refresh\";a:1:{s:38:\"page_title_bar_contents_page_title_bar\";a:5:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";s:17:\"skip_for_template\";a:1:{i:0;s:14:\"page_title_bar\";}}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:20:\"avada-has-titlebar-$\";s:12:\"remove_attrs\";a:3:{i:0;s:23:\"avada-has-titlebar-hide\";i:1;s:34:\"avada-has-titlebar-bar_and_content\";i:2;s:31:\"avada-has-titlebar-content_only\";}}}}s:17:\"page_title_bar_bs\";a:9:{s:5:\"label\";s:40:\"Breadcrumbs / Search Bar Content Display\";s:11:\"description\";s:301:\"Controls what displays in the breadcrumbs area.   <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"page_title_bar_bs\";s:7:\"default\";s:11:\"breadcrumbs\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:4:\"none\";s:4:\"None\";s:11:\"breadcrumbs\";s:11:\"Breadcrumbs\";s:10:\"search_box\";s:10:\"Search Bar\";}s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:57:\"page_title_bar_contents_breadcrumb_show_post_type_archive\";a:5:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";s:17:\"skip_for_template\";a:1:{i:0;s:14:\"page_title_bar\";}}}}s:19:\"page_title_bar_text\";a:8:{s:5:\"label\";s:23:\"Page Title Bar Headings\";s:11:\"description\";s:300:\"Turn on to display the page title bar headings.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"page_title_bar_text\";s:7:\"default\";s:1:\"1\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:43:\"page_title_bar_contents_page_title_bar_text\";a:5:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";s:17:\"skip_for_template\";a:1:{i:0;s:14:\"page_title_bar\";}}}}s:28:\"page_title_bar_styling_title\";a:6:{s:5:\"label\";s:22:\"Page Title Bar Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:28:\"page_title_bar_styling_title\";s:6:\"hidden\";b:0;s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:20:\"page_title_100_width\";a:8:{s:5:\"label\";s:25:\"Page Title Bar 100% Width\";s:11:\"description\";s:377:\"Turn on to have the page title bar area display at 100% width according to the viewport size. Turn off to follow site width.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"page_title_100_width\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:29:\"avada-has-pagetitle-100-width\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"page_title_height\";a:8:{s:5:\"label\";s:21:\"Page Title Bar Height\";s:11:\"description\";s:306:\"Controls the height of the page title bar on desktop.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"page_title_height\";s:7:\"default\";s:5:\"300px\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--page_title_height\";s:7:\"element\";s:22:\".fusion-page-title-bar\";}}}s:24:\"page_title_mobile_height\";a:9:{s:5:\"label\";s:28:\"Page Title Bar Mobile Height\";s:11:\"description\";s:305:\"Controls the height of the page title bar on mobile.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"page_title_mobile_height\";s:7:\"default\";s:5:\"240px\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--page_title_mobile_height\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:2:{i:0;s:23:\"convert_font_size_to_px\";i:1;a:2:{s:7:\"setting\";s:20:\"page_title_font_size\";s:8:\"addUnits\";b:1;}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:4:\"auto\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:39:\"avada-has-page-title-mobile-height-auto\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"page_title_bg_color\";a:8:{s:5:\"label\";s:31:\"Page Title Bar Background Color\";s:11:\"description\";s:305:\"Controls the background color of the page title bar.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"page_title_bg_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:6:\"hidden\";b:0;s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--page_title_bg_color\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"page_title_border_color\";a:9:{s:5:\"label\";s:28:\"Page Title Bar Borders Color\";s:11:\"description\";s:302:\"Controls the border colors of the page title bar.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:23:\"page_title_border_color\";s:7:\"default\";s:19:\"rgba(226,226,226,0)\";s:6:\"hidden\";b:0;s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--page_title_border_color\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"property\";s:6:\"border\";s:11:\"js_callback\";a:2:{i:0;s:31:\"fusionReturnStringIfTransparent\";i:1;a:2:{s:11:\"transparent\";s:4:\"none\";s:6:\"opaque\";s:0:\"\";}}s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Avada_Output_Callbacks\";i:1;s:23:\"page_title_border_color\";}}}}s:20:\"page_title_font_size\";a:9:{s:5:\"label\";s:32:\"Page Title Bar Heading Font Size\";s:11:\"description\";s:312:\"Controls the font size for the page title bar main heading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"page_title_font_size\";s:7:\"default\";s:4:\"54px\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--page_title_font_size\";s:7:\"element\";s:22:\".fusion-page-title-bar\";}}}s:22:\"page_title_line_height\";a:9:{s:5:\"label\";s:34:\"Page Title Bar Heading Line Height\";s:11:\"description\";s:314:\"Controls the line height for the page title bar main heading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"page_title_line_height\";s:7:\"default\";s:6:\"normal\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--page_title_line_height\";s:7:\"element\";s:22:\".fusion-page-title-bar\";}}}s:16:\"page_title_color\";a:8:{s:5:\"label\";s:33:\"Page Title Bar Heading Font Color\";s:11:\"description\";s:312:\"Controls the text color of the page title bar main heading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:16:\"page_title_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:6:\"hidden\";b:0;s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--page_title_color\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"page_title_subheader_font_size\";a:9:{s:5:\"label\";s:35:\"Page Title Bar Subheading Font Size\";s:11:\"description\";s:309:\"Controls the font size for the page titlebar subheading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:30:\"page_title_subheader_font_size\";s:7:\"default\";s:4:\"18px\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--page_title_subheader_font_size\";s:7:\"element\";s:22:\".fusion-page-title-bar\";}}}s:26:\"page_title_subheader_color\";a:8:{s:5:\"label\";s:36:\"Page Title Bar Subheading Font Color\";s:11:\"description\";s:310:\"Controls the text color of the page title bar subheading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"page_title_subheader_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:6:\"hidden\";b:0;s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:28:\"--page_title_subheader_color\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"page_title_alignment\";a:9:{s:5:\"label\";s:29:\"Page Title Bar Text Alignment\";s:11:\"description\";s:418:\"Choose the title and subhead text alignment. Breadcrumbs / search field will be on opposite side for left / right alignment and below the title for center alignment.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"page_title_alignment\";s:7:\"default\";s:6:\"center\";s:6:\"hidden\";b:0;s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:44:\"page_title_bar_contents_page_title_alignment\";a:5:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";s:17:\"skip_for_template\";a:1:{i:0;s:14:\"page_title_bar\";}}}}s:29:\"page_title_bar_bg_image_title\";a:6:{s:5:\"label\";s:31:\"Page Title Bar Background Image\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:29:\"page_title_bar_bg_image_title\";s:4:\"icon\";b:1;s:6:\"hidden\";b:0;s:4:\"type\";s:4:\"info\";}s:13:\"page_title_bg\";a:9:{s:5:\"label\";s:31:\"Page Title Bar Background Image\";s:11:\"description\";s:368:\"Select an image for the page title bar background. If left empty, the page title bar background color will be used.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:13:\"page_title_bg\";s:7:\"default\";s:0:\"\";s:6:\"hidden\";b:0;s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:4:{s:4:\"name\";s:15:\"--page_title_bg\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:4:\"none\";}}}}}s:20:\"page_title_bg_retina\";a:10:{s:5:\"label\";s:38:\"Retina Page Title Bar Background Image\";s:11:\"description\";s:392:\"Select an image for the retina version of the page title bar background. It should be exactly 2x the size of the page title bar background.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"page_title_bg_retina\";s:7:\"default\";s:0:\"\";s:6:\"hidden\";b:0;s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:4:{s:4:\"name\";s:22:\"--page_title_bg_retina\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:20:\"var(--page_title_bg)\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:38:\"avada-has-pagetitlebar-retina-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"page_title_bg_full\";a:8:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:370:\"Turn on to have the page title bar background image display at 100% in width and height according to the window size.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:18:\"page_title_bg_full\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-has-pagetitle-bg-full\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"page_title_bg_parallax\";a:8:{s:5:\"label\";s:25:\"Parallax Background Image\";s:11:\"description\";s:320:\"Turn on to use a parallax scrolling effect on the background image.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"page_title_bg_parallax\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"avada-has-pagetitle-bg-parallax\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"page_title_fading\";a:8:{s:5:\"label\";s:16:\"Fading Animation\";s:11:\"description\";s:304:\"Turn on to have the page title text fade on scroll.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"page_title_fading\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:13:\"avadaFadeVars\";s:2:\"id\";s:17:\"page_title_fading\";s:7:\"trigger\";a:1:{i:0;s:27:\"avadaTriggerPageTitleFading\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"breadcrumb_mobile\";a:7:{s:5:\"label\";s:29:\"Breadcrumbs on Mobile Devices\";s:11:\"description\";s:302:\"Turn on to display breadcrumbs on mobile devices.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"breadcrumb_mobile\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:34:\"avada-has-breadcrumb-mobile-hidden\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"breacrumb_prefix\";a:7:{s:5:\"label\";s:18:\"Breadcrumbs Prefix\";s:11:\"description\";s:298:\"Controls the text before the breadcrumb menu.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:16:\"breacrumb_prefix\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:40:\"page_title_bar_contents_breacrumb_prefix\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:20:\"breacrumb_home_label\";a:7:{s:5:\"label\";s:28:\"Breadcrumbs Home Anchor Text\";s:11:\"description\";s:352:\"Controls the text anchor of the Homelink. Leave empty for translatable default of &quot;Home&quot;.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"breacrumb_home_label\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:44:\"page_title_bar_contents_breacrumb_home_label\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:20:\"breadcrumb_separator\";a:7:{s:5:\"label\";s:21:\"Breadcrumbs Separator\";s:11:\"description\";s:308:\"Controls the type of separator between each breadcrumb.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"breadcrumb_separator\";s:7:\"default\";s:1:\"/\";s:4:\"type\";s:4:\"text\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:4:{s:4:\"name\";s:23:\"--breadcrumbs_separator\";s:7:\"element\";s:63:\".fusion-page-title-bar, .fusion-breadcrumbs .awb-breadcrumb-sep\";s:13:\"value_pattern\";s:3:\"\"$\"\";s:8:\"callback\";a:2:{i:0;s:13:\"replace_chars\";i:1;a:1:{s:12:\"replacements\";a:1:{s:1:\"\\\";s:2:\"\\\\\";}}}}}}s:21:\"breadcrumbs_font_size\";a:8:{s:5:\"label\";s:21:\"Breadcrumbs Font Size\";s:11:\"description\";s:301:\"Controls the font size for the breadcrumbs text.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:21:\"breadcrumbs_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--breadcrumbs_font_size\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";}}}s:22:\"breadcrumbs_text_color\";a:7:{s:5:\"label\";s:22:\"Breadcrumbs Text Color\";s:11:\"description\";s:301:\"Controls the text color of the breadcrumbs font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"breadcrumbs_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--breadcrumbs_text_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"breadcrumbs_text_hover_color\";a:7:{s:5:\"label\";s:28:\"Breadcrumbs Text Hover Color\";s:11:\"description\";s:307:\"Controls the text hover color of the breadcrumbs font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:30:\"--breadcrumbs_text_hover_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"breadcrumbs_prefix_color\";a:7:{s:5:\"label\";s:24:\"Breadcrumbs Prefix Color\";s:11:\"description\";s:344:\"Controls the text color of the breadcrumbs prefix. Leave empty to use the text color above.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"breadcrumbs_prefix_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--breadcrumbs_prefix_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";}}}s:30:\"breadcrumbs_current_page_color\";a:7:{s:5:\"label\";s:30:\"Breadcrumbs Current Page Color\";s:11:\"description\";s:362:\"Controls the text color of the current page in the breadcrumbs path. Leave empty to use the text color above.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:30:\"breadcrumbs_current_page_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--breadcrumbs_current_page_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";}}}s:27:\"breadcrumbs_separator_color\";a:7:{s:5:\"label\";s:27:\"Breadcrumbs Separator Color\";s:11:\"description\";s:342:\"Controls the separator color of the breadcrumbs. Leave empty to use the text color above.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:27:\"breadcrumbs_separator_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--breadcrumbs_separator_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";}}}s:26:\"breadcrumb_show_categories\";a:7:{s:5:\"label\";s:36:\"Post Categories/Terms on Breadcrumbs\";s:11:\"description\";s:322:\"Turn on to display the post categories/terms in the breadcrumbs path.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"breadcrumb_show_categories\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:50:\"page_title_bar_contents_breadcrumb_show_categories\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:33:\"breadcrumb_show_post_type_archive\";a:7:{s:5:\"label\";s:33:\"Post Type Archives on Breadcrumbs\";s:11:\"description\";s:315:\"Turn on to display post type archives in the breadcrumbs path.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:33:\"breadcrumb_show_post_type_archive\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:57:\"page_title_bar_contents_breadcrumb_show_post_type_archive\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:20:\"breadcrumb_show_leaf\";a:7:{s:5:\"label\";s:24:\"Post Name on Breadcrumbs\";s:11:\"description\";s:310:\"Turn on to display the post name in the breadcrumbs path.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"breadcrumb_show_leaf\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:44:\"page_title_bar_contents_breadcrumb_show_leaf\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:25:\"slidingbar_widgets_notice\";a:4:{s:2:\"id\";s:25:\"slidingbar_widgets_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:340:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant Sliding Bar setup, we recommend using the Avada Off Canvas Builder. To create an Off Canvas, <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-off-canvas\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:18:\"slidingbar_widgets\";a:8:{s:5:\"label\";s:23:\"Sliding Bar on Desktops\";s:11:\"description\";s:47:\"Turn on to display the sliding bar on desktops.\";s:2:\"id\";s:18:\"slidingbar_widgets\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:24:\".fusion-sliding-bar-area\";}s:9:\"shortcuts\";a:2:{i:0;a:2:{s:10:\"aria_label\";s:16:\"Edit Sliding Bar\";s:4:\"icon\";s:18:\"fusiona-arrow-down\";}i:1;a:2:{s:10:\"aria_label\";s:24:\"Edit Sliding Bar Widgets\";s:4:\"link\";s:47:\"https://drkarimbennani.com/wp-admin/widgets.php\";}}}s:15:\"partial_refresh\";a:2:{s:38:\"sliding_bar_content_slidingbar_widgets\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}s:33:\"header_content_slidingbar_widgets\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:28:\"avada-has-slidingbar-widgets\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"mobile_slidingbar_widgets\";a:7:{s:5:\"label\";s:21:\"Sliding Bar On Mobile\";s:11:\"description\";s:258:\"Turn on to display the sliding bar on mobiles. <strong>IMPORTANT:</strong> Due to mobile screen sizes and overlapping issues, when this option is enabled the triangle toggle style in the top right position will be forced for square and circle desktop styles.\";s:2:\"id\";s:25:\"mobile_slidingbar_widgets\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:20:\"no-mobile-slidingbar\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"slidingbar_open_on_load\";a:7:{s:5:\"label\";s:29:\"Sliding Bar Open On Page Load\";s:11:\"description\";s:57:\"Turn on to have the sliding bar open when the page loads.\";s:2:\"id\";s:23:\"slidingbar_open_on_load\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"slidingbar_position\";a:9:{s:5:\"label\";s:20:\"Sliding Bar Position\";s:11:\"description\";s:93:\"Controls the position of the sliding bar to be in the top, right, bottom or left of the site.\";s:2:\"id\";s:19:\"slidingbar_position\";s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:39:\"sliding_bar_content_slidingbar_position\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:31:\"avada-has-slidingbar-position-$\";s:12:\"remove_attrs\";a:4:{i:0;s:33:\"avada-has-slidingbar-position-top\";i:1;s:35:\"avada-has-slidingbar-position-right\";i:2;s:36:\"avada-has-slidingbar-position-bottom\";i:3;s:34:\"avada-has-slidingbar-position-left\";}}}}s:16:\"slidingbar_width\";a:8:{s:5:\"label\";s:17:\"Sliding Bar Width\";s:11:\"description\";s:60:\"Controls the width of the sliding bar on left/right layouts.\";s:2:\"id\";s:16:\"slidingbar_width\";s:7:\"default\";s:5:\"300px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"bottom\";}}s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:18:\"--slidingbar_width\";}i:1;a:2:{s:4:\"name\";s:32:\"--slidingbar_width-percent_to_vw\";s:8:\"callback\";a:2:{i:0;s:14:\"string_replace\";i:1;a:2:{i:0;s:1:\"%\";i:1;s:2:\"vw\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:1:\"%\";i:1;s:8:\"contains\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:34:\"avada-has-slidingbar-width-percent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"slidingbar_sticky\";a:7:{s:5:\"label\";s:18:\"Sticky Sliding Bar\";s:11:\"description\";s:39:\"Turn on to enable a sticky sliding bar.\";s:2:\"id\";s:17:\"slidingbar_sticky\";s:7:\"default\";i:1;s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:5:\"right\";}i:2;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"left\";}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-has-slidingbar-sticky\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:16:\"#slidingbar-area\";s:9:\"className\";s:25:\"fusion-sliding-bar-sticky\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:26:\"slidingbar_widgets_columns\";a:8:{s:5:\"label\";s:29:\"Number of Sliding Bar Columns\";s:11:\"description\";s:50:\"Controls the number of columns in the sliding bar.\";s:2:\"id\";s:26:\"slidingbar_widgets_columns\";s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:1:\"6\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:46:\"sliding_bar_content_slidingbar_widgets_columns\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}}}s:27:\"slidingbar_column_alignment\";a:8:{s:5:\"label\";s:28:\"Sliding Bar Column Alignment\";s:11:\"description\";s:132:\"Allows your sliding bar columns to be stacked (one above the other) or floated (side by side) when using the left or right position.\";s:2:\"id\";s:27:\"slidingbar_column_alignment\";s:7:\"default\";s:7:\"stacked\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"stacked\";s:7:\"Stacked\";s:7:\"floated\";s:7:\"Floated\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"bottom\";}}s:15:\"partial_refresh\";a:1:{s:47:\"sliding_bar_content_slidingbar_column_alignment\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}}}s:26:\"slidingbar_content_padding\";a:8:{s:5:\"label\";s:27:\"Sliding Bar Content Padding\";s:11:\"description\";s:68:\"Controls the top/right/bottom/left paddings of the sliding bar area.\";s:2:\"id\";s:26:\"slidingbar_content_padding\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"60px\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:4:\"30px\";s:5:\"right\";s:4:\"30px\";}s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:4:\"type\";s:7:\"spacing\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:32:\"--slidingbar_content_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:35:\"--slidingbar_content_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:33:\"--slidingbar_content_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:34:\"--slidingbar_content_padding-right\";s:6:\"choice\";s:5:\"right\";}}}s:24:\"slidingbar_content_align\";a:8:{s:5:\"label\";s:29:\"Sliding Bar Content Alignment\";s:11:\"description\";s:39:\"Controls sliding bar content alignment.\";s:2:\"id\";s:24:\"slidingbar_content_align\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--slidingbar_content_align\";s:7:\"element\";s:19:\".fusion-sliding-bar\";}}}s:25:\"sliding_bar_styling_title\";a:5:{s:5:\"label\";s:19:\"Sliding Bar Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:25:\"sliding_bar_styling_title\";s:4:\"type\";s:4:\"info\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:23:\"slidingbar_toggle_style\";a:10:{s:5:\"label\";s:24:\"Sliding Bar Toggle Style\";s:11:\"description\";s:50:\"Controls the appearance of the sliding bar toggle.\";s:2:\"id\";s:23:\"slidingbar_toggle_style\";s:7:\"default\";s:6:\"circle\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:4:{s:8:\"triangle\";s:8:\"Triangle\";s:9:\"rectangle\";s:9:\"Rectangle\";s:6:\"circle\";s:6:\"Circle\";s:4:\"menu\";s:14:\"Main Menu Icon\";}s:5:\"icons\";a:4:{s:8:\"triangle\";s:210:\"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\"><g transform=\"translate(-54.320053,-196.29156)\"><path d=\"m 54.320053,196.29156 h 24 v 24 z\" style=\"stroke-width:0\" /></g></svg>\";s:9:\"rectangle\";s:121:\"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\"><path d=\"M24 0h-24v24h24v-24z\"/></svg>\";s:6:\"circle\";s:121:\"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"12\"/></svg>\";s:4:\"menu\";s:176:\"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\"><path d=\"M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z\"/></svg><span class=\"screen-reader-text\">\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:3:{s:43:\"sliding_bar_content_slidingbar_toggle_style\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}s:49:\"slidingbar_toggle_style_header_remove_before_hook\";a:3:{s:8:\"selector\";s:112:\".avada-hook-before-header-wrapper, .fusion-header-wrapper, #side-header-sticky, #side-header, #sliders-container\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:49:\"slidingbar_toggle_style_header_replace_after_hook\";a:4:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:15:\"header_position\";}s:21:\"success_trigger_event\";s:40:\"header-rendered fusion-partial-wooslider\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:32:\"avada-slidingbar-toggle-style--$\";s:12:\"remove_attrs\";a:4:{i:0;s:38:\"avada-slidingbar-toggle-style-triangle\";i:1;s:39:\"avada-slidingbar-toggle-style-rectangle\";i:2;s:36:\"avada-slidingbar-toggle-style-circle\";i:3;s:34:\"avada-slidingbar-toggle-style-menu\";}}}}s:19:\"slidingbar_bg_color\";a:7:{s:5:\"label\";s:28:\"Sliding Bar Background Color\";s:11:\"description\";s:49:\"Controls the background color of the sliding bar.\";s:2:\"id\";s:19:\"slidingbar_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--slidingbar_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"slidingbar_divider_color\";a:7:{s:5:\"label\";s:30:\"Sliding Bar Item Divider Color\";s:11:\"description\";s:46:\"Controls the divider color in the sliding bar.\";s:2:\"id\";s:24:\"slidingbar_divider_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--slidingbar_divider_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"slidingbar_toggle_icon_color\";a:7:{s:5:\"label\";s:35:\"Sliding Bar Toggle/Close Icon Color\";s:11:\"description\";s:118:\"Controls the color of the sliding bar toggle icon and of the close icon when using the main menu icon as toggle style.\";s:2:\"id\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:30:\"--slidingbar_toggle_icon_color\";s:7:\"element\";s:25:\".fusion-sb-toggle-wrapper\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"slidingbar_font_size\";a:8:{s:5:\"label\";s:29:\"Sliding Bar Heading Font Size\";s:11:\"description\";s:56:\"Controls the font size for the sliding bar heading text.\";s:2:\"id\";s:20:\"slidingbar_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--slidingbar_font_size\";s:7:\"element\";s:11:\"#slidingbar\";}}}s:25:\"slidingbar_headings_color\";a:7:{s:5:\"label\";s:26:\"Sliding Bar Headings Color\";s:11:\"description\";s:56:\"Controls the text color of the sliding bar heading font.\";s:2:\"id\";s:25:\"slidingbar_headings_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:27:\"--slidingbar_headings_color\";s:7:\"element\";s:16:\"#slidingbar-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"slidingbar_text_color\";a:7:{s:5:\"label\";s:22:\"Sliding Bar Font Color\";s:11:\"description\";s:48:\"Controls the text color of the sliding bar font.\";s:2:\"id\";s:21:\"slidingbar_text_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 40%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:23:\"--slidingbar_text_color\";s:7:\"element\";s:16:\"#slidingbar-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"slidingbar_link_color\";a:7:{s:5:\"label\";s:22:\"Sliding Bar Link Color\";s:11:\"description\";s:53:\"Controls the text color of the sliding bar link font.\";s:2:\"id\";s:21:\"slidingbar_link_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 14%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--slidingbar_link_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"slidingbar_link_color_hover\";a:7:{s:5:\"label\";s:28:\"Sliding Bar Link Hover Color\";s:11:\"description\";s:59:\"Controls the text hover color of the sliding bar link font.\";s:2:\"id\";s:27:\"slidingbar_link_color_hover\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--slidingbar_link_color_hover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:17:\"slidingbar_border\";a:7:{s:5:\"label\";s:21:\"Border on Sliding Bar\";s:11:\"description\";s:82:\"Turn on to display a border line on the sliding bar which makes it stand out more.\";s:2:\"id\";s:17:\"slidingbar_border\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-has-slidingbar-border\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:16:\"#slidingbar-area\";s:9:\"className\";s:25:\"fusion-sliding-bar-border\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:38:\"footer_options_template_content_notice\";a:4:{s:2:\"id\";s:38:\"footer_options_template_content_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Footer Builder to create a custom Footer Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:14:\"footer_widgets\";a:7:{s:5:\"label\";s:14:\"Footer Widgets\";s:11:\"description\";s:34:\"Turn on to display footer widgets.\";s:2:\"id\";s:14:\"footer_widgets\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:29:\"footer_content_footer_widgets\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:14:\".fusion-footer\";}s:9:\"shortcuts\";a:2:{i:0;a:4:{s:10:\"aria_label\";s:11:\"Edit Footer\";s:4:\"icon\";s:14:\"fusiona-footer\";s:11:\"open_parent\";b:1;s:35:\"link_to_template_if_override_active\";s:6:\"footer\";}i:1;a:4:{s:10:\"aria_label\";s:19:\"Edit Footer Widgets\";s:9:\"css_class\";s:19:\"fusion-edit-sidebar\";s:4:\"link\";s:47:\"https://drkarimbennani.com/wp-admin/widgets.php\";s:28:\"disable_on_template_override\";s:6:\"footer\";}}}}s:22:\"footer_widgets_columns\";a:8:{s:5:\"label\";s:24:\"Number of Footer Columns\";s:11:\"description\";s:298:\"Controls the number of columns in the footer.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"footer_widgets_columns\";s:7:\"default\";s:1:\"4\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:1:\"6\";s:4:\"step\";s:1:\"1\";}s:4:\"type\";s:6:\"slider\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:37:\"footer_content_footer_widgets_columns\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:29:\"footer_widgets_center_content\";a:7:{s:5:\"label\";s:29:\"Center Footer Widgets Content\";s:11:\"description\";s:297:\"Turn on to center the footer widget content.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:29:\"footer_widgets_center_content\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:45:\".fusion-footer-widget-area.fusion-widget-area\";s:9:\"className\";s:32:\"fusion-footer-widget-area-center\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"footer_special_effects\";a:8:{s:5:\"label\";s:22:\"Footer Special Effects\";s:11:\"description\";s:44:\"Select a special effect for the footer area.\";s:2:\"id\";s:22:\"footer_special_effects\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:5:\"radio\";s:7:\"choices\";a:5:{s:4:\"none\";s:4:\"None\";s:22:\"footer_parallax_effect\";a:2:{i:0;s:22:\"Footer Parallax Effect\";i:1;s:59:\"This enables a fixed footer with parallax scrolling effect.\";}s:23:\"footer_area_bg_parallax\";a:2:{i:0;s:25:\"Parallax Background Image\";i:1;s:125:\"This enables a parallax effect on the background image selected in &quot;Background Image For Footer Widget Area&quot; field.\";}s:13:\"footer_sticky\";a:2:{i:0;s:13:\"Sticky Footer\";i:1;s:317:\"This enables a sticky footer. On short pages, the footer will always stick at the bottom, just &quot;above the fold&quot;. On long enough pages, it will act just like a normal footer. IMPORTANT: This will not work properly when using a Left or Right Side Header layout and the side header is larger than the viewport.\";}s:36:\"footer_sticky_with_parallax_bg_image\";a:2:{i:0;s:43:\"Sticky Footer and Parallax Background Image\";i:1;s:239:\"This enables a sticky footer together with a parallax effect on the background image. On short pages, the footer will always stick at the bottom, just &quot;above the fold&quot;. On long enough pages, it will act just like a normal footer.\";}}s:6:\"output\";a:8:{i:0;a:4:{s:7:\"element\";s:4:\"html\";s:8:\"property\";s:6:\"height\";s:13:\"value_pattern\";s:4:\"100%\";s:7:\"exclude\";a:3:{i:0;s:4:\"none\";i:1;s:22:\"footer_parallax_effect\";i:2;s:23:\"footer_area_bg_parallax\";}}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaSideHeaderVars\";s:2:\"id\";s:22:\"footer_special_effects\";s:7:\"trigger\";a:1:{i:0;s:22:\"fusionSideHeaderScroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:22:\"footer_parallax_effect\";i:1;s:3:\"===\";}s:7:\"element\";s:14:\".fusion-footer\";s:9:\"className\";s:22:\"fusion-footer-parallax\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:4:\"none\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:20:\"avada-footer-fx-none\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:4;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:22:\"footer_parallax_effect\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"avada-footer-fx-parallax-effect\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:5;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:23:\"footer_area_bg_parallax\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-footer-fx-bg-parallax\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:6;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:13:\"footer_sticky\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:22:\"avada-footer-fx-sticky\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:7;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:36:\"footer_sticky_with_parallax_bg_image\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:42:\"avada-footer-sticky-with-parallax-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"partial_refresh\";a:1:{s:37:\"footer_content_footer_special_effects\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:16:\"footer_copyright\";a:6:{s:5:\"label\";s:13:\"Copyright Bar\";s:11:\"description\";s:37:\"Turn on to display the copyright bar.\";s:2:\"id\";s:16:\"footer_copyright\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:31:\"footer_content_footer_copyright\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:31:\"footer_copyright_center_content\";a:7:{s:5:\"label\";s:24:\"Center Copyright Content\";s:11:\"description\";s:297:\"Turn on to center the copyright bar content.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:31:\"footer_copyright_center_content\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:9:\"className\";s:30:\"fusion-footer-copyright-center\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:11:\"footer_text\";a:9:{s:5:\"label\";s:14:\"Copyright Text\";s:11:\"description\";s:328:\"Enter the text that displays in the copyright bar. HTML markup can be used.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:11:\"footer_text\";s:7:\"default\";s:205:\"Copyright 2012 - 2026 | <a href=\"https://bit.ly/2YJkGCr\">Avada Website Builder</a> by <a href=\"https://avada.com/\">Avada</a> | All Rights Reserved | Powered by <a href=\"https://wordpress.org\">WordPress</a>\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:300;s:5:\"theme\";s:6:\"chrome\";}s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Avada_Output_Callbacks\";i:1;s:10:\"unfiltered\";}s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:11:\"footer_text\";a:4:{s:8:\"selector\";s:24:\".fusion-copyright-notice\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:9:\"copyright\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:33:\"footer_options_template_bg_notice\";a:4:{s:2:\"id\";s:33:\"footer_options_template_bg_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Footer Builder to create a custom Footer Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:16:\"footerw_bg_image\";a:9:{s:5:\"label\";s:39:\"Background Image For Footer Widget Area\";s:11:\"description\";s:359:\"Select an image for the footer widget background. If left empty, the footer background color will be used.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:16:\"footerw_bg_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"--footerw_bg_image\";s:6:\"choice\";s:3:\"url\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:0:\"\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:32:\"avada-has-footer-widget-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"footerw_bg_full\";a:7:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:362:\"Turn on to have the footer background image display at 100% in width and height according to the window size.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:15:\"footerw_bg_full\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:22:\"--footerw_bg_full-size\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:5:\"cover\";i:1;s:7:\"initial\";}s:10:\"conditions\";a:1:{i:0;a:2:{i:0;s:15:\"footerw_bg_full\";i:1;s:4:\"true\";}}}}}i:1;a:3:{s:4:\"name\";s:26:\"--footerw_bg_full-position\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:13:\"center center\";i:1;s:21:\"var(--footerw_bg_pos)\";}s:10:\"conditions\";a:1:{i:0;a:2:{i:0;s:15:\"footerw_bg_full\";i:1;s:4:\"true\";}}}}}}}s:17:\"footerw_bg_repeat\";a:8:{s:5:\"label\";s:17:\"Background Repeat\";s:11:\"description\";s:295:\"Controls how the background image repeats.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"footerw_bg_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:19:\"Repeat Horizontally\";s:8:\"repeat-y\";s:17:\"Repeat Vertically\";s:9:\"no-repeat\";s:9:\"No Repeat\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--footerw_bg_repeat\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";}}}s:14:\"footerw_bg_pos\";a:8:{s:5:\"label\";s:19:\"Background Position\";s:11:\"description\";s:301:\"Controls how the background image is positioned.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:14:\"footerw_bg_pos\";s:7:\"default\";s:13:\"center center\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:9:{s:8:\"top left\";s:8:\"top left\";s:10:\"top center\";s:10:\"top center\";s:9:\"top right\";s:9:\"top right\";s:11:\"center left\";s:11:\"center left\";s:13:\"center center\";s:13:\"center center\";s:12:\"center right\";s:12:\"center right\";s:11:\"bottom left\";s:11:\"bottom left\";s:13:\"bottom center\";s:13:\"bottom center\";s:12:\"bottom right\";s:12:\"bottom right\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--footerw_bg_pos\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";}}}s:38:\"footer_options_template_styling_notice\";a:4:{s:2:\"id\";s:38:\"footer_options_template_styling_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Footer Builder to create a custom Footer Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:16:\"footer_100_width\";a:8:{s:5:\"label\";s:17:\"100% Footer Width\";s:11:\"description\";s:367:\"Turn on to have the footer area display at 100% width according to the window size. Turn off to follow site width.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:16:\"footer_100_width\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:20:\"avada-has-100-footer\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"footer_area_padding\";a:9:{s:5:\"label\";s:14:\"Footer Padding\";s:11:\"description\";s:311:\"Controls the top/right/bottom/left padding for the footer.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"footer_area_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"60px\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:25:\"--footer_area_padding-top\";s:7:\"element\";s:14:\".fusion-footer\";s:6:\"choice\";s:3:\"top\";}i:1;a:3:{s:4:\"name\";s:28:\"--footer_area_padding-bottom\";s:7:\"element\";s:14:\".fusion-footer\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:3:{s:4:\"name\";s:26:\"--footer_area_padding-left\";s:7:\"element\";s:14:\".fusion-footer\";s:6:\"choice\";s:4:\"left\";}i:3;a:3:{s:4:\"name\";s:27:\"--footer_area_padding-right\";s:7:\"element\";s:14:\".fusion-footer\";s:6:\"choice\";s:5:\"right\";}}}s:15:\"footer_bg_color\";a:7:{s:5:\"label\";s:23:\"Footer Background Color\";s:11:\"description\";s:297:\"Controls the background color of the footer.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:15:\"footer_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--footer_bg_color\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"footer_border_size\";a:8:{s:5:\"label\";s:18:\"Footer Border Size\";s:11:\"description\";s:296:\"Controls the size of the top footer border.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:18:\"footer_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--footer_border_size\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:19:\"footer_border_color\";a:7:{s:5:\"label\";s:19:\"Footer Border Color\";s:11:\"description\";s:294:\"Controls the border colors of the footer.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"footer_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--footer_border_color\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"footer_divider_line\";a:9:{s:5:\"label\";s:41:\"Footer Widgets Area Vertical Divider Line\";s:11:\"description\";s:338:\"Turn on to have the footer widget area display vertical divider line between columns.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"footer_divider_line\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--footer_divider_line-flex\";s:7:\"element\";s:14:\".fusion-footer\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:4:\"flex\";i:1;s:5:\"block\";}s:10:\"conditions\";a:1:{i:0;a:2:{i:0;s:19:\"footer_divider_line\";i:1;s:4:\"true\";}}}}}}s:15:\"partial_refresh\";a:1:{s:27:\"footer_divider_line_partial\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:24:\"footer_divider_line_size\";a:8:{s:5:\"label\";s:46:\"Footer Widgets Area Vertical Divider Line Size\";s:11:\"description\";s:335:\"Controls the size of the vertical divider line between footer widget area columns.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"footer_divider_line_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--footer_divider_line_size\";s:7:\"element\";s:14:\".fusion-footer\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:25:\"footer_divider_line_style\";a:8:{s:5:\"label\";s:47:\"Footer Widgets Area Vertical Divider Line Style\";s:11:\"description\";s:336:\"Controls the style of the vertical divider line between footer widget area columns.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:25:\"footer_divider_line_style\";s:7:\"default\";s:5:\"solid\";s:7:\"choices\";a:7:{s:4:\"none\";s:4:\"None\";s:5:\"solid\";s:5:\"Solid\";s:6:\"dashed\";s:6:\"Dashed\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"double\";s:6:\"Double\";s:6:\"groove\";s:6:\"Groove\";s:5:\"ridge\";s:5:\"Ridge\";}s:4:\"type\";s:6:\"select\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--footer_divider_line_style\";s:7:\"element\";s:14:\".fusion-footer\";}}}s:20:\"footer_divider_color\";a:7:{s:5:\"label\";s:27:\"Footer Widget Divider Color\";s:11:\"description\";s:359:\"Controls the divider color in the footer widgets and also the vertical divider lines between widget areas.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"footer_divider_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--footer_divider_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"footer_widgets_padding\";a:9:{s:5:\"label\";s:27:\"Footer Widgets Area Padding\";s:11:\"description\";s:313:\"Controls the right/left padding for the footer widget areas.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"footer_widgets_padding\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--footer_widgets_padding\";s:7:\"element\";s:14:\".fusion-footer\";}}}s:17:\"copyright_padding\";a:8:{s:5:\"label\";s:17:\"Copyright Padding\";s:11:\"description\";s:308:\"Controls the top/bottom padding for the copyright area.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"copyright_padding\";s:7:\"default\";a:2:{s:3:\"top\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";}s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:4:\"type\";s:7:\"spacing\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:23:\"--copyright_padding-top\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:6:\"choice\";s:3:\"top\";}i:1;a:3:{s:4:\"name\";s:26:\"--copyright_padding-bottom\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:6:\"choice\";s:6:\"bottom\";}}}s:18:\"copyright_bg_color\";a:7:{s:5:\"label\";s:26:\"Copyright Background Color\";s:11:\"description\";s:312:\"Controls the background color of the footer copyright area.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:18:\"copyright_bg_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--copyright_bg_color\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"copyright_border_size\";a:8:{s:5:\"label\";s:21:\"Copyright Border Size\";s:11:\"description\";s:299:\"Controls the size of the top copyright border.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:21:\"copyright_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:23:\"--copyright_border_size\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"copyright_border_color\";a:7:{s:5:\"label\";s:22:\"Copyright Border Color\";s:11:\"description\";s:310:\"Controls the border colors for the footer copyright area.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"copyright_border_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--copyright_border_color\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"footer_typography_info\";a:4:{s:5:\"label\";s:17:\"Footer Typography\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"footer_typography_info\";s:4:\"type\";s:4:\"info\";}s:26:\"footer_headings_typography\";a:10:{s:2:\"id\";s:26:\"footer_headings_typography\";s:5:\"label\";s:26:\"Footer Headings Typography\";s:11:\"description\";s:315:\"These settings control the typography for the footer headings.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:6:\"global\";b:1;s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography2-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography2-font-size)\";s:11:\"font-weight\";s:3:\"600\";s:11:\"line-height\";s:34:\"var(--awb-typography2-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography2-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color1)\";s:14:\"text-transform\";s:4:\"none\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:8:{i:0;a:3:{s:4:\"name\";s:40:\"--footer_headings_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:26:\"footer_headings_typography\";}}i:1;a:2:{s:4:\"name\";s:38:\"--footer_headings_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:2;a:3:{s:4:\"name\";s:40:\"--footer_headings_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:3;a:2:{s:4:\"name\";s:40:\"--footer_headings_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:4;a:2:{s:4:\"name\";s:39:\"--footer_headings_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:3:{s:4:\"name\";s:43:\"--footer_headings_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:6;a:2:{s:4:\"name\";s:34:\"--footer_headings_typography-color\";s:6:\"choice\";s:5:\"color\";}i:7;a:2:{s:4:\"name\";s:43:\"--footer_headings_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}}}s:17:\"footer_text_color\";a:7:{s:5:\"label\";s:17:\"Footer Font Color\";s:11:\"description\";s:296:\"Controls the text color of the footer font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"footer_text_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 40%))\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--footer_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:17:\"footer_link_color\";a:7:{s:5:\"label\";s:17:\"Footer Link Color\";s:11:\"description\";s:301:\"Controls the text color of the footer link font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"footer_link_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:19:\"--footer_link_color\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"footer_link_color_hover\";a:7:{s:5:\"label\";s:23:\"Footer Link Hover Color\";s:11:\"description\";s:307:\"Controls the text hover color of the footer link font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:23:\"footer_link_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--footer_link_color_hover\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"copyright_text_color\";a:7:{s:5:\"label\";s:20:\"Copyright Text Color\";s:11:\"description\";s:53:\"Controls the text color of the footer copyright area.\";s:2:\"id\";s:20:\"copyright_text_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 60%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"footer_copyright\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:22:\"--copyright_text_color\";s:7:\"element\";s:24:\".fusion-copyright-notice\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"copyright_link_color\";a:7:{s:5:\"label\";s:20:\"Copyright Link Color\";s:11:\"description\";s:53:\"Controls the link color of the footer copyright area.\";s:2:\"id\";s:20:\"copyright_link_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"footer_copyright\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:22:\"--copyright_link_color\";s:7:\"element\";s:24:\".fusion-copyright-notice\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"copyright_link_color_hover\";a:7:{s:5:\"label\";s:26:\"Copyright Link Hover Color\";s:11:\"description\";s:59:\"Controls the link hover color of the footer copyright area.\";s:2:\"id\";s:26:\"copyright_link_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"footer_copyright\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:28:\"--copyright_link_color_hover\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"copyright_font_size\";a:8:{s:5:\"label\";s:19:\"Copyright Font Size\";s:11:\"description\";s:299:\"Controls the font size for the copyright text.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"copyright_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--copyright_font_size\";s:7:\"element\";s:24:\".fusion-copyright-notice\";}}}s:24:\"responsive_sidebar_order\";a:8:{s:2:\"id\";s:24:\"responsive_sidebar_order\";s:5:\"label\";s:24:\"Sidebar Responsive Order\";s:11:\"description\";s:101:\"Choose the order of sidebars and main content area on mobile layouts through drag &amp; drop sorting.\";s:4:\"type\";s:8:\"sortable\";s:7:\"choices\";a:3:{s:7:\"content\";s:7:\"Content\";s:7:\"sidebar\";s:9:\"Sidebar 1\";s:9:\"sidebar-2\";s:9:\"Sidebar 2\";}s:7:\"default\";s:25:\"content,sidebar,sidebar-2\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:14:\"sidebar_sticky\";a:7:{s:5:\"label\";s:15:\"Sticky Sidebars\";s:11:\"description\";s:266:\"Select the sidebar(s) that should remain sticky when scrolling the page. If the sidebar content is taller than the screen, it acts like a normal sidebar until the bottom of the sidebar is within the viewport, which will then remain fixed in place as you scroll down.\";s:2:\"id\";s:14:\"sidebar_sticky\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:4:\"none\";s:4:\"None\";s:11:\"sidebar_one\";s:9:\"Sidebar 1\";s:11:\"sidebar_two\";s:9:\"Sidebar 2\";s:4:\"both\";s:4:\"Both\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:15:\"sidebar_padding\";a:7:{s:5:\"label\";s:15:\"Sidebar Padding\";s:11:\"description\";s:29:\"Controls the sidebar padding.\";s:2:\"id\";s:15:\"sidebar_padding\";s:7:\"default\";s:3:\"0px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:17:\"--sidebar_padding\";s:7:\"element\";s:8:\".sidebar\";}i:1;a:3:{s:4:\"name\";s:31:\"--sidebar_padding-percent_to_vw\";s:7:\"element\";s:8:\".sidebar\";s:8:\"callback\";a:2:{i:0;s:14:\"string_replace\";i:1;a:2:{i:0;s:1:\"%\";i:1;s:2:\"vw\";}}}}}s:16:\"sidebar_bg_color\";a:6:{s:5:\"label\";s:24:\"Sidebar Background Color\";s:11:\"description\";s:45:\"Controls the background color of the sidebar.\";s:2:\"id\";s:16:\"sidebar_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--sidebar_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"sidebar_widget_bg_color\";a:6:{s:5:\"label\";s:39:\"Sidebar Widget Heading Background Color\";s:11:\"description\";s:108:\"Controls the background color of the widget title box. If left transparent the widget title will be unboxed.\";s:2:\"id\";s:23:\"sidebar_widget_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:25:\"--sidebar_widget_bg_color\";s:7:\"element\";s:8:\".sidebar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:3:{s:4:\"name\";s:40:\"--sidebar_widget_bg_color-opaque-padding\";s:7:\"element\";s:8:\".sidebar\";s:8:\"callback\";a:2:{i:0;s:28:\"return_string_if_transparent\";i:1;a:2:{s:11:\"transparent\";s:0:\"\";s:6:\"opaque\";s:8:\"9px 15px\";}}}}}s:15:\"sidew_font_size\";a:6:{s:5:\"label\";s:32:\"Sidebar Widget Heading Font Size\";s:11:\"description\";s:50:\"Controls the font size of the widget heading text.\";s:2:\"id\";s:15:\"sidew_font_size\";s:7:\"default\";s:4:\"18px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"--sidew_font_size\";s:7:\"element\";s:8:\".sidebar\";}}}s:21:\"sidebar_heading_color\";a:6:{s:5:\"label\";s:29:\"Sidebar Widget Headings Color\";s:11:\"description\";s:54:\"Controls the color of the sidebar widget heading text.\";s:2:\"id\";s:21:\"sidebar_heading_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:23:\"--sidebar_heading_color\";s:7:\"element\";s:8:\".sidebar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:13:\"pages_sidebar\";a:7:{s:5:\"label\";s:21:\"Global Page Sidebar 1\";s:11:\"description\";s:48:\"Select sidebar 1 that will display on all pages.\";s:2:\"id\";s:13:\"pages_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:15:\"pages_sidebar_2\";a:7:{s:5:\"label\";s:21:\"Global Page Sidebar 2\";s:11:\"description\";s:101:\"Select sidebar 2 that will display on all pages. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:15:\"pages_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:20:\"pages_global_sidebar\";a:6:{s:5:\"label\";s:31:\"Force Global Sidebars For Pages\";s:11:\"description\";s:98:\"Turn on if you want to use the same sidebars on all pages. This option overrides the page options.\";s:2:\"id\";s:20:\"pages_global_sidebar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:19:\"default_sidebar_pos\";a:7:{s:5:\"label\";s:28:\"Global Page Sidebar Position\";s:11:\"description\";s:113:\"Controls the position of sidebar 1 for all pages. If sidebar 2 is selected, it will display on the opposite side.\";s:2:\"id\";s:19:\"default_sidebar_pos\";s:7:\"default\";s:5:\"Right\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Left\";s:4:\"Left\";s:5:\"Right\";s:5:\"Right\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:17:\"portfolio_sidebar\";a:7:{s:5:\"label\";s:31:\"Global Portfolio Post Sidebar 1\";s:11:\"description\";s:58:\"Select sidebar 1 that will display on all portfolio posts.\";s:2:\"id\";s:17:\"portfolio_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:19:\"portfolio_sidebar_2\";a:7:{s:5:\"label\";s:31:\"Global Portfolio Post Sidebar 2\";s:11:\"description\";s:111:\"Select sidebar 2 that will display on all portfolio posts. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:19:\"portfolio_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:24:\"portfolio_global_sidebar\";a:6:{s:5:\"label\";s:41:\"Force Global Sidebars For Portfolio Posts\";s:11:\"description\";s:118:\"Turn on if you want to use the same sidebars on all portfolio posts. This option overrides the portfolio post options.\";s:2:\"id\";s:24:\"portfolio_global_sidebar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:26:\"portfolio_sidebar_position\";a:7:{s:5:\"label\";s:33:\"Global Portfolio Sidebar Position\";s:11:\"description\";s:141:\"Controls the position of sidebar 1 for all portfolio posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.\";s:2:\"id\";s:26:\"portfolio_sidebar_position\";s:7:\"default\";s:5:\"Right\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Left\";s:4:\"Left\";s:5:\"Right\";s:5:\"Right\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:37:\"portfolio_archive_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:320:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The sidebar position for portfolio archive pages is controlled by the option on the <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&amp;lang=en#portfolio_sidebar\" target=\"_blank\">Portfolio Posts sidebar</a> tab.</div>\";s:2:\"id\";s:37:\"portfolio_archive_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:25:\"portfolio_archive_sidebar\";a:7:{s:5:\"label\";s:27:\"Portfolio Archive Sidebar 1\";s:11:\"description\";s:66:\"Select sidebar 1 that will display on the portfolio archive pages.\";s:2:\"id\";s:25:\"portfolio_archive_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:27:\"portfolio_archive_sidebar_2\";a:7:{s:5:\"label\";s:27:\"Portfolio Archive Sidebar 2\";s:11:\"description\";s:119:\"Select sidebar 2 that will display on the portfolio archive pages. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:27:\"portfolio_archive_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:13:\"posts_sidebar\";a:7:{s:5:\"label\";s:26:\"Global Blog Post Sidebar 1\";s:11:\"description\";s:53:\"Select sidebar 1 that will display on all blog posts.\";s:2:\"id\";s:13:\"posts_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:27:\"#sidebar.fusion-widget-area\";}s:9:\"shortcuts\";a:3:{i:0;a:6:{s:10:\"aria_label\";s:27:\"Edit Global Sidebar Options\";s:8:\"callback\";s:23:\"fusionEditGlobalSidebar\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:11:\"fusiona-cog\";s:35:\"link_to_template_if_override_active\";s:7:\"content\";s:13:\"override_icon\";s:15:\"fusiona-content\";}i:1;a:5:{s:10:\"aria_label\";s:20:\"Edit Sidebar Options\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:16:\"fusiona-settings\";s:7:\"context\";s:2:\"po\";s:28:\"disable_on_template_override\";s:7:\"content\";}i:2;a:4:{s:10:\"aria_label\";s:20:\"Edit Sidebar Widgets\";s:9:\"css_class\";s:19:\"fusion-edit-sidebar\";s:4:\"link\";s:47:\"https://drkarimbennani.com/wp-admin/widgets.php\";s:28:\"disable_on_template_override\";s:7:\"content\";}}}}s:15:\"posts_sidebar_2\";a:7:{s:5:\"label\";s:26:\"Global Blog Post Sidebar 2\";s:11:\"description\";s:106:\"Select sidebar 2 that will display on all blog posts. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:15:\"posts_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:29:\"#sidebar-2.fusion-widget-area\";}s:9:\"shortcuts\";a:3:{i:0;a:4:{s:10:\"aria_label\";s:27:\"Edit Global Sidebar Options\";s:8:\"callback\";s:23:\"fusionEditGlobalSidebar\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:11:\"fusiona-cog\";}i:1;a:4:{s:10:\"aria_label\";s:20:\"Edit Sidebar Options\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:16:\"fusiona-settings\";s:7:\"context\";s:2:\"po\";}i:2;a:2:{s:10:\"aria_label\";s:20:\"Edit Sidebar Widgets\";s:4:\"link\";s:47:\"https://drkarimbennani.com/wp-admin/widgets.php\";}}}}s:20:\"posts_global_sidebar\";a:5:{s:5:\"label\";s:36:\"Force Global Sidebars For Blog Posts\";s:11:\"description\";s:108:\"Turn on if you want to use the same sidebars on all blog posts. This option overrides the blog post options.\";s:2:\"id\";s:20:\"posts_global_sidebar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:21:\"blog_sidebar_position\";a:6:{s:5:\"label\";s:28:\"Global Blog Sidebar Position\";s:11:\"description\";s:136:\"Controls the position of sidebar 1 for all blog posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.\";s:2:\"id\";s:21:\"blog_sidebar_position\";s:7:\"default\";s:5:\"Right\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Left\";s:4:\"Left\";s:5:\"Right\";s:5:\"Right\";}}s:32:\"blog_archive_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:306:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The sidebar position for blog archive pages is controlled by the option on the <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&amp;lang=en#posts_sidebar\" target=\"_blank\">Blog Posts sidebar</a> tab.</div>\";s:2:\"id\";s:32:\"blog_archive_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:20:\"blog_archive_sidebar\";a:7:{s:5:\"label\";s:22:\"Blog Archive Sidebar 1\";s:11:\"description\";s:61:\"Select sidebar 1 that will display on the blog archive pages.\";s:2:\"id\";s:20:\"blog_archive_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:22:\"blog_archive_sidebar_2\";a:7:{s:5:\"label\";s:22:\"Blog Archive Sidebar 2\";s:11:\"description\";s:114:\"Select sidebar 2 that will display on the blog archive pages. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:22:\"blog_archive_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:14:\"search_sidebar\";a:7:{s:5:\"label\";s:21:\"Search Page Sidebar 1\";s:11:\"description\";s:62:\"Select sidebar 1 that will display on the search results page.\";s:2:\"id\";s:14:\"search_sidebar\";s:7:\"default\";s:12:\"Blog Sidebar\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:16:\"search_sidebar_2\";a:7:{s:5:\"label\";s:21:\"Search Page Sidebar 2\";s:11:\"description\";s:115:\"Select sidebar 2 that will display on the search results page. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:16:\"search_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:23:\"search_sidebar_position\";a:7:{s:5:\"label\";s:23:\"Search Sidebar Position\";s:11:\"description\";s:127:\"Controls the position of sidebar 1 for the search results page. If sidebar 2 is selected, it will display on the opposite side.\";s:2:\"id\";s:23:\"search_sidebar_position\";s:7:\"default\";s:5:\"Right\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Left\";s:4:\"Left\";s:5:\"Right\";s:5:\"Right\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:8:\"bg_image\";a:8:{s:5:\"label\";s:25:\"Background Image For Page\";s:11:\"description\";s:50:\"Select an image to use for a full page background.\";s:2:\"id\";s:8:\"bg_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:10:\"--bg_image\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:4:\"none\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:23:\"avada-html-has-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:7:\"bg_full\";a:7:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:107:\"Turn on to have the page background image display at 100% in width and height according to the window size.\";s:2:\"id\";s:7:\"bg_full\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:23:\"avada-has-bg-image-full\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:9:\"bg_repeat\";a:8:{s:5:\"label\";s:17:\"Background Repeat\";s:11:\"description\";s:42:\"Controls how the background image repeats.\";s:2:\"id\";s:9:\"bg_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:19:\"Repeat Horizontally\";s:8:\"repeat-y\";s:17:\"Repeat Vertically\";s:9:\"no-repeat\";s:9:\"No Repeat\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:11:\"--bg_repeat\";}}}s:8:\"bg_color\";a:6:{s:5:\"label\";s:25:\"Background Color For Page\";s:11:\"description\";s:167:\"Controls the background color for the page. When the color value is set to anything below 100% opacity, the color will overlay the background image if one is uploaded.\";s:2:\"id\";s:8:\"bg_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:10:\"--bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:18:\"--bg-color-overlay\";s:8:\"callback\";a:2:{i:0;s:22:\"return_color_if_opaque\";i:1;a:2:{s:11:\"transparent\";s:7:\"overlay\";s:6:\"opaque\";s:6:\"normal\";}}}}}s:17:\"bg_pattern_option\";a:6:{s:5:\"label\";s:18:\"Background Pattern\";s:11:\"description\";s:52:\"Turn on to display a pattern in the page background.\";s:2:\"id\";s:17:\"bg_pattern_option\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:9:\"body,html\";s:9:\"className\";s:33:\"avada-has-page-background-pattern\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:10:\"bg_pattern\";a:7:{s:5:\"label\";s:27:\"Select a Background Pattern\";s:2:\"id\";s:10:\"bg_pattern\";s:7:\"default\";s:8:\"pattern1\";s:4:\"type\";s:11:\"radio-image\";s:7:\"choices\";a:22:{s:8:\"pattern1\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern1.png\";s:8:\"pattern2\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern2.png\";s:8:\"pattern3\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern3.png\";s:8:\"pattern4\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern4.png\";s:8:\"pattern5\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern5.png\";s:8:\"pattern6\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern6.png\";s:8:\"pattern7\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern7.png\";s:8:\"pattern8\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern8.png\";s:8:\"pattern9\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern9.png\";s:9:\"pattern10\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern10.png\";s:9:\"pattern11\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern11.png\";s:9:\"pattern12\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern12.png\";s:9:\"pattern13\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern13.png\";s:9:\"pattern14\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern14.png\";s:9:\"pattern15\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern15.png\";s:9:\"pattern16\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern16.png\";s:9:\"pattern17\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern17.png\";s:9:\"pattern18\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern18.png\";s:9:\"pattern19\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern19.png\";s:9:\"pattern20\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern20.png\";s:9:\"pattern21\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern21.png\";s:9:\"pattern22\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern22.png\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"bg_pattern_option\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:12:\"--bg_pattern\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:86:\"url(\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/$.png\")\";i:1;s:0:\"\";}}}}}s:16:\"content_bg_color\";a:7:{s:5:\"label\";s:29:\"Main Content Background Color\";s:11:\"description\";s:55:\"Controls the background color of the main content area.\";s:2:\"id\";s:16:\"content_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--content_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:10:\"not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:27:\"avada-content-bg-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"content_bg_image\";a:7:{s:5:\"label\";s:38:\"Background Image For Main Content Area\";s:11:\"description\";s:60:\"Select an image to use for the main content area background.\";s:2:\"id\";s:16:\"content_bg_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--content_bg_image\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:4:\"none\";}}}}}s:15:\"content_bg_full\";a:7:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:115:\"Turn on to have the main content background image display at 100% in width and height according to the window size.\";s:2:\"id\";s:15:\"content_bg_full\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:5:\"#main\";s:9:\"className\";s:7:\"full-bg\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"content_bg_repeat\";a:8:{s:5:\"label\";s:17:\"Background Repeat\";s:11:\"description\";s:42:\"Controls how the background image repeats.\";s:2:\"id\";s:17:\"content_bg_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:19:\"Repeat Horizontally\";s:8:\"repeat-y\";s:17:\"Repeat Vertically\";s:9:\"no-repeat\";s:9:\"No Repeat\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--content_bg_repeat\";}}}s:15:\"typography_sets\";a:6:{s:5:\"label\";s:15:\"Typography Sets\";s:11:\"description\";s:520:\"Set your global typography sets. The sets defined here can be used from other global options, and element options. Each of the options within these sets can be individually overridden in options using the sets. <strong>IMPORTANT NOTE:</strong> If a global set that is used by other options gets deleted, these corresponding options will display the default font. Typography sets are internally stored with a fixed counter. Thus, adding a new set after deleting an old one, will set the same internal name to the new set.\";s:2:\"id\";s:15:\"typography_sets\";s:7:\"default\";a:5:{s:11:\"typography1\";a:11:{s:5:\"label\";s:8:\"Headings\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"48px\";s:7:\"variant\";s:3:\"600\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:8:\"-0.015em\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}s:11:\"typography2\";a:11:{s:5:\"label\";s:11:\"Subheadings\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"24px\";s:7:\"variant\";s:3:\"600\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:1:\"0\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}s:11:\"typography3\";a:11:{s:5:\"label\";s:4:\"Lead\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"16px\";s:7:\"variant\";s:3:\"500\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}s:11:\"typography4\";a:11:{s:5:\"label\";s:4:\"Body\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"16px\";s:7:\"variant\";s:3:\"400\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:4:\"1.72\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}s:11:\"typography5\";a:11:{s:5:\"label\";s:5:\"Small\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"13px\";s:7:\"variant\";s:3:\"400\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:4:\"1.72\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}}s:4:\"type\";s:15:\"typography-sets\";s:9:\"transport\";s:11:\"postMessage\";}s:35:\"body_typography_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:265:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> This tab contains general typography options. Additional typography options for specific areas can be found within other tabs. Example: For menu typography options go to the menu tab.</div>\";s:2:\"id\";s:35:\"body_typography_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:15:\"body_typography\";a:8:{s:2:\"id\";s:15:\"body_typography\";s:5:\"label\";s:15:\"Body Typography\";s:11:\"description\";s:56:\"These settings control the typography for all body text.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:7:\"choices\";a:6:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;}s:7:\"default\";a:6:{s:11:\"font-family\";s:34:\"var(--awb-typography4-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography4-font-size)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography4-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography4-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";}s:8:\"css_vars\";a:8:{i:0;a:3:{s:4:\"name\";s:29:\"--body_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:15:\"body_typography\";}}i:1;a:2:{s:4:\"name\";s:27:\"--body_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:2;a:3:{s:4:\"name\";s:16:\"--base-font-size\";s:6:\"choice\";s:9:\"font-size\";s:8:\"callback\";a:2:{i:0;s:23:\"convert_font_size_to_px\";i:1;s:0:\"\";}}i:3;a:3:{s:4:\"name\";s:29:\"--body_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:28:\"--body_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:29:\"--body_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:6;a:3:{s:4:\"name\";s:32:\"--body_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:7;a:3:{s:4:\"name\";s:23:\"--body_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}}}s:10:\"link_color\";a:6:{s:5:\"label\";s:10:\"Link Color\";s:11:\"description\";s:37:\"Controls the color of all text links.\";s:2:\"id\";s:10:\"link_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:12:\"--link_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:15:\"--link_color-8a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.8\";}}}}s:16:\"link_hover_color\";a:6:{s:5:\"label\";s:16:\"Link Hover Color\";s:11:\"description\";s:53:\"Controls the link hover color throughout the website.\";s:2:\"id\";s:16:\"link_hover_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:6:{i:0;a:2:{s:4:\"name\";s:18:\"--link_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:22:\"--link_hover_color-85a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.85\";}}i:2;a:2:{s:4:\"name\";s:21:\"--link_hover_color-7a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.7\";}}i:3;a:2:{s:4:\"name\";s:21:\"--link_hover_color-5a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.5\";}}i:4;a:2:{s:4:\"name\";s:22:\"--link_hover_color-35a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.35\";}}i:5;a:2:{s:4:\"name\";s:21:\"--link_hover_color-2a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.2\";}}}}s:15:\"link_decoration\";a:6:{s:5:\"label\";s:27:\"Enable Link Text Decoration\";s:11:\"description\";s:51:\"Turn on to enable text decoration on general links.\";s:2:\"id\";s:15:\"link_decoration\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:25:\"link_decoration_exclusion\";a:9:{s:5:\"label\";s:37:\"Exclude Elements From Link Decoration\";s:11:\"description\";s:66:\"Choose which elements should be excluded from the link decoration.\";s:2:\"id\";s:25:\"link_decoration_exclusion\";s:7:\"default\";a:5:{i:0;s:7:\"buttons\";i:1;s:5:\"menus\";i:2;s:4:\"tocs\";i:3;s:11:\"tabstoggles\";i:4;s:10:\"off_canvas\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:7:{s:11:\"breadcrumbs\";s:11:\"Breadcrumbs\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"headings\";s:8:\"Headings\";s:5:\"menus\";s:5:\"Menus\";s:4:\"tocs\";s:12:\"TOC Elements\";s:11:\"tabstoggles\";s:18:\"Tabs &amp; Toggles\";s:10:\"off_canvas\";s:10:\"Off Canvas\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}}}s:20:\"link_decoration_line\";a:9:{s:5:\"label\";s:25:\"Link Text Decoration Line\";s:11:\"description\";s:55:\"Controls the text decoration line of all general links.\";s:2:\"id\";s:20:\"link_decoration_line\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:4:\"none\";s:8:\"No Style\";s:8:\"overline\";s:8:\"Overline\";s:9:\"underline\";s:9:\"Underline\";s:12:\"line-through\";s:12:\"Line Through\";s:18:\"overline underline\";s:24:\"Overline &amp; Underline\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--awb-link_decoration_line\";}}}s:21:\"link_decoration_style\";a:9:{s:5:\"label\";s:26:\"Link Text Decoration Style\";s:11:\"description\";s:56:\"Controls the text decoration style of all general links.\";s:2:\"id\";s:21:\"link_decoration_style\";s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:5:\"solid\";s:5:\"Solid\";s:6:\"double\";s:6:\"Double\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"dashed\";s:6:\"Dashed\";s:4:\"wavy\";s:4:\"Wavy\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:27:\"--awb-link_decoration_style\";}}}s:25:\"link_decoration_thickness\";a:8:{s:5:\"label\";s:30:\"Link Text Decoration Thickness\";s:11:\"description\";s:103:\"Controls the text decoration line thickness of all general links. Can be set in px, em or rem. Ex: 2px.\";s:2:\"id\";s:25:\"link_decoration_thickness\";s:7:\"default\";s:3:\"1px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:31:\"--awb-link_decoration_thickness\";}}}s:32:\"link_decoration_underline_offset\";a:8:{s:5:\"label\";s:37:\"Link Text Decoration Underline Offset\";s:11:\"description\";s:67:\"Controls the text decoration underline offset of all general links.\";s:2:\"id\";s:32:\"link_decoration_underline_offset\";s:7:\"default\";s:4:\"auto\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:2;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"overline\";}i:3;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:12:\"line-through\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:38:\"--awb-link_decoration_underline_offset\";}}}s:26:\"link_decoration_line_hover\";a:9:{s:5:\"label\";s:31:\"Link Hover Text Decoration Line\";s:11:\"description\";s:61:\"Controls the text hover decoration line of all general links.\";s:2:\"id\";s:26:\"link_decoration_line_hover\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:4:\"none\";s:8:\"No Style\";s:8:\"overline\";s:8:\"Overline\";s:9:\"underline\";s:9:\"Underline\";s:12:\"line-through\";s:12:\"Line Through\";s:18:\"overline underline\";s:24:\"Overline &amp; Underline\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:32:\"--awb-link_decoration_line_hover\";}}}s:27:\"link_decoration_style_hover\";a:9:{s:5:\"label\";s:32:\"Link Hover Text Decoration Style\";s:11:\"description\";s:62:\"Controls the text hover decoration style of all general links.\";s:2:\"id\";s:27:\"link_decoration_style_hover\";s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:5:\"solid\";s:5:\"Solid\";s:6:\"double\";s:6:\"Double\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"dashed\";s:6:\"Dashed\";s:4:\"wavy\";s:4:\"Wavy\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:33:\"--awb-link_decoration_style_hover\";}}}s:31:\"link_decoration_thickness_hover\";a:8:{s:5:\"label\";s:36:\"Link Hover Text Decoration Thickness\";s:11:\"description\";s:109:\"Controls the text hover decoration line thickness of all general links. Can be set in px, em or rem. Ex: 2px.\";s:2:\"id\";s:31:\"link_decoration_thickness_hover\";s:7:\"default\";s:3:\"1px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:37:\"--awb-link_decoration_thickness_hover\";}}}s:38:\"link_decoration_underline_offset_hover\";a:8:{s:5:\"label\";s:43:\"Link Hover Text Decoration Underline Offset\";s:11:\"description\";s:73:\"Controls the text hover decoration underline offset of all general links.\";s:2:\"id\";s:38:\"link_decoration_underline_offset_hover\";s:7:\"default\";s:4:\"auto\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:2;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"overline\";}i:3;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:12:\"line-through\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:44:\"--awb-link_decoration_underline_offset_hover\";}}}s:38:\"headers_typography_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:265:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> This tab contains heading typography options. Additional typography options for specific areas can be found within other tabs. Example: For menu typography options go to the menu tab.</div>\";s:2:\"id\";s:38:\"headers_typography_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:13:\"h1_typography\";a:9:{s:2:\"id\";s:13:\"h1_typography\";s:5:\"label\";s:22:\"H1 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H1 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"64px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h1_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h1_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h1_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h1_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h1_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h1_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h1_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h1_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h1_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h1_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h1_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h2_typography\";a:9:{s:2:\"id\";s:13:\"h2_typography\";s:5:\"label\";s:22:\"H2 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H2 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography1-font-size)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h2_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h2_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h2_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h2_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h2_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h2_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h2_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h2_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h2_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h2_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h2_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h3_typography\";a:9:{s:2:\"id\";s:13:\"h3_typography\";s:5:\"label\";s:22:\"H3 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H3 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h3_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h3_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h3_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h3_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h3_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h3_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h3_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h3_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h3_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h3_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h3_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h4_typography\";a:9:{s:2:\"id\";s:13:\"h4_typography\";s:5:\"label\";s:22:\"H4 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H4 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h4_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h4_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h4_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h4_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h4_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h4_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h4_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h4_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h4_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h4_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h4_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h5_typography\";a:9:{s:2:\"id\";s:13:\"h5_typography\";s:5:\"label\";s:22:\"H5 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H5 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h5_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h5_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h5_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h5_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h5_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h5_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h5_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h5_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h5_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h5_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h5_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h6_typography\";a:9:{s:2:\"id\";s:13:\"h6_typography\";s:5:\"label\";s:22:\"H6 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H6 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"16px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h6_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h6_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h6_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h6_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h6_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h6_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h6_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h6_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h6_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h6_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h6_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:21:\"post_title_typography\";a:9:{s:2:\"id\";s:21:\"post_title_typography\";s:5:\"label\";s:21:\"Post Title Typography\";s:11:\"description\";s:207:\"These settings control the typography of all post titles including archive and single posts.<br /><strong>IMPORTANT:</strong> On archive pages and in blog elements the linked post titles will use link color.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"48px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:8:{i:0;a:3:{s:4:\"name\";s:35:\"--post_title_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:21:\"post_title_typography\";}}i:1;a:3:{s:4:\"name\";s:35:\"--post_title_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:35:\"--post_title_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:38:\"--post_title_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:34:\"--post_title_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:33:\"--post_title_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:29:\"--post_title_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:38:\"--post_title_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}}}s:29:\"post_titles_extras_typography\";a:9:{s:2:\"id\";s:29:\"post_titles_extras_typography\";s:5:\"label\";s:28:\"Post Title Extras Typography\";s:11:\"description\";s:163:\"These settings control the typography of single post title extras such as &quot;Comments&quot;, &quot;Related Posts or Projects&quot; and &quot;Author Titles&quot;\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:8:{i:0;a:3:{s:4:\"name\";s:43:\"--post_titles_extras_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:29:\"post_titles_extras_typography\";}}i:1;a:3:{s:4:\"name\";s:43:\"--post_titles_extras_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:43:\"--post_titles_extras_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:46:\"--post_titles_extras_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:42:\"--post_titles_extras_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:41:\"--post_titles_extras_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:37:\"--post_titles_extras_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:46:\"--post_titles_extras_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}}}s:17:\"custom_fonts_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:391:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Please upload your custom fonts below. Once you upload a custom font, <strong>you will have to save your options and reload this page on your browser</strong>. After you reload the page you will be able to select your new fonts - they will be available at the top of the fonts-list in the typography controls.</div>\";s:2:\"id\";s:17:\"custom_fonts_info\";s:4:\"type\";s:6:\"custom\";}s:12:\"custom_fonts\";a:9:{s:5:\"label\";s:12:\"Custom Fonts\";s:11:\"description\";s:233:\"Upload a custom font to use throughout the site. All files are not necessary but are recommended for full browser support. You can upload as many custom fonts as you need. Click the &quot;Add&quot; button for additional upload boxes.\";s:2:\"id\";s:12:\"custom_fonts\";s:7:\"default\";a:0:{}s:4:\"type\";s:8:\"repeater\";s:10:\"bind_title\";s:4:\"name\";s:5:\"limit\";i:50;s:9:\"transport\";s:11:\"postMessage\";s:6:\"fields\";a:8:{s:4:\"name\";a:6:{s:5:\"label\";s:9:\"Font Name\";s:11:\"description\";s:46:\"This will be used in the font-family dropdown.\";s:2:\"id\";s:4:\"name\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:22:\"avada-custom-font-name\";}s:11:\"font_weight\";a:6:{s:5:\"label\";s:11:\"Font Weight\";s:11:\"description\";s:99:\"The weight of this font file. Add separate entries for each weight variant of the same font family.\";s:2:\"id\";s:11:\"font_weight\";s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:9:{i:100;s:15:\"Ultra-Light 100\";i:200;s:9:\"Light 200\";i:300;s:8:\"Book 300\";i:400;s:10:\"Normal 400\";i:500;s:10:\"Medium 500\";i:600;s:13:\"Semi-Bold 600\";i:700;s:8:\"Bold 700\";i:800;s:14:\"Extra-Bold 800\";i:900;s:14:\"Ultra-Bold 900\";}}s:10:\"font_style\";a:6:{s:5:\"label\";s:10:\"Font Style\";s:11:\"description\";s:28:\"The style of this font file.\";s:2:\"id\";s:10:\"font_style\";s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:6:\"normal\";s:6:\"Normal\";s:6:\"italic\";s:6:\"Italic\";}}s:5:\"woff2\";a:6:{s:5:\"label\";s:5:\"WOFF2\";s:2:\"id\";s:5:\"woff2\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}s:4:\"woff\";a:6:{s:5:\"label\";s:4:\"WOFF\";s:2:\"id\";s:4:\"woff\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}s:3:\"ttf\";a:6:{s:5:\"label\";s:3:\"TTF\";s:2:\"id\";s:3:\"ttf\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}s:3:\"eot\";a:6:{s:5:\"label\";s:3:\"EOT\";s:2:\"id\";s:3:\"eot\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}s:3:\"svg\";a:6:{s:5:\"label\";s:3:\"SVG\";s:2:\"id\";s:3:\"svg\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}}}s:14:\"adobe_fonts_id\";a:5:{s:5:\"label\";s:14:\"Adobe Fonts ID\";s:11:\"description\";s:99:\"Enter the Adobe Fonts (formerly TypeKit) Web Project ID. You will need to save and reload the page.\";s:2:\"id\";s:14:\"adobe_fonts_id\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}s:18:\"adobe_fonts_notice\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:549:\"<div class=\"awb-adobe-fonts-info-wrapper\"><p>No Adobe Fonts detected.</p></div><div class=\"fusion-redux-important-notice\"><strong>NOTE:</strong> You can create a custom global font for each Adobe font, so when you want to change that font, you don\'t need to search for each element that used that font. Also note that when you change the project fonts, you need to refresh the Adobe Fonts cache.<br /><br />If you use a multilingual plugin, the value of the Adobe Fonts Id used for fonts is the one from &quot;All Languages&quot; options page.</div>\";s:2:\"id\";s:18:\"adobe_fonts_notice\";s:4:\"type\";s:6:\"custom\";}s:32:\"general_blog_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:354:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab only control the assigned blog page in \"Settings > Reading\", blog archives or the blog single post page, not the blog element. The only options on this tab that work with the blog element are the Date Format options and Load More Post Button Color.</div>\";s:2:\"id\";s:32:\"general_blog_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:19:\"blog_page_title_bar\";a:7:{s:5:\"label\";s:19:\"Blog Page Title Bar\";s:11:\"description\";s:85:\"Controls how the page title bar displays on single blog posts and blog archive pages.\";s:2:\"id\";s:19:\"blog_page_title_bar\";s:7:\"default\";s:4:\"hide\";s:7:\"choices\";a:3:{s:15:\"bar_and_content\";s:20:\"Show Bar and Content\";s:12:\"content_only\";s:17:\"Show Content Only\";s:4:\"hide\";s:4:\"Hide\";}s:4:\"type\";s:6:\"select\";s:15:\"partial_refresh\";a:1:{s:43:\"page_title_bar_contents_blog_page_title_bar\";a:3:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}}}}s:24:\"blog_show_page_title_bar\";a:7:{s:5:\"label\";s:28:\"Blog Assigned Page Title Bar\";s:11:\"description\";s:104:\"Controls how the page title bar displays on the assigned blog page in &quot;Settings &gt; Reading&quot;.\";s:2:\"id\";s:24:\"blog_show_page_title_bar\";s:7:\"default\";s:4:\"hide\";s:7:\"choices\";a:3:{s:15:\"bar_and_content\";s:20:\"Show Bar and Content\";s:12:\"content_only\";s:17:\"Show Content Only\";s:4:\"hide\";s:4:\"Hide\";}s:4:\"type\";s:6:\"select\";s:15:\"partial_refresh\";a:1:{s:48:\"page_title_bar_contents_blog_show_page_title_bar\";a:3:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}}}}s:10:\"blog_title\";a:7:{s:5:\"label\";s:15:\"Blog Page Title\";s:11:\"description\";s:147:\"Controls the title text that displays in the page title bar only if your front page displays your latest post in &quot;Settings &gt; Reading&quot;.\";s:2:\"id\";s:10:\"blog_title\";s:7:\"default\";s:4:\"Blog\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:24:\"blog_show_page_title_bar\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"hide\";}}s:15:\"partial_refresh\";a:1:{s:18:\"blog_title_partial\";a:3:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}}}}s:13:\"blog_subtitle\";a:7:{s:5:\"label\";s:18:\"Blog Page Subtitle\";s:11:\"description\";s:150:\"Controls the subtitle text that displays in the page title bar only if your front page displays your latest post in &quot;Settings &gt; Reading&quot;.\";s:2:\"id\";s:13:\"blog_subtitle\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:24:\"blog_show_page_title_bar\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"hide\";}}s:15:\"partial_refresh\";a:1:{s:21:\"blog_subtitle_partial\";a:3:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}}}}s:11:\"blog_layout\";a:8:{s:5:\"label\";s:11:\"Blog Layout\";s:11:\"description\";s:84:\"Controls the layout for the assigned blog page in &quot;Settings &gt; Reading&quot;.\";s:2:\"id\";s:11:\"blog_layout\";s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:5:\"large\";s:5:\"Large\";s:6:\"medium\";s:6:\"Medium\";s:15:\"large alternate\";s:15:\"Large Alternate\";s:16:\"medium alternate\";s:16:\"Medium Alternate\";s:4:\"grid\";s:4:\"Grid\";s:8:\"timeline\";s:8:\"Timeline\";s:7:\"masonry\";s:7:\"Masonry\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:26:\".blog .fusion-blog-archive\";}s:9:\"shortcuts\";a:1:{i:0;a:1:{s:10:\"aria_label\";s:17:\"Edit Blog Options\";}}}}s:19:\"blog_archive_layout\";a:7:{s:5:\"label\";s:19:\"Blog Archive Layout\";s:11:\"description\";s:47:\"Controls the layout for the blog archive pages.\";s:2:\"id\";s:19:\"blog_archive_layout\";s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:5:\"large\";s:5:\"Large\";s:6:\"medium\";s:6:\"Medium\";s:15:\"large alternate\";s:15:\"Large Alternate\";s:16:\"medium alternate\";s:16:\"Medium Alternate\";s:4:\"grid\";s:4:\"Grid\";s:8:\"timeline\";s:8:\"Timeline\";s:7:\"masonry\";s:7:\"Masonry\";}s:15:\"update_callback\";a:1:{i:0;a:4:{i:0;a:3:{s:9:\"condition\";s:11:\"is_category\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:6:\"is_tag\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:2;a:3:{s:9:\"condition\";s:7:\"is_date\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:3;a:3:{s:9:\"condition\";s:9:\"is_author\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:20:\"blog_pagination_type\";a:7:{s:5:\"label\";s:15:\"Pagination Type\";s:11:\"description\";s:115:\"Controls the pagination type for the assigned blog page in &quot;Settings &gt; Reading&quot; or blog archive pages.\";s:2:\"id\";s:20:\"blog_pagination_type\";s:7:\"default\";s:10:\"pagination\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:10:\"pagination\";s:10:\"Pagination\";s:15:\"infinite_scroll\";s:15:\"Infinite Scroll\";s:16:\"load_more_button\";s:16:\"Load More Button\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:36:\"blog_load_more_posts_button_bg_color\";a:7:{s:5:\"label\";s:39:\"Load More Posts Button Background Color\";s:11:\"description\";s:94:\"Controls the background color of the load more button for ajax post loading for blog archives.\";s:2:\"id\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:38:\"--blog_load_more_posts_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:20:\"blog_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:38:\"blog_load_more_posts_button_text_color\";a:7:{s:5:\"label\";s:33:\"Load More Posts Button Text Color\";s:11:\"description\";s:88:\"Controls the text color of the load more button for ajax post loading for blog archives.\";s:2:\"id\";s:38:\"blog_load_more_posts_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:40:\"--blog_load_more_posts_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:20:\"blog_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:42:\"blog_load_more_posts_hover_button_bg_color\";a:7:{s:5:\"label\";s:45:\"Load More Posts Button Hover Background Color\";s:11:\"description\";s:100:\"Controls the hover background color of the load more button for ajax post loading for blog archives.\";s:2:\"id\";s:42:\"blog_load_more_posts_hover_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:44:\"--blog_load_more_posts_hover_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:20:\"blog_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:44:\"blog_load_more_posts_hover_button_text_color\";a:7:{s:5:\"label\";s:39:\"Load More Posts Hover Button Text Color\";s:11:\"description\";s:94:\"Controls the hover text color of the load more button for ajax post loading for blog archives.\";s:2:\"id\";s:44:\"blog_load_more_posts_hover_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:46:\"--blog_load_more_posts_hover_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:20:\"blog_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:25:\"blog_archive_grid_columns\";a:9:{s:5:\"label\";s:17:\"Number of Columns\";s:11:\"description\";s:218:\"Controls the number of columns for grid and masonry layout when using it for the assigned blog page in \"Settings > Reading\" or blog archive pages. <strong>IMPORTANT:</strong> Masonry layout does not work with 1 column.\";s:2:\"id\";s:25:\"blog_archive_grid_columns\";s:7:\"default\";i:3;s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";i:1;}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:2;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:3;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}}s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:32:\"blog_archive_grid_column_spacing\";a:11:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:171:\"Controls the column spacing for blog posts for grid and masonry layout when using it for the assigned blog page in &quot;Settings &gt; Reading&quot; or blog archive pages.\";s:2:\"id\";s:32:\"blog_archive_grid_column_spacing\";s:7:\"default\";s:2:\"40\";s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"300\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:2;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:3;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}}s:9:\"transport\";s:7:\"refresh\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--blog_archive_grid_column_spacing\";s:13:\"value_pattern\";s:3:\"$px\";}}s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:18:\"blog_equal_heights\";a:9:{s:5:\"label\";s:13:\"Equal Heights\";s:11:\"description\";s:55:\"Turn on to display grid boxes to equal heights per row.\";s:2:\"id\";s:18:\"blog_equal_heights\";s:7:\"default\";i:0;s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}}s:9:\"transport\";s:7:\"refresh\";s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:25:\"blog_archive_grid_padding\";a:9:{s:5:\"label\";s:30:\"Blog Archive Grid Text Padding\";s:11:\"description\";s:106:\"Controls the top/right/bottom/left padding of the blog text when using grid / masonry or timeline layout. \";s:2:\"id\";s:25:\"blog_archive_grid_padding\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"30px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:2;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:8:\"timeline\";}i:3;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:4;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:5;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:8:\"timeline\";}}s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:31:\"--blog_archive_grid_padding-top\";s:6:\"choice\";s:3:\"top\";s:7:\"element\";s:28:\".fusion-post-content-wrapper\";}i:1;a:3:{s:4:\"name\";s:34:\"--blog_archive_grid_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";s:7:\"element\";s:28:\".fusion-post-content-wrapper\";}i:2;a:3:{s:4:\"name\";s:32:\"--blog_archive_grid_padding-left\";s:6:\"choice\";s:4:\"left\";s:7:\"element\";s:28:\".fusion-post-content-wrapper\";}i:3;a:3:{s:4:\"name\";s:33:\"--blog_archive_grid_padding-right\";s:6:\"choice\";s:5:\"right\";s:7:\"element\";s:28:\".fusion-post-content-wrapper\";}}}s:21:\"blog_layout_alignment\";a:9:{s:5:\"label\";s:35:\"Blog Archive Grid Content Alignment\";s:11:\"description\";s:93:\"Controls the content alignment of the blog text when using grid / masonry or timeline layout.\";s:2:\"id\";s:21:\"blog_layout_alignment\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:0:\"\";s:9:\"Text Flow\";s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:2;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:8:\"timeline\";}i:3;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:4;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:5;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:8:\"timeline\";}}s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:14:\"content_length\";a:6:{s:5:\"label\";s:20:\"Blog Content Display\";s:11:\"description\";s:177:\"Controls if the blog content displays an excerpt or full content or is completely disabled for the assigned blog page in &quot;Settings &gt; Reading&quot; or blog archive pages.\";s:2:\"id\";s:14:\"content_length\";s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:7:\"excerpt\";s:7:\"Excerpt\";s:12:\"full_content\";s:12:\"Full Content\";s:4:\"hide\";s:7:\"No Text\";}}s:19:\"excerpt_length_blog\";a:8:{s:5:\"label\";s:14:\"Excerpt Length\";s:11:\"description\";s:263:\"Controls the number of <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&lang=en#excerpt_base\" target=\"_blank\" rel=\"noopener noreferrer\">words</a> in the excerpts on the assigned blog page in \"Settings > Reading\" or on blog archive pages.\";s:2:\"id\";s:19:\"excerpt_length_blog\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"content_length\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"excerpt\";}}s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:18:\"strip_html_excerpt\";a:6:{s:5:\"label\";s:23:\"Strip HTML from Excerpt\";s:11:\"description\";s:133:\"Turn on to strip HTML content from the excerpt for the assigned blog page in &quot;Settings &gt; Reading&quot; or blog archive pages.\";s:2:\"id\";s:18:\"strip_html_excerpt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:15:\"featured_images\";a:7:{s:5:\"label\";s:43:\"Featured Image / Video on Blog Archive Page\";s:11:\"description\";s:72:\"Turn on to display featured images and videos on the blog archive pages.\";s:2:\"id\";s:15:\"featured_images\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:2:{i:0;s:64:\"body:not(.single-avada_portfolio) .fusion-featured-image-wrapper\";i:1;s:77:\".single-avada_portfolio .fusion-featured-image-wrapper .fusion-post-slideshow\";}s:9:\"shortcuts\";a:1:{i:0;a:4:{s:10:\"aria_label\";s:19:\"Edit Featured Image\";s:8:\"callback\";s:23:\"fusionEditFeaturedImage\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:13:\"fusiona-image\";}}}}s:15:\"dates_box_color\";a:6:{s:5:\"label\";s:36:\"Blog Alternate Layout Date Box Color\";s:11:\"description\";s:78:\"Controls the color of the date box in blog alternate and recent posts layouts.\";s:2:\"id\";s:15:\"dates_box_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"--dates_box_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"alternate_date_format_month_year\";a:5:{s:5:\"label\";s:43:\"Blog Alternate Layout Month and Year Format\";s:11:\"description\";s:207:\"Controls the month and year format for blog alternate layouts. <a href=\"https://wordpress.org/support/article/formatting-date-and-time/\" target=\"_blank\" rel=\"noopener noreferrer\">Formatting Date and Time</a>\";s:2:\"id\";s:32:\"alternate_date_format_month_year\";s:7:\"default\";s:4:\"m, Y\";s:4:\"type\";s:4:\"text\";}s:25:\"alternate_date_format_day\";a:5:{s:5:\"label\";s:32:\"Blog Alternate Layout Day Format\";s:11:\"description\";s:196:\"Controls the day format for blog alternate layouts. <a href=\"https://wordpress.org/support/article/formatting-date-and-time/\" target=\"_blank\" rel=\"noopener noreferrer\">Formatting Date and Time</a>\";s:2:\"id\";s:25:\"alternate_date_format_day\";s:7:\"default\";s:1:\"j\";s:4:\"type\";s:4:\"text\";}s:20:\"timeline_date_format\";a:5:{s:5:\"label\";s:32:\"Blog Timeline Layout Date Format\";s:11:\"description\";s:197:\"Controls the timeline label format for blog timeline layouts. <a href=\"https://wordpress.org/support/article/formatting-date-and-time/\" target=\"_blank\" rel=\"noopener noreferrer\">Formatting Date</a>\";s:2:\"id\";s:20:\"timeline_date_format\";s:7:\"default\";s:3:\"F Y\";s:4:\"type\";s:4:\"text\";}s:49:\"content_blog_single_post_template_override_notice\";a:5:{s:2:\"id\";s:49:\"content_blog_single_post_template_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:40:\"content_blog_single_post_template_notice\";a:5:{s:2:\"id\";s:40:\"content_blog_single_post_template_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Live Builder to create a custom Content Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:14:\"blog_width_100\";a:7:{s:5:\"label\";s:15:\"100% Width Page\";s:11:\"description\";s:112:\"Turn on to display blog posts at 100% browser width according to the window size. Turn off to follow site width.\";s:2:\"id\";s:14:\"blog_width_100\";s:7:\"default\";i:0;s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:22:\"featured_images_single\";a:7:{s:5:\"label\";s:42:\"Featured Image / Video on Single Blog Post\";s:11:\"description\";s:67:\"Turn on to display featured images and videos on single blog posts.\";s:2:\"id\";s:22:\"featured_images_single\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:11:\"blog_pn_nav\";a:7:{s:5:\"label\";s:24:\"Previous/Next Pagination\";s:11:\"description\";s:75:\"Turn on to display the previous/next post pagination for single blog posts.\";s:2:\"id\";s:11:\"blog_pn_nav\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:15:\"blog_post_title\";a:8:{s:5:\"label\";s:10:\"Post Title\";s:11:\"description\";s:90:\"Controls if the post title displays above or below the featured post image or is disabled.\";s:2:\"id\";s:15:\"blog_post_title\";s:7:\"default\";s:5:\"below\";s:4:\"type\";s:15:\"radio-buttonset\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:5:\"below\";s:6:\"Below \";s:5:\"above\";s:5:\"Above\";s:8:\"disabled\";s:8:\"Disabled\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:23:\"blog_post_meta_position\";a:9:{s:5:\"label\";s:18:\"Meta Data Position\";s:11:\"description\";s:41:\"Choose where the meta data is positioned.\";s:2:\"id\";s:23:\"blog_post_meta_position\";s:7:\"default\";s:13:\"below_article\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:2:{s:13:\"below_article\";s:13:\"Below Article\";s:11:\"below_title\";s:11:\"Below Title\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"blog_post_title\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:18:\"social_sharing_box\";a:7:{s:5:\"label\";s:18:\"Social Sharing Box\";s:11:\"description\";s:42:\"Turn on to display the social sharing box.\";s:2:\"id\";s:18:\"social_sharing_box\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:11:\"author_info\";a:7:{s:5:\"label\";s:15:\"Author Info Box\";s:11:\"description\";s:51:\"Turn on to display the author info box below posts.\";s:2:\"id\";s:11:\"author_info\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:13:\"related_posts\";a:7:{s:5:\"label\";s:13:\"Related Posts\";s:11:\"description\";s:33:\"Turn on to display related posts.\";s:2:\"id\";s:13:\"related_posts\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:13:\"blog_comments\";a:7:{s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:28:\"Turn on to display comments.\";s:2:\"id\";s:13:\"blog_comments\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:29:\"blog_meta_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:335:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The on/off meta options on this tab only control the assigned blog page in \"Settings > Reading\" or the blog archives, not the blog element. The only options on this tab that work with the blog element are the Meta Data Font Size and Date Format options.</div>\";s:2:\"id\";s:29:\"blog_meta_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:9:\"post_meta\";a:5:{s:5:\"label\";s:9:\"Post Meta\";s:11:\"description\";s:178:\"Turn on to display post meta on blog posts. If set to &quot;On&quot;, you can also control individual meta items below. If set to &quot;Off&quot; all meta items will be disabled.\";s:2:\"id\";s:9:\"post_meta\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:16:\"post_meta_author\";a:6:{s:5:\"label\";s:16:\"Post Meta Author\";s:11:\"description\";s:45:\"Turn on to display the post meta author name.\";s:2:\"id\";s:16:\"post_meta_author\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"post_meta_date\";a:6:{s:5:\"label\";s:14:\"Post Meta Date\";s:11:\"description\";s:38:\"Turn on to display the post meta date.\";s:2:\"id\";s:14:\"post_meta_date\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"post_meta_cats\";a:6:{s:5:\"label\";s:20:\"Post Meta Categories\";s:11:\"description\";s:44:\"Turn on to display the post meta categories.\";s:2:\"id\";s:14:\"post_meta_cats\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:18:\"post_meta_comments\";a:6:{s:5:\"label\";s:18:\"Post Meta Comments\";s:11:\"description\";s:42:\"Turn on to display the post meta comments.\";s:2:\"id\";s:18:\"post_meta_comments\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"post_meta_read\";a:6:{s:5:\"label\";s:24:\"Post Meta Read More Link\";s:11:\"description\";s:48:\"Turn on to display the post meta read more link.\";s:2:\"id\";s:14:\"post_meta_read\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"post_meta_tags\";a:6:{s:5:\"label\";s:14:\"Post Meta Tags\";s:11:\"description\";s:38:\"Turn on to display the post meta tags.\";s:2:\"id\";s:14:\"post_meta_tags\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"meta_font_size\";a:6:{s:5:\"label\";s:19:\"Meta Data Font Size\";s:11:\"description\";s:42:\"Controls the font size for meta data text.\";s:2:\"id\";s:14:\"meta_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--meta_font_size\";}}}s:11:\"date_format\";a:5:{s:5:\"label\";s:11:\"Date Format\";s:11:\"description\";s:343:\"Controls the date format for date meta data.  <a href=\"https://wordpress.org/support/article/formatting-date-and-time/\" target=\"_blank\" rel=\"noopener noreferrer\">Formatting Date and Time</a>. Leave empty to use the default value from your <a href=\"https://drkarimbennani.com/wp-admin/options-general.php\" target=\"_blank\">WordPress Settings</a>\";s:2:\"id\";s:11:\"date_format\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:24:\"portfolio_archive_layout\";a:7:{s:5:\"label\";s:24:\"Portfolio Archive Layout\";s:11:\"description\";s:52:\"Controls the layout for the portfolio archive pages.\";s:2:\"id\";s:24:\"portfolio_archive_layout\";s:7:\"default\";s:4:\"grid\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"grid\";s:4:\"Grid\";s:7:\"masonry\";s:7:\"Masonry\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:37:\"portfolio_archive_featured_image_size\";a:8:{s:5:\"label\";s:37:\"Portfolio Archive Featured Image Size\";s:11:\"description\";s:230:\"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for portfolio archive pages. <strong>IMPORTANT:</strong> Fixed works best with a standard 940px site width. Auto works best with larger site widths.\";s:2:\"id\";s:37:\"portfolio_archive_featured_image_size\";s:7:\"default\";s:4:\"full\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"cropped\";s:5:\"Fixed\";s:4:\"full\";s:4:\"Auto\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:24:\"portfolio_archive_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"grid\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"portfolio_archive_columns\";a:7:{s:5:\"label\";s:35:\"Portfolio Archive Number of Columns\";s:11:\"description\";s:201:\"Set the number of columns per row for portfolio archive pages. With Carousel layout this specifies the maximum amount of columns. <strong>IMPORTANT:</strong> Masonry layout does not work with 1 column.\";s:2:\"id\";s:25:\"portfolio_archive_columns\";s:7:\"default\";i:1;s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";s:1:\"1\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:32:\"portfolio_archive_column_spacing\";a:7:{s:5:\"label\";s:32:\"Portfolio Archive Column Spacing\";s:11:\"description\";s:66:\"Controls the column spacing for portfolio items for archive pages.\";s:2:\"id\";s:32:\"portfolio_archive_column_spacing\";s:7:\"default\";s:2:\"20\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"300\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--portfolio_archive_column_spacing\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:23:\"portfolio_equal_heights\";a:8:{s:5:\"label\";s:13:\"Equal Heights\";s:11:\"description\";s:57:\"Turn on to display grid boxes with equal heights per row.\";s:2:\"id\";s:23:\"portfolio_equal_heights\";s:7:\"default\";i:0;s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:24:\"portfolio_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}}s:9:\"transport\";s:11:\"postMessage\";}s:42:\"portfolio_archive_one_column_text_position\";a:8:{s:5:\"label\";s:34:\"Portfolio Archive Content Position\";s:11:\"description\";s:93:\"Select if title, terms and excerpts should be displayed below or next to the featured images.\";s:2:\"id\";s:42:\"portfolio_archive_one_column_text_position\";s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:5:\"below\";s:11:\"Below image\";s:7:\"floated\";s:13:\"Next to Image\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:24:\"portfolio_archive_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:25:\"portfolio_archive_columns\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:23:\"portfolio_archive_items\";a:7:{s:5:\"label\";s:42:\"Number of Portfolio Items Per Archive Page\";s:11:\"description\";s:169:\"Controls the number of posts that display per page for portfolio archive pages. Set to -1 to display all. Set to 0 to use the number of posts from Settings &gt; Reading.\";s:2:\"id\";s:23:\"portfolio_archive_items\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"-1\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:29:\"portfolio_archive_text_layout\";a:9:{s:5:\"label\";s:29:\"Portfolio Archive Text Layout\";s:11:\"description\";s:123:\"Controls if the portfolio text content is displayed boxed or unboxed or is completely disabled for portfolio archive pages.\";s:2:\"id\";s:29:\"portfolio_archive_text_layout\";s:7:\"default\";s:7:\"no_text\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:7:\"no_text\";s:7:\"No Text\";s:5:\"boxed\";s:5:\"Boxed\";s:7:\"unboxed\";s:7:\"Unboxed\";}s:9:\"transport\";s:7:\"refresh\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:39:\"--portfolio_archive_text_layout-padding\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:6:\"20px 0\";i:1;s:181:\"var(--portfolio_archive_layout_padding-top) var(--portfolio_archive_layout_padding-right) var(--portfolio_archive_layout_padding-bottom) var(--portfolio_archive_layout_padding-left)\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:29:\"portfolio_archive_text_layout\";i:1;s:3:\"!==\";i:2;s:5:\"boxed\";}}}}}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:32:\"portfolio_archive_content_length\";a:8:{s:5:\"label\";s:30:\"Portfolio Archive Text Display\";s:11:\"description\";s:67:\"Choose how to display the post excerpt for portfolio archive pages.\";s:2:\"id\";s:32:\"portfolio_archive_content_length\";s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:7:\"no_text\";s:7:\"No Text\";s:7:\"excerpt\";s:7:\"Excerpt\";s:12:\"full_content\";s:12:\"Full Content\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:29:\"portfolio_archive_text_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"no_text\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:32:\"portfolio_archive_excerpt_length\";a:8:{s:5:\"label\";s:32:\"Portfolio Archive Excerpt Length\";s:11:\"description\";s:468:\"Controls the number of <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&lang=en#excerpt_base\" target=\"_blank\" rel=\"noopener noreferrer\">words</a> in the excerpts on portfolio archive pages.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:32:\"portfolio_archive_excerpt_length\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:36:\"portfolio_archive_strip_html_excerpt\";a:6:{s:5:\"label\";s:23:\"Strip HTML from Excerpt\";s:11:\"description\";s:75:\"Turn on to strip HTML content from the excerpt for portfolio archive pages.\";s:2:\"id\";s:36:\"portfolio_archive_strip_html_excerpt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:31:\"portfolio_archive_title_display\";a:7:{s:5:\"label\";s:31:\"Portfolio Archive Title Display\";s:11:\"description\";s:81:\"Controls what displays with the portfolio post title for portfolio archive pages.\";s:2:\"id\";s:31:\"portfolio_archive_title_display\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:3:\"all\";s:20:\"Title and Categories\";s:5:\"title\";s:10:\"Only Title\";s:4:\"cats\";s:15:\"Only Categories\";s:4:\"none\";s:4:\"None\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:32:\"portfolio_archive_text_alignment\";a:7:{s:5:\"label\";s:32:\"Portfolio Archive Text Alignment\";s:11:\"description\";s:140:\"Controls the alignment of the portfolio title, categories and excerpt text when using the Portfolio Text layouts in portfolio archive pages.\";s:2:\"id\";s:32:\"portfolio_archive_text_alignment\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--portfolio_archive_text_alignment\";s:7:\"element\";s:33:\".fusion-portfolio-content-wrapper\";}}}s:32:\"portfolio_archive_layout_padding\";a:8:{s:5:\"label\";s:37:\"Portfolio Archive Text Layout Padding\";s:11:\"description\";s:353:\"Controls the padding for the portfolio text layout when using boxed mode in portfolio archive pages.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:32:\"portfolio_archive_layout_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";}s:4:\"type\";s:7:\"spacing\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:38:\"--portfolio_archive_layout_padding-top\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:6:\"choice\";s:3:\"top\";}i:1;a:3:{s:4:\"name\";s:41:\"--portfolio_archive_layout_padding-bottom\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:3:{s:4:\"name\";s:39:\"--portfolio_archive_layout_padding-left\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:6:\"choice\";s:4:\"left\";}i:3;a:3:{s:4:\"name\";s:40:\"--portfolio_archive_layout_padding-right\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:6:\"choice\";s:5:\"right\";}}}s:33:\"portfolio_archive_pagination_type\";a:7:{s:5:\"label\";s:33:\"Portfolio Archive Pagination Type\";s:11:\"description\";s:57:\"Controls the pagination type for portfolio archive pages.\";s:2:\"id\";s:33:\"portfolio_archive_pagination_type\";s:7:\"default\";s:10:\"pagination\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:10:\"pagination\";s:10:\"Pagination\";s:15:\"infinite_scroll\";s:15:\"Infinite Scroll\";s:16:\"load_more_button\";s:16:\"Load More Button\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:49:\"portfolio_archive_load_more_posts_button_bg_color\";a:7:{s:5:\"label\";s:39:\"Load More Posts Button Background Color\";s:11:\"description\";s:99:\"Controls the background color of the load more button for ajax post loading for portfolio archives.\";s:2:\"id\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:51:\"--portfolio_archive_load_more_posts_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:33:\"portfolio_archive_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:51:\"portfolio_archive_load_more_posts_button_text_color\";a:7:{s:5:\"label\";s:33:\"Load More Posts Button Text Color\";s:11:\"description\";s:93:\"Controls the text color of the load more button for ajax post loading for portfolio archives.\";s:2:\"id\";s:51:\"portfolio_archive_load_more_posts_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:53:\"--portfolio_archive_load_more_posts_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:33:\"portfolio_archive_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:55:\"portfolio_archive_load_more_posts_hover_button_bg_color\";a:7:{s:5:\"label\";s:45:\"Load More Posts Button Hover Background Color\";s:11:\"description\";s:105:\"Controls the hover background color of the load more button for ajax post loading for portfolio archives.\";s:2:\"id\";s:55:\"portfolio_archive_load_more_posts_hover_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:57:\"--portfolio_archive_load_more_posts_hover_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:33:\"portfolio_archive_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:57:\"portfolio_archive_load_more_posts_hover_button_text_color\";a:7:{s:5:\"label\";s:39:\"Load More Posts Hover Button Text Color\";s:11:\"description\";s:99:\"Controls the hover text color of the load more button for ajax post loading for portfolio archives.\";s:2:\"id\";s:57:\"portfolio_archive_load_more_posts_hover_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:59:\"--portfolio_archive_load_more_posts_hover_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:33:\"portfolio_archive_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:14:\"portfolio_slug\";a:5:{s:5:\"label\";s:14:\"Portfolio Slug\";s:11:\"description\";s:195:\"The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.\";s:2:\"id\";s:14:\"portfolio_slug\";s:7:\"default\";s:15:\"portfolio-items\";s:4:\"type\";s:4:\"text\";}s:20:\"portfolio_with_front\";a:5:{s:5:\"label\";s:38:\"Portfolio Include Permalink Front Base\";s:11:\"description\";s:137:\"Turn on to include the front base defined by the permalink structure set in Settings &gt; Permalinks. Make sure to regenerate permalinks.\";s:2:\"id\";s:20:\"portfolio_with_front\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:24:\"portfolio_meta_font_size\";a:6:{s:5:\"label\";s:19:\"Meta Data Font Size\";s:11:\"description\";s:42:\"Controls the font size for meta data text.\";s:2:\"id\";s:24:\"portfolio_meta_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--portfolio_meta_font_size\";}}}s:46:\"portfolio_single_post_template_override_notice\";a:5:{s:2:\"id\";s:46:\"portfolio_single_post_template_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:37:\"portfolio_single_post_template_notice\";a:4:{s:2:\"id\";s:37:\"portfolio_single_post_template_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Live Builder to create a custom Content Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:16:\"portfolio_pn_nav\";a:7:{s:5:\"label\";s:24:\"Previous/Next Pagination\";s:11:\"description\";s:80:\"Turn on to display the previous/next post pagination for single portfolio posts.\";s:2:\"id\";s:16:\"portfolio_pn_nav\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:19:\"portfolio_width_100\";a:7:{s:5:\"label\";s:15:\"100% Width Page\";s:11:\"description\";s:117:\"Turn on to display portfolio posts at 100% browser width according to the window size. Turn off to follow site width.\";s:2:\"id\";s:19:\"portfolio_width_100\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:30:\"portfolio_featured_image_width\";a:9:{s:5:\"label\";s:26:\"Featured Image Column Size\";s:11:\"description\";s:79:\"Controls if the featured image is half or full width on single portfolio posts.\";s:2:\"id\";s:30:\"portfolio_featured_image_width\";s:7:\"default\";s:4:\"full\";s:4:\"type\";s:15:\"radio-buttonset\";s:6:\"hidden\";b:0;s:7:\"choices\";a:2:{s:4:\"full\";s:10:\"Full Width\";s:4:\"half\";s:10:\"Half Width\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:25:\"portfolio_featured_images\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"portfolio_featured_images\";a:7:{s:5:\"label\";s:42:\"Featured Image / Video on Single Post Page\";s:11:\"description\";s:72:\"Turn on to display featured images and videos on single portfolio posts.\";s:2:\"id\";s:25:\"portfolio_featured_images\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"show_first_featured_image\";a:8:{s:5:\"label\";s:20:\"First Featured Image\";s:11:\"description\";s:68:\"Turn on to display the 1st featured image on single portfolio posts.\";s:2:\"id\";s:25:\"show_first_featured_image\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:25:\"portfolio_featured_images\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:33:\"show_first_featured_image_partial\";a:4:{s:8:\"selector\";s:30:\".fusion-featured-image-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:23:\"singular_featured_image\";}s:21:\"success_trigger_event\";s:35:\"fusion-reinit-single-post-slideshow\";}}}s:28:\"portfolio_project_desc_title\";a:7:{s:5:\"label\";s:25:\"Project Description Title\";s:11:\"description\";s:72:\"Turn on to show the project description title on single portfolio posts.\";s:2:\"id\";s:28:\"portfolio_project_desc_title\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"portfolio_project_details\";a:7:{s:5:\"label\";s:15:\"Project Details\";s:11:\"description\";s:80:\"Turn on to show the project details title and content on single portfolio posts.\";s:2:\"id\";s:25:\"portfolio_project_details\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:26:\"portfolio_link_icon_target\";a:7:{s:5:\"label\";s:34:\"Open Portfolio Links In New Window\";s:11:\"description\";s:90:\"Turn on to open the single post page, project url and copyright url links in a new window.\";s:2:\"id\";s:26:\"portfolio_link_icon_target\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:16:\"portfolio_author\";a:7:{s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:61:\"Turn on to display the author name on single portfolio posts.\";s:2:\"id\";s:16:\"portfolio_author\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:28:\"portfolio_social_sharing_box\";a:7:{s:5:\"label\";s:18:\"Social Sharing Box\";s:11:\"description\";s:68:\"Turn on to display the social sharing box on single portfolio posts.\";s:2:\"id\";s:28:\"portfolio_social_sharing_box\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:23:\"portfolio_related_posts\";a:7:{s:5:\"label\";s:16:\"Related Projects\";s:11:\"description\";s:62:\"Turn on to display related projects on single portfolio posts.\";s:2:\"id\";s:23:\"portfolio_related_posts\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:18:\"portfolio_comments\";a:7:{s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:54:\"Turn on to display comments on single portfolio posts.\";s:2:\"id\";s:18:\"portfolio_comments\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:38:\"social_media_icons_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:250:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> This tab controls the social networks that display in legacy headers and footers. Custom icons created here can also be used in the Social Links and the Person element.</div>\";s:2:\"id\";s:38:\"social_media_icons_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:18:\"social_media_icons\";a:9:{s:5:\"label\";s:26:\"Social Media Icons / Links\";s:11:\"description\";s:131:\"Social media links use a repeater field and allow one network per field. Click the &quot;Add&quot; button to add additional fields.\";s:2:\"id\";s:18:\"social_media_icons\";s:7:\"default\";a:6:{s:25:\"fusionredux_repeater_data\";a:4:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:9:\"pinterest\";}s:3:\"url\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:12:\"custom_title\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:16:\"custom_icon_mark\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:13:\"custom_source\";a:4:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:1;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:2;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:3;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:4:\"type\";s:8:\"repeater\";s:10:\"bind_title\";s:4:\"icon\";s:5:\"limit\";i:50;s:6:\"fields\";a:5:{s:4:\"icon\";a:6:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Social Network\";s:11:\"description\";s:53:\"Select a social network to automatically add its icon\";s:7:\"default\";s:4:\"none\";s:7:\"choices\";a:41:{s:7:\"blogger\";s:7:\"Blogger\";s:7:\"bluesky\";s:7:\"Bluesky\";s:10:\"deviantart\";s:10:\"Deviantart\";s:7:\"discord\";s:7:\"Discord\";s:4:\"digg\";s:4:\"Digg\";s:8:\"dribbble\";s:8:\"Dribbble\";s:7:\"dropbox\";s:7:\"Dropbox\";s:8:\"facebook\";s:8:\"Facebook\";s:6:\"flickr\";s:6:\"Flickr\";s:6:\"forrst\";s:6:\"Forrst\";s:6:\"github\";s:6:\"GitHub\";s:9:\"instagram\";s:9:\"Instagram\";s:8:\"linkedin\";s:8:\"LinkedIn\";s:8:\"mastodon\";s:8:\"Mastodon\";s:7:\"myspace\";s:7:\"Myspace\";s:6:\"paypal\";s:6:\"Paypal\";s:9:\"pinterest\";s:9:\"Pinterest\";s:6:\"reddit\";s:6:\"Reddit\";s:3:\"rss\";s:3:\"RSS\";s:5:\"skype\";s:5:\"Skype\";s:8:\"snapchat\";s:8:\"Snapchat\";s:10:\"soundcloud\";s:10:\"Soundcloud\";s:7:\"spotify\";s:7:\"Spotify\";s:5:\"teams\";s:5:\"Teams\";s:8:\"telegram\";s:8:\"Telegram\";s:7:\"threads\";s:7:\"Threads\";s:6:\"tiktok\";s:6:\"Tiktok\";s:6:\"tumblr\";s:6:\"Tumblr\";s:7:\"twitter\";s:1:\"X\";s:6:\"twitch\";s:6:\"Twitch\";s:5:\"vimeo\";s:5:\"Vimeo\";s:2:\"vk\";s:2:\"VK\";s:6:\"wechat\";s:6:\"WeChat\";s:8:\"whatsapp\";s:8:\"WhatsApp\";s:4:\"xing\";s:4:\"Xing\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"yelp\";s:4:\"Yelp\";s:7:\"youtube\";s:7:\"Youtube\";s:5:\"email\";s:13:\"Email Address\";s:5:\"phone\";s:5:\"Phone\";s:6:\"custom\";s:6:\"Custom\";}}s:9:\"icon_mark\";a:5:{s:4:\"type\";s:10:\"iconpicker\";s:2:\"id\";s:9:\"icon_mark\";s:7:\"heading\";s:4:\"Icon\";s:11:\"description\";s:49:\"Click an icon to select, click again to deselect.\";s:7:\"default\";s:0:\"\";}s:3:\"url\";a:5:{s:2:\"id\";s:3:\"url\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Custom Link\";s:11:\"description\";s:28:\"Insert your custom link here\";s:7:\"default\";s:0:\"\";}s:12:\"custom_title\";a:6:{s:2:\"id\";s:12:\"custom_title\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Custom Icon Title\";s:11:\"description\";s:40:\"Insert a title for your custom icon here\";s:7:\"default\";s:0:\"\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:4:\"icon\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}s:13:\"custom_source\";a:7:{s:2:\"id\";s:13:\"custom_source\";s:4:\"type\";s:5:\"media\";s:5:\"label\";s:40:\"Choose the image you want to use as icon\";s:11:\"description\";s:23:\"Upload your custom icon\";s:7:\"default\";s:0:\"\";s:4:\"mode\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:4:\"icon\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}}s:15:\"partial_refresh\";a:5:{s:52:\"header_content_social_media_icons_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:51:\"header_content_social_media_icons_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:33:\"header_content_social_media_icons\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}s:33:\"footer_content_social_media_icons\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}s:29:\"sharingbox_social_media_icons\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:35:\"header_social_links_override_notice\";a:5:{s:2:\"id\";s:35:\"header_social_links_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:321:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Header override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:26:\"header_social_links_notice\";a:5:{s:2:\"id\";s:26:\"header_social_links_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:29:\"header_social_links_font_size\";a:7:{s:5:\"label\";s:28:\"Header Social Icon Font Size\";s:11:\"description\";s:50:\"Controls the font size of the header social icons.\";s:2:\"id\";s:29:\"header_social_links_font_size\";s:7:\"default\";s:4:\"16px\";s:6:\"hidden\";b:1;s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--header_social_links_font_size\";s:7:\"element\";s:23:\".fusion-social-networks\";}}}s:37:\"header_social_links_tooltip_placement\";a:8:{s:5:\"label\";s:35:\"Header Social Icon Tooltip Position\";s:11:\"description\";s:57:\"Controls the tooltip position of the header social icons.\";s:2:\"id\";s:37:\"header_social_links_tooltip_placement\";s:7:\"default\";s:6:\"Bottom\";s:6:\"hidden\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";s:4:\"none\";s:4:\"None\";}s:15:\"partial_refresh\";a:3:{s:71:\"header_content_header_social_links_tooltip_placement_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:70:\"header_content_header_social_links_tooltip_placement_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:52:\"header_content_header_social_links_tooltip_placement\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";a:2:{i:0;s:15:\"header-rendered\";i:1;s:18:\"fusionInitTooltips\";}}}}s:30:\"header_social_links_color_type\";a:8:{s:5:\"label\";s:29:\"Header Social Icon Color Type\";s:11:\"description\";s:146:\"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.\";s:2:\"id\";s:30:\"header_social_links_color_type\";s:7:\"default\";s:6:\"custom\";s:6:\"hidden\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:6:\"custom\";s:13:\"Custom Colors\";s:5:\"brand\";s:12:\"Brand Colors\";}s:15:\"partial_refresh\";a:3:{s:64:\"header_content_header_social_links_color_type_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:63:\"header_content_header_social_links_color_type_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:45:\"header_content_header_social_links_color_type\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";a:2:{i:0;s:15:\"header-rendered\";i:1;s:18:\"fusionInitTooltips\";}}}}s:30:\"header_social_links_icon_color\";a:8:{s:5:\"label\";s:24:\"Header Social Icon Color\";s:11:\"description\";s:106:\"Controls the color of the header social icons. This color will be used for all social icons in the header.\";s:2:\"id\";s:30:\"header_social_links_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:6:\"hidden\";b:1;s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:30:\"header_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--header_social_links_icon_color\";s:7:\"element\";s:27:\".fusion-social-network-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"header_social_links_boxed\";a:7:{s:5:\"label\";s:25:\"Header Social Icons Boxed\";s:11:\"description\";s:50:\"Controls if each icon is displayed in a small box.\";s:2:\"id\";s:25:\"header_social_links_boxed\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:1;s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:3:{s:59:\"header_content_header_social_links_boxed_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:58:\"header_content_header_social_links_boxed_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:40:\"header_content_header_social_links_boxed\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";a:2:{i:0;s:15:\"header-rendered\";i:1;s:18:\"fusionInitTooltips\";}}}}s:29:\"header_social_links_box_color\";a:8:{s:5:\"label\";s:28:\"Header Social Icon Box Color\";s:11:\"description\";s:42:\"Controls the color of the social icon box.\";s:2:\"id\";s:29:\"header_social_links_box_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:6:\"hidden\";b:1;s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:25:\"header_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:30:\"header_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--header_social_links_box_color\";s:7:\"element\";s:27:\".fusion-social-network-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"header_social_links_boxed_radius\";a:8:{s:5:\"label\";s:31:\"Header Social Icon Boxed Radius\";s:11:\"description\";s:24:\"Controls the box radius.\";s:2:\"id\";s:32:\"header_social_links_boxed_radius\";s:7:\"default\";s:3:\"4px\";s:6:\"hidden\";b:1;s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:25:\"header_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--header_social_links_boxed_radius\";s:7:\"element\";s:27:\".fusion-social-network-icon\";}}}s:33:\"header_social_links_boxed_padding\";a:8:{s:5:\"label\";s:32:\"Header Social Icon Boxed Padding\";s:11:\"description\";s:41:\"Controls the interior padding of the box.\";s:2:\"id\";s:33:\"header_social_links_boxed_padding\";s:7:\"default\";s:3:\"8px\";s:6:\"hidden\";b:1;s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:25:\"header_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:35:\"--header_social_links_boxed_padding\";s:7:\"element\";s:23:\".fusion-social-networks\";}}}s:35:\"footer_social_links_override_notice\";a:5:{s:2:\"id\";s:35:\"footer_social_links_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:0:\"\";s:4:\"type\";s:6:\"custom\";}s:26:\"footer_social_links_notice\";a:5:{s:2:\"id\";s:26:\"footer_social_links_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Footer Builder to create a custom Footer Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:12:\"icons_footer\";a:7:{s:5:\"label\";s:34:\"Display Social Icons In The Footer\";s:11:\"description\";s:60:\"Turn on to display social icons in the footer copyright bar.\";s:2:\"id\";s:12:\"icons_footer\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"partial_refresh\";a:1:{s:27:\"footer_content_icons_footer\";a:5:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:29:\"footer_social_links_font_size\";a:8:{s:5:\"label\";s:28:\"Footer Social Icon Font Size\";s:11:\"description\";s:50:\"Controls the font size of the footer social icons.\";s:2:\"id\";s:29:\"footer_social_links_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:6:\"hidden\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--footer_social_links_font_size\";s:7:\"element\";s:23:\".fusion-social-networks\";}}}s:37:\"footer_social_links_tooltip_placement\";a:9:{s:5:\"label\";s:35:\"Footer Social Icon Tooltip Position\";s:11:\"description\";s:57:\"Controls the tooltip position of the footer social icons.\";s:2:\"id\";s:37:\"footer_social_links_tooltip_placement\";s:7:\"default\";s:3:\"Top\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:5:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";s:4:\"none\";s:4:\"None\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:52:\"footer_content_footer_social_links_tooltip_placement\";a:5:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:21:\"success_trigger_event\";a:1:{i:0;s:18:\"fusionInitTooltips\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:30:\"footer_social_links_color_type\";a:9:{s:5:\"label\";s:29:\"Footer Social Icon Color Type\";s:11:\"description\";s:146:\"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.\";s:2:\"id\";s:30:\"footer_social_links_color_type\";s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:2:{s:6:\"custom\";s:13:\"Custom Colors\";s:5:\"brand\";s:12:\"Brand Colors\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:45:\"footer_content_footer_social_links_color_type\";a:5:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:21:\"success_trigger_event\";a:1:{i:0;s:18:\"fusionInitTooltips\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:30:\"footer_social_links_icon_color\";a:8:{s:5:\"label\";s:24:\"Footer Social Icon Color\";s:11:\"description\";s:106:\"Controls the color of the footer social icons. This color will be used for all social icons in the footer.\";s:2:\"id\";s:30:\"footer_social_links_icon_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:6:\"hidden\";b:0;s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:30:\"footer_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--footer_social_links_icon_color\";s:7:\"element\";s:27:\".fusion-social-network-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"footer_social_links_boxed\";a:8:{s:5:\"label\";s:25:\"Footer Social Icons Boxed\";s:11:\"description\";s:50:\"Controls if each icon is displayed in a small box.\";s:2:\"id\";s:25:\"footer_social_links_boxed\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:40:\"footer_content_footer_social_links_boxed\";a:5:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:21:\"success_trigger_event\";a:1:{i:0;s:18:\"fusionInitTooltips\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:29:\"footer_social_links_box_color\";a:8:{s:5:\"label\";s:28:\"Footer Social Icon Box Color\";s:11:\"description\";s:42:\"Controls the color of the social icon box.\";s:2:\"id\";s:29:\"footer_social_links_box_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:6:\"hidden\";b:0;s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:25:\"footer_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:30:\"footer_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--footer_social_links_box_color\";s:7:\"element\";s:27:\".fusion-social-network-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"footer_social_links_boxed_radius\";a:8:{s:5:\"label\";s:31:\"Footer Social Icon Boxed Radius\";s:11:\"description\";s:24:\"Controls the box radius.\";s:2:\"id\";s:32:\"footer_social_links_boxed_radius\";s:7:\"default\";s:3:\"4px\";s:4:\"type\";s:9:\"dimension\";s:6:\"hidden\";b:0;s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:25:\"footer_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--footer_social_links_boxed_radius\";s:7:\"element\";s:27:\".fusion-social-network-icon\";}}}s:33:\"footer_social_links_boxed_padding\";a:8:{s:5:\"label\";s:32:\"Footer Social Icon Boxed Padding\";s:11:\"description\";s:41:\"Controls the interior padding of the box.\";s:2:\"id\";s:33:\"footer_social_links_boxed_padding\";s:7:\"default\";s:3:\"8px\";s:4:\"type\";s:9:\"dimension\";s:6:\"hidden\";b:0;s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:25:\"footer_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:35:\"--footer_social_links_boxed_padding\";s:7:\"element\";s:23:\".fusion-social-networks\";}}}s:22:\"sharing_social_tagline\";a:6:{s:5:\"label\";s:22:\"Social Sharing Tagline\";s:11:\"description\";s:46:\"Insert a tagline for the social sharing boxes.\";s:2:\"id\";s:22:\"sharing_social_tagline\";s:7:\"default\";s:39:\"Share This Story, Choose Your Platform!\";s:4:\"type\";s:4:\"text\";s:15:\"partial_refresh\";a:1:{s:33:\"sharingbox_sharing_social_tagline\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:30:\"sharing_box_tagline_text_color\";a:6:{s:5:\"label\";s:33:\"Social Sharing Tagline Text Color\";s:11:\"description\";s:67:\"Controls the color of the tagline text in the social sharing boxes.\";s:2:\"id\";s:30:\"sharing_box_tagline_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--sharing_box_tagline_text_color\";s:7:\"element\";s:25:\".fusion-theme-sharing-box\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:15:\"social_bg_color\";a:7:{s:5:\"label\";s:31:\"Social Sharing Background Color\";s:11:\"description\";s:58:\"Controls the background color of the social sharing boxes.\";s:2:\"id\";s:15:\"social_bg_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:17:\"--social_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:31:\"--social_bg_color-0-transparent\";s:8:\"callback\";a:2:{i:0;s:28:\"return_string_if_transparent\";i:1;a:2:{s:11:\"transparent\";s:3:\"0px\";s:6:\"opaque\";s:0:\"\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"full-transparent\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:29:\"avada-social-full-transparent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"social_sharing_padding\";a:8:{s:5:\"label\";s:22:\"Social Sharing Padding\";s:11:\"description\";s:44:\"Set the padding for the social sharing box. \";s:2:\"id\";s:22:\"social_sharing_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:6:\"1.25em\";s:5:\"right\";s:6:\"1.25em\";s:6:\"bottom\";s:6:\"1.25em\";s:4:\"left\";s:6:\"1.25em\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:28:\"--social_sharing_padding-top\";s:6:\"choice\";s:3:\"top\";s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:30:\"--social_sharing_padding-right\";s:6:\"choice\";s:5:\"right\";s:2:\"po\";b:0;}i:2;a:3:{s:4:\"name\";s:31:\"--social_sharing_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";s:2:\"po\";b:0;}i:3;a:3:{s:4:\"name\";s:29:\"--social_sharing_padding-left\";s:6:\"choice\";s:4:\"left\";s:2:\"po\";b:0;}}}s:26:\"social_share_box_icon_info\";a:5:{s:5:\"label\";s:20:\"Social Sharing Icons\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:26:\"social_share_box_icon_info\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:14:\"social_sharing\";a:8:{s:5:\"label\";s:14:\"Social Sharing\";s:11:\"description\";s:71:\"Select social network you want to be displayed in the social share box.\";s:2:\"id\";s:14:\"social_sharing\";s:7:\"default\";a:11:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:7:\"bluesky\";i:3;s:6:\"reddit\";i:4;s:8:\"linkedin\";i:5;s:8:\"whatsapp\";i:6;s:8:\"telegram\";i:7;s:6:\"tumblr\";i:8;s:4:\"xing\";i:9;s:5:\"email\";i:10;s:9:\"copy_link\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:15:{s:8:\"facebook\";s:8:\"Facebook\";s:7:\"twitter\";s:1:\"X\";s:7:\"bluesky\";s:7:\"Bluesky\";s:6:\"reddit\";s:6:\"Reddit\";s:8:\"linkedin\";s:8:\"LinkedIn\";s:8:\"mastodon\";s:8:\"Mastodon\";s:8:\"whatsapp\";s:8:\"WhatsApp\";s:8:\"telegram\";s:8:\"Telegram\";s:7:\"threads\";s:7:\"Threads\";s:6:\"tumblr\";s:6:\"Tumblr\";s:9:\"pinterest\";s:9:\"Pinterest\";s:2:\"vk\";s:2:\"VK\";s:4:\"xing\";s:4:\"Xing\";s:5:\"email\";s:5:\"Email\";s:9:\"copy_link\";s:9:\"Copy Link\";}s:22:\"social_share_box_links\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}s:30:\"sharing_social_links_font_size\";a:6:{s:5:\"label\";s:29:\"Social Sharing Icon Font Size\";s:11:\"description\";s:71:\"Controls the font size of the social icons in the social sharing boxes.\";s:2:\"id\";s:30:\"sharing_social_links_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--sharing_social_links_font_size\";s:7:\"element\";s:19:\".fusion-sharing-box\";}}}s:38:\"sharing_social_links_tooltip_placement\";a:7:{s:5:\"label\";s:37:\"Social Sharing Icons Tooltip Position\";s:11:\"description\";s:78:\"Controls the tooltip position of the social icons in the social sharing boxes.\";s:2:\"id\";s:38:\"sharing_social_links_tooltip_placement\";s:7:\"default\";s:3:\"Top\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";s:4:\"none\";s:4:\"None\";}s:15:\"partial_refresh\";a:1:{s:49:\"sharingbox_sharing_social_links_tooltip_placement\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:31:\"sharing_social_links_color_type\";a:7:{s:5:\"label\";s:30:\"Social Sharing Icon Color Type\";s:11:\"description\";s:146:\"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.\";s:2:\"id\";s:31:\"sharing_social_links_color_type\";s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:6:\"custom\";s:13:\"Custom Colors\";s:5:\"brand\";s:12:\"Brand Colors\";}s:15:\"partial_refresh\";a:1:{s:50:\"sharingbox_sharing_sharing_social_links_color_type\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:31:\"sharing_social_links_icon_color\";a:7:{s:5:\"label\";s:25:\"Social Sharing Icon Color\";s:11:\"description\";s:113:\"Controls the color of the social icons in the social sharing boxes. This color will be used for all social icons.\";s:2:\"id\";s:31:\"sharing_social_links_icon_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"sharing_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:33:\"--sharing_social_links_icon_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"sharing_social_links_boxed\";a:6:{s:5:\"label\";s:26:\"Social Sharing Icons Boxed\";s:11:\"description\";s:57:\"Controls if each social icon is displayed in a small box.\";s:2:\"id\";s:26:\"sharing_social_links_boxed\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:37:\"sharingbox_sharing_social_links_boxed\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:30:\"sharing_social_links_box_color\";a:7:{s:5:\"label\";s:29:\"Social Sharing Icon Box Color\";s:11:\"description\";s:295:\"Controls the color of the social icon box.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:30:\"sharing_social_links_box_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--sharing_social_links_box_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:33:\"sharing_social_links_boxed_radius\";a:7:{s:5:\"label\";s:32:\"Social Sharing Icon Boxed Radius\";s:11:\"description\";s:300:\"Controls the box radius of the social icon box.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:33:\"sharing_social_links_boxed_radius\";s:7:\"default\";s:3:\"4px\";s:4:\"type\";s:9:\"dimension\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:35:\"--sharing_social_links_boxed_radius\";s:7:\"element\";s:27:\".fusion-social-network-icon\";}}}s:34:\"sharing_social_links_boxed_padding\";a:7:{s:5:\"label\";s:34:\"Social Sharing Icons Boxed Padding\";s:11:\"description\";s:306:\"Controls the interior padding of the social icon box.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:34:\"sharing_social_links_boxed_padding\";s:7:\"default\";s:3:\"8px\";s:4:\"type\";s:9:\"dimension\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:36:\"--sharing_social_links_boxed_padding\";s:7:\"element\";s:19:\".fusion-sharing-box\";}}}s:22:\"posts_slideshow_number\";a:6:{s:5:\"label\";s:22:\"Posts Slideshow Images\";s:11:\"description\";s:79:\"Controls the number of featured image boxes for blog/portfolio posts and pages.\";s:2:\"id\";s:22:\"posts_slideshow_number\";s:7:\"default\";s:1:\"5\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"30\";s:4:\"step\";s:1:\"1\";}}s:18:\"slideshow_autoplay\";a:6:{s:5:\"label\";s:8:\"Autoplay\";s:11:\"description\";s:35:\"Turn on to autoplay the slideshows.\";s:2:\"id\";s:18:\"slideshow_autoplay\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"slideshow_smooth_height\";a:5:{s:5:\"label\";s:13:\"Smooth Height\";s:11:\"description\";s:147:\"Turn on to enable smooth height on slideshows when using images with different heights. Please note, smooth height is disabled on blog grid layout.\";s:2:\"id\";s:23:\"slideshow_smooth_height\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:15:\"slideshow_speed\";a:7:{s:5:\"label\";s:15:\"Slideshow Speed\";s:11:\"description\";s:102:\"Controls the speed of slideshows for the slider element and sliders within posts. ex: 1000 = 1 second.\";s:2:\"id\";s:15:\"slideshow_speed\";s:7:\"default\";s:4:\"7000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"100\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:2:\"50\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionFlexSliderVars\";s:2:\"id\";s:15:\"slideshow_speed\";s:7:\"trigger\";a:2:{i:0;s:27:\"fusionDestroyPostFlexSlider\";i:1;s:24:\"fusionInitPostFlexSlider\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"pagination_video_slide\";a:6:{s:5:\"label\";s:37:\"Pagination Circles Below Video Slides\";s:11:\"description\";s:117:\"Turn on to show pagination circles below a video slide for the slider element. Turn off to hide them on video slides.\";s:2:\"id\";s:22:\"pagination_video_slide\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionFlexSliderVars\";s:2:\"id\";s:22:\"pagination_video_slide\";s:7:\"trigger\";a:2:{i:0;s:27:\"fusionDestroyPostFlexSlider\";i:1;s:24:\"fusionInitPostFlexSlider\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"slider_nav_box_dimensions\";a:7:{s:5:\"label\";s:25:\"Navigation Box Dimensions\";s:11:\"description\";s:52:\"Controls the width and height of the navigation box.\";s:2:\"id\";s:25:\"slider_nav_box_dimensions\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:33:\"--slider_nav_box_dimensions-width\";s:6:\"choice\";s:5:\"width\";}i:1;a:2:{s:4:\"name\";s:34:\"--slider_nav_box_dimensions-height\";s:6:\"choice\";s:6:\"height\";}}}s:17:\"slider_arrow_size\";a:6:{s:5:\"label\";s:21:\"Navigation Arrow Size\";s:11:\"description\";s:47:\"Controls the font size of the navigation arrow.\";s:2:\"id\";s:17:\"slider_arrow_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--slider_arrow_size\";}}}s:18:\"tfes_disabled_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:179:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Elastic Slider is disabled in Advanced > Post Types section. Please enable it to see the options.</div>\";s:2:\"id\";s:18:\"tfes_disabled_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}}}s:15:\"tfes_dimensions\";a:8:{s:5:\"label\";s:25:\"Elastic Slider Dimensions\";s:11:\"description\";s:53:\"Controls the width and height for the elastic slider.\";s:2:\"id\";s:15:\"tfes_dimensions\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:23:\"--tfes_dimensions-width\";s:6:\"choice\";s:5:\"width\";s:7:\"element\";s:10:\".ei-slider\";}i:1;a:3:{s:4:\"name\";s:24:\"--tfes_dimensions-height\";s:6:\"choice\";s:6:\"height\";s:7:\"element\";s:10:\".ei-slider\";}}}s:14:\"tfes_animation\";a:8:{s:5:\"label\";s:14:\"Animation Type\";s:11:\"description\";s:64:\"Controls if the elastic slides animate from the sides or center.\";s:2:\"id\";s:14:\"tfes_animation\";s:7:\"default\";s:5:\"sides\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"sides\";s:5:\"Sides\";s:6:\"center\";s:6:\"Center\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:14:\"tfes_animation\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"tfes_autoplay\";a:7:{s:5:\"label\";s:8:\"Autoplay\";s:11:\"description\";s:39:\"Turn on to autoplay the elastic slides.\";s:2:\"id\";s:13:\"tfes_autoplay\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:13:\"tfes_autoplay\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"tfes_interval\";a:8:{s:5:\"label\";s:18:\"Slideshow Interval\";s:11:\"description\";s:69:\"Controls how long each elastic slide is visible. ex: 1000 = 1 second.\";s:2:\"id\";s:13:\"tfes_interval\";s:7:\"default\";s:4:\"3000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:5:\"30000\";s:4:\"step\";s:2:\"50\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:13:\"tfes_interval\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:10:\"tfes_speed\";a:8:{s:5:\"label\";s:13:\"Sliding Speed\";s:11:\"description\";s:72:\"Controls the speed of the elastic slider slideshow. ex: 1000 = 1 second.\";s:2:\"id\";s:10:\"tfes_speed\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"5000\";s:4:\"step\";s:2:\"50\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:10:\"tfes_speed\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:10:\"tfes_width\";a:8:{s:5:\"label\";s:15:\"Thumbnail Width\";s:11:\"description\";s:58:\"Controls the width of the elastic slider thumbnail images.\";s:2:\"id\";s:10:\"tfes_width\";s:7:\"default\";s:3:\"150\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"500\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:10:\"tfes_width\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"es_title_font_size\";a:7:{s:5:\"label\";s:15:\"Title Font Size\";s:11:\"description\";s:48:\"Controls the font size for elastic slider title.\";s:2:\"id\";s:18:\"es_title_font_size\";s:7:\"default\";s:4:\"42px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--es_title_font_size\";s:7:\"element\";s:10:\".ei-slider\";}}}s:20:\"es_caption_font_size\";a:7:{s:5:\"label\";s:17:\"Caption Font Size\";s:11:\"description\";s:50:\"Controls the font size for elastic slider caption.\";s:2:\"id\";s:20:\"es_caption_font_size\";s:7:\"default\";s:4:\"20px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:22:\"--es_caption_font_size\";}}}s:14:\"es_title_color\";a:7:{s:5:\"label\";s:11:\"Title Color\";s:11:\"description\";s:47:\"Controls the color of the elastic slider title.\";s:2:\"id\";s:14:\"es_title_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:16:\"--es_title_color\";s:7:\"element\";s:10:\".ei-slider\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"es_caption_color\";a:7:{s:5:\"label\";s:13:\"Caption Color\";s:11:\"description\";s:49:\"Controls the color of the elastic slider caption.\";s:2:\"id\";s:16:\"es_caption_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--es_caption_color\";s:7:\"element\";s:10:\".ei-slider\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:15:\"status_lightbox\";a:5:{s:5:\"label\";s:8:\"Lightbox\";s:11:\"description\";s:52:\"Turn on to enable the lightbox throughout the theme.\";s:2:\"id\";s:15:\"status_lightbox\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:22:\"status_lightbox_single\";a:6:{s:5:\"label\";s:49:\"Lightbox For Featured Images On Single Post Pages\";s:11:\"description\";s:95:\"Turn on to enable the lightbox on single blog and portfolio posts for the main featured images.\";s:2:\"id\";s:22:\"status_lightbox_single\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:17:\"lightbox_behavior\";a:7:{s:5:\"label\";s:17:\"Lightbox Behavior\";s:11:\"description\";s:72:\"Controls what the lightbox displays for single blog and portfolio posts.\";s:2:\"id\";s:17:\"lightbox_behavior\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:3:\"all\";s:34:\"First featured image of every post\";s:10:\"individual\";s:39:\"Only featured images of individual post\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:13:\"lightbox_skin\";a:8:{s:5:\"label\";s:13:\"Lightbox Skin\";s:11:\"description\";s:34:\"Controls the lightbox skin design.\";s:2:\"id\";s:13:\"lightbox_skin\";s:7:\"default\";s:11:\"metro-white\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";s:3:\"mac\";s:3:\"Mac\";s:11:\"metro-black\";s:11:\"Metro Black\";s:11:\"metro-white\";s:11:\"Metro White\";s:6:\"parade\";s:6:\"Parade\";s:6:\"smooth\";s:6:\"Smooth\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_skin\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"lightbox_path\";a:8:{s:5:\"label\";s:19:\"Thumbnails Position\";s:11:\"description\";s:49:\"Controls the position of the lightbox thumbnails.\";s:2:\"id\";s:13:\"lightbox_path\";s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:8:\"vertical\";s:5:\"Right\";s:10:\"horizontal\";s:6:\"Bottom\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_path\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"lightbox_animation_speed\";a:8:{s:5:\"label\";s:15:\"Animation Speed\";s:11:\"description\";s:45:\"Controls the animation speed of the lightbox.\";s:2:\"id\";s:24:\"lightbox_animation_speed\";s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"fast\";s:4:\"Fast\";s:6:\"normal\";s:6:\"Normal\";s:4:\"slow\";s:4:\"Slow\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:24:\"lightbox_animation_speed\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"lightbox_zoom\";a:8:{s:5:\"label\";s:25:\"Lightbox Image Hover Zoom\";s:11:\"description\";s:86:\"Set the scale factor for hovered images inside the lightbox. Set to 1 to disable zoom.\";s:2:\"id\";s:13:\"lightbox_zoom\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:1:\"2\";s:4:\"step\";s:4:\"0.05\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_zoom\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"lightbox_arrows\";a:7:{s:5:\"label\";s:6:\"Arrows\";s:11:\"description\";s:41:\"Turn on to display arrows in the lightbox\";s:2:\"id\";s:15:\"lightbox_arrows\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"lightbox_skin\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"parade\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:15:\"lightbox_arrows\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"lightbox_gallery\";a:7:{s:5:\"label\";s:25:\"Gallery Start/Stop Button\";s:11:\"description\";s:53:\"Turn on to display the gallery start and stop button.\";s:2:\"id\";s:16:\"lightbox_gallery\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:16:\"lightbox_gallery\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"lightbox_loop\";a:7:{s:5:\"label\";s:21:\"Loop Lightbox Gallery\";s:11:\"description\";s:37:\"Turn on to loop the lightbox gallery.\";s:2:\"id\";s:13:\"lightbox_loop\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_loop\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"lightbox_autoplay\";a:7:{s:5:\"label\";s:29:\"Autoplay the Lightbox Gallery\";s:11:\"description\";s:41:\"Turn on to autoplay the lightbox gallery.\";s:2:\"id\";s:17:\"lightbox_autoplay\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:17:\"lightbox_autoplay\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"lightbox_slideshow_speed\";a:8:{s:5:\"label\";s:15:\"Slideshow Speed\";s:11:\"description\";s:75:\"Controls the slideshow speed if autoplay is turned on. ex: 1000 = 1 second.\";s:2:\"id\";s:24:\"lightbox_slideshow_speed\";s:7:\"default\";s:4:\"5000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:4:\"1000\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:2:\"50\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:24:\"lightbox_slideshow_speed\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"lightbox_opacity\";a:8:{s:5:\"label\";s:18:\"Background Opacity\";s:11:\"description\";s:66:\"Controls the opacity level for the background behind the lightbox.\";s:2:\"id\";s:16:\"lightbox_opacity\";s:7:\"default\";s:3:\"0.9\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"0.1\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:4:\"0.01\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:16:\"lightbox_opacity\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:14:\"lightbox_title\";a:7:{s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:51:\"Turn on to display the image title in the lightbox.\";s:2:\"id\";s:14:\"lightbox_title\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:14:\"lightbox_title\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"lightbox_desc\";a:7:{s:5:\"label\";s:7:\"Caption\";s:11:\"description\";s:53:\"Turn on to display the image caption in the lightbox.\";s:2:\"id\";s:13:\"lightbox_desc\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_desc\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"lightbox_social\";a:7:{s:5:\"label\";s:14:\"Social Sharing\";s:11:\"description\";s:54:\"Turn on to display social sharing buttons on lightbox.\";s:2:\"id\";s:15:\"lightbox_social\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:15:\"lightbox_social\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"lightbox_deeplinking\";a:7:{s:5:\"label\";s:11:\"Deeplinking\";s:11:\"description\";s:43:\"Turn on to deeplink images in the lightbox.\";s:2:\"id\";s:20:\"lightbox_deeplinking\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"lightbox_post_images\";a:7:{s:5:\"label\";s:28:\"Show Post Images in Lightbox\";s:11:\"description\";s:85:\"Turn on to display post images in the lightbox that are inside the post content area.\";s:2:\"id\";s:20:\"lightbox_post_images\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:23:\"fusionLightboxVideoVars\";s:2:\"id\";s:20:\"lightbox_post_images\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"lightbox_video_dimensions\";a:8:{s:5:\"label\";s:26:\"Slideshow Video Dimensions\";s:11:\"description\";s:61:\"Controls the width and height for videos inside the lightbox.\";s:2:\"id\";s:25:\"lightbox_video_dimensions\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:9:\"globalVar\";s:23:\"fusionLightboxVideoVars\";s:2:\"id\";s:20:\"lightbox_video_width\";s:6:\"choice\";s:5:\"width\";s:7:\"trigger\";a:4:{i:0;s:4:\"load\";i:1;s:5:\"ready\";i:2;s:6:\"resize\";i:3;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:9:\"globalVar\";s:23:\"fusionLightboxVideoVars\";s:2:\"id\";s:21:\"lightbox_video_height\";s:6:\"choice\";s:6:\"height\";s:7:\"trigger\";a:4:{i:0;s:4:\"load\";i:1;s:5:\"ready\";i:2;s:6:\"resize\";i:3;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:33:\"forms_styling_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:233:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab apply to all forms throughout the site, including Avada Forms and the 3rd party plugins that Avada has design integration with.</div>\";s:2:\"id\";s:33:\"forms_styling_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:17:\"form_input_height\";a:7:{s:5:\"label\";s:28:\"Form Input and Select Height\";s:11:\"description\";s:64:\"Controls the height of all search, form input and select fields.\";s:2:\"id\";s:17:\"form_input_height\";s:7:\"default\";s:4:\"50px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{i:0;s:2:\"px\";}s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:19:\"--form_input_height\";}i:1;a:2:{s:4:\"name\";s:42:\"--form_input_height-main-menu-search-width\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:22:\"calc(250px + 1.43 * $)\";i:1;s:5:\"250px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:17:\"form_input_height\";i:1;s:1:\">\";i:2;s:2:\"35\";}}}}}}}s:14:\"form_text_size\";a:6:{s:5:\"label\";s:14:\"Form Font Size\";s:11:\"description\";s:35:\"Controls the size of the form text.\";s:2:\"id\";s:14:\"form_text_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--form_text_size\";s:2:\"po\";b:0;}}}s:13:\"form_bg_color\";a:6:{s:5:\"label\";s:27:\"Form Field Background Color\";s:11:\"description\";s:45:\"Controls the background color of form fields.\";s:2:\"id\";s:13:\"form_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:15:\"--form_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}s:2:\"po\";b:0;}}}s:15:\"form_text_color\";a:6:{s:5:\"label\";s:15:\"Form Text Color\";s:11:\"description\";s:36:\"Controls the color of the form text.\";s:2:\"id\";s:15:\"form_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:17:\"--form_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:21:\"--form_text_color-35a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.35\";}s:2:\"po\";b:0;}}}s:17:\"form_border_width\";a:7:{s:5:\"label\";s:16:\"Form Border Size\";s:11:\"description\";s:44:\"Controls the border size of the form fields.\";s:2:\"id\";s:17:\"form_border_width\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"1px\";s:6:\"bottom\";s:3:\"1px\";s:4:\"left\";s:3:\"1px\";s:5:\"right\";s:3:\"1px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:23:\"--form_border_width-top\";s:6:\"choice\";s:3:\"top\";s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:26:\"--form_border_width-bottom\";s:6:\"choice\";s:6:\"bottom\";s:2:\"po\";b:0;}i:2;a:3:{s:4:\"name\";s:24:\"--form_border_width-left\";s:6:\"choice\";s:4:\"left\";s:2:\"po\";b:0;}i:3;a:3:{s:4:\"name\";s:25:\"--form_border_width-right\";s:6:\"choice\";s:5:\"right\";s:2:\"po\";b:0;}}}s:17:\"form_border_color\";a:7:{s:5:\"label\";s:17:\"Form Border Color\";s:11:\"description\";s:298:\"Controls the border color of the form fields.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"form_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:19:\"--form_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}s:2:\"po\";b:0;}}}s:23:\"form_focus_border_color\";a:7:{s:5:\"label\";s:26:\"Form Border Color On Focus\";s:11:\"description\";s:319:\"Controls the border color of the form fields when they have focus.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:23:\"form_focus_border_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:25:\"--form_focus_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:28:\"--form_focus_border_color-5a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.5\";}s:2:\"po\";b:0;}}}s:18:\"form_border_radius\";a:7:{s:5:\"label\";s:18:\"Form Border Radius\";s:11:\"description\";s:86:\"Controls the border radius of the form fields. Also works, if border size is set to 0.\";s:2:\"id\";s:18:\"form_border_radius\";s:7:\"default\";s:1:\"6\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--form_border_radius\";s:13:\"value_pattern\";s:3:\"$px\";s:2:\"po\";b:0;}}}s:10:\"form_views\";a:6:{s:5:\"label\";s:18:\"Form Views Counter\";s:11:\"description\";s:214:\"Set the method to update the form views, or disable them entirely. &quot;Page Load&quot; option will update using PHP when a page is retrieved. &quot;Ajax&quot; will send an additional request after the page loads.\";s:2:\"id\";s:10:\"form_views\";s:7:\"default\";s:4:\"ajax\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:9:\"page_load\";s:9:\"Page Load\";s:4:\"ajax\";s:4:\"Ajax\";s:8:\"disabled\";s:8:\"Disabled\";}}s:19:\"form_views_counting\";a:6:{s:5:\"label\";s:19:\"Form Views Counting\";s:11:\"description\";s:66:\"Select which types of users will increase the form views on visit.\";s:2:\"id\";s:19:\"form_views_counting\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:3:\"all\";s:3:\"All\";s:10:\"logged_out\";s:10:\"Logged Out\";s:10:\"non_admins\";s:10:\"Non-Admins\";}}s:35:\"forms_enable_flatpickr_localization\";a:6:{s:5:\"label\";s:36:\"Enable Date/Time Picker Localization\";s:11:\"description\";s:158:\"If your site is using a language other than English, enabling this option will load the localization file, fitting your WordPress language setting, via a CDN.\";s:2:\"id\";s:35:\"forms_enable_flatpickr_localization\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:18:\"turnstile_site_key\";a:6:{s:5:\"label\";s:8:\"Site Key\";s:11:\"description\";s:190:\"Follow the steps in <a href=\"https://developers.cloudflare.com/turnstile/get-started/\" target=\"_blank\" rel=\"noopener noreferrer\">Cloudflare Turnstile docs</a> to create/access your site key.\";s:2:\"id\";s:18:\"turnstile_site_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"turnstile_secret_key\";a:6:{s:5:\"label\";s:10:\"Secret Key\";s:11:\"description\";s:192:\"Follow the steps in <a href=\"https://developers.cloudflare.com/turnstile/get-started/\" target=\"_blank\" rel=\"noopener noreferrer\">Cloudflare Turnstile docs</a> to create/access your secret key.\";s:2:\"id\";s:20:\"turnstile_secret_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"turnstile_appearance\";a:6:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:15:\"Appearance Mode\";s:11:\"description\";s:205:\"Choose the Turnstile appearance mode. &quot;Always&quot; will display the widget on page load in any case, while &quot;Interaction Only&quot; will make it visible only when visitor interaction is required.\";s:2:\"id\";s:20:\"turnstile_appearance\";s:7:\"default\";s:6:\"always\";s:7:\"choices\";a:2:{s:6:\"always\";s:6:\"Always\";s:16:\"interaction-only\";s:16:\"Interaction Only\";}}s:15:\"turnstile_theme\";a:6:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:12:\"Color Scheme\";s:11:\"description\";s:34:\"Choose the Turnstile color scheme.\";s:2:\"id\";s:15:\"turnstile_theme\";s:7:\"default\";s:4:\"auto\";s:7:\"choices\";a:3:{s:4:\"auto\";s:4:\"Auto\";s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";}}s:14:\"turnstile_size\";a:6:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:11:\"Widget Size\";s:11:\"description\";s:33:\"Choose the Turnstile widget size.\";s:2:\"id\";s:14:\"turnstile_size\";s:7:\"default\";s:6:\"normal\";s:7:\"choices\";a:3:{s:6:\"normal\";s:14:\"Normal (300px)\";s:8:\"flexible\";s:15:\"Flexible (100%)\";s:7:\"compact\";s:15:\"Compact (150px)\";}}s:18:\"turnstile_language\";a:6:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:8:\"Language\";s:11:\"description\";s:37:\"Choose the Turnstile widget language.\";s:2:\"id\";s:18:\"turnstile_language\";s:7:\"default\";s:4:\"auto\";s:7:\"choices\";a:40:{s:4:\"auto\";s:28:\"Auto (User browser language)\";s:5:\"ar-eg\";s:14:\"Arabic (Egypt)\";s:5:\"bg-bg\";s:20:\"Bulgarian (Bulgaria)\";s:5:\"zh-cn\";s:27:\"Chinese (Simplified, China)\";s:5:\"zh-tw\";s:29:\"Chinese (Traditional, Taiwan)\";s:5:\"hr-hr\";s:18:\"Croatian (Croatia)\";s:5:\"cs-cz\";s:22:\"Czech (Czech Republic)\";s:5:\"da-dk\";s:16:\"Danish (Denmark)\";s:5:\"nl-nl\";s:19:\"Dutch (Netherlands)\";s:5:\"en-us\";s:23:\"English (United States)\";s:5:\"fa-ir\";s:12:\"Farsi (Iran)\";s:5:\"fi-fi\";s:17:\"Finnish (Finland)\";s:5:\"fr-fr\";s:15:\"French (France)\";s:5:\"de-de\";s:16:\"German (Germany)\";s:5:\"el-gr\";s:14:\"Greek (Greece)\";s:5:\"he-il\";s:15:\"Hebrew (Israel)\";s:5:\"hi-in\";s:13:\"Hindi (India)\";s:5:\"hu-hu\";s:19:\"Hungarian (Hungary)\";s:5:\"id-id\";s:22:\"Indonesian (Indonesia)\";s:5:\"it-it\";s:15:\"Italian (Italy)\";s:5:\"ja-jp\";s:16:\"Japanese (Japan)\";s:3:\"tlh\";s:18:\"Klingon (Qo’noS)\";s:5:\"ko-kr\";s:14:\"Korean (Korea)\";s:5:\"lt-lt\";s:22:\"Lithuanian (Lithuania)\";s:5:\"ms-my\";s:16:\"Malay (Malaysia)\";s:5:\"nb-no\";s:26:\"Norwegian Bokmål (Norway)\";s:5:\"pl-pl\";s:15:\"Polish (Poland)\";s:5:\"pt-br\";s:19:\"Portuguese (Brazil)\";s:5:\"ro-ro\";s:18:\"Romanian (Romania)\";s:5:\"ru-ru\";s:16:\"Russian (Russia)\";s:5:\"sr-ba\";s:32:\"Serbian (Bosnia and Herzegovina)\";s:5:\"sk-sk\";s:17:\"Slovak (Slovakia)\";s:5:\"sl-si\";s:20:\"Slovenian (Slovenia)\";s:5:\"es-es\";s:15:\"Spanish (Spain)\";s:5:\"sv-se\";s:16:\"Swedish (Sweden)\";s:5:\"tl-ph\";s:21:\"Tagalog (Philippines)\";s:5:\"th-th\";s:15:\"Thai (Thailand)\";s:5:\"tr-tr\";s:16:\"Turkish (Turkey)\";s:5:\"uk-ua\";s:19:\"Ukrainian (Ukraine)\";s:5:\"vi-vn\";s:20:\"Vietnamese (Vietnam)\";}}s:22:\"turnstile_comment_form\";a:5:{s:5:\"label\";s:22:\"Turnstile For Comments\";s:11:\"description\";s:42:\"Turn on to add Turnstile to comment forms.\";s:2:\"id\";s:22:\"turnstile_comment_form\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:17:\"recaptcha_version\";a:7:{s:5:\"label\";s:17:\"reCAPTCHA Version\";s:11:\"description\";s:94:\"Set the reCAPTCHA version you want to use and make sure your keys below match the set version.\";s:2:\"id\";s:17:\"recaptcha_version\";s:7:\"default\";s:2:\"v3\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:2:\"v2\";s:2:\"V2\";s:2:\"v3\";s:2:\"V3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:16:\"recaptcha_public\";a:6:{s:5:\"label\";s:18:\"reCAPTCHA Site Key\";s:11:\"description\";s:169:\"Follow the steps in <a href=\"https://avada.com/documentation/how-to-set-up-google-recaptcha/\" target=\"_blank\" rel=\"noopener noreferrer\">our docs</a> to get the site key.\";s:2:\"id\";s:16:\"recaptcha_public\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:17:\"recaptcha_private\";a:6:{s:5:\"label\";s:20:\"reCAPTCHA Secret Key\";s:11:\"description\";s:171:\"Follow the steps in <a href=\"https://avada.com/documentation/how-to-set-up-google-recaptcha/\" target=\"_blank\" rel=\"noopener noreferrer\">our docs</a> to get the secret key.\";s:2:\"id\";s:17:\"recaptcha_private\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:22:\"recaptcha_color_scheme\";a:8:{s:5:\"label\";s:22:\"reCAPTCHA Color Scheme\";s:11:\"description\";s:36:\"Controls the reCAPTCHA color scheme.\";s:2:\"id\";s:22:\"recaptcha_color_scheme\";s:7:\"default\";s:5:\"light\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"recaptcha_version\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v2\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:15:\"recaptcha_score\";a:8:{s:5:\"label\";s:24:\"reCAPTCHA Security Score\";s:11:\"description\";s:153:\"Set a threshold score that must be met by the reCAPTCHA response. The higher the score the harder it becomes for bots, but also false positives increase.\";s:2:\"id\";s:15:\"recaptcha_score\";s:7:\"default\";s:3:\"0.5\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"0.1\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:3:\"0.1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"recaptcha_version\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v3\";}}s:9:\"transport\";s:11:\"postMessage\";}s:24:\"recaptcha_badge_position\";a:8:{s:5:\"label\";s:24:\"reCAPTCHA Badge Position\";s:11:\"description\";s:162:\"Set where and if the reCAPTCHA badge should be displayed. <strong>NOTE:</strong> Google\'s Terms and Privacy information needs to be displayed on the contact form.\";s:2:\"id\";s:24:\"recaptcha_badge_position\";s:7:\"default\";s:6:\"inline\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"inline\";s:6:\"Inline\";s:10:\"bottomleft\";s:11:\"Bottom Left\";s:11:\"bottomright\";s:12:\"Bottom Right\";s:4:\"hide\";s:4:\"Hide\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"recaptcha_version\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v3\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:20:\"recaptcha_login_form\";a:5:{s:5:\"label\";s:27:\"reCAPTCHA For User Elements\";s:11:\"description\";s:91:\"Turn on to add reCAPTCHA to the user login, user lost password and user registration forms.\";s:2:\"id\";s:20:\"recaptcha_login_form\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:22:\"recaptcha_comment_form\";a:5:{s:5:\"label\";s:22:\"reCAPTCHA For Comments\";s:11:\"description\";s:42:\"Turn on to add reCAPTCHA to comment forms.\";s:2:\"id\";s:22:\"recaptcha_comment_form\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:11:\"hubspot_api\";a:7:{s:5:\"label\";s:11:\"HubSpot API\";s:11:\"description\";s:51:\"Select a method to connect to your HubSpot account.\";s:2:\"id\";s:11:\"hubspot_api\";s:7:\"default\";s:3:\"off\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"auth\";s:5:\"OAuth\";s:3:\"key\";s:7:\"API Key\";s:3:\"off\";s:3:\"Off\";}s:9:\"transport\";s:11:\"postMessage\";}s:11:\"hubspot_key\";a:7:{s:5:\"label\";s:15:\"HubSpot API Key\";s:11:\"description\";s:187:\"Follow the steps in <a href=\"https://knowledge.hubspot.com/integrations/how-do-i-get-my-hubspot-api-key\" target=\"_blank\" rel=\"noopener noreferrer\">HubSpot docs</a> to access your API key.\";s:2:\"id\";s:11:\"hubspot_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"hubspot_api\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"key\";}}s:9:\"transport\";s:11:\"postMessage\";}s:13:\"hubspot_oauth\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:1846:\"<div id=\"fusion-hubspot-content\"><div data-id=\"error\" style=\"display:none\"><span><strong>There was a problem when trying to connect. </strong><a target=\"_blank\" href=\"https://avada.com/documentation/how-to-integrate-hubspot-with-avada-forms/\">HubSpot integration with Avada Forms documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://app.hubspot.com/oauth/authorize?client_id=999cc7c3-e358-4a3b-9984-a37dfbd319fa&redirect_uri=https://updates.theme-fusion.com/hubspot-api&scope=actions%20timeline%20oauth%20forms%20communication_preferences.read_write%20crm.objects.contacts.write%20crm.schemas.contacts.read%20crm.schemas.companies.read%20crm.schemas.deals.read&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada%26_wpnonce%3D01f0c9b89d\">Try again.</a></div><div data-id=\"no_token\"  style=\"display:flex\"><span><strong>Currently not connected. </strong><a target=\"_blank\" href=\"https://avada.com/documentation/how-to-integrate-hubspot-with-avada-forms/\">HubSpot integration with Avada Forms documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://app.hubspot.com/oauth/authorize?client_id=999cc7c3-e358-4a3b-9984-a37dfbd319fa&redirect_uri=https://updates.theme-fusion.com/hubspot-api&scope=actions%20timeline%20oauth%20forms%20communication_preferences.read_write%20crm.objects.contacts.write%20crm.schemas.contacts.read%20crm.schemas.companies.read%20crm.schemas.deals.read&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada%26_wpnonce%3D01f0c9b89d\">Connect with HubSpot</a></div><div data-id=\"connected\"  style=\"display:none\"><strong>Connected with HubSpot</strong><a class=\"button-primary\" target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada&#038;revoke_hubspot=1&#038;_wpnonce=01f0c9b89d\">Revoke Access</a></div>\";s:2:\"id\";s:13:\"hubspot_oauth\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"hubspot_api\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"auth\";}}}s:13:\"mailchimp_api\";a:7:{s:5:\"label\";s:13:\"Mailchimp API\";s:11:\"description\";s:53:\"Select a method to connect to your Mailchimp account.\";s:2:\"id\";s:13:\"mailchimp_api\";s:7:\"default\";s:3:\"off\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"auth\";s:5:\"OAuth\";s:3:\"key\";s:7:\"API Key\";s:3:\"off\";s:3:\"Off\";}s:9:\"transport\";s:11:\"postMessage\";}s:13:\"mailchimp_key\";a:7:{s:5:\"label\";s:17:\"Mailchimp API Key\";s:11:\"description\";s:157:\"Follow the steps in <a href=\"https://mailchimp.com/help/about-api-keys/\" target=\"_blank\" rel=\"noopener noreferrer\">Mailchimp docs</a> to access your API key.\";s:2:\"id\";s:13:\"mailchimp_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"mailchimp_api\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"key\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"mailchimp_oauth\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:1484:\"<div id=\"fusion-mailchimp-content\"><div data-id=\"error\" style=\"display:none\"><span><strong>There was a problem when trying to connect. </strong><a target=\"_blank\" href=\"https://avada.com/documentation/how-to-integrate-mailchimp-with-avada-forms/\">Mailchimp integration with Avada Forms documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://login.mailchimp.com/oauth2/authorize?response_type=code&client_id=594428288149&redirect_uri=https://updates.theme-fusion.com/mailchimp-api&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada%26_wpnonce%3D370b542970\">Try again.</a></div><div data-id=\"no_token\"  style=\"display:flex\"><span><strong>Currently not connected. </strong><a target=\"_blank\" href=\"https://avada.com/documentation/how-to-integrate-mailchimp-with-avada-forms/\">Mailchimp integration with Avada Forms documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://login.mailchimp.com/oauth2/authorize?response_type=code&client_id=594428288149&redirect_uri=https://updates.theme-fusion.com/mailchimp-api&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada%26_wpnonce%3D370b542970\">Connect with Mailchimp</a></div><div data-id=\"connected\"  style=\"display:none\"><strong>Connected with Mailchimp</strong><a class=\"button-primary\" target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada&#038;revoke_mailchimp=1&#038;_wpnonce=370b542970\">Revoke Access</a></div>\";s:2:\"id\";s:15:\"mailchimp_oauth\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"mailchimp_api\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"auth\";}}}s:32:\"contact_form_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:181:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are only for the contact form that displays on the \"Contact\" page template.</div>\";s:2:\"id\";s:32:\"contact_form_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:13:\"email_address\";a:6:{s:5:\"label\";s:13:\"Email Address\";s:11:\"description\";s:110:\"Enter the email address the form should be sent to. This only works for the form on the contact page template.\";s:2:\"id\";s:13:\"email_address\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:24:\"contact_comment_position\";a:8:{s:5:\"label\";s:34:\"Contact Form Comment Area Position\";s:11:\"description\";s:76:\"Controls the position of the comment field with respect to the other fields.\";s:2:\"id\";s:24:\"contact_comment_position\";s:7:\"default\";s:5:\"below\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"above\";s:5:\"Above\";s:5:\"below\";s:5:\"Below\";}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:20:\".fusion-contact-form\";}s:9:\"shortcuts\";a:1:{i:0;a:3:{s:10:\"aria_label\";s:17:\"Edit Contact Form\";s:4:\"icon\";s:11:\"fusiona-pen\";s:11:\"open_parent\";b:1;}}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:29:\"contact_form_privacy_checkbox\";a:6:{s:5:\"label\";s:37:\"Display Data Privacy Confirmation Box\";s:11:\"description\";s:139:\"Turn on to display a checkbox and custom label that has to be checked in order to confirm data privacy terms and that the form can be sent.\";s:2:\"id\";s:29:\"contact_form_privacy_checkbox\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:26:\"contact_form_privacy_label\";a:8:{s:5:\"label\";s:27:\"Data Privacy Checkbox Label\";s:11:\"description\";s:101:\"Enter the contents that should be displayed as label for the data privacy checkbox. Can contain HTML.\";s:2:\"id\";s:26:\"contact_form_privacy_label\";s:7:\"default\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:29:\"contact_form_privacy_checkbox\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:2:{s:7:\"element\";s:39:\"#comment-privacy-checkbox-wrapper label\";s:8:\"function\";s:4:\"html\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:24:\"google_map_disabled_note\";a:6:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:187:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Google Maps Script is disabled in Advanced > Theme Features section. Please enable it to see the options.</div>\";s:2:\"id\";s:24:\"google_map_disabled_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:30:\"google_map_important_note_info\";a:6:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:269:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are for the google map that displays on the \"Contact\" page template. The only option that controls the Avada Builder google map element is the Google Maps API Key.</div>\";s:2:\"id\";s:30:\"google_map_important_note_info\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:8:\"gmap_api\";a:8:{s:5:\"label\";s:19:\"Google Maps API Key\";s:11:\"description\";s:271:\"Follow the steps in <a href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#key\" target=\"_blank\" rel=\"noopener noreferrer\">the Google docs</a> to get the API key. This key applies to both the contact page map and Avada Builder google map element.\";s:2:\"id\";s:8:\"gmap_api\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}s:17:\"validate_callback\";s:42:\"fusion_fusionredux_validate_google_api_key\";}s:13:\"gmap_api_type\";a:8:{s:5:\"label\";s:15:\"Google API Type\";s:11:\"description\";s:394:\"Select the Google API type that should be used to load your map. The JavaScript API allows for more options and custom styling, but could be charged for by Google depending on map loads, while the embed API can be used for free regardless of map loads. For more information please see the <a href=\"https://cloud.google.com/maps-platform/user-guide/\" target=\"_blank\">Google Maps Users Guide</a>.\";s:2:\"id\";s:13:\"gmap_api_type\";s:7:\"default\";s:2:\"js\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:2:\"js\";s:6:\"JS API\";s:5:\"embed\";s:9:\"Embed API\";}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:22:\"#fusion-gmap-container\";}s:9:\"shortcuts\";a:1:{i:0;a:3:{s:10:\"aria_label\";s:15:\"Edit Google Map\";s:4:\"icon\";s:11:\"fusiona-pen\";s:11:\"open_parent\";b:1;}}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:18:\"gmap_embed_address\";a:7:{s:5:\"label\";s:7:\"Address\";s:11:\"description\";s:283:\"Add the address of the location you wish to display. Leave empty, if you don&#039;t want to display a map on the contact page. Address example: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates. ex: 12.381068,-1.492711.\";s:2:\"id\";s:18:\"gmap_embed_address\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:5:\"embed\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:19:\"gmap_embed_map_type\";a:8:{s:5:\"label\";s:8:\"Map Type\";s:11:\"description\";s:41:\"Select the type of google map to display.\";s:2:\"id\";s:19:\"gmap_embed_map_type\";s:7:\"default\";s:7:\"roadmap\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"roadmap\";s:7:\"Roadmap\";s:9:\"satellite\";s:9:\"Satellite\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:5:\"embed\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:12:\"gmap_address\";a:7:{s:5:\"label\";s:18:\"Google Map Address\";s:11:\"description\";s:411:\"Add the address to the location you wish to display. Leave empty, if you don&#039;t want to display a map on the contact page. Single address example: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates with latlng=. ex: latlng=12.381068,-1.492711. For multiple addresses, separate addresses by using the | symbol. ex: Address 1|Address 2|Address 3.\";s:2:\"id\";s:12:\"gmap_address\";s:7:\"default\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:9:\"gmap_type\";a:8:{s:5:\"label\";s:15:\"Google Map Type\";s:11:\"description\";s:46:\"Controls the type of google map that displays.\";s:2:\"id\";s:9:\"gmap_type\";s:7:\"default\";s:7:\"roadmap\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:7:\"roadmap\";s:7:\"Roadmap\";s:9:\"satellite\";s:9:\"Satellite\";s:6:\"hybrid\";s:6:\"Hybrid\";s:7:\"terrain\";s:7:\"Terrain\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:15:\"gmap_dimensions\";a:8:{s:5:\"label\";s:21:\"Google Map Dimensions\";s:11:\"description\";s:95:\"Controls the width and height of the google map. NOTE: height does not accept percentage value.\";s:2:\"id\";s:15:\"gmap_dimensions\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:14:\"gmap_topmargin\";a:7:{s:5:\"label\";s:21:\"Google Map Top Margin\";s:11:\"description\";s:105:\"This is only applied to google maps that are not 100% width. It controls the distance to menu/page title.\";s:2:\"id\";s:14:\"gmap_topmargin\";s:7:\"default\";s:4:\"55px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:16:\"--gmap_topmargin\";s:7:\"element\";s:17:\".avada-google-map\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:4:\"55px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:22:\"gmap_dimensions[width]\";i:1;s:3:\"===\";i:2;s:4:\"100%\";}}}}}}}s:14:\"map_zoom_level\";a:8:{s:5:\"label\";s:14:\"Map Zoom Level\";s:11:\"description\";s:143:\"Choose the zoom level for the map. 0 corresponds to a map of the earth fully zoomed out, and larger zoom levels zoom in at a higher resolution.\";s:2:\"id\";s:14:\"map_zoom_level\";s:7:\"default\";i:8;s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:0;s:3:\"max\";i:22;s:4:\"step\";i:1;}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:7:\"map_pin\";a:7:{s:5:\"label\";s:11:\"Address Pin\";s:11:\"description\";s:46:\"Turn on to display the google map address pin.\";s:2:\"id\";s:7:\"map_pin\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:18:\"gmap_pin_animation\";a:7:{s:5:\"label\";s:21:\"Address Pin Animation\";s:11:\"description\";s:65:\"Turn on to enable address pin animation when the map first loads.\";s:2:\"id\";s:18:\"gmap_pin_animation\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:9:\"map_popup\";a:7:{s:5:\"label\";s:18:\"Map Popup On Click\";s:11:\"description\";s:97:\"Turn on to require a click to display the popup graphic with address info for the pin on the map.\";s:2:\"id\";s:9:\"map_popup\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:15:\"map_scrollwheel\";a:7:{s:5:\"label\";s:25:\"Map Zoom With Scrollwheel\";s:11:\"description\";s:189:\"Turn on to enable zooming using the mouse scroll wheel. Use Cmd/Ctrl key + scroll to zoom. If set to no, zooming through two-finger movements (cooperative gesture handling) will be enabled.\";s:2:\"id\";s:15:\"map_scrollwheel\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:9:\"map_scale\";a:7:{s:5:\"label\";s:9:\"Map Scale\";s:11:\"description\";s:40:\"Turn on to display the google map scale.\";s:2:\"id\";s:9:\"map_scale\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:15:\"map_zoomcontrol\";a:7:{s:5:\"label\";s:22:\"Map Zoom Control Icons\";s:11:\"description\";s:53:\"Turn on to display the google map zoom control icons.\";s:2:\"id\";s:15:\"map_zoomcontrol\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:26:\"google_map_disabled_note_1\";a:6:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:187:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Google Maps Script is disabled in Advanced > Theme Features section. Please enable it to see the options.</div>\";s:2:\"id\";s:26:\"google_map_disabled_note_1\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:38:\"google_map_styling_important_note_info\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:278:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are only for the google map that displays on the \"Contact\" page template, they do not control the google map element.  These options are only available for the JS API type.</div>\";s:2:\"id\";s:38:\"google_map_styling_important_note_info\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}}s:11:\"map_styling\";a:8:{s:5:\"label\";s:22:\"Select the Map Styling\";s:11:\"description\";s:133:\"Controls the google map styles. Default is google style, Theme is our style, or choose Custom to select your own style options below.\";s:2:\"id\";s:11:\"map_styling\";s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:7:\"default\";s:15:\"Default Styling\";s:5:\"theme\";s:13:\"Theme Styling\";s:6:\"custom\";s:14:\"Custom Styling\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:17:\"map_overlay_color\";a:7:{s:5:\"label\";s:17:\"Map Overlay Color\";s:11:\"description\";s:137:\"Custom styling setting only. Pick any overlaying color for the map besides pure black or white. Works best with &quot;roadmap&quot; type.\";s:2:\"id\";s:17:\"map_overlay_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:19:\"map_infobox_styling\";a:8:{s:5:\"label\";s:16:\"Info Box Styling\";s:11:\"description\";s:66:\"Custom styling setting only. Controls the styling of the info box.\";s:2:\"id\";s:19:\"map_infobox_styling\";s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:7:\"default\";s:15:\"Default Infobox\";s:6:\"custom\";s:14:\"Custom Infobox\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:19:\"map_infobox_content\";a:7:{s:5:\"label\";s:16:\"Info Box Content\";s:11:\"description\";s:207:\"Custom styling setting only. Type in custom info box content to replace the default address string. For multiple addresses, separate info box contents by using the | symbol. ex: InfoBox 1|InfoBox 2|InfoBox 3\";s:2:\"id\";s:19:\"map_infobox_content\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:20:\"map_infobox_bg_color\";a:7:{s:5:\"label\";s:25:\"Info Box Background Color\";s:11:\"description\";s:68:\"Custom styling setting only. Controls the info box background color.\";s:2:\"id\";s:20:\"map_infobox_bg_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:19:\"map_infobox_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:2;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:22:\"map_infobox_text_color\";a:7:{s:5:\"label\";s:19:\"Info Box Text Color\";s:11:\"description\";s:62:\"Custom styling setting only. Controls the info box text color.\";s:2:\"id\";s:22:\"map_infobox_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:19:\"map_infobox_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:2;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:22:\"map_custom_marker_icon\";a:7:{s:5:\"label\";s:18:\"Custom Marker Icon\";s:11:\"description\";s:228:\"Custom styling setting only. Use full image urls for custom marker icons or input &quot;theme&quot; for our custom marker. For multiple addresses, separate icons by using the | symbol or use one for all. ex: Icon 1|Icon 2|Icon 3\";s:2:\"id\";s:22:\"map_custom_marker_icon\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:19:\"map_infobox_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:2;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:21:\"search_filter_results\";a:6:{s:5:\"label\";s:31:\"Limit Search Results Post Types\";s:11:\"description\";s:74:\"Turn on to limit the search results to specific post types you can choose.\";s:2:\"id\";s:21:\"search_filter_results\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:14:\"search_content\";a:10:{s:5:\"label\";s:22:\"Search Results Content\";s:11:\"description\";s:61:\"Controls the type of content that displays in search results.\";s:2:\"id\";s:14:\"search_content\";s:7:\"default\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:15:\"avada_portfolio\";i:3;s:9:\"avada_faq\";}s:4:\"type\";s:6:\"select\";s:4:\"data\";s:10:\"post_types\";s:5:\"multi\";b:1;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:21:\"search_filter_results\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}s:7:\"choices\";a:6:{s:4:\"post\";s:5:\"Posts\";s:4:\"page\";s:5:\"Pages\";s:15:\"avada_portfolio\";s:15:\"Portfolio Items\";s:9:\"avada_faq\";s:9:\"FAQ Items\";s:7:\"product\";s:20:\"WooCommerce Products\";s:12:\"tribe_events\";s:21:\"Events Calendar Posts\";}}s:27:\"search_limit_to_post_titles\";a:6:{s:5:\"label\";s:27:\"Limit Search to Post Titles\";s:11:\"description\";s:48:\"Turn on to limit the search to post titles only.\";s:2:\"id\";s:27:\"search_limit_to_post_titles\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:27:\"search_add_woo_product_skus\";a:6:{s:5:\"label\";s:35:\"Search for WooCommerce Product SKUs\";s:11:\"description\";s:132:\"Turn on to also search for WooCommerce product SKUs. This will only work, if products have been added to the search results content.\";s:2:\"id\";s:27:\"search_add_woo_product_skus\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:18:\"search_form_design\";a:7:{s:5:\"label\";s:18:\"Search Form Design\";s:11:\"description\";s:40:\"Controls the design of the search forms.\";s:2:\"id\";s:18:\"search_form_design\";s:7:\"default\";s:5:\"clean\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"classic\";s:7:\"Classic\";s:5:\"clean\";s:5:\"Clean\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:20:\"fusion-search-form-$\";s:12:\"remove_attrs\";a:2:{i:0;s:26:\"fusion-search-form-classic\";i:1;s:24:\"fusion-search-form-clean\";}}}}s:11:\"live_search\";a:7:{s:5:\"label\";s:18:\"Enable Live Search\";s:11:\"description\";s:90:\"Turn on to enable live search results on menu search field and other fitting search forms.\";s:2:\"id\";s:11:\"live_search\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:22:\"searchform_live_search\";a:4:{s:8:\"selector\";s:30:\".searchform.fusion-search-form\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"searchform\";}s:21:\"success_trigger_event\";s:15:\"avadaLiveSearch\";}}i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:11:\"live_search\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:26:\"live_search_min_char_count\";a:9:{s:5:\"label\";s:35:\"Live Search Minimal Character Count\";s:11:\"description\";s:312:\"Set the minimal character count to trigger the live search.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"live_search_min_char_count\";s:7:\"default\";s:1:\"4\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:37:\"searchform_live_search_min_char_count\";a:4:{s:8:\"selector\";s:30:\".searchform.fusion-search-form\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"searchform\";}s:21:\"success_trigger_event\";s:15:\"avadaLiveSearch\";}}i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:14:\"min_char_count\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:28:\"live_search_results_per_page\";a:8:{s:5:\"label\";s:27:\"Live Search Number of Posts\";s:11:\"description\";s:336:\"Controls the number of posts that should be displayed as search result suggestions.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:28:\"live_search_results_per_page\";s:7:\"default\";s:3:\"100\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"10\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:2:\"10\";}s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:8:\"per_page\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:26:\"live_search_results_height\";a:8:{s:5:\"label\";s:36:\"Live Search Results Container Height\";s:11:\"description\";s:333:\"Controls the height of the container in which the search results will be listed.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"live_search_results_height\";s:7:\"default\";s:3:\"250\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"100\";s:3:\"max\";s:3:\"800\";s:4:\"step\";s:1:\"5\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--live_search_results_height\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:34:\"live_search_display_featured_image\";a:7:{s:5:\"label\";s:34:\"Live Search Display Featured Image\";s:11:\"description\";s:318:\"Turn on to display the featured image of each live search result.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:34:\"live_search_display_featured_image\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:13:\"show_feat_img\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:29:\"live_search_display_post_type\";a:7:{s:5:\"label\";s:29:\"Live Search Display Post Type\";s:11:\"description\";s:313:\"Turn on to display the post type of each live search result.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:29:\"live_search_display_post_type\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:17:\"display_post_type\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:44:\"search_page_options_template_override_notice\";a:5:{s:2:\"id\";s:44:\"search_page_options_template_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:35:\"search_page_options_template_notice\";a:5:{s:2:\"id\";s:35:\"search_page_options_template_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Live Builder to create a custom Content Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:13:\"search_layout\";a:8:{s:5:\"label\";s:21:\"Search Results Layout\";s:11:\"description\";s:48:\"Controls the layout for the search results page.\";s:2:\"id\";s:13:\"search_layout\";s:7:\"default\";s:4:\"grid\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:6:{s:5:\"large\";s:5:\"Large\";s:6:\"medium\";s:6:\"Medium\";s:15:\"large alternate\";s:15:\"Large Alternate\";s:16:\"medium alternate\";s:16:\"Medium Alternate\";s:4:\"grid\";s:4:\"Grid\";s:8:\"timeline\";s:8:\"Timeline\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:23:\"search_results_per_page\";a:8:{s:5:\"label\";s:33:\"Number of Search Results Per Page\";s:11:\"description\";s:47:\"Controls the number of search results per page.\";s:2:\"id\";s:23:\"search_results_per_page\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:22:\"search_pagination_type\";a:8:{s:5:\"label\";s:22:\"Search Pagination Type\";s:11:\"description\";s:57:\"Controls the pagination type for the search results page.\";s:2:\"id\";s:22:\"search_pagination_type\";s:7:\"default\";s:10:\"pagination\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:10:\"pagination\";s:10:\"Pagination\";s:15:\"infinite_scroll\";s:15:\"Infinite Scroll\";s:16:\"load_more_button\";s:16:\"Load More Button\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:19:\"search_grid_columns\";a:10:{s:5:\"label\";s:17:\"Number of Columns\";s:11:\"description\";s:48:\"Controls the number of columns for grid layouts.\";s:2:\"id\";s:19:\"search_grid_columns\";s:7:\"default\";i:3;s:4:\"type\";s:6:\"slider\";s:6:\"hidden\";b:0;s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";i:1;}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"search_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:13:\"search_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:26:\"search_grid_column_spacing\";a:10:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:47:\"Controls the column spacing for search results.\";s:2:\"id\";s:26:\"search_grid_column_spacing\";s:7:\"default\";s:2:\"40\";s:4:\"type\";s:6:\"slider\";s:6:\"hidden\";b:0;s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"300\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"search_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:13:\"search_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:28:\"--search_grid_column_spacing\";s:7:\"element\";s:24:\".fusion-blog-layout-grid\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:21:\"search_content_length\";a:8:{s:5:\"label\";s:22:\"Search Content Display\";s:11:\"description\";s:104:\"Controls if the search results content displays as an excerpt or full content or is completely disabled.\";s:2:\"id\";s:21:\"search_content_length\";s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:7:\"excerpt\";s:7:\"Excerpt\";s:12:\"full_content\";s:12:\"Full Content\";s:7:\"no_text\";s:7:\"No Text\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:21:\"search_excerpt_length\";a:9:{s:5:\"label\";s:21:\"Search Excerpt Length\";s:11:\"description\";s:206:\"Controls the number of <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&lang=en#excerpt_base\" target=\"_blank\" rel=\"noopener noreferrer\">words</a> in the excerpts on search results.\";s:2:\"id\";s:21:\"search_excerpt_length\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:21:\"search_content_length\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"excerpt\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"search_strip_html_excerpt\";a:8:{s:5:\"label\";s:30:\"Search Strip HTML from Excerpt\";s:11:\"description\";s:75:\"Turn on to strip HTML content from the excerpt for the search results page.\";s:2:\"id\";s:25:\"search_strip_html_excerpt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:21:\"search_content_length\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"excerpt\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:22:\"search_featured_images\";a:7:{s:5:\"label\";s:34:\"Featured Images for Search Results\";s:11:\"description\";s:54:\"Turn on to display featured images for search results.\";s:2:\"id\";s:22:\"search_featured_images\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:11:\"search_meta\";a:9:{s:5:\"label\";s:19:\"Search Results Meta\";s:11:\"description\";s:84:\"Select the post meta data you want to be displayed in the individual search results.\";s:2:\"id\";s:11:\"search_meta\";s:7:\"default\";a:5:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";i:4;s:9:\"read_more\";}s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:5:\"multi\";b:1;s:7:\"choices\";a:7:{s:6:\"author\";s:6:\"Author\";s:4:\"date\";s:4:\"Date\";s:10:\"categories\";s:10:\"Categories\";s:4:\"tags\";s:4:\"Tags\";s:8:\"comments\";s:8:\"Comments\";s:9:\"read_more\";s:14:\"Read More Link\";s:9:\"post_type\";s:9:\"Post Type\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:26:\"search_new_search_position\";a:8:{s:5:\"label\";s:21:\"Search Field Position\";s:11:\"description\";s:67:\"Controls the position of the search bar on the search results page.\";s:2:\"id\";s:26:\"search_new_search_position\";s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:3:\"top\";s:13:\"Above Results\";s:6:\"bottom\";s:13:\"Below Results\";s:6:\"hidden\";s:4:\"Hide\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:12:\"privacy_note\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:589:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options in this section help you comply more easily with data privacy regulations such as the GDPR. When the \"Privacy Consent\" option is enabled, Avada creates a cookie named <b>\"privacy_embeds\"</b> in visitors’ browsers to store and manage consent preferences for third-party embeds and tracking scripts. This also includes scripts added through \"Custom Code Snippets\" (Advanced > Code Fields) that use a privacy category. You may want to include information about this cookie in your privacy policy.</div>\";s:2:\"id\";s:12:\"privacy_note\";s:4:\"type\";s:6:\"custom\";}s:18:\"gfonts_load_method\";a:7:{s:2:\"id\";s:18:\"gfonts_load_method\";s:5:\"label\";s:36:\"Google &amp; Font Awesome Fonts Mode\";s:11:\"description\";s:184:\"When set to &quot;Local&quot;, the Google and Font Awesome fonts set in Global Options will be downloaded to your server. Set to &quot;CDN&quot; to use the Google and FontAwesome CDNs.\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:3:\"cdn\";s:7:\"choices\";a:2:{s:5:\"local\";s:5:\"Local\";s:3:\"cdn\";s:3:\"CDN\";}s:9:\"transport\";s:11:\"postMessage\";}s:14:\"privacy_embeds\";a:6:{s:5:\"label\";s:21:\"Privacy Consent Tools\";s:11:\"description\";s:79:\"Turn on to prevent scripts and embeds from loading until user consent is given.\";s:2:\"id\";s:14:\"privacy_embeds\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:14:\"privacy_expiry\";a:8:{s:5:\"label\";s:33:\"Privacy Consent Cookie Expiration\";s:11:\"description\";s:68:\"Controls how long the consent cookie should be stored for.  In days.\";s:2:\"id\";s:14:\"privacy_expiry\";s:7:\"default\";s:2:\"30\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"366\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"privacy_embed_types\";a:9:{s:5:\"label\";s:21:\"Privacy Consent Types\";s:11:\"description\";s:176:\"Select the types of embeds which you would like to require consent. Custom Code Snippets with a privacy category are automatically included and do not need to be selected here.\";s:2:\"id\";s:19:\"privacy_embed_types\";s:7:\"default\";a:13:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";i:7;s:9:\"instagram\";i:8;s:7:\"hubspot\";i:9;s:24:\"google_analytics_storage\";i:10;s:17:\"google_ad_storage\";i:11;s:19:\"google_ad_user_data\";i:12;s:25:\"google_ad_personalization\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:13:{s:7:\"youtube\";s:7:\"YouTube\";s:5:\"vimeo\";s:5:\"Vimeo\";s:10:\"soundcloud\";s:10:\"SoundCloud\";s:8:\"facebook\";s:8:\"Facebook\";s:6:\"flickr\";s:6:\"Flickr\";s:7:\"twitter\";s:1:\"X\";s:5:\"gmaps\";s:11:\"Google Maps\";s:9:\"instagram\";s:9:\"Instagram\";s:7:\"hubspot\";s:7:\"HubSpot\";s:24:\"google_analytics_storage\";s:24:\"Google Analytics Storage\";s:17:\"google_ad_storage\";s:17:\"Google Ad Storage\";s:19:\"google_ad_user_data\";s:19:\"Google Ad User Data\";s:25:\"google_ad_personalization\";s:25:\"Google Ad Personalization\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:22:\"privacy_embed_defaults\";a:9:{s:5:\"label\";s:30:\"Privacy Selected Consent Types\";s:11:\"description\";s:138:\"Select the types of embeds which you would like to have checked by default.  This applies to both the privacy bar and the privacy element.\";s:2:\"id\";s:22:\"privacy_embed_defaults\";s:7:\"default\";a:0:{}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:13:{s:7:\"youtube\";s:7:\"YouTube\";s:5:\"vimeo\";s:5:\"Vimeo\";s:10:\"soundcloud\";s:10:\"SoundCloud\";s:8:\"facebook\";s:8:\"Facebook\";s:6:\"flickr\";s:6:\"Flickr\";s:7:\"twitter\";s:1:\"X\";s:5:\"gmaps\";s:11:\"Google Maps\";s:9:\"instagram\";s:9:\"Instagram\";s:7:\"hubspot\";s:7:\"HubSpot\";s:24:\"google_analytics_storage\";s:24:\"Google Analytics Storage\";s:17:\"google_ad_storage\";s:17:\"Google Ad Storage\";s:19:\"google_ad_user_data\";s:19:\"Google Ad User Data\";s:25:\"google_ad_personalization\";s:25:\"Google Ad Personalization\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:21:\"privacy_embed_section\";a:5:{s:5:\"label\";s:18:\"Third-Party Embeds\";s:2:\"id\";s:21:\"privacy_embed_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:25:\"privacy_embed_description\";a:7:{s:5:\"label\";s:29:\"Third-Party Embed Description\";s:11:\"description\";s:126:\"Controls the frontend description shown below each third-party embed consent checkbox (YouTube, Instagram, Google Maps, etc.).\";s:2:\"id\";s:25:\"privacy_embed_description\";s:7:\"default\";s:91:\"Embeds from this vendor are blocked and replaced with a placeholder until consent is given.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:16:\"privacy_bg_color\";a:7:{s:5:\"label\";s:36:\"Privacy Placeholder Background Color\";s:11:\"description\";s:59:\"Controls the background color for the privacy placeholders.\";s:2:\"id\";s:16:\"privacy_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:97:\"hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc(var(--awb-color8-a) - 90%))\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--privacy_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:13:\"privacy_color\";a:7:{s:5:\"label\";s:30:\"Privacy Placeholder Text Color\";s:11:\"description\";s:51:\"Controls the text color for the embed placeholders.\";s:2:\"id\";s:13:\"privacy_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:97:\"hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc(var(--awb-color8-a) - 70%))\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"--privacy_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"google_consent_mode_section\";a:6:{s:5:\"label\";s:22:\"Google Consent Mode v2\";s:2:\"id\";s:27:\"google_consent_mode_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";s:5:\"class\";s:26:\"fusion-gutter-and-or-or-or\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:24:\"google_analytics_storage\";}i:2;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:17:\"google_ad_storage\";}i:3;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:19:\"google_ad_user_data\";}i:4;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:25:\"google_ad_personalization\";}}}s:38:\"privacy_google_analytics_storage_label\";a:7:{s:5:\"label\";s:22:\"Google Analytics Label\";s:11:\"description\";s:78:\"Controls the frontend label for the Google Analytics Storage consent checkbox.\";s:2:\"id\";s:38:\"privacy_google_analytics_storage_label\";s:7:\"default\";s:16:\"Google Analytics\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:24:\"google_analytics_storage\";}}s:9:\"transport\";s:11:\"postMessage\";}s:44:\"privacy_google_analytics_storage_description\";a:7:{s:5:\"label\";s:28:\"Google Analytics Description\";s:11:\"description\";s:92:\"Controls the frontend description shown below the Google Analytics Storage consent checkbox.\";s:2:\"id\";s:44:\"privacy_google_analytics_storage_description\";s:7:\"default\";s:163:\"Enables Google Analytics to store data about your visit, such as pages viewed, time spent, and interactions, to help us understand and improve website performance.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:24:\"google_analytics_storage\";}}s:9:\"transport\";s:11:\"postMessage\";}s:31:\"privacy_google_ad_storage_label\";a:7:{s:5:\"label\";s:32:\"Google Advertising Cookies Label\";s:11:\"description\";s:71:\"Controls the frontend label for the Google Ad Storage consent checkbox.\";s:2:\"id\";s:31:\"privacy_google_ad_storage_label\";s:7:\"default\";s:26:\"Google Advertising Cookies\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:17:\"google_ad_storage\";}}s:9:\"transport\";s:11:\"postMessage\";}s:37:\"privacy_google_ad_storage_description\";a:7:{s:5:\"label\";s:38:\"Google Advertising Cookies Description\";s:11:\"description\";s:85:\"Controls the frontend description shown below the Google Ad Storage consent checkbox.\";s:2:\"id\";s:37:\"privacy_google_ad_storage_description\";s:7:\"default\";s:112:\"Enables Google to store cookies used for advertising, such as tracking ad clicks and measuring conversion rates.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:17:\"google_ad_storage\";}}s:9:\"transport\";s:11:\"postMessage\";}s:33:\"privacy_google_ad_user_data_label\";a:7:{s:5:\"label\";s:34:\"Google Advertising User Data Label\";s:11:\"description\";s:73:\"Controls the frontend label for the Google Ad User Data consent checkbox.\";s:2:\"id\";s:33:\"privacy_google_ad_user_data_label\";s:7:\"default\";s:28:\"Google Advertising User Data\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:19:\"google_ad_user_data\";}}s:9:\"transport\";s:11:\"postMessage\";}s:39:\"privacy_google_ad_user_data_description\";a:7:{s:5:\"label\";s:40:\"Google Advertising User Data Description\";s:11:\"description\";s:87:\"Controls the frontend description shown below the Google Ad User Data consent checkbox.\";s:2:\"id\";s:39:\"privacy_google_ad_user_data_description\";s:7:\"default\";s:116:\"Allows Google to collect and use your data for ad targeting and to measure the performance of advertising campaigns.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:19:\"google_ad_user_data\";}}s:9:\"transport\";s:11:\"postMessage\";}s:39:\"privacy_google_ad_personalization_label\";a:7:{s:5:\"label\";s:40:\"Google Advertising Personalization Label\";s:11:\"description\";s:79:\"Controls the frontend label for the Google Ad Personalization consent checkbox.\";s:2:\"id\";s:39:\"privacy_google_ad_personalization_label\";s:7:\"default\";s:34:\"Google Advertising Personalization\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:25:\"google_ad_personalization\";}}s:9:\"transport\";s:11:\"postMessage\";}s:45:\"privacy_google_ad_personalization_description\";a:7:{s:5:\"label\";s:46:\"Google Advertising Personalization Description\";s:11:\"description\";s:93:\"Controls the frontend description shown below the Google Ad Personalization consent checkbox.\";s:2:\"id\";s:45:\"privacy_google_ad_personalization_description\";s:7:\"default\";s:88:\"Allows Google to show you personalised ads based on your interests and browsing history.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:25:\"google_ad_personalization\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"hubspot_section\";a:5:{s:5:\"label\";s:15:\"HubSpot Consent\";s:2:\"id\";s:15:\"hubspot_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"hubspot\";}}}s:21:\"privacy_hubspot_label\";a:7:{s:5:\"label\";s:13:\"HubSpot Label\";s:11:\"description\";s:61:\"Controls the frontend label for the HubSpot consent checkbox.\";s:2:\"id\";s:21:\"privacy_hubspot_label\";s:7:\"default\";s:7:\"HubSpot\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"hubspot\";}}s:9:\"transport\";s:11:\"postMessage\";}s:27:\"privacy_hubspot_description\";a:7:{s:5:\"label\";s:19:\"HubSpot Description\";s:11:\"description\";s:75:\"Controls the frontend description shown below the HubSpot consent checkbox.\";s:2:\"id\";s:27:\"privacy_hubspot_description\";s:7:\"default\";s:115:\"Enables HubSpot to track your activity on this site, power the live chat widget, and manage marketing interactions.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"hubspot\";}}s:9:\"transport\";s:11:\"postMessage\";}s:31:\"privacy_consent_content_section\";a:5:{s:5:\"label\";s:18:\"Consent Categories\";s:2:\"id\";s:31:\"privacy_consent_content_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:4:\"type\";a:5:{s:2:\"id\";s:4:\"type\";s:4:\"type\";s:6:\"select\";s:11:\"description\";s:45:\"Select the type of cookie/content to display.\";s:7:\"default\";s:9:\"necessary\";s:7:\"choices\";a:5:{s:9:\"necessary\";s:17:\"Necessary Cookies\";s:6:\"embeds\";s:39:\"Functional Cookies (Third Party Embeds)\";s:10:\"statistics\";s:30:\"Statistics Cookies (Analytics)\";s:8:\"tracking\";s:47:\"Marketing Cookies (Advertising &amp; Targeting)\";s:6:\"custom\";s:14:\"Custom Content\";}}s:5:\"title\";a:4:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:21:\"Title for the content\";s:7:\"default\";s:0:\"\";}s:11:\"description\";a:4:{s:2:\"id\";s:11:\"description\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:27:\"Description for the content\";s:7:\"default\";s:0:\"\";}s:29:\"privacy_bar_show_group_toggle\";a:6:{s:5:\"label\";s:19:\"Group Master Toggle\";s:11:\"description\";s:148:\"Display a master checkbox next to each group title to enable or disable all items in the group at once. The &quot;Necessary&quot; group is excluded.\";s:2:\"id\";s:29:\"privacy_bar_show_group_toggle\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:27:\"privacy_bar_show_wp_cookies\";a:6:{s:5:\"label\";s:32:\"List WordPress Necessary Cookies\";s:11:\"description\";s:312:\"Enable to automatically list standard WordPress necessary cookies. If WooCommerce or The Events Calendar are active, their necessary cookies are included automatically. Note: This will only be displayed if a consent category with the &quot;Necessary Cookies&quot; type is present in the Consent Categories above.\";s:2:\"id\";s:27:\"privacy_bar_show_wp_cookies\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:25:\"privacy_necessary_opacity\";a:8:{s:5:\"label\";s:25:\"Necessary Cookies Opacity\";s:11:\"description\";s:95:\"Controls the opacity of necessary cookie items to visually indicate they cannot be toggled off.\";s:2:\"id\";s:25:\"privacy_necessary_opacity\";s:7:\"default\";s:3:\"0.7\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:3:\"0.1\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:27:\"--privacy_necessary_opacity\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:27:\"privacy_bar_show_wp_cookies\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:25:\"privacy_bar_show_lifespan\";a:6:{s:5:\"label\";s:20:\"Show Cookie Lifespan\";s:11:\"description\";s:65:\"Whether to display the cookie lifespan next to each consent item.\";s:2:\"id\";s:25:\"privacy_bar_show_lifespan\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:28:\"privacy_bar_show_cookie_desc\";a:6:{s:5:\"label\";s:23:\"Show Cookie Description\";s:11:\"description\";s:64:\"Whether to display the cookie description for each consent item.\";s:2:\"id\";s:28:\"privacy_bar_show_cookie_desc\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:23:\"privacy_bar_desc_toggle\";a:6:{s:5:\"label\";s:25:\"Cookie Description Toggle\";s:11:\"description\";s:111:\"Add a toggle button next to each consent item to expand/collapse its description. Descriptions start collapsed.\";s:2:\"id\";s:23:\"privacy_bar_desc_toggle\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:28:\"privacy_bar_show_cookie_desc\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:19:\"privacy_bar_section\";a:4:{s:5:\"label\";s:25:\"Privacy &amp; Consent Bar\";s:2:\"id\";s:19:\"privacy_bar_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:11:\"privacy_bar\";a:5:{s:5:\"label\";s:25:\"Privacy &amp; Consent Bar\";s:11:\"description\";s:72:\"Turn on to enable a privacy &amp; consent bar at the bottom of the page.\";s:2:\"id\";s:11:\"privacy_bar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:19:\"privacy_bar_padding\";a:8:{s:5:\"label\";s:28:\"Privacy Bar Expanded Padding\";s:11:\"description\";s:68:\"Controls the top/right/bottom/left paddings of the privacy bar area.\";s:2:\"id\";s:19:\"privacy_bar_padding\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"15px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";s:5:\"right\";s:4:\"30px\";}s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:4:\"type\";s:7:\"spacing\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:25:\"--privacy_bar_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:28:\"--privacy_bar_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:26:\"--privacy_bar_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:27:\"--privacy_bar_padding-right\";s:6:\"choice\";s:5:\"right\";}}}s:20:\"privacy_bar_bg_color\";a:7:{s:5:\"label\";s:28:\"Privacy Bar Background Color\";s:11:\"description\";s:50:\"Controls the background color for the privacy bar.\";s:2:\"id\";s:20:\"privacy_bar_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--privacy_bar_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"privacy_bar_font_size\";a:8:{s:5:\"label\";s:21:\"Privacy Bar Font Size\";s:11:\"description\";s:51:\"Controls the font size for the privacy bar content.\";s:2:\"id\";s:21:\"privacy_bar_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:23:\"--privacy_bar_font_size\";}}}s:17:\"privacy_bar_color\";a:7:{s:5:\"label\";s:22:\"Privacy Bar Text Color\";s:11:\"description\";s:52:\"Controls the text color for the privacy bar content.\";s:2:\"id\";s:17:\"privacy_bar_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--privacy_bar_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"privacy_bar_link_color\";a:7:{s:5:\"label\";s:22:\"Privacy Bar Link Color\";s:11:\"description\";s:44:\"Controls the link color for the privacy bar.\";s:2:\"id\";s:22:\"privacy_bar_link_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--privacy_bar_link_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"privacy_bar_link_hover_color\";a:7:{s:5:\"label\";s:28:\"Privacy Bar Link Hover Color\";s:11:\"description\";s:50:\"Controls the link hover color for the privacy bar.\";s:2:\"id\";s:28:\"privacy_bar_link_hover_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--privacy_bar_link_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"privacy_bar_text\";a:7:{s:5:\"label\";s:16:\"Privacy Bar Text\";s:11:\"description\";s:59:\"Enter the text which you want to appear on the privacy bar.\";s:2:\"id\";s:16:\"privacy_bar_text\";s:7:\"default\";s:51:\"This website uses cookies and third party services.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:24:\"privacy_bar_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:23:\"privacy_bar_button_save\";a:8:{s:5:\"label\";s:33:\"Privacy Bar Primary Button Action\";s:11:\"description\";s:569:\"&quot;Dismiss Only&quot; — the button closes the bar without saving any consent; visitors grant consent via placeholders or the details panel. &quot;Save Pre-selected&quot; — the button immediately saves the consent types selected under &quot;Privacy Selected Consent Types&quot;. &quot;Save on Change&quot; — the button is hidden until the visitor opens the details panel and changes a checkbox; it then appears as a contextual save action. Note: regardless of this setting, once the settings panel is open the button always saves the current checkbox selection.\";s:2:\"id\";s:23:\"privacy_bar_button_save\";s:7:\"default\";s:7:\"dismiss\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:7:\"dismiss\";s:12:\"Dismiss Only\";s:4:\"save\";s:17:\"Save Pre-selected\";s:10:\"contextual\";s:14:\"Save on Change\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:16:\"avadaPrivacyVars\";s:2:\"id\";s:6:\"button\";s:7:\"trigger\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"privacy_bar_button_text\";a:7:{s:5:\"label\";s:31:\"Privacy Bar Primary Button Text\";s:11:\"description\";s:245:\"Controls the text for the primary privacy bar button. With the &quot;Save on Change&quot; action this text is not shown, as the button only appears after a checkbox changes and uses the &quot;Privacy Bar Primary Button Update Text&quot; instead.\";s:2:\"id\";s:23:\"privacy_bar_button_text\";s:7:\"default\";s:2:\"OK\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:23:\"privacy_bar_button_save\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:10:\"contextual\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_button_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:28:\"privacy_bar_button_font_size\";a:8:{s:5:\"label\";s:28:\"Privacy Bar Button Font Size\";s:11:\"description\";s:102:\"Controls the font size of the privacy bar buttons. Leave empty to inherit the global button font size.\";s:2:\"id\";s:28:\"privacy_bar_button_font_size\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:30:\"--privacy_bar_button_font_size\";}}}s:23:\"privacy_bar_main_layout\";a:8:{s:5:\"label\";s:18:\"Privacy Bar Layout\";s:11:\"description\";s:296:\"Controls how the message text and action buttons are arranged. &quot;Centered&quot; keeps them together, centered on one row. &quot;Edges&quot; places the text and buttons on one row, pushed to opposite sides. &quot;Stacked&quot; moves the buttons to a centered second row below the message text.\";s:2:\"id\";s:23:\"privacy_bar_main_layout\";s:7:\"default\";s:8:\"centered\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:8:\"centered\";s:8:\"Centered\";s:5:\"edges\";s:5:\"Edges\";s:7:\"stacked\";s:7:\"Stacked\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_main_layout_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:26:\"privacy_bar_main_max_width\";a:8:{s:5:\"label\";s:29:\"Privacy Bar Message Max Width\";s:11:\"description\";s:235:\"Controls the maximum width of the privacy bar&#039;s main row (the message text and action buttons), centered within the bar. Leave empty for full width. With the &quot;Stacked&quot; layout, this width applies to the message text only.\";s:2:\"id\";s:26:\"privacy_bar_main_max_width\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"vw\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:28:\"--privacy_bar_main_max_width\";}}}s:16:\"privacy_bar_more\";a:7:{s:5:\"label\";s:20:\"Privacy Bar Settings\";s:11:\"description\";s:132:\"If enabled, a settings section will be added to show more information and to provide checkboxes for tracking and third party embeds.\";s:2:\"id\";s:16:\"privacy_bar_more\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:24:\"privacy_bar_more_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:22:\"privacy_bar_more_style\";a:8:{s:5:\"label\";s:26:\"Privacy Bar Settings Style\";s:11:\"description\";s:344:\"Controls how the settings entry is rendered. &quot;Inline Link&quot; shows it inline within the bar text. &quot;Button&quot; renders it as a button alongside the other action buttons (more visible, recommended for clearer consent UX). &quot;Standalone Link&quot; shows it as a link placed next to the action buttons rather than within the text.\";s:2:\"id\";s:22:\"privacy_bar_more_style\";s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:4:\"link\";s:11:\"Inline Link\";s:6:\"button\";s:6:\"Button\";s:12:\"link_buttons\";s:15:\"Standalone Link\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:30:\"privacy_bar_more_style_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:21:\"privacy_bar_more_text\";a:7:{s:5:\"label\";s:25:\"Privacy Bar Settings Text\";s:11:\"description\";s:52:\"Controls the link text for the privacy bar settings.\";s:2:\"id\";s:21:\"privacy_bar_more_text\";s:7:\"default\";s:8:\"Settings\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:29:\"privacy_bar_more_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:23:\"privacy_bar_update_text\";a:7:{s:5:\"label\";s:38:\"Privacy Bar Primary Button Update Text\";s:11:\"description\";s:108:\"Controls the text shown on the primary privacy bar button after a checkbox has changed in the details panel.\";s:2:\"id\";s:23:\"privacy_bar_update_text\";s:7:\"default\";s:15:\"Update Settings\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_update_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:26:\"privacy_bar_content_layout\";a:8:{s:5:\"label\";s:26:\"Privacy Bar Content Layout\";s:11:\"description\";s:48:\"Controls the layout for the privacy bar content.\";s:2:\"id\";s:26:\"privacy_bar_content_layout\";s:7:\"default\";s:7:\"columns\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"columns\";s:7:\"Columns\";s:4:\"tabs\";s:4:\"Tabs\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:26:\"privacy_bar_content_layout\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:29:\"privacy_bar_content_max_width\";a:8:{s:5:\"label\";s:29:\"Privacy Bar Content Max Width\";s:11:\"description\";s:52:\"Controls the maximum width of the content container.\";s:2:\"id\";s:29:\"privacy_bar_content_max_width\";s:7:\"default\";s:3:\"50%\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"vw\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:31:\"--privacy_bar_content_max_width\";}}}s:31:\"privacy_bar_tabs_content_height\";a:8:{s:5:\"label\";s:31:\"Privacy Bar Tabs Content Height\";s:11:\"description\";s:166:\"Set a height for the tab content area, that all tabs will share. Content taller than this height will be scrollable. Leave empty to auto-size each tab to its content.\";s:2:\"id\";s:31:\"privacy_bar_tabs_content_height\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"vw\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:33:\"--privacy_bar_tabs_content_height\";s:8:\"callback\";a:1:{i:0;s:18:\"sanitize_dimension\";}}}}s:30:\"privacy_bar_headings_font_size\";a:8:{s:5:\"label\";s:29:\"Privacy Bar Heading Font Size\";s:11:\"description\";s:56:\"Controls the font size for the privacy bar heading text.\";s:2:\"id\";s:30:\"privacy_bar_headings_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--privacy_bar_headings_font_size\";s:8:\"callback\";a:1:{i:0;s:18:\"sanitize_dimension\";}}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:26:\"privacy_bar_headings_color\";a:7:{s:5:\"label\";s:26:\"Privacy Bar Headings Color\";s:11:\"description\";s:56:\"Controls the text color of the privacy bar heading font.\";s:2:\"id\";s:26:\"privacy_bar_headings_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--privacy_bar_headings_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"privacy_bar_tabs_border_size\";a:8:{s:5:\"label\";s:28:\"Privacy Bar Tabs Border Size\";s:11:\"description\";s:56:\"Controls the border size for the tabs layout. In Pixels.\";s:2:\"id\";s:28:\"privacy_bar_tabs_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"10\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--privacy_bar_tabs_border_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:29:\"privacy_bar_tabs_border_color\";a:7:{s:5:\"label\";s:29:\"Privacy Bar Tabs Border Color\";s:11:\"description\";s:46:\"Controls the border color for the tabs layout.\";s:2:\"id\";s:29:\"privacy_bar_tabs_border_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--privacy_bar_tabs_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"privacy_bar_tabs_active_bg_color\";a:7:{s:5:\"label\";s:40:\"Privacy Bar Tabs Active Background Color\";s:11:\"description\";s:48:\"Controls the background color of the active tab.\";s:2:\"id\";s:32:\"privacy_bar_tabs_active_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--privacy_bar_tabs_active_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"privacy_bar_tabs_content_padding\";a:8:{s:5:\"label\";s:32:\"Privacy Bar Tabs Content Padding\";s:11:\"description\";s:46:\"Controls the padding for the tab content area.\";s:2:\"id\";s:32:\"privacy_bar_tabs_content_padding\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";}s:4:\"type\";s:7:\"spacing\";s:7:\"choices\";a:5:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;s:5:\"units\";a:1:{i:0;s:2:\"px\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:30:\"--privacy_bar_tabs_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:33:\"--privacy_bar_tabs_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:31:\"--privacy_bar_tabs_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:32:\"--privacy_bar_tabs_padding-right\";s:6:\"choice\";s:5:\"right\";}}}s:22:\"privacy_bar_column_gap\";a:8:{s:5:\"label\";s:22:\"Privacy Bar Column Gap\";s:11:\"description\";s:60:\"Controls the gap between columns in the privacy bar content.\";s:2:\"id\";s:22:\"privacy_bar_column_gap\";s:7:\"default\";s:4:\"30px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:1:{i:0;s:2:\"px\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"columns\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:24:\"--privacy_bar_column_gap\";}}}s:30:\"privacy_bar_consent_item_style\";a:8:{s:5:\"label\";s:30:\"Privacy Bar Consent Item Style\";s:11:\"description\";s:74:\"Choose between standard checkboxes or slide toggles for the consent items.\";s:2:\"id\";s:30:\"privacy_bar_consent_item_style\";s:7:\"default\";s:8:\"checkbox\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:8:\"checkbox\";s:8:\"Checkbox\";s:6:\"toggle\";s:6:\"Toggle\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:38:\"privacy_bar_consent_item_style_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:28:\"privacy_bar_toggle_off_color\";a:7:{s:5:\"label\";s:41:\"Privacy Bar Consent Toggle Inactive Color\";s:11:\"description\";s:44:\"Track color when a consent item is disabled.\";s:2:\"id\";s:28:\"privacy_bar_toggle_off_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:30:\"privacy_bar_consent_item_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"toggle\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--privacy_bar_toggle_off_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"privacy_bar_toggle_on_color\";a:7:{s:5:\"label\";s:39:\"Privacy Bar Consent Toggle Active Color\";s:11:\"description\";s:43:\"Track color when a consent item is enabled.\";s:2:\"id\";s:27:\"privacy_bar_toggle_on_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:30:\"privacy_bar_consent_item_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"toggle\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--privacy_bar_toggle_on_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"privacy_bar_toggle_thumb_color\";a:7:{s:5:\"label\";s:38:\"Privacy Bar Consent Toggle Thumb Color\";s:11:\"description\";s:26:\"Color of the toggle thumb.\";s:2:\"id\";s:30:\"privacy_bar_toggle_thumb_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:30:\"privacy_bar_consent_item_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"toggle\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--privacy_bar_toggle_thumb_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"privacy_bar_lifespan_color\";a:7:{s:5:\"label\";s:33:\"Privacy Bar Cookie Lifespan Color\";s:11:\"description\";s:146:\"Controls the text color for the cookie lifespan shown next to each consent option. Leave empty to inherit from &quot;Privacy Bar Text Color&quot;.\";s:2:\"id\";s:26:\"privacy_bar_lifespan_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:0:\"\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:25:\"privacy_bar_show_lifespan\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--privacy_bar_lifespan_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"privacy_bar_desc_color\";a:7:{s:5:\"label\";s:36:\"Privacy Bar Cookie Description Color\";s:11:\"description\";s:149:\"Controls the text color for the cookie descriptions shown below each consent option.  Leave empty to inherit from &quot;Privacy Bar Text Color&quot;.\";s:2:\"id\";s:22:\"privacy_bar_desc_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:0:\"\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:28:\"privacy_bar_show_cookie_desc\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--privacy_bar_desc_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"privacy_bar_desc_font_size\";a:8:{s:5:\"label\";s:40:\"Privacy Bar Cookie Description Font Size\";s:11:\"description\";s:83:\"Controls the font size for the cookie descriptions shown below each consent option.\";s:2:\"id\";s:26:\"privacy_bar_desc_font_size\";s:7:\"default\";s:6:\"0.85em\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:28:\"privacy_bar_show_cookie_desc\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--privacy_bar_desc_font_size\";s:8:\"callback\";a:1:{i:0;s:18:\"sanitize_dimension\";}}}}s:22:\"privacy_bar_accept_all\";a:7:{s:5:\"label\";s:29:\"Privacy Bar Accept All Button\";s:11:\"description\";s:160:\"If enabled, the privacy bar will be extended with a button that grants consent for every available type, regardless of which checkboxes the visitor has toggled.\";s:2:\"id\";s:22:\"privacy_bar_accept_all\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:30:\"privacy_bar_accept_all_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:27:\"privacy_bar_accept_all_text\";a:7:{s:5:\"label\";s:34:\"Privacy Bar Accept All Button Text\";s:11:\"description\";s:61:\"Controls the link text for the privacy bar accept all button.\";s:2:\"id\";s:27:\"privacy_bar_accept_all_text\";s:7:\"default\";s:10:\"Accept All\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:22:\"privacy_bar_accept_all\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:35:\"privacy_bar_accept_all_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:18:\"privacy_bar_reject\";a:7:{s:5:\"label\";s:29:\"Privacy Bar Reject All Button\";s:11:\"description\";s:91:\"If enabled, the privacy bar will be extended with a button that allows users to reject all.\";s:2:\"id\";s:18:\"privacy_bar_reject\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:26:\"privacy_bar_reject_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:23:\"privacy_bar_reject_text\";a:7:{s:5:\"label\";s:34:\"Privacy Bar Reject All Button Text\";s:11:\"description\";s:61:\"Controls the link text for the privacy bar reject all button.\";s:2:\"id\";s:23:\"privacy_bar_reject_text\";s:7:\"default\";s:10:\"Reject All\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:18:\"privacy_bar_reject\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_reject_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:16:\"sidenav_behavior\";a:7:{s:5:\"label\";s:24:\"Side Navigation Behavior\";s:11:\"description\";s:89:\"Controls if the child pages show on click or hover for the side navigation page template.\";s:2:\"id\";s:16:\"sidenav_behavior\";s:7:\"default\";s:5:\"hover\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"hover\";s:5:\"Hover\";s:5:\"click\";s:5:\"Click\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:16:\"avadaSideNavVars\";s:2:\"id\";s:16:\"sidenav_behavior\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"side_nav_font_size\";a:7:{s:5:\"label\";s:25:\"Side Navigation Font Size\";s:11:\"description\";s:86:\"Controls the font size for the menu text when using the side navigation page template.\";s:2:\"id\";s:18:\"side_nav_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--side_nav_font_size\";s:7:\"element\";s:9:\".side-nav\";}}}s:26:\"featured_image_placeholder\";a:6:{s:5:\"label\";s:18:\"Image Placeholders\";s:11:\"description\";s:175:\"Turn on to display a placeholder image for posts that do not have a featured image. This allows the post to display on portfolio archives and related posts/projects carousels.\";s:2:\"id\";s:26:\"featured_image_placeholder\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:28:\"related_posts_layout_partial\";a:5:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";s:11:\"js_callback\";a:1:{i:0;s:17:\"noPortfolioOnPage\";}}}}s:12:\"excerpt_base\";a:6:{s:5:\"label\";s:24:\"Basis for Excerpt Length\";s:11:\"description\";s:63:\"Controls if the excerpt length is based on words or characters.\";s:2:\"id\";s:12:\"excerpt_base\";s:7:\"default\";s:5:\"words\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"words\";s:5:\"Words\";s:10:\"characters\";s:10:\"Characters\";}}s:16:\"disable_excerpts\";a:5:{s:5:\"label\";s:32:\"Display Excerpt Read More Symbol\";s:11:\"description\";s:72:\"Turn on to display the read more symbol on excerpts throughout the site.\";s:2:\"id\";s:16:\"disable_excerpts\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:24:\"excerpt_read_more_symbol\";a:6:{s:5:\"label\";s:24:\"Excerpt Read More Symbol\";s:11:\"description\";s:94:\"Set the excerpt read more symbol, HTML code is allowed. If left empty it will be set to [...].\";s:2:\"id\";s:24:\"excerpt_read_more_symbol\";s:7:\"default\";s:6:\" [...]\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"disable_excerpts\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"link_read_more\";a:6:{s:5:\"label\";s:44:\"Make Excerpt Symbol Link to Single Post Page\";s:11:\"description\";s:78:\"Turn on to have the read more symbol on excerpts link to the single post page.\";s:2:\"id\";s:14:\"link_read_more\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"disable_excerpts\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:12:\"avatar_shape\";a:7:{s:5:\"label\";s:12:\"Avatar Shape\";s:11:\"description\";s:72:\"Set the shape for Avatars used in comments, author info and other areas.\";s:2:\"id\";s:12:\"avatar_shape\";s:7:\"default\";s:6:\"circle\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:6:\"square\";s:6:\"Square\";s:6:\"circle\";s:6:\"Circle\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:15:\"fusion-avatar-$\";s:12:\"remove_attrs\";a:2:{i:0;s:20:\"fusion-avatar-square\";i:1;s:20:\"fusion-avatar-circle\";}}}}s:14:\"comments_pages\";a:5:{s:5:\"label\";s:17:\"Comments on Pages\";s:11:\"description\";s:43:\"Turn on to allow comments on regular pages.\";s:2:\"id\";s:14:\"comments_pages\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:21:\"featured_images_pages\";a:6:{s:5:\"label\";s:24:\"Featured Images on Pages\";s:11:\"description\";s:52:\"Turn on to display featured images on regular pages.\";s:2:\"id\";s:21:\"featured_images_pages\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:29:\"featured_images_pages_partial\";a:4:{s:8:\"selector\";s:30:\".fusion-featured-image-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:23:\"singular_featured_image\";}s:21:\"success_trigger_event\";s:35:\"fusion-reinit-single-post-slideshow\";}}}s:21:\"nofollow_social_links\";a:6:{s:5:\"label\";s:40:\"Add &quot;nofollow&quot; to social links\";s:11:\"description\";s:66:\"Turn on to add &quot;nofollow&quot; attribute to all social links.\";s:2:\"id\";s:21:\"nofollow_social_links\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"social_icons_new\";a:6:{s:5:\"label\";s:33:\"Open Social Icons in a New Window\";s:11:\"description\";s:54:\"Turn on to allow social icons to open in a new window.\";s:2:\"id\";s:16:\"social_icons_new\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"custom_scrollbar\";a:6:{s:5:\"label\";s:16:\"Custom Scrollbar\";s:11:\"description\";s:132:\"Turn on if you want to change the background and handle color of the scrollbar. Styling and support varies depending on the browser.\";s:2:\"id\";s:16:\"custom_scrollbar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:10:\"awb-scroll\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"scrollbar_background\";a:7:{s:5:\"label\";s:20:\"Scrollbar Background\";s:11:\"description\";s:48:\"Controls the background color for the scrollbar.\";s:2:\"id\";s:20:\"scrollbar_background\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--scrollbar_background\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"custom_scrollbar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:16:\"scrollbar_handle\";a:7:{s:5:\"label\";s:22:\"Scrollbar Handle Color\";s:11:\"description\";s:44:\"Controls the color for the scrollbar handle.\";s:2:\"id\";s:16:\"scrollbar_handle\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--scrollbar_handle\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"custom_scrollbar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:8:\"faq_slug\";a:5:{s:5:\"label\";s:8:\"FAQ Slug\";s:11:\"description\";s:195:\"The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.\";s:2:\"id\";s:8:\"faq_slug\";s:7:\"default\";s:9:\"faq-items\";s:4:\"type\";s:4:\"text\";}s:14:\"faq_with_front\";a:5:{s:5:\"label\";s:32:\"FAQ Include Permalink Front Base\";s:11:\"description\";s:137:\"Turn on to include the front base defined by the permalink structure set in Settings &gt; Permalinks. Make sure to regenerate permalinks.\";s:2:\"id\";s:14:\"faq_with_front\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:13:\"cloning_posts\";a:6:{s:5:\"label\";s:26:\"Enable Cloning Pages/Posts\";s:11:\"description\";s:151:\"Adds a button in posts/pages view under each item to allow an easy and fast way to clone the item. The button is also added to avada custom post types.\";s:2:\"id\";s:13:\"cloning_posts\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"rendering_logic_binding\";a:7:{s:5:\"label\";s:23:\"Rendering Logic Binding\";s:11:\"description\";s:152:\"Choose the operator binding when using conditional rendering with several conditions. This option decides when a new evaluation group should be started.\";s:2:\"id\";s:23:\"rendering_logic_binding\";s:7:\"default\";s:2:\"or\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:2:\"or\";s:2:\"OR\";s:9:\"op_change\";s:15:\"Operator Change\";}}s:20:\"related_posts_layout\";a:7:{s:5:\"label\";s:31:\"Related Posts / Projects Layout\";s:11:\"description\";s:65:\"Controls the layout style for related posts and related projects.\";s:2:\"id\";s:20:\"related_posts_layout\";s:7:\"default\";s:17:\"title_on_rollover\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:17:\"title_on_rollover\";s:17:\"Title on rollover\";s:17:\"title_below_image\";s:17:\"Title below image\";}s:15:\"partial_refresh\";a:1:{s:28:\"related_posts_layout_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:20:\"number_related_posts\";a:7:{s:5:\"label\";s:34:\"Number of Related Posts / Projects\";s:11:\"description\";s:80:\"Controls the number of related posts and projects that display on a single post.\";s:2:\"id\";s:20:\"number_related_posts\";s:7:\"default\";s:1:\"4\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"30\";s:4:\"step\";s:1:\"1\";}s:15:\"partial_refresh\";a:1:{s:28:\"number_related_posts_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:21:\"related_posts_columns\";a:8:{s:5:\"label\";s:40:\"Related Posts / Projects Maximum Columns\";s:11:\"description\";s:73:\"Controls the number of columns for the related posts and projects layout.\";s:2:\"id\";s:21:\"related_posts_columns\";s:7:\"default\";i:4;s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";i:1;}s:15:\"partial_refresh\";a:1:{s:29:\"related_posts_columns_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:23:\"--related_posts_columns\";}}}s:28:\"related_posts_column_spacing\";a:8:{s:5:\"label\";s:39:\"Related Posts / Projects Column Spacing\";s:11:\"description\";s:82:\"Controls the amount of spacing between columns for the related posts and projects.\";s:2:\"id\";s:28:\"related_posts_column_spacing\";s:7:\"default\";s:2:\"48\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"300\";s:4:\"edit\";s:3:\"yes\";}s:15:\"partial_refresh\";a:1:{s:36:\"related_posts_column_spacing_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--related_posts_column_spacing\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:24:\"related_posts_image_size\";a:7:{s:5:\"label\";s:35:\"Related Posts / Projects Image Size\";s:11:\"description\";s:216:\"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for related posts and projects. IMPORTANT: Fixed works best with a standard 940px site width. Auto works best with larger site widths.\";s:2:\"id\";s:24:\"related_posts_image_size\";s:7:\"default\";s:7:\"cropped\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"cropped\";s:5:\"Fixed\";s:4:\"full\";s:4:\"Auto\";}s:15:\"partial_refresh\";a:1:{s:32:\"related_posts_image_size_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:22:\"related_posts_autoplay\";a:6:{s:5:\"label\";s:33:\"Related Posts / Projects Autoplay\";s:11:\"description\";s:59:\"Turn on to autoplay the related posts and project carousel.\";s:2:\"id\";s:22:\"related_posts_autoplay\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:30:\"related_posts_autoplay_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:19:\"related_posts_speed\";a:7:{s:5:\"label\";s:30:\"Related Posts / Projects Speed\";s:11:\"description\";s:78:\"Controls the speed of related posts and project carousel. ex: 1000 = 1 second.\";s:2:\"id\";s:19:\"related_posts_speed\";s:7:\"default\";s:4:\"2500\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:4:\"1000\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:3:\"250\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:18:\"fusionCarouselVars\";s:2:\"id\";s:19:\"related_posts_speed\";s:7:\"trigger\";a:1:{i:0;s:5:\"ready\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"related_posts_navigation\";a:6:{s:5:\"label\";s:40:\"Related Posts / Projects Show Navigation\";s:11:\"description\";s:53:\"Turn on to display navigation arrows on the carousel.\";s:2:\"id\";s:24:\"related_posts_navigation\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:32:\"related_posts_navigation_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:19:\"related_posts_swipe\";a:6:{s:5:\"label\";s:37:\"Related Posts / Projects Mouse Scroll\";s:11:\"description\";s:53:\"Turn on to enable mouse drag control on the carousel.\";s:2:\"id\";s:19:\"related_posts_swipe\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:27:\"related_posts_swipe_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:25:\"related_posts_swipe_items\";a:7:{s:5:\"label\";s:37:\"Related Posts / Projects Scroll Items\";s:11:\"description\";s:101:\"Controls the number of items that scroll at one time. Set to 0 to scroll the number of visible items.\";s:2:\"id\";s:25:\"related_posts_swipe_items\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"15\";s:4:\"step\";s:1:\"1\";}s:15:\"partial_refresh\";a:1:{s:33:\"related_posts_swipe_items_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:14:\"image_rollover\";a:6:{s:5:\"label\";s:14:\"Image Rollover\";s:11:\"description\";s:78:\"Turn on to display the rollover graphic on blog and portfolio featured images.\";s:2:\"id\";s:14:\"image_rollover\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:12:\"full_refresh\";a:1:{s:29:\"image_rollover_layout_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:16:\"isRolloverOnPage\";}}}}s:24:\"image_rollover_direction\";a:8:{s:5:\"label\";s:24:\"Image Rollover Direction\";s:11:\"description\";s:301:\"Controls the direction the rollover starts from.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"image_rollover_direction\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:4:\"fade\";s:4:\"Fade\";s:4:\"left\";s:4:\"Left\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:3:\"top\";s:3:\"Top\";s:12:\"center_horiz\";s:17:\"Center Horizontal\";s:15:\"center_vertical\";s:15:\"Center Vertical\";}s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:32:\"avada-image-rollover-direction-$\";s:12:\"remove_attrs\";a:7:{i:0;s:35:\"avada-image-rollover-direction-fade\";i:1;s:35:\"avada-image-rollover-direction-left\";i:2;s:36:\"avada-image-rollover-direction-right\";i:3;s:37:\"avada-image-rollover-direction-bottom\";i:4;s:34:\"avada-image-rollover-direction-top\";i:5;s:43:\"avada-image-rollover-direction-center_horiz\";i:6;s:46:\"avada-image-rollover-direction-center_vertical\";}}}}s:24:\"image_rollover_icon_size\";a:7:{s:5:\"label\";s:29:\"Image Rollover Icon Font Size\";s:11:\"description\";s:40:\"Controls the size of the rollover icons.\";s:2:\"id\";s:24:\"image_rollover_icon_size\";s:7:\"default\";s:4:\"15px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"image_rollover\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--image_rollover_icon_size\";}}}s:20:\"image_rollover_icons\";a:8:{s:5:\"label\";s:20:\"Image Rollover Icons\";s:11:\"description\";s:27:\"Choose which icons display.\";s:2:\"id\";s:20:\"image_rollover_icons\";s:7:\"default\";s:8:\"linkzoom\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:8:\"linkzoom\";s:11:\"Link + Zoom\";s:4:\"link\";s:4:\"Link\";s:4:\"zoom\";s:4:\"Zoom\";s:2:\"no\";s:8:\"No Icons\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"image_rollover\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:12:\"full_refresh\";a:1:{s:28:\"image_rollover_icons_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:16:\"isRolloverOnPage\";}}}}s:20:\"title_image_rollover\";a:7:{s:5:\"label\";s:20:\"Image Rollover Title\";s:11:\"description\";s:309:\"Turn on to display the post title in the image rollover.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"title_image_rollover\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:12:\"full_refresh\";a:1:{s:28:\"title_image_rollover_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:16:\"isRolloverOnPage\";}}}}s:19:\"cats_image_rollover\";a:7:{s:5:\"label\";s:25:\"Image Rollover Categories\";s:11:\"description\";s:314:\"Turn on to display the post categories in the image rollover.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"cats_image_rollover\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:12:\"full_refresh\";a:1:{s:27:\"cats_image_rollover_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:16:\"isRolloverOnPage\";}}}}s:26:\"icon_circle_image_rollover\";a:7:{s:5:\"label\";s:26:\"Image Rollover Icon Circle\";s:11:\"description\";s:321:\"Turn on to display the icon background circle in the image rollover.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"icon_circle_image_rollover\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"avada-image-rollover-circle-yes\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:30:\"avada-image-rollover-circle-no\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"image_gradient_top_color\";a:7:{s:5:\"label\";s:33:\"Image Rollover Gradient Top Color\";s:11:\"description\";s:309:\"Controls the top color of the image rollover background.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"image_gradient_top_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:97:\"hsla(var(--awb-color4-h),var(--awb-color4-s),var(--awb-color4-l),calc(var(--awb-color4-a) - 20%))\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--image_gradient_top_color\";s:7:\"element\";s:21:\".fusion-image-wrapper\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"image_gradient_bottom_color\";a:7:{s:5:\"label\";s:36:\"Image Rollover Gradient Bottom Color\";s:11:\"description\";s:312:\"Controls the bottom color of the image rollover background.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:27:\"image_gradient_bottom_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:29:\"--image_gradient_bottom_color\";s:7:\"element\";s:16:\".fusion-rollover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"image_rollover_text_color\";a:7:{s:5:\"label\";s:28:\"Image Rollover Element Color\";s:11:\"description\";s:325:\"Controls the color of image rollover text and icon circular backgrounds.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:25:\"image_rollover_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--image_rollover_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"image_rollover_icon_color\";a:7:{s:5:\"label\";s:25:\"Image Rollover Icon Color\";s:11:\"description\";s:307:\"Controls the color of the icons in the image rollover.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:25:\"image_rollover_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:27:\"--image_rollover_icon_color\";s:7:\"element\";s:16:\".fusion-rollover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"pagination_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:222:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab apply to all pagination throughout the site, including the 3rd party plugins that Avada has design integration with.</div>\";s:2:\"id\";s:30:\"pagination_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:17:\"pagination_sizing\";a:7:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:17:\"Pagination Sizing\";s:11:\"description\";s:63:\"Set on which dimension the pagination box size should be based.\";s:2:\"id\";s:17:\"pagination_sizing\";s:7:\"default\";s:12:\"width_height\";s:7:\"choices\";a:2:{s:12:\"width_height\";s:18:\"Width/Height Based\";s:7:\"padding\";s:13:\"Padding Based\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:22:\"avada-has-pagination-$\";s:12:\"remove_attrs\";a:2:{i:0;s:28:\"avada-has-pagination-padding\";i:1;s:33:\"avada-has-pagination-width_height\";}}}}s:23:\"pagination_width_height\";a:8:{s:5:\"label\";s:27:\"Pagination Box Width/Height\";s:11:\"description\";s:58:\"Controls the width and height of the displayed page links.\";s:2:\"id\";s:23:\"pagination_width_height\";s:7:\"default\";s:2:\"30\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"5\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"pagination_sizing\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"padding\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--pagination_width_height\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"pagination_box_padding\";a:8:{s:5:\"label\";s:22:\"Pagination Box Padding\";s:11:\"description\";s:49:\"Controls the padding inside the pagination boxes.\";s:2:\"id\";s:22:\"pagination_box_padding\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"pagination_sizing\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"padding\";}}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:30:\"--pagination_box_padding-width\";s:6:\"choice\";s:5:\"width\";}i:1;a:2:{s:4:\"name\";s:31:\"--pagination_box_padding-height\";s:6:\"choice\";s:6:\"height\";}}}s:23:\"pagination_border_width\";a:7:{s:5:\"label\";s:23:\"Pagination Border Width\";s:11:\"description\";s:54:\"Controls the border width of the displayed page links.\";s:2:\"id\";s:23:\"pagination_border_width\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"25\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--pagination_border_width\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:24:\"pagination_border_radius\";a:7:{s:5:\"label\";s:24:\"Pagination Border Radius\";s:11:\"description\";s:125:\"Controls the border radius of the displayed page links. Values of half the overall width or higher will yield circular links.\";s:2:\"id\";s:24:\"pagination_border_radius\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--pagination_border_radius\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:23:\"pagination_text_display\";a:6:{s:5:\"label\";s:23:\"Pagination Text Display\";s:11:\"description\";s:54:\"Turn on to display the &quot;Previous/Next&quot; text.\";s:2:\"id\";s:23:\"pagination_text_display\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"fusion-show-pagination-text\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"pagination_font_size\";a:6:{s:5:\"label\";s:20:\"Pagination Font Size\";s:11:\"description\";s:41:\"Controls the size of the pagination text.\";s:2:\"id\";s:20:\"pagination_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:22:\"--pagination_font_size\";}}}s:16:\"pagination_range\";a:7:{s:5:\"label\";s:16:\"Pagination Range\";s:11:\"description\";s:75:\"Controls the number of page links displayed left and right of current page.\";s:2:\"id\";s:16:\"pagination_range\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"10\";s:4:\"step\";s:1:\"1\";}s:12:\"full_refresh\";a:1:{s:28:\"related_posts_layout_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:18:\"isPaginationOnPage\";}}}}s:26:\"pagination_start_end_range\";a:7:{s:5:\"label\";s:28:\"Pagination Start / End Range\";s:11:\"description\";s:86:\"Controls the number of page links displayed at the start and at the end of pagination.\";s:2:\"id\";s:26:\"pagination_start_end_range\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"10\";s:4:\"step\";s:1:\"1\";}s:12:\"full_refresh\";a:1:{s:34:\"pagination_start_end_range_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:18:\"isPaginationOnPage\";}}}}s:35:\"gridbox_styling_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:302:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> These are Grid Box Styling global options that apply to grid boxes throughout the site; blog grid and timeline, portfolio boxed layout and WooCommerce boxes. Blog / Portfolio elements also have options to override these.</div>\";s:2:\"id\";s:35:\"gridbox_styling_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:17:\"timeline_bg_color\";a:6:{s:5:\"label\";s:14:\"Grid Box Color\";s:11:\"description\";s:49:\"Controls the background color for the grid boxes.\";s:2:\"id\";s:17:\"timeline_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:3:{i:0;a:2:{s:4:\"name\";s:19:\"--timeline_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:36:\"--timeline_bg_color-20px-transparent\";s:8:\"callback\";a:2:{i:0;s:28:\"return_string_if_transparent\";i:1;a:2:{s:11:\"transparent\";s:0:\"\";s:6:\"opaque\";s:4:\"20px\";}}}i:2;a:2:{s:4:\"name\";s:35:\"--timeline_bg_color-not-transparent\";s:8:\"callback\";a:2:{i:0;s:25:\"get_non_transparent_color\";i:1;s:0:\"\";}}}}s:14:\"timeline_color\";a:7:{s:5:\"label\";s:18:\"Grid Element Color\";s:11:\"description\";s:83:\"Controls the color of borders/date box/timeline dots and arrows for the grid boxes.\";s:2:\"id\";s:14:\"timeline_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--timeline_color\";s:11:\"js_callback\";a:1:{i:0;s:21:\"timeLineColorCallback\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"full-transparent\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:36:\"avada-has-transparent-timeline_color\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"grid_separator_style_type\";a:7:{s:5:\"label\";s:20:\"Grid Separator Style\";s:11:\"description\";s:229:\"Controls the line style of grid separators. <strong>NOTE:</strong> For blog and portfolio grids at least one meta data field must be enabled and excerpt or full content must be shown in order that the separator will be displayed.\";s:2:\"id\";s:25:\"grid_separator_style_type\";s:7:\"default\";s:12:\"double|solid\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:8:{s:4:\"none\";s:8:\"No Style\";s:12:\"single|solid\";s:19:\"Single Border Solid\";s:12:\"double|solid\";s:19:\"Double Border Solid\";s:13:\"single|dashed\";s:20:\"Single Border Dashed\";s:13:\"double|dashed\";s:20:\"Double Border Dashed\";s:13:\"single|dotted\";s:20:\"Single Border Dotted\";s:13:\"double|dotted\";s:20:\"Double Border Dotted\";s:6:\"shadow\";s:6:\"Shadow\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:1:{i:0;s:14:\"updateGridSeps\";}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"grid_separator_color\";a:7:{s:5:\"label\";s:20:\"Grid Separator Color\";s:11:\"description\";s:49:\"Controls the line style color of grid separators.\";s:2:\"id\";s:20:\"grid_separator_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--grid_separator_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"full-transparent\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:36:\"avada-has-transparent-grid-sep-color\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"grid_masonry_heading\";a:4:{s:5:\"label\";s:15:\"Masonry Options\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:20:\"grid_masonry_heading\";s:4:\"type\";s:4:\"info\";}s:35:\"gridbox_masonry_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:285:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> These are Masonry global options that apply to the Blog / Portfolio / Gallery elements in addition to Blog and Portfolio archives. Blog / Portfolio / Gallery elements also have options to override these.</div>\";s:2:\"id\";s:35:\"gridbox_masonry_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:18:\"masonry_grid_ratio\";a:7:{s:5:\"label\";s:26:\"Masonry Image Aspect Ratio\";s:11:\"description\";s:286:\"Set the ratio to decide when an image should become landscape (ratio being width : height) and portrait (ratio being height : width). <strong>IMPORTANT:</strong> The value of \"1.0\" represents a special case, which will use the auto calculated ratios like in versions prior to Avada 5.5.\";s:2:\"id\";s:18:\"masonry_grid_ratio\";s:7:\"default\";s:3:\"1.5\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";d:1;s:3:\"max\";d:4;s:4:\"step\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"full_refresh\";a:1:{s:26:\"masonry_grid_ratio_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:15:\"isMasonryOnPage\";}}}}s:20:\"masonry_width_double\";a:7:{s:5:\"label\";s:17:\"Masonry 2x2 Width\";s:11:\"description\";s:381:\"This option decides when a square 1x1 image should become 2x2. This will not apply to images that highly favor landscape or portrait layouts. <strong>IMPORTANT:</strong> There is a “Masonry Image Layout” setting for every image in the WP media library that allows you to manually set how an image will appear (1x1, landscape, portrait or 2x2), regardless of the original ratio.\";s:2:\"id\";s:20:\"masonry_width_double\";s:7:\"default\";s:4:\"2000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:200;s:3:\"max\";i:5120;s:4:\"step\";i:1;}s:12:\"full_refresh\";a:1:{s:28:\"masonry_width_double_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:15:\"isMasonryOnPage\";}}}}s:12:\"status_totop\";a:7:{s:5:\"label\";s:12:\"ToTop Script\";s:11:\"description\";s:81:\"Turn on to enable the ToTop script which adds the scrolling to top functionality.\";s:2:\"id\";s:12:\"status_totop\";s:7:\"default\";s:7:\"desktop\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:18:\"desktop_and_mobile\";s:20:\"Desktop &amp; Mobile\";s:7:\"desktop\";s:7:\"Desktop\";s:6:\"mobile\";s:6:\"Mobile\";s:3:\"off\";s:3:\"Off\";}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:7:\"desktop\";i:1;s:16:\"does-not-contain\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:16:\"no-desktop-totop\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:14:\"avadaToTopVars\";s:2:\"id\";s:12:\"status_totop\";s:7:\"trigger\";a:1:{i:0;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:14:\"totop_position\";a:8:{s:5:\"label\";s:21:\"ToTop Button Position\";s:11:\"description\";s:97:\"Controls the position of the ToTop button. On mobiles also non-floating layouts will be floating.\";s:2:\"id\";s:14:\"totop_position\";s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:4:\"left\";s:4:\"Left\";s:13:\"left_floating\";s:13:\"Left Floating\";s:5:\"right\";s:5:\"Right\";s:14:\"right_floating\";s:14:\"Right Floating\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:14:\"avadaToTopVars\";s:2:\"id\";s:14:\"totop_position\";s:7:\"trigger\";a:1:{i:0;s:18:\"updateToTopPostion\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:21:\"totop_position_offset\";a:8:{s:5:\"label\";s:25:\"Bottom &amp; Side Spacing\";s:11:\"description\";s:181:\"Controls the distance between the ToTop button and the viewport edges. Side spacing follows the selected side (left or right), while bottom spacing applies only to floating layouts.\";s:2:\"id\";s:21:\"totop_position_offset\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"75px\";s:6:\"height\";s:4:\"30px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:20:\"--totop_spacing_side\";s:7:\"element\";s:6:\"#toTop\";s:6:\"choice\";s:5:\"width\";}i:1;a:3:{s:4:\"name\";s:22:\"--totop_spacing_bottom\";s:7:\"element\";s:6:\"#toTop\";s:6:\"choice\";s:6:\"height\";}}}s:19:\"totop_border_radius\";a:8:{s:5:\"label\";s:19:\"ToTop Border Radius\";s:11:\"description\";s:128:\"Controls the border radius of the ToTop button. For non-floating layouts the border radius will only apply to the upper corners.\";s:2:\"id\";s:19:\"totop_border_radius\";s:7:\"default\";s:1:\"6\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--totop_border_radius\";s:7:\"element\";s:6:\"#toTop\";s:13:\"value_pattern\";s:3:\"$px\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:16:\"totop_background\";a:7:{s:5:\"label\";s:16:\"ToTop Background\";s:11:\"description\";s:50:\"Controls the background color of the ToTop button.\";s:2:\"id\";s:16:\"totop_background\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--totop_background\";s:7:\"element\";s:6:\"#toTop\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:22:\"totop_background_hover\";a:7:{s:5:\"label\";s:28:\"ToTop Background Hover Color\";s:11:\"description\";s:56:\"Controls the background hover color of the ToTop button.\";s:2:\"id\";s:22:\"totop_background_hover\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--totop_background_hover\";s:7:\"element\";s:6:\"#toTop\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:16:\"totop_icon_color\";a:7:{s:5:\"label\";s:16:\"ToTop Icon Color\";s:11:\"description\";s:50:\"Controls the icon color color of the ToTop button.\";s:2:\"id\";s:16:\"totop_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--totop_icon_color\";s:7:\"element\";s:6:\"#toTop\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:16:\"totop_icon_hover\";a:7:{s:5:\"label\";s:22:\"ToTop Icon Hover Color\";s:11:\"description\";s:50:\"Controls the icon hover color of the ToTop button.\";s:2:\"id\";s:16:\"totop_icon_hover\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--totop_icon_hover\";s:7:\"element\";s:6:\"#toTop\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:21:\"totop_scroll_progress\";a:7:{s:5:\"label\";s:26:\"ToTop Show Scroll Progress\";s:11:\"description\";s:65:\"Turn on to show the page scroll progress within the ToTop Button.\";s:2:\"id\";s:21:\"totop_scroll_progress\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:17:\".to-top-container\";s:9:\"className\";s:26:\"awb-to-top-scroll-progress\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}i:1;a:3:{s:7:\"setting\";s:14:\"totop_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"left\";}i:2;a:3:{s:7:\"setting\";s:14:\"totop_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:5:\"right\";}}}s:22:\"totop_scroll_down_only\";a:7:{s:5:\"label\";s:30:\"ToTop Show on Scroll Down Only\";s:11:\"description\";s:108:\"Turn on to show the ToTop button on scroll down only. Otherwise it will always show if the page is scrolled.\";s:2:\"id\";s:22:\"totop_scroll_down_only\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:14:\"avadaToTopVars\";s:2:\"id\";s:22:\"totop_scroll_down_only\";s:7:\"trigger\";a:1:{i:0;s:5:\"ready\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:10:\"post_views\";a:7:{s:5:\"label\";s:18:\"Post Views Counter\";s:11:\"description\";s:214:\"Set the method to update the post views, or disable them entirely. &quot;Page Load&quot; option will update using PHP when a page is retrieved. &quot;Ajax&quot; will send an additional request after the page loads.\";s:2:\"id\";s:10:\"post_views\";s:7:\"default\";s:9:\"page_load\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:9:\"page_load\";s:9:\"Page Load\";s:4:\"ajax\";s:4:\"Ajax\";s:8:\"disabled\";s:8:\"Disabled\";}}s:19:\"post_views_counting\";a:7:{s:5:\"label\";s:29:\"Post Views User Type Counting\";s:11:\"description\";s:62:\"Select which types of users will increase post views on visit.\";s:2:\"id\";s:19:\"post_views_counting\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"all\";s:3:\"All\";s:10:\"logged_out\";s:10:\"Logged Out\";s:10:\"non_admins\";s:10:\"Non-Admins\";}}s:27:\"current_post_visitors_count\";a:7:{s:5:\"label\";s:28:\"Current Post Visitor Counter\";s:11:\"description\";s:232:\"Set how the current post visiotr counter should get updated, or disable the counter. &quot;Page Load&quot; option will update using PHP when a page is retrieved. &quot;Ajax&quot; will send an additional request after the page loads.\";s:2:\"id\";s:27:\"current_post_visitors_count\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:9:\"page_load\";s:9:\"Page Load\";s:4:\"ajax\";s:4:\"Ajax\";s:8:\"disabled\";s:8:\"Disabled\";}}s:32:\"current_post_visitors_count_mode\";a:8:{s:5:\"label\";s:33:\"Current Post Visitor Counter Mode\";s:11:\"description\";s:131:\"Set the post visitors counter mode. &quot;Real&quot; will count the real visitors by IP, &quot;Fuzzy&quot; will use random numbers.\";s:2:\"id\";s:32:\"current_post_visitors_count_mode\";s:7:\"default\";s:4:\"real\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"real\";s:4:\"Real\";s:5:\"fuzzy\";s:5:\"Fuzzy\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}}}s:37:\"current_post_visitors_count_real_hash\";a:7:{s:5:\"label\";s:13:\"Anonymize IPs\";s:11:\"description\";s:75:\"When enabled, visitor IP addresses are converted into anonymous hashed IDs.\";s:2:\"id\";s:37:\"current_post_visitors_count_real_hash\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}i:1;a:3:{s:7:\"setting\";s:32:\"current_post_visitors_count_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"real\";}}}s:40:\"current_post_visitors_count_fuzzy_values\";a:8:{s:5:\"label\";s:41:\"Current Post Visitor Counter Fuzzy Values\";s:11:\"description\";s:74:\"Set the maximum and the minimum values for the fuzzy post visitor counter.\";s:2:\"id\";s:40:\"current_post_visitors_count_fuzzy_values\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:7:\"default\";a:2:{s:3:\"top\";s:2:\"25\";s:6:\"bottom\";s:2:\"10\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}i:1;a:3:{s:7:\"setting\";s:32:\"current_post_visitors_count_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"fuzzy\";}}}s:32:\"current_post_visitors_count_live\";a:7:{s:5:\"label\";s:33:\"Current Post Visitor Live Counter\";s:11:\"description\";s:75:\"Turn on to update the counter while users are on the post in set intervals.\";s:2:\"id\";s:32:\"current_post_visitors_count_live\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}}}s:41:\"current_post_visitors_count_live_interval\";a:8:{s:5:\"label\";s:49:\"Current Post Visitor Live Counter Update Interval\";s:11:\"description\";s:88:\"Set the interval length between two consecutive AJAX updates of the counter. In seconds.\";s:2:\"id\";s:41:\"current_post_visitors_count_live_interval\";s:7:\"default\";s:2:\"60\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"15\";s:3:\"max\";s:3:\"300\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}i:1;a:3:{s:7:\"setting\";s:32:\"current_post_visitors_count_live\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:23:\"enable_language_updates\";a:6:{s:5:\"label\";s:23:\"Enable Language Updates\";s:11:\"description\";s:165:\"If your site is using a language other than English, enabling this option will allow you to get updated language files for your locale as soon as they are available.\";s:2:\"id\";s:23:\"enable_language_updates\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:19:\"dependencies_status\";a:6:{s:5:\"label\";s:40:\"Avada&#039;s Option Network Dependencies\";s:11:\"description\";s:381:\"Avada&#039;s Option Network consists of Global Options, Page Options and Builder Options and each of them have dependent options ON by default. This means the only options you see are the only ones currently available for your selection. However, if you wish to disable this feature, simply turn this option off, and all dependencies will be disabled (requires save &amp; refresh).\";s:2:\"id\";s:19:\"dependencies_status\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:27:\"disable_code_block_encoding\";a:6:{s:5:\"label\";s:19:\"Code Block Encoding\";s:11:\"description\";s:92:\"Turn on to enable encoding in the Avada Builder code block and syntax highlighting elements.\";s:2:\"id\";s:27:\"disable_code_block_encoding\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"disable_megamenu\";a:6:{s:5:\"label\";s:16:\"Legacy Mega Menu\";s:11:\"description\";s:48:\"Turn on to enable Avada&#039;s legacy mega menu.\";s:2:\"id\";s:16:\"disable_megamenu\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:31:\"theme_features_disable_megamenu\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:19:\"status_widget_areas\";a:6:{s:5:\"label\";s:19:\"Legacy Widget Areas\";s:11:\"description\";s:55:\"Turn on to enable the legacy widget areas of WordPress.\";s:2:\"id\";s:19:\"status_widget_areas\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:19:\"status_avada_studio\";a:6:{s:5:\"label\";s:12:\"Avada Studio\";s:11:\"description\";s:31:\"Turn on to enable Avada studio.\";s:2:\"id\";s:19:\"status_avada_studio\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"avada_rev_styles\";a:7:{s:5:\"label\";s:34:\"Avada Styles For Slider Revolution\";s:11:\"description\";s:80:\"Turn on to enable the Avada styles and use the default Slider Revolution styles.\";s:2:\"id\";s:16:\"avada_rev_styles\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:28:\"--avada-rev-image-shadow-top\";s:13:\"value_pattern\";s:86:\"url(\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/shadow-top.png\")\";s:7:\"element\";s:12:\".shadow-left\";}i:1;a:3:{s:4:\"name\";s:31:\"--avada-rev-image-shadow-bottom\";s:13:\"value_pattern\";s:89:\"url(\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/shadow-bottom.png\")\";s:7:\"element\";s:13:\".shadow-right\";}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-has-rev-slider-styles\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:12:\"avadaRevVars\";s:2:\"id\";s:16:\"avada_rev_styles\";s:7:\"trigger\";a:2:{i:0;s:15:\"DestoryRevStyle\";i:1;s:12:\"AddRevStyles\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"avada_styles_dropdowns\";a:6:{s:5:\"label\";s:21:\"Avada Dropdown Styles\";s:11:\"description\";s:154:\"Turn on to enable the Avada styles for dropdown/select fields site wide. This should be done if you experience any issues with 3rd party plugin dropdowns.\";s:2:\"id\";s:22:\"avada_styles_dropdowns\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:21:\"avada-dropdown-styles\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaSelectVars\";s:2:\"id\";s:15:\"avada_drop_down\";s:7:\"trigger\";a:2:{i:0;s:18:\"DestoryAvadaSelect\";i:1;s:14:\"AddAvadaSelect\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:27:\"disable_mobile_image_hovers\";a:6:{s:5:\"label\";s:37:\"CSS Image Hover Animations on Mobiles\";s:11:\"description\";s:56:\"Turn on to enable CSS image hover animations on mobiles.\";s:2:\"id\";s:27:\"disable_mobile_image_hovers\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"avadaMobileImageVars\";s:2:\"id\";s:27:\"disable_mobile_image_hovers\";s:7:\"trigger\";a:1:{i:0;s:32:\"fusionDeactivateMobileImagHovers\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:9:\"status_yt\";a:7:{s:5:\"label\";s:19:\"YouTube API Scripts\";s:11:\"description\";s:38:\"Turn on to enable YouTube API scripts.\";s:2:\"id\";s:9:\"status_yt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";s:6:\"output\";a:4:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:17:\"fusionVideoBgVars\";s:2:\"id\";s:9:\"status_yt\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:22:\"fusionVideoGeneralVars\";s:2:\"id\";s:9:\"status_yt\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionFlexSliderVars\";s:2:\"id\";s:9:\"status_yt\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:14:\"fusionBlogVars\";s:2:\"id\";s:9:\"status_yt\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:12:\"status_vimeo\";a:7:{s:5:\"label\";s:17:\"Vimeo API Scripts\";s:11:\"description\";s:36:\"Turn on to enable Vimeo API scripts.\";s:2:\"id\";s:12:\"status_vimeo\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";s:6:\"output\";a:3:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:17:\"fusionVideoBgVars\";s:2:\"id\";s:12:\"status_vimeo\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:22:\"fusionVideoGeneralVars\";s:2:\"id\";s:12:\"status_vimeo\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionFlexSliderVars\";s:2:\"id\";s:12:\"status_vimeo\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:11:\"status_gmap\";a:6:{s:5:\"label\";s:18:\"Google Map Scripts\";s:11:\"description\";s:29:\"Turn on to enable google map.\";s:2:\"id\";s:11:\"status_gmap\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:18:\"status_fontawesome\";a:8:{s:5:\"label\";s:12:\"Font Awesome\";s:11:\"description\";s:128:\"Choose which Font Awesome icon subsets you want to load. Note that Light subset can only be used if Font Awesome Pro is enabled.\";s:2:\"id\";s:18:\"status_fontawesome\";s:7:\"default\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:4:{s:3:\"fab\";s:6:\"Brands\";s:3:\"far\";s:7:\"Regular\";s:3:\"fas\";s:5:\"Solid\";s:3:\"fal\";s:5:\"Light\";}s:9:\"transport\";s:11:\"postMessage\";}s:28:\"fontawesome_v4_compatibility\";a:6:{s:5:\"label\";s:29:\"Font Awesome v4 Compatibility\";s:11:\"description\";s:62:\"Turn on to enable support for Font Awesome 4 icon code format.\";s:2:\"id\";s:28:\"fontawesome_v4_compatibility\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:22:\"status_fontawesome_pro\";a:6:{s:5:\"label\";s:16:\"Font Awesome Pro\";s:11:\"description\";s:260:\"Font Awesome Pro <a href=\"https://fontawesome.com/buy/standard\" target=\"_blank\" rel=\"noopener noreferrer\">license</a> is required and you need to <a href=\"https://fontawesome.com/account/cdn\" target=\"_blank\" rel=\"noopener noreferrer\">whitelist</a> your domain.\";s:2:\"id\";s:22:\"status_fontawesome_pro\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:14:\"status_outline\";a:6:{s:5:\"label\";s:12:\"CSS Outlines\";s:11:\"description\";s:86:\"Turn on to enable browser specific CSS element outlines used to improve accessibility.\";s:2:\"id\";s:14:\"status_outline\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:22:\"fusion-disable-outline\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"meta_tags_separator\";a:5:{s:5:\"label\";s:19:\"Meta Tags Separator\";s:11:\"description\";s:118:\"Set a separator character that can be used in the Avada Page Options SEO tab for post title and description meta tags.\";s:2:\"id\";s:19:\"meta_tags_separator\";s:7:\"default\";s:1:\"-\";s:4:\"type\";s:4:\"text\";}s:16:\"status_opengraph\";a:6:{s:5:\"label\";s:36:\"Description And Open Graph Meta Tags\";s:11:\"description\";s:352:\"Turn on to enable custom description meta tag and open graph meta tags. These are used for SEO and when sharing pages on social networks like Facebook. <strong>IMPORTANT:</strong> Some SEO plugins, like Yoast SEO or RankMath, add their own implementation of this, so either disable the option in the plugin, or disable it here, to avoid duplicate tags.\";s:2:\"id\";s:16:\"status_opengraph\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:31:\"disable_date_rich_snippet_pages\";a:6:{s:5:\"label\";s:13:\"Rich Snippets\";s:11:\"description\";s:172:\"Turn on to enable rich snippets data site wide. If set to &quot;On&quot;, you can also control individual items below. If set to &quot;Off&quot; all items will be disabled.\";s:2:\"id\";s:31:\"disable_date_rich_snippet_pages\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:26:\"disable_rich_snippet_title\";a:7:{s:5:\"label\";s:19:\"Rich Snippets Title\";s:11:\"description\";s:52:\"Turn on to enable title rich snippet data site wide.\";s:2:\"id\";s:26:\"disable_rich_snippet_title\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"disable_date_rich_snippet_pages\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:27:\"disable_rich_snippet_author\";a:7:{s:5:\"label\";s:25:\"Rich Snippets Author Info\";s:11:\"description\";s:53:\"Turn on to enable author rich snippet data site wide.\";s:2:\"id\";s:27:\"disable_rich_snippet_author\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"disable_date_rich_snippet_pages\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:25:\"disable_rich_snippet_date\";a:7:{s:5:\"label\";s:30:\"Rich Snippets Last Update Date\";s:11:\"description\";s:57:\"Turn on to enable udate date rich snippet data site wide.\";s:2:\"id\";s:25:\"disable_rich_snippet_date\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"disable_date_rich_snippet_pages\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:24:\"disable_rich_snippet_faq\";a:7:{s:5:\"label\";s:17:\"Rich Snippets FAQ\";s:11:\"description\";s:54:\"Turn on to enable the FAQ rich snippet data site wide.\";s:2:\"id\";s:24:\"disable_rich_snippet_faq\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"disable_date_rich_snippet_pages\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:34:\"enable_block_editor_backend_styles\";a:6:{s:5:\"label\";s:37:\"Enable WP Block Editor Backend Styles\";s:11:\"description\";s:77:\"Turn on to enable Avada&#039;s backend style support for the WP block editor.\";s:2:\"id\";s:34:\"enable_block_editor_backend_styles\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:17:\"load_block_styles\";a:7:{s:5:\"label\";s:26:\"Load Frontend Block Styles\";s:11:\"description\";s:126:\"Select &quot;Auto&quot; to automatically detect if there are blocks present in your page, and load block-styles in the footer.\";s:2:\"id\";s:17:\"load_block_styles\";s:7:\"default\";s:2:\"on\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"auto\";s:4:\"Auto\";s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}s:9:\"transport\";s:7:\"refresh\";}s:20:\"custom_code_snippets\";a:9:{s:5:\"label\";s:43:\"Custom Code Snippets (Tracking / Analytics)\";s:11:\"description\";s:577:\"Add custom code snippets (e.g. tracking pixels, analytics scripts) and control when they load and whether they require user consent. Each snippet can be assigned a consent category so it appears as a consent checkbox in the corresponding Consent Category content. Note: for consent-gated snippets to be blocked until the visitor agrees, the Privacy Consent Tools option (Privacy & Consent tab) must be enabled. You can leave the Code field empty to list a cookie for disclosure only, without injecting any script — useful for third-party services you cannot control directly.\";s:2:\"id\";s:20:\"custom_code_snippets\";s:7:\"default\";a:0:{}s:4:\"type\";s:8:\"repeater\";s:10:\"bind_title\";s:5:\"label\";s:5:\"limit\";i:50;s:9:\"transport\";s:11:\"postMessage\";s:6:\"fields\";a:8:{s:5:\"label\";a:5:{s:5:\"label\";s:5:\"Label\";s:11:\"description\";s:134:\"A display name for this snippet (e.g. &quot;Facebook Pixel&quot;). Used as the consent checkbox label in the Consent Category content.\";s:2:\"id\";s:5:\"label\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:4:\"code\";a:6:{s:5:\"label\";s:4:\"Code\";s:11:\"description\";s:57:\"Paste your script here including the &lt;script&gt; tags.\";s:2:\"id\";s:4:\"code\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:300;s:5:\"theme\";s:6:\"chrome\";}}s:8:\"category\";a:6:{s:5:\"label\";s:16:\"Consent Category\";s:11:\"description\";s:373:\"Assign this snippet to a consent category. &quot;Necessary&quot; snippets always load and show as a locked checkbox. Other categories require consent and appear as a checkbox in the matching Consent Category content. Choose &quot;Do Not Add To A Group&quot; to load the snippet without listing it — useful for consent-aware scripts that handle consent signals themselves.\";s:2:\"id\";s:8:\"category\";s:7:\"default\";s:8:\"tracking\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:8:\"no_group\";s:21:\"Do Not Add To A Group\";s:9:\"necessary\";s:17:\"Necessary Cookies\";s:6:\"embeds\";s:39:\"Functional Cookies (Third Party Embeds)\";s:10:\"statistics\";s:30:\"Statistics Cookies (Analytics)\";s:8:\"tracking\";s:47:\"Marketing Cookies (Advertising &amp; Targeting)\";}}s:9:\"placement\";a:6:{s:5:\"label\";s:9:\"Placement\";s:11:\"description\";s:48:\"Where should this snippet be output in the page.\";s:2:\"id\";s:9:\"placement\";s:7:\"default\";s:4:\"head\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:4:\"head\";s:20:\"Before &lt;/head&gt;\";s:9:\"body_open\";s:18:\"After &lt;body&gt;\";s:10:\"body_close\";s:20:\"Before &lt;/body&gt;\";}}s:8:\"lifespan\";a:5:{s:5:\"label\";s:15:\"Cookie Lifespan\";s:11:\"description\";s:205:\"Optional. Describe how long the cookies set by this service persist (e.g. &quot;1 year&quot;, &quot;Session&quot;, &quot;180 days&quot;). Shown next to the consent checkbox in the Consent Category content.\";s:2:\"id\";s:8:\"lifespan\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:19:\"snippet_description\";a:5:{s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:189:\"Optional. Shown below the consent checkbox in the Consent Category content. Use it to explain what this snippet does (e.g. &quot;Used to track conversions and show personalised ads.&quot;).\";s:2:\"id\";s:19:\"snippet_description\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}s:10:\"block_type\";a:6:{s:5:\"label\";s:16:\"Loading Behavior\";s:11:\"description\";s:260:\"&quot;Block until consent&quot; completely prevents the script from loading until the user agrees. &quot;Consent-aware&quot; always loads the script but passes the current consent state to it — only use this for scripts that natively support consent signals.\";s:2:\"id\";s:10:\"block_type\";s:7:\"default\";s:10:\"hard_block\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:10:\"hard_block\";s:19:\"Block until consent\";s:10:\"soft_block\";s:28:\"Consent-aware (always loads)\";}}s:10:\"prechecked\";a:5:{s:5:\"label\";s:11:\"Pre-checked\";s:11:\"description\";s:111:\"If enabled, the consent checkbox for this snippet will be checked by default before the visitor makes a choice.\";s:2:\"id\";s:10:\"prechecked\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}}}s:10:\"space_head\";a:7:{s:5:\"label\";s:26:\"Space before &lt;/head&gt;\";s:11:\"description\";s:226:\"Only accepts JavaScript code wrapped with &lt;script&gt; tags and HTML markup that is valid inside the &lt;head&gt; tag. Code snippets for tracking purposes should be added to the above &quot;Custom Code Snippets&quot; option.\";s:2:\"id\";s:10:\"space_head\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:350;s:5:\"theme\";s:6:\"chrome\";}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"space_body_open\";a:7:{s:5:\"label\";s:24:\"Space after &lt;body&gt;\";s:11:\"description\";s:113:\"Only accepts JavaScript code, wrapped with &lt;script&gt; tags and valid HTML markup inside the &lt;body&gt; tag.\";s:2:\"id\";s:15:\"space_body_open\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:350;s:5:\"theme\";s:6:\"chrome\";}s:9:\"transport\";s:11:\"postMessage\";}s:10:\"space_body\";a:7:{s:5:\"label\";s:26:\"Space before &lt;/body&gt;\";s:11:\"description\";s:113:\"Only accepts JavaScript code, wrapped with &lt;script&gt; tags and valid HTML markup inside the &lt;body&gt; tag.\";s:2:\"id\";s:10:\"space_body\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:350;s:5:\"theme\";s:6:\"chrome\";}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"status_fusion_slider\";a:6:{s:5:\"label\";s:12:\"Avada Slider\";s:11:\"description\";s:35:\"Turn on to enable the Avada Slider.\";s:2:\"id\";s:20:\"status_fusion_slider\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:14:\"status_eslider\";a:6:{s:5:\"label\";s:14:\"Elastic Slider\";s:11:\"description\";s:37:\"Turn on to enable the elastic slider.\";s:2:\"id\";s:14:\"status_eslider\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:19:\"status_fusion_forms\";a:6:{s:5:\"label\";s:11:\"Avada Forms\";s:11:\"description\";s:34:\"Turn on to enable the Avada Forms.\";s:2:\"id\";s:19:\"status_fusion_forms\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:21:\"status_awb_Off_Canvas\";a:6:{s:5:\"label\";s:16:\"Avada Off Canvas\";s:11:\"description\";s:39:\"Turn on to enable the Avada Off Canvas.\";s:2:\"id\";s:21:\"status_awb_Off_Canvas\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"status_fusion_portfolio\";a:6:{s:5:\"label\";s:15:\"Avada Portfolio\";s:11:\"description\";s:38:\"Turn on to enable the Avada Portfolio.\";s:2:\"id\";s:23:\"status_fusion_portfolio\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:18:\"status_fusion_faqs\";a:6:{s:5:\"label\";s:10:\"Avada FAQs\";s:11:\"description\";s:33:\"Turn on to enable the Avada Faqs.\";s:2:\"id\";s:18:\"status_fusion_faqs\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"maintenance_mode\";a:6:{s:5:\"label\";s:4:\"Mode\";s:11:\"description\";s:177:\"Set your site to Maintenance Mode to take it offline temporarily (status code 503), or to Coming Soon mode (status code 200), taking it offline until it is ready to be launched.\";s:2:\"id\";s:16:\"maintenance_mode\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:0:\"\";s:3:\"Off\";s:11:\"maintenance\";s:11:\"Maintenance\";s:11:\"coming_soon\";s:11:\"Coming Soon\";}}s:24:\"maintenance_redirect_url\";a:6:{s:5:\"label\";s:12:\"URL Redirect\";s:11:\"description\";s:109:\"If set, this option will redirect users without access to the URL given. Enter with protocol (e.g. https://).\";s:2:\"id\";s:24:\"maintenance_redirect_url\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}}s:20:\"maintenance_template\";a:8:{s:5:\"label\";s:13:\"Page Template\";s:11:\"description\";s:73:\"Select an Avada Library template for the Maintenance or Coming Soon page.\";s:2:\"id\";s:20:\"maintenance_template\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:0:{}s:10:\"quick_edit\";a:3:{s:5:\"label\";s:13:\"Edit Template\";s:4:\"type\";s:8:\"template\";s:5:\"items\";a:0:{}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:24:\"maintenance_redirect_url\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:0:\"\";}}}s:22:\"maintenance_user_roles\";a:8:{s:5:\"label\";s:21:\"User Roles For Access\";s:11:\"description\";s:159:\"Select the user roles that should be able to access the site when maintenance mode is turned on. <strong>NOTE:</strong> Administrators will always have access.\";s:2:\"id\";s:22:\"maintenance_user_roles\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:0:{}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}}s:19:\"maintenance_exclude\";a:6:{s:5:\"label\";s:7:\"Exclude\";s:11:\"description\";s:124:\"Exclude parts of your site like feed, pages, or archives from Maintenance or Coming Soon mode. Add one slug or URL per line.\";s:2:\"id\";s:19:\"maintenance_exclude\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}}s:22:\"maintenance_page_title\";a:6:{s:5:\"label\";s:19:\"Page Title HTML Tag\";s:11:\"description\";s:83:\"This will also be used in the default page template. Leave empty for default title.\";s:2:\"id\";s:22:\"maintenance_page_title\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:24:\"maintenance_redirect_url\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:0:\"\";}}}s:23:\"maintenance_robots_meta\";a:7:{s:5:\"label\";s:15:\"Robots Meta Tag\";s:11:\"description\";s:88:\"Decide whether the Maintenance or Coming Soon page should get indexed by search engines.\";s:2:\"id\";s:23:\"maintenance_robots_meta\";s:7:\"default\";s:7:\"noindex\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:5:\"index\";s:12:\"Index/Follow\";s:7:\"noindex\";s:16:\"Noindex/Nofollow\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:24:\"maintenance_redirect_url\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:0:\"\";}}}s:17:\"auth_pages_notice\";a:4:{s:2:\"id\";s:17:\"auth_pages_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:250:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> When creating custom auth pages, it is essential that you also use Avada Forms to add a working form with the matching authentication action set on the Submissions tab.</div>\";s:4:\"type\";s:6:\"custom\";}s:21:\"auth_pages_login_page\";a:6:{s:5:\"label\";s:10:\"Login Page\";s:11:\"description\";s:48:\"Select which page you want as custom login page.\";s:2:\"id\";s:21:\"auth_pages_login_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}}s:28:\"auth_pages_registration_page\";a:6:{s:5:\"label\";s:17:\"Registration Page\";s:11:\"description\";s:55:\"Select which page you want as custom registration page.\";s:2:\"id\";s:28:\"auth_pages_registration_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}}s:29:\"auth_pages_lost_password_page\";a:6:{s:5:\"label\";s:18:\"Lost Password Page\";s:11:\"description\";s:56:\"Select which page you want as custom lost password page.\";s:2:\"id\";s:29:\"auth_pages_lost_password_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}}s:30:\"auth_pages_reset_password_page\";a:6:{s:5:\"label\";s:19:\"Reset Password Page\";s:11:\"description\";s:57:\"Select which page you want as custom reset password page.\";s:2:\"id\";s:30:\"auth_pages_reset_password_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}}s:26:\"auth_pages_custom_redirect\";a:6:{s:5:\"label\";s:39:\"WordPress Authentication Pages Redirect\";s:11:\"description\";s:107:\"Choose what should happen if a site user visits a default WordPress authentication page/URL (wp-login.php).\";s:2:\"id\";s:26:\"auth_pages_custom_redirect\";s:7:\"default\";s:10:\"auth_pages\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:10:\"auth_pages\";s:10:\"Auth Pages\";s:8:\"homepage\";s:8:\"Homepage\";i:404;s:8:\"404 Page\";s:11:\"custom_page\";s:11:\"Custom Page\";}}s:31:\"auth_pages_custom_redirect_page\";a:7:{s:5:\"label\";s:20:\"Custom Redirect Page\";s:11:\"description\";s:121:\"Select to which page you want to redirect site users visiting a default WordPress authentication page/URL (wp-login.php).\";s:2:\"id\";s:31:\"auth_pages_custom_redirect_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:26:\"auth_pages_custom_redirect\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:11:\"custom_page\";}}}s:23:\"auth_pages_bypass_param\";a:5:{s:5:\"label\";s:33:\"Custom Authentication Page Bypass\";s:11:\"description\";s:253:\"Set a value here, if you want to use that as a query var for bypassing the custom authentication pages. E.g. my-secret-login (https://example.com/wp-login.php?my-secret-login=1). The default login will be valid for 5 minutes, or until successful log in.\";s:2:\"id\";s:23:\"auth_pages_bypass_param\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:17:\"lazy_load_iframes\";a:7:{s:5:\"label\";s:19:\"Iframe Lazy Loading\";s:11:\"description\";s:91:\"Choose your preferred lazy loading method for your website\'s iframe to improve performance.\";s:2:\"id\";s:17:\"lazy_load_iframes\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:5:\"avada\";s:5:\"Avada\";s:9:\"wordpress\";s:9:\"WordPress\";s:4:\"none\";s:4:\"None\";}s:9:\"transport\";s:11:\"postMessage\";}s:17:\"font_face_display\";a:7:{s:5:\"label\";s:19:\"Font Face Rendering\";s:11:\"description\";s:315:\"Choose &quot;Swap All&quot; for faster rendering with possible flash of unstyled text (FOUT) or &quot;Block&quot; for clean rendering but longer wait time until first paint. &quot;Swap Non-Icon Fonts&quot; will use a mix of the first 2 methods (&quot;swap&quot; for text fonts and &quot;block&quot; for icon-fonts).\";s:2:\"id\";s:17:\"font_face_display\";s:7:\"default\";s:5:\"block\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:5:\"block\";s:5:\"Block\";s:4:\"swap\";s:19:\"Swap Non-Icon Fonts\";s:8:\"swap-all\";s:8:\"Swap All\";}s:9:\"transport\";s:11:\"postMessage\";}s:13:\"preload_fonts\";a:7:{s:5:\"label\";s:17:\"Preload Key Fonts\";s:11:\"description\";s:210:\"Make a selection to prioritize fetching resources that will be requested later in page load. This improves page load time as the browser caches preloaded resources so they are available immediately when needed.\";s:2:\"id\";s:13:\"preload_fonts\";s:7:\"default\";s:10:\"icon_fonts\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:3:\"all\";s:3:\"All\";s:12:\"google_fonts\";s:12:\"Google Fonts\";s:10:\"icon_fonts\";s:10:\"Icon Fonts\";s:4:\"none\";s:4:\"None\";}s:9:\"transport\";s:11:\"postMessage\";}s:22:\"preload_fonts_variants\";a:9:{s:5:\"label\";s:28:\"Preload Google Font Variants\";s:11:\"description\";s:99:\"Select the variants of Google fonts that should get preloaded. Leave empty to preload all variants.\";s:2:\"id\";s:22:\"preload_fonts_variants\";s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:18:{i:100;s:15:\"Ultra-Light 100\";s:10:\"100-italic\";s:22:\"Ultra-Light 100 Italic\";i:200;s:9:\"Light 200\";s:10:\"200-italic\";s:16:\"Light 200 Italic\";i:300;s:8:\"Book 300\";s:10:\"300-italic\";s:15:\"Book 300 Italic\";i:400;s:10:\"Normal 400\";s:10:\"400-italic\";s:17:\"Normal 400 Italic\";i:500;s:10:\"Medium 500\";s:10:\"500-italic\";s:17:\"Medium 500 Italic\";i:600;s:13:\"Semi-Bold 600\";s:10:\"600-italic\";s:20:\"Semi-Bold 600 Italic\";i:700;s:8:\"Bold 700\";s:10:\"700-italic\";s:15:\"Bold 700 Italic\";i:800;s:14:\"Extra-Bold 800\";s:10:\"800-italic\";s:21:\"Extra-Bold 800 Italic\";i:900;s:14:\"Ultra-Bold 900\";s:10:\"900-italic\";s:21:\"Ultra-Bold 900 Italic\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"preload_fonts\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:1;a:3:{s:7:\"setting\";s:13:\"preload_fonts\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:10:\"icon_fonts\";}}s:9:\"transport\";s:11:\"postMessage\";}s:21:\"preload_fonts_subsets\";a:9:{s:5:\"label\";s:27:\"Preload Google Font Subsets\";s:11:\"description\";s:97:\"Select the subsets of Google fonts that should get preloaded. Leave empty to preload all subsets.\";s:2:\"id\";s:21:\"preload_fonts_subsets\";s:7:\"default\";s:5:\"latin\";s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:28:{s:6:\"arabic\";s:5:\"Latin\";s:7:\"bengali\";s:7:\"Bengali\";s:16:\"chinese-hongkong\";s:16:\"Chinese Hongkong\";s:18:\"chinese-simplified\";s:18:\"Chinese Simplified\";s:19:\"chinese-traditional\";s:19:\"Chinese Traditional\";s:8:\"cyrillic\";s:8:\"Cyrillic\";s:12:\"cyrillic-ext\";s:17:\"Cyrillic Extended\";s:10:\"devanagari\";s:10:\"Devanagari\";s:5:\"greek\";s:5:\"Greek\";s:9:\"greek-ext\";s:14:\"Greek Extended\";s:8:\"gujarati\";s:8:\"Gujarati\";s:8:\"gurmukhi\";s:8:\"Gurmukhi\";s:6:\"hebrew\";s:6:\"Hebrew\";s:8:\"japanese\";s:8:\"Japanese\";s:7:\"kannada\";s:7:\"Kannada\";s:5:\"khmer\";s:5:\"Khmer\";s:6:\"korean\";s:6:\"Korean\";s:5:\"latin\";s:5:\"Latin\";s:9:\"latin-ext\";s:14:\"Latin Extended\";s:9:\"malayalam\";s:9:\"Malayalam\";s:7:\"myanmar\";s:7:\"Myanmar\";s:5:\"oriya\";s:5:\"Oriya\";s:7:\"sinhala\";s:7:\"Sinhala\";s:5:\"tamil\";s:5:\"Tamil\";s:6:\"telugu\";s:6:\"Telugu\";s:4:\"thai\";s:4:\"Thai\";s:7:\"tibetan\";s:7:\"Tibetan\";s:10:\"vietnamese\";s:10:\"Vietnamese\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"preload_fonts\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:1;a:3:{s:7:\"setting\";s:13:\"preload_fonts\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:10:\"icon_fonts\";}}s:9:\"transport\";s:11:\"postMessage\";}s:32:\"offscreen_rendering_optimization\";a:6:{s:5:\"label\";s:28:\"Optimize Offscreen Rendering\";s:11:\"description\";s:459:\"When enabled, Containers that are below the fold are only rendered when the visitor scrolls near them. This reduces the amount of work the browser does during the initial load, which can make pages load faster and scroll more smoothly — especially on content-heavy pages. Headers, footers, and the first (few) above-the-fold Containers are automatically exempted so hero content is unaffected. You can override the behaviour per Container in its Extras tab.\";s:2:\"id\";s:32:\"offscreen_rendering_optimization\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:26:\"above_fold_container_count\";a:8:{s:5:\"label\";s:30:\"Above The Fold Container Count\";s:11:\"description\";s:363:\"Number of Containers at the top of the page body that are treated as above-the-fold and therefore kept out of the offscreen-rendering optimization. Increase this if your pages typically start with more than one hero-style Container. Lower it to 0 for page types that start straight into content with no hero. Individual Containers can still override this default.\";s:2:\"id\";s:26:\"above_fold_container_count\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"5\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:32:\"offscreen_rendering_optimization\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"emojis_disabled\";a:7:{s:5:\"label\";s:13:\"Emojis Script\";s:11:\"description\";s:99:\"If you don&#039;t use emojis you can improve performance by removing WordPress&#039; emojis script.\";s:2:\"id\";s:15:\"emojis_disabled\";s:7:\"default\";s:7:\"enabled\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"enabled\";s:6:\"Enable\";s:8:\"disabled\";s:7:\"Disable\";}s:9:\"transport\";s:11:\"postMessage\";}s:23:\"jquery_migrate_disabled\";a:7:{s:5:\"label\";s:21:\"jQuery Migrate Script\";s:11:\"description\";s:100:\"If you are not using any deprecated jQuery code, you can disable this script to improve performance.\";s:2:\"id\";s:23:\"jquery_migrate_disabled\";s:7:\"default\";s:7:\"enabled\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"enabled\";s:6:\"Enable\";s:8:\"disabled\";s:7:\"Disable\";}s:9:\"transport\";s:11:\"postMessage\";}s:12:\"defer_jquery\";a:6:{s:5:\"label\";s:21:\"Load jQuery In Footer\";s:11:\"description\";s:227:\"Set to &#039;on&#039; to defer loading of jQuery to the footer of the page. This will only take effect if no other jQuery dependent scripts are added to the head. Turning this on can cause JS scripts to break, use with caution.\";s:2:\"id\";s:12:\"defer_jquery\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:12:\"defer_styles\";a:6:{s:5:\"label\";s:26:\"Load Stylesheets In Footer\";s:11:\"description\";s:238:\"Set to &#039;on&#039; to defer loading of the stylesheets to the footer of the page. This improves page load time by making the styles non-render-blocking. Depending on the connection speed, a flash of unstyled content (FOUC) might occur.\";s:2:\"id\";s:12:\"defer_styles\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:11:\"gzip_status\";a:6:{s:5:\"label\";s:23:\"Enable Gzip Compression\";s:11:\"description\";s:176:\"Set to \'on\' to add Gzip Compression rules to the .htaccess file. <strong>IMPORTANT:</strong> This option works only on Apache web servers with mod_gzip and mod_deflate enabled.\";s:2:\"id\";s:11:\"gzip_status\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:12:\"video_facade\";a:7:{s:5:\"label\";s:19:\"Enable Video Facade\";s:11:\"description\";s:160:\"Use video facade in order to load video player only when video is played. <strong>IMPORTANT:</strong> This option is only applied to YouTube and Vimeo elements.\";s:2:\"id\";s:12:\"video_facade\";s:7:\"default\";s:3:\"off\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}s:9:\"transport\";s:11:\"postMessage\";}s:18:\"clear_object_cache\";a:6:{s:5:\"label\";s:19:\"Clear Object Cache \";s:11:\"description\";s:236:\"Set to \'on\' to clear WP\'s object cache on post edit, post deletion, and Avada Form Entries page view. This is useful, if your setup or hoster uses persistent object caching, to make sure that queries update when you add or remove posts.\";s:2:\"id\";s:18:\"clear_object_cache\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"post_revisions_limit\";a:7:{s:5:\"label\";s:24:\"Number Of Post Revisions\";s:11:\"description\";s:421:\"Controls how many revisions WordPress keeps for each post or page. Set to &quot;-1&quot; to use the WordPress default (unlimited), &quot;0&quot; to disable revisions completely, or any higher number to keep only that many of the most recent revisions. Limiting revisions keeps the database smaller and prevents the post editor from running out of memory on content-heavy pages that have built up a large revision history.\";s:2:\"id\";s:20:\"post_revisions_limit\";s:7:\"default\";s:2:\"-1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"-1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";}s:14:\"images_section\";a:4:{s:5:\"label\";s:6:\"Images\";s:2:\"id\";s:14:\"images_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:10:\"svg_upload\";a:7:{s:5:\"label\";s:16:\"SVG Media Upload\";s:11:\"description\";s:98:\"Enable upload of SVG files and improve performance through their smaller image and logo file size.\";s:2:\"id\";s:10:\"svg_upload\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"enabled\";s:6:\"Enable\";s:8:\"disabled\";s:7:\"Disable\";}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"upload_image_format\";a:7:{s:5:\"label\";s:19:\"Upload Image Format\";s:11:\"description\";s:381:\"Select a modern format to use when uploading new images to the media library. If you choose AVIF but your server is not able to convert to this format, it will automatically fall back to webP. You can also convert all your existing images on the <a target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-status\" title=\"System Status\">System Status</a> page.\";s:2:\"id\";s:19:\"upload_image_format\";s:7:\"default\";s:7:\"default\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:7:\"default\";s:7:\"Default\";s:4:\"webp\";s:4:\"WebP\";s:4:\"avif\";s:4:\"AVIF\";}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"keep_original_images\";a:8:{s:5:\"label\";s:27:\"Keep Original Upload Images\";s:11:\"description\";s:171:\"If enabled, not only the image with its original upload format will be kept, but also the created thumbnails. This will increase the filesystem storage use of your images.\";s:2:\"id\";s:20:\"keep_original_images\";s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:6:\"enable\";s:6:\"Enable\";s:7:\"disable\";s:7:\"Disable\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:19:\"upload_image_format\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"default\";}}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"display_image_format\";a:8:{s:5:\"label\";s:20:\"Display Image Format\";s:11:\"description\";s:201:\"If set to &quot;original&quot;, Avada will try to load the images in their original upload format. If set to &quot;modern&quot;, it will try to load the images in the upload image format you set above.\";s:2:\"id\";s:20:\"display_image_format\";s:7:\"default\";s:6:\"modern\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:6:\"modern\";s:6:\"Modern\";s:8:\"original\";s:8:\"Original\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:19:\"upload_image_format\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"default\";}i:1;a:3:{s:7:\"setting\";s:20:\"keep_original_images\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"enable\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"pw_jpeg_quality\";a:7:{s:5:\"label\";s:23:\"WordPress Image Quality\";s:11:\"description\";s:452:\"Controls the quality of the generated image sizes for every uploaded image. Ranges between 0 and 100 percent. Higher values lead to better image quality but also higher file sizes. <strong>NOTE:</strong> After changing this value, please install and run the <a target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/plugin-install.php?s=Regenerate+Thumbnails&tab=search&type=term\" title=\"Regenerate Thumbnails\">Regenerate Thumbnails</a> plugin once.\";s:2:\"id\";s:15:\"pw_jpeg_quality\";s:7:\"default\";s:2:\"82\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";}s:18:\"webp_image_quality\";a:8:{s:5:\"label\";s:28:\"WordPress webP Image Quality\";s:11:\"description\";s:457:\"Controls the quality of the generated image sizes for every uploaded webP image. Ranges between 0 and 100 percent. Higher values lead to better image quality but also higher file sizes. <strong>NOTE:</strong> After changing this value, please install and run the <a target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/plugin-install.php?s=Regenerate+Thumbnails&tab=search&type=term\" title=\"Regenerate Thumbnails\">Regenerate Thumbnails</a> plugin once.\";s:2:\"id\";s:18:\"webp_image_quality\";s:7:\"default\";s:2:\"86\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:19:\"upload_image_format\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"webp\";}}}s:15:\"awb_image_sizes\";a:8:{s:5:\"label\";s:17:\"Avada Image Sizes\";s:11:\"description\";s:540:\"Choose which Avada image sizes should be created for every image uploaded to the Media Library. <strong>NOTE:</strong> Image sizes used in legacy areas/features of Avada are marked with (L). When you remove image sizes here, please check your site to make sure all layouts display correctly. After changing this value, please install and run the <a target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/plugin-install.php?s=Regenerate+Thumbnails&tab=search&type=term\" title=\"Regenerate Thumbnails\">Regenerate Thumbnails</a> plugin once.\";s:2:\"id\";s:15:\"awb_image_sizes\";s:7:\"default\";a:14:{i:0;s:10:\"fusion-200\";i:1;s:10:\"fusion-400\";i:2;s:10:\"fusion-600\";i:3;s:10:\"fusion-800\";i:4;s:11:\"fusion-1200\";i:5;s:10:\"blog-large\";i:6;s:11:\"blog-medium\";i:7;s:12:\"recent-posts\";i:8;s:22:\"recent-works-thumbnail\";i:9;s:14:\"portfolio-full\";i:10;s:13:\"portfolio-one\";i:11;s:13:\"portfolio-two\";i:12;s:15:\"portfolio-three\";i:13;s:14:\"portfolio-five\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:14:{s:10:\"fusion-200\";s:11:\"200px Width\";s:10:\"fusion-400\";s:11:\"400px Width\";s:10:\"fusion-600\";s:11:\"600px Width\";s:10:\"fusion-800\";s:11:\"800px Width\";s:11:\"fusion-1200\";s:12:\"1200px Width\";s:10:\"blog-large\";s:14:\"Blog Large (L)\";s:11:\"blog-medium\";s:15:\"Blog Medium (L)\";s:12:\"recent-posts\";s:16:\"Recent Posts (L)\";s:22:\"recent-works-thumbnail\";s:16:\"Recent Works (L)\";s:14:\"portfolio-full\";s:18:\"Portfolio Full (L)\";s:13:\"portfolio-one\";s:19:\"Portfolio 1 Col (L)\";s:13:\"portfolio-two\";s:19:\"Portfolio 2 Col (L)\";s:15:\"portfolio-three\";s:19:\"Portfolio 3 Col (L)\";s:14:\"portfolio-five\";s:19:\"Portfolio 5 Col (L)\";}s:9:\"transport\";s:11:\"postMessage\";}s:27:\"wp_big_image_size_threshold\";a:7:{s:5:\"label\";s:34:\"WordPress Big Image Size Threshold\";s:11:\"description\";s:207:\"Sets the threshold for image height and width, above which WordPress will scale down newly uploaded images to this values as max-width or max-height. Set to &quot;0&quot; to disable the threshold completely.\";s:2:\"id\";s:27:\"wp_big_image_size_threshold\";s:7:\"default\";s:4:\"2560\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"5000\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";}s:9:\"lazy_load\";a:7:{s:5:\"label\";s:18:\"Image Lazy Loading\";s:11:\"description\";s:219:\"Choose your preferred lazy loading method for your website\'s images to improve performance. <strong>IMPORTANT:</strong> The WordPress native method can cause issues with dynamically loaded elements like image carousels.\";s:2:\"id\";s:9:\"lazy_load\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:5:\"avada\";s:5:\"Avada\";s:9:\"wordpress\";s:9:\"WordPress\";s:4:\"none\";s:4:\"None\";}s:9:\"transport\";s:11:\"postMessage\";}s:24:\"dynamic_compiler_section\";a:4:{s:5:\"label\";s:20:\"Dynamic CSS &amp; JS\";s:2:\"id\";s:24:\"dynamic_compiler_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:16:\"css_cache_method\";a:7:{s:5:\"label\";s:20:\"CSS Compiling Method\";s:11:\"description\";s:281:\"Select &quot;File&quot; mode to compile the dynamic CSS to files (a separate file will be created for each of your pages &amp; posts inside of the uploads/fusion-styles folder), &quot;Database&quot; mode to cache the CSS in your database, or select &quot;Disabled&quot; to disable.\";s:2:\"id\";s:16:\"css_cache_method\";s:7:\"default\";s:4:\"file\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:4:\"file\";s:4:\"File\";s:2:\"db\";s:8:\"Database\";s:3:\"off\";s:8:\"Disabled\";}s:9:\"transport\";s:11:\"postMessage\";}s:30:\"css_combine_third_party_assets\";a:9:{s:5:\"label\";s:29:\"Combine Third Party CSS Files\";s:11:\"description\";s:324:\"Third party CSS files of the selected plugins will be combined into Avada\'s main stylesheet.<br><strong>IMPORTANT:</strong> Enabling this option is not recommended when you are are using third party file combining services, like cache plugins. When this option is changed, Avada Caches have to be reset for changes to apply.\";s:2:\"id\";s:30:\"css_combine_third_party_assets\";s:7:\"default\";a:0:{}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:5:{s:3:\"tec\";s:19:\"The Events Calendar\";s:10:\"slider_rev\";s:17:\"Slider Revolution\";s:12:\"convert_plus\";s:12:\"Convert Plus\";s:14:\"contact_form_7\";s:14:\"Contact Form 7\";s:7:\"bbpress\";s:7:\"bbPress\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"css_cache_method\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"file\";}}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"media_queries_async\";a:6:{s:5:\"label\";s:39:\"Load Media-Queries Files Asynchronously\";s:11:\"description\";s:140:\"When enabled, the CSS media-queries will be enqueued separately and then loaded asynchronously, improving performance on mobile and desktop.\";s:2:\"id\";s:19:\"media_queries_async\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:12:\"critical_css\";a:6:{s:5:\"label\";s:19:\"Enable Critical CSS\";s:11:\"description\";s:210:\"Set to \'on\' to enable the generation of critical CSS. Once turned on you can manage it from the <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-critical\" target=\"_blank\">critical CSS page</a>.\";s:2:\"id\";s:12:\"critical_css\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:15:\"cache_server_ip\";a:6:{s:5:\"label\";s:15:\"Cache Server IP\";s:11:\"description\";s:201:\"For unique cases where you are using CloudFlare and a cache server, ex: varnish cache. Enter your cache server IP to clear the Global Options dynamic CSS cache. Consult with your server admin for help.\";s:2:\"id\";s:15:\"cache_server_ip\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"js_compiler_note\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:151:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> JS Compiler is disabled. File does not exist or access is restricted.</div>\";s:2:\"id\";s:16:\"js_compiler_note\";s:4:\"type\";s:6:\"custom\";}s:11:\"js_compiler\";a:6:{s:5:\"label\";s:18:\"Enable JS Compiler\";s:11:\"description\";s:174:\"By default all the JavaScript files are combined. Disabling the JS compiler will load non-combined JavaScript files. This will have an impact on the performance of your site.\";s:2:\"id\";s:11:\"js_compiler\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:11:\"pwa_section\";a:4:{s:5:\"label\";s:19:\"Progressive Web App\";s:2:\"id\";s:11:\"pwa_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:10:\"pwa_enable\";a:6:{s:5:\"label\";s:26:\"Enable Progressive Web App\";s:11:\"description\";s:101:\"Enable this option if you want to enable the Progressive Web App feature and options on your website.\";s:2:\"id\";s:10:\"pwa_enable\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:25:\"pwa_filetypes_cache_first\";a:9:{s:5:\"label\";s:31:\"Cache-First strategy file types\";s:11:\"description\";s:186:\"File types added in this list will be cached in the browser. Subsequent page requests will use the cached assets. Use this for static assets that don&#039;t change like images and fonts.\";s:2:\"id\";s:25:\"pwa_filetypes_cache_first\";s:7:\"default\";a:4:{i:0;s:6:\"images\";i:1;s:7:\"scripts\";i:2;s:6:\"styles\";i:3;s:5:\"fonts\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:4:{s:6:\"images\";s:6:\"Images\";s:5:\"fonts\";s:5:\"Fonts\";s:7:\"scripts\";s:7:\"Scripts\";s:6:\"styles\";s:6:\"Styles\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:27:\"pwa_filetypes_network_first\";a:9:{s:5:\"label\";s:33:\"Network-First strategy file types\";s:11:\"description\";s:326:\"File types added in this list will be cached in the browser. Subsequent page requests will first try to get a more recent version of these files from the network, and fallback to the cached files in case the network is unreachable. If your site&#039;s content gets updated often we recommend you can use this for your content.\";s:2:\"id\";s:27:\"pwa_filetypes_network_first\";s:7:\"default\";a:0:{}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:4:{s:6:\"images\";s:6:\"Images\";s:5:\"fonts\";s:5:\"Fonts\";s:7:\"scripts\";s:7:\"Scripts\";s:6:\"styles\";s:6:\"Styles\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:36:\"pwa_filetypes_stale_while_revalidate\";a:9:{s:5:\"label\";s:44:\"Stale-While-Revalidating strategy file types\";s:11:\"description\";s:292:\"Any file types added here will be served with a cache-first strategy, and after the page has been loaded the caches will be updated with more recent versions of the selected file types from the network. Use this for assets that may get updated but having their latest version is not critical.\";s:2:\"id\";s:36:\"pwa_filetypes_stale_while_revalidate\";s:7:\"default\";a:0:{}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:4:{s:6:\"images\";s:6:\"Images\";s:5:\"fonts\";s:5:\"Fonts\";s:7:\"scripts\";s:7:\"Scripts\";s:6:\"styles\";s:6:\"Styles\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:17:\"pwa_manifest_logo\";a:8:{s:5:\"label\";s:22:\"App Splash Screen Logo\";s:11:\"description\";s:109:\"Logo displayed for your website at 512px x 512px when installing as an app. Logo image must be in PNG format.\";s:2:\"id\";s:17:\"pwa_manifest_logo\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"pwa_manifest_display\";a:8:{s:5:\"label\";s:16:\"App Display Mode\";s:11:\"description\";s:248:\"If the user installs your site as an app, select how the app will behave. For more information about these options please refer to <a href=\"https://developers.google.com/web/fundamentals/web-app-manifest/#display\" target=\"_blank\">this document.</a>\";s:2:\"id\";s:20:\"pwa_manifest_display\";s:7:\"default\";s:10:\"minimal-ui\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:10:\"fullscreen\";s:10:\"Fullscreen\";s:10:\"standalone\";s:10:\"Standalone\";s:10:\"minimal-ui\";s:10:\"Minimal UI\";s:7:\"browser\";s:7:\"Browser\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"pwa_theme_color\";a:7:{s:5:\"label\";s:15:\"App Theme Color\";s:11:\"description\";s:116:\"Select a color that will be used for the header of your app, as well as the browser toolbar-color on mobile devices.\";s:2:\"id\";s:15:\"pwa_theme_color\";s:4:\"type\";s:5:\"color\";s:7:\"default\";s:7:\"#ffffff\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:10:\"custom_css\";a:6:{s:5:\"label\";s:8:\"CSS Code\";s:11:\"description\";s:287:\"Enter your CSS code in the field below. Do not include any tags or HTML in the field. Custom CSS entered here will override the theme CSS. In some cases, the <code>!important</code> tag may be needed. Don&#039;t URL encode image or svg paths. Contents of this field will be auto encoded.\";s:2:\"id\";s:10:\"custom_css\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:5:{s:8:\"language\";s:3:\"css\";s:6:\"height\";i:450;s:5:\"theme\";s:6:\"chrome\";s:8:\"minLines\";i:40;s:8:\"maxLines\";i:50;}}s:17:\"shortcode_styling\";a:3:{s:5:\"label\";s:22:\"Avada Builder Elements\";s:2:\"id\";s:17:\"shortcode_styling\";s:4:\"icon\";s:23:\"fusiona-element-options\";}s:9:\"import_to\";a:6:{s:5:\"label\";s:21:\"Import Global Options\";s:11:\"description\";s:99:\"Import Global Options. You can import via file, copy and paste or select an Avada prebuilt website.\";s:2:\"id\";s:9:\"import_to\";s:4:\"type\";s:6:\"import\";s:5:\"demos\";a:0:{}s:7:\"context\";s:2:\"TO\";}s:9:\"export_to\";a:6:{s:5:\"label\";s:21:\"Export Global Options\";s:11:\"description\";s:77:\"Export your Global Options. You can either export as a file or copy the data.\";s:2:\"id\";s:9:\"export_to\";s:4:\"type\";s:6:\"export\";s:7:\"context\";s:2:\"TO\";s:4:\"text\";s:21:\"Export Global Options\";}}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296390, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:0:{}', 'off'),
(296458, '_site_transient_timeout_wp_theme_files_patterns-0d5f4b0b11fd8320743e5e2c6c84133b', '1786303751', 'off'),
(296459, '_site_transient_wp_theme_files_patterns-0d5f4b0b11fd8320743e5e2c6c84133b', 'a:2:{s:7:\"version\";s:4:\"7.16\";s:8:\"patterns\";a:0:{}}', 'off'),
(296387, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-7.0.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-7.0.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-7.0.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"7.0.3\";s:7:\"version\";s:5:\"7.0.3\";s:11:\"php_version\";s:3:\"7.4\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1786300164;s:15:\"version_checked\";s:5:\"7.0.3\";s:12:\"translations\";a:0:{}}', 'off'),
(296388, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1786300164;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:12:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:8:\"3.1.15.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/autoptimize.3.1.15.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608\";s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:31:\"cache-enabler/cache-enabler.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/cache-enabler\";s:4:\"slug\";s:13:\"cache-enabler\";s:6:\"plugin\";s:31:\"cache-enabler/cache-enabler.php\";s:11:\"new_version\";s:6:\"1.8.16\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cache-enabler/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/cache-enabler.1.8.16.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383\";s:3:\"svg\";s:58:\"https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/cache-enabler/assets/banner-1544x500.png?rev=2442381\";s:2:\"1x\";s:68:\"https://ps.w.org/cache-enabler/assets/banner-772x250.png?rev=2442381\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.1\";}s:53:\"child-theme-configurator/child-theme-configurator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/child-theme-configurator\";s:4:\"slug\";s:24:\"child-theme-configurator\";s:6:\"plugin\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:11:\"new_version\";s:5:\"2.6.7\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/child-theme-configurator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/child-theme-configurator.2.6.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/child-theme-configurator/assets/icon-128x128.png?rev=1557885\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/child-theme-configurator/assets/banner-772x250.jpg?rev=1557885\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"6.1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.6.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:8:\"1.5.16.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/duplicator.1.5.16.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:11:\"pwa/pwa.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"w.org/plugins/pwa\";s:4:\"slug\";s:3:\"pwa\";s:6:\"plugin\";s:11:\"pwa/pwa.php\";s:11:\"new_version\";s:5:\"0.8.2\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/pwa/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:48:\"https://ps.w.org/pwa/assets/icon.svg?rev=1908485\";s:3:\"svg\";s:48:\"https://ps.w.org/pwa/assets/icon.svg?rev=1908485\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/pwa/assets/banner-1544x500.png?rev=2272148\";s:2:\"1x\";s:58:\"https://ps.w.org/pwa/assets/banner-772x250.png?rev=2272148\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";}s:33:\"fusion-builder/fusion-builder.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"fusion-builder/fusion-builder.php\";s:4:\"slug\";s:14:\"fusion-builder\";s:6:\"plugin\";s:33:\"fusion-builder/fusion-builder.php\";s:11:\"new_version\";s:4:\"3.16\";s:6:\"tested\";s:3:\"6.8\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:2:\"2x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:7:\"default\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";}}s:27:\"fusion-core/fusion-core.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"fusion-core/fusion-core.php\";s:4:\"slug\";s:11:\"fusion-core\";s:6:\"plugin\";s:27:\"fusion-core/fusion-core.php\";s:11:\"new_version\";s:4:\"5.16\";s:6:\"tested\";s:3:\"6.8\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:2:\"2x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:7:\"default\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";}}s:59:\"fusion-white-label-branding/fusion-white-label-branding.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:59:\"fusion-white-label-branding/fusion-white-label-branding.php\";s:4:\"slug\";s:27:\"fusion-white-label-branding\";s:6:\"plugin\";s:59:\"fusion-white-label-branding/fusion-white-label-branding.php\";s:11:\"new_version\";s:3:\"1.3\";s:6:\"tested\";s:3:\"6.8\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:2:{s:2:\"1x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:2:\"2x\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";}}s:33:\"duplicator-pro/duplicator-pro.php\";O:8:\"stdClass\":15:{s:11:\"new_version\";s:0:\"\";s:14:\"stable_version\";s:0:\"\";s:4:\"name\";s:14:\"Duplicator Pro\";s:4:\"slug\";s:14:\"duplicator-pro\";s:3:\"url\";s:22:\"https://duplicator.com\";s:12:\"last_updated\";s:24:\"2026-08-09T18:26:49.967Z\";s:8:\"homepage\";s:22:\"https://duplicator.com\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";s:8:\"sections\";O:8:\"stdClass\":2:{s:11:\"description\";s:39:\"Professional WordPress Migration Plugin\";s:9:\"changelog\";s:0:\"\";}s:3:\"msg\";s:36:\"License is not active or has expired\";s:11:\"description\";a:1:{i:0;s:39:\"Professional WordPress Migration Plugin\";}s:9:\"changelog\";a:1:{i:0;s:0:\"\";}s:6:\"plugin\";s:33:\"duplicator-pro/duplicator-pro.php\";s:2:\"id\";s:33:\"duplicator-pro/duplicator-pro.php\";}}s:7:\"checked\";a:13:{s:19:\"akismet/akismet.php\";s:3:\"5.7\";s:27:\"autoptimize/autoptimize.php\";s:8:\"3.1.15.1\";s:33:\"fusion-builder/fusion-builder.php\";s:4:\"3.16\";s:27:\"fusion-core/fusion-core.php\";s:4:\"5.16\";s:59:\"fusion-white-label-branding/fusion-white-label-branding.php\";s:3:\"1.3\";s:31:\"cache-enabler/cache-enabler.php\";s:6:\"1.8.16\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:5:\"2.6.7\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"6.1.6\";s:25:\"duplicator/duplicator.php\";s:8:\"1.5.16.1\";s:33:\"duplicator-pro/duplicator-pro.php\";s:8:\"4.5.22.2\";s:9:\"hello.php\";s:5:\"1.7.2\";s:11:\"pwa/pwa.php\";s:5:\"0.8.2\";s:23:\"revslider/revslider.php\";s:6:\"6.7.58\";}}', 'off'),
(296389, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1786300164;s:7:\"checked\";a:3:{s:11:\"Avada-child\";s:14:\"5.7.1538341797\";s:5:\"Avada\";s:4:\"7.16\";s:16:\"twentytwentyfive\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.5.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:5:\"Avada\";a:6:{s:5:\"theme\";s:5:\"Avada\";s:11:\"new_version\";s:6:\"7.16.0\";s:3:\"url\";s:58:\"https://avada.com/wp-content/uploads/2023/03/changelog.txt\";s:7:\"package\";s:109:\"https://updates.theme-fusion.com/?avada_action=get_theme&ver=7.16.0&code=ac65a83d-176d-4159-80c1-58a98f8e6f3d\";s:8:\"required\";s:3:\"4.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}', 'off'),
(296465, '_transient_timeout_avada_dashboard_data_lock', '1786303633', 'off'),
(296466, '_transient_avada_dashboard_data_lock', '1', 'off'),
(296467, '_transient_timeout_avada_dashboard_data', '1786314428', 'off'),
(296468, '_transient_avada_dashboard_data', 'a:5:{s:7:\"on_sale\";b:0;s:5:\"price\";s:3:\"$69\";s:9:\"video_url\";s:43:\"https://www.youtube.com/watch?v=b_HWpHZJDU8\";s:13:\"avada_version\";s:4:\"7.16\";s:13:\"bypass_active\";b:0;}', 'off'),
(296440, '_site_transient_timeout_fusion_patches', '1786302178', 'off'),
(296441, '_site_transient_fusion_patches', 'a:1:{s:5:\"avada\";O:8:\"stdClass\":1:{s:6:\"423741\";O:8:\"stdClass\":4:{s:4:\"date\";s:12:\"Aug. 5, 2026\";s:11:\"description\";s:127:\"<p>Updates WooCommerce template files for v11. (You may need to clear the system status theme info cache, after applying.)</p>\n\";s:8:\"versions\";a:1:{i:0;s:4:\"7.16\";}s:5:\"patch\";a:3:{i:0;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:4:\"7.16\";s:4:\"path\";s:25:\"woocommerce/cart/cart.php\";s:9:\"reference\";s:108:\"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQyMzc0MSZrZXk9MA==\";}i:1;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:4:\"7.16\";s:4:\"path\";s:33:\"woocommerce/checkout/form-pay.php\";s:9:\"reference\";s:108:\"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQyMzc0MSZrZXk9MQ==\";}i:2;O:8:\"stdClass\":4:{s:7:\"context\";s:5:\"avada\";s:7:\"version\";s:4:\"7.16\";s:4:\"path\";s:37:\"woocommerce/checkout/review-order.php\";s:9:\"reference\";s:108:\"aHR0cHM6Ly91cGRhdGVzLnRoZW1lLWZ1c2lvbi5jb20vYXZhZGFfcGF0Y2gvP2FjdGlvbj1zZXJ2ZV9maWxlJmlkPTQyMzc0MSZrZXk9Mg==\";}}}}}', 'off'),
(296340, 'fusion_core_flush_permalinks', '1', 'auto');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296338, '_site_transient_fusion_wordpress_org_plugins', 'a:6:{s:3:\"pwa\";a:30:{s:4:\"name\";s:3:\"PWA\";s:4:\"slug\";s:3:\"pwa\";s:7:\"version\";s:5:\"0.8.2\";s:6:\"author\";s:70:\"<a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>\";s:14:\"author_profile\";s:43:\"https://profiles.wordpress.org/westonruter/\";s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.7\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:86;s:7:\"ratings\";a:5:{i:5;i:22;i:4;i:0;i:3;i:0;i:2;i:0;i:1;i:5;}s:11:\"num_ratings\";i:27;s:11:\"support_url\";s:41:\"https://wordpress.org/support/plugin/pwa/\";s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:20000;s:12:\"last_updated\";s:21:\"2025-04-10 4:55pm GMT\";s:5:\"added\";s:10:\"2018-07-12\";s:8:\"homepage\";s:42:\"https://github.com/GoogleChromeLabs/pwa-wp\";s:13:\"download_link\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.8.2.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:0:{}s:4:\"tags\";a:4:{s:20:\"progressive-web-apps\";s:20:\"progressive web apps\";s:3:\"pwa\";s:3:\"pwa\";s:15:\"service-workers\";s:16:\"service-workers.\";s:16:\"web-app-manifest\";s:16:\"web app manifest\";}s:8:\"versions\";a:12:{s:5:\"0.1.0\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.1.0.zip\";s:5:\"0.2.0\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.2.0.zip\";s:5:\"0.3.0\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.3.0.zip\";s:5:\"0.4.0\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.4.0.zip\";s:5:\"0.5.0\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.5.0.zip\";s:5:\"0.6.0\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.6.0.zip\";s:5:\"0.7.0\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.7.0.zip\";s:5:\"0.7.1\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.7.1.zip\";s:5:\"0.8.0\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.8.0.zip\";s:5:\"0.8.1\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.8.1.zip\";s:5:\"0.8.2\";s:52:\"https://downloads.wordpress.org/plugin/pwa.0.8.2.zip\";s:5:\"trunk\";s:46:\"https://downloads.wordpress.org/plugin/pwa.zip\";}s:14:\"business_model\";b:0;s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:58:\"https://ps.w.org/pwa/assets/banner-772x250.png?rev=2272148\";s:4:\"high\";s:59:\"https://ps.w.org/pwa/assets/banner-1544x500.png?rev=2272148\";}s:12:\"preview_link\";s:0:\"\";}s:11:\"woocommerce\";a:30:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:6:\"11.0.0\";s:6:\"author\";s:67:\"<a href=\"https://profiles.wordpress.org/automattic/\">Automattic</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:8:\"requires\";s:3:\"6.9\";s:6:\"tested\";s:5:\"7.0.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:3988;i:4;i:196;i:3;i:112;i:2;i:107;i:1;i:409;}s:11:\"num_ratings\";i:4812;s:11:\"support_url\";s:49:\"https://wordpress.org/support/plugin/woocommerce/\";s:15:\"support_threads\";i:198;s:24:\"support_threads_resolved\";i:170;s:15:\"active_installs\";i:7000000;s:12:\"last_updated\";s:22:\"2026-08-04 12:03pm GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:13:\"download_link\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:9:\"ecommerce\";s:9:\"ecommerce\";s:12:\"online-store\";s:12:\"online store\";s:11:\"sell-online\";s:11:\"sell online\";s:4:\"shop\";s:4:\"shop\";s:13:\"shopping-cart\";s:13:\"shopping cart\";}s:8:\"versions\";a:642:{s:6:\"10.0.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0.zip\";s:11:\"10.0.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.1.zip\";s:11:\"10.0.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.2.zip\";s:6:\"10.0.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.1.zip\";s:6:\"10.0.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.2.zip\";s:6:\"10.0.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.3.zip\";s:6:\"10.0.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.4.zip\";s:6:\"10.0.5\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.5.zip\";s:6:\"10.0.6\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.6.zip\";s:6:\"10.1.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0.zip\";s:11:\"10.1.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.1.zip\";s:11:\"10.1.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.2.zip\";s:11:\"10.1.0-rc.3\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.3.zip\";s:11:\"10.1.0-rc.4\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.4.zip\";s:6:\"10.1.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.1.zip\";s:6:\"10.1.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.2.zip\";s:6:\"10.1.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.3.zip\";s:6:\"10.1.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.4.zip\";s:6:\"10.2.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0.zip\";s:13:\"10.2.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-beta.1.zip\";s:13:\"10.2.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-beta.2.zip\";s:11:\"10.2.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-rc.1.zip\";s:6:\"10.2.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.1.zip\";s:6:\"10.2.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.2.zip\";s:6:\"10.2.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.3.zip\";s:6:\"10.2.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.4.zip\";s:6:\"10.3.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0.zip\";s:13:\"10.3.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-beta.1.zip\";s:13:\"10.3.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-beta.2.zip\";s:11:\"10.3.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-rc.1.zip\";s:11:\"10.3.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-rc.2.zip\";s:6:\"10.3.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.1.zip\";s:6:\"10.3.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.2.zip\";s:6:\"10.3.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.3.zip\";s:6:\"10.3.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.4.zip\";s:6:\"10.3.5\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.5.zip\";s:6:\"10.3.6\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.6.zip\";s:6:\"10.3.7\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.7.zip\";s:6:\"10.3.8\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.8.zip\";s:6:\"10.4.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0.zip\";s:13:\"10.4.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-beta.1.zip\";s:13:\"10.4.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-beta.2.zip\";s:11:\"10.4.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-rc.1.zip\";s:6:\"10.4.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.1.zip\";s:6:\"10.4.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.2.zip\";s:6:\"10.4.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.3.zip\";s:6:\"10.4.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.4.zip\";s:6:\"10.5.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0.zip\";s:13:\"10.5.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-beta.1.zip\";s:13:\"10.5.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-beta.2.zip\";s:11:\"10.5.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-rc.1.zip\";s:11:\"10.5.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-rc.2.zip\";s:11:\"10.5.0-rc.3\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.0-rc.3.zip\";s:6:\"10.5.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.1.zip\";s:6:\"10.5.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.2.zip\";s:6:\"10.5.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.5.3.zip\";s:6:\"10.6.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.0.zip\";s:13:\"10.6.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.0-beta.1.zip\";s:13:\"10.6.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.0-beta.2.zip\";s:11:\"10.6.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.0-rc.1.zip\";s:6:\"10.6.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.1.zip\";s:6:\"10.6.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.6.2.zip\";s:6:\"10.7.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0.zip\";s:13:\"10.7.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0-beta.1.zip\";s:13:\"10.7.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0-beta.2.zip\";s:11:\"10.7.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.7.0-rc.1.zip\";s:6:\"10.8.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.0.zip\";s:13:\"10.8.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.0-beta.1.zip\";s:13:\"10.8.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.0-beta.2.zip\";s:11:\"10.8.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.0-rc.1.zip\";s:6:\"10.8.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.8.1.zip\";s:6:\"10.9.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.0.zip\";s:13:\"10.9.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.0-beta.1.zip\";s:13:\"10.9.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.0-beta.2.zip\";s:11:\"10.9.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.0-rc.1.zip\";s:6:\"10.9.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.1.zip\";s:6:\"10.9.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.2.zip\";s:6:\"10.9.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.3.zip\";s:6:\"10.9.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.9.4.zip\";s:6:\"11.0.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0.zip\";s:13:\"11.0.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0-beta.1.zip\";s:13:\"11.0.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0-beta.2.zip\";s:11:\"11.0.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0-rc.1.zip\";s:11:\"11.0.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0-rc.2.zip\";s:11:\"11.0.0-rc.3\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.11.0.0-rc.3.zip\";s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"3.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"3.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.6.zip\";s:5:\"3.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip\";s:12:\"3.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip\";s:10:\"3.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip\";s:5:\"3.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"3.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"3.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"3.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.4.zip\";s:5:\"3.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip\";s:5:\"3.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.6.zip\";s:5:\"3.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.7.zip\";s:5:\"3.4.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.8.zip\";s:5:\"3.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0.zip\";s:12:\"3.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-beta.1.zip\";s:10:\"3.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.1.zip\";s:10:\"3.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.2.zip\";s:5:\"3.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.1.zip\";s:6:\"3.5.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.10.zip\";s:5:\"3.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.2.zip\";s:5:\"3.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.3.zip\";s:5:\"3.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip\";s:5:\"3.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip\";s:5:\"3.5.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.6.zip\";s:5:\"3.5.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"3.5.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.8.zip\";s:5:\"3.5.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.9.zip\";s:5:\"3.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0.zip\";s:12:\"3.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-beta.1.zip\";s:10:\"3.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.1.zip\";s:10:\"3.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.2.zip\";s:10:\"3.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.3.zip\";s:5:\"3.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.1.zip\";s:5:\"3.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip\";s:5:\"3.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.3.zip\";s:5:\"3.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.4.zip\";s:5:\"3.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.5.zip\";s:5:\"3.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.6.zip\";s:5:\"3.6.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.7.zip\";s:5:\"3.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0.zip\";s:12:\"3.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-beta.1.zip\";s:10:\"3.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.1.zip\";s:10:\"3.7.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.2.zip\";s:5:\"3.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.1.zip\";s:5:\"3.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.2.zip\";s:5:\"3.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.3.zip\";s:5:\"3.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0.zip\";s:12:\"3.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-beta.1.zip\";s:10:\"3.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.1.zip\";s:10:\"3.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.2.zip\";s:5:\"3.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.1.zip\";s:5:\"3.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.2.zip\";s:5:\"3.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.3.zip\";s:5:\"3.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0.zip\";s:12:\"3.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.1.zip\";s:12:\"3.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.2.zip\";s:10:\"3.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.1.zip\";s:10:\"3.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.2.zip\";s:10:\"3.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.3.zip\";s:10:\"3.9.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.4.zip\";s:5:\"3.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.1.zip\";s:5:\"3.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip\";s:5:\"3.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.3.zip\";s:5:\"3.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.4.zip\";s:5:\"3.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.5.zip\";s:5:\"4.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0.zip\";s:12:\"4.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-beta.1.zip\";s:10:\"4.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.1.zip\";s:10:\"4.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.2.zip\";s:5:\"4.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.1.zip\";s:5:\"4.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.2.zip\";s:5:\"4.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.3.zip\";s:5:\"4.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.4.zip\";s:5:\"4.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0.zip\";s:12:\"4.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.1.zip\";s:12:\"4.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.2.zip\";s:10:\"4.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.1.zip\";s:10:\"4.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.2.zip\";s:5:\"4.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.1.zip\";s:5:\"4.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.2.zip\";s:5:\"4.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.3.zip\";s:5:\"4.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.4.zip\";s:5:\"4.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0.zip\";s:10:\"4.2.0-RC.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.1.zip\";s:10:\"4.2.0-RC.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.2.zip\";s:12:\"4.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-beta.1.zip\";s:5:\"4.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.1.zip\";s:5:\"4.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.2.zip\";s:5:\"4.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.3.zip\";s:5:\"4.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.4.zip\";s:5:\"4.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.5.zip\";s:5:\"4.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0.zip\";s:12:\"4.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-beta.1.zip\";s:10:\"4.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.1.zip\";s:10:\"4.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.2.zip\";s:10:\"4.3.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.3.zip\";s:5:\"4.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.1.zip\";s:5:\"4.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.2.zip\";s:5:\"4.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.3.zip\";s:5:\"4.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.4.zip\";s:5:\"4.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.5.zip\";s:5:\"4.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.6.zip\";s:5:\"4.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0.zip\";s:12:\"4.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-beta.1.zip\";s:10:\"4.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-rc.1.zip\";s:5:\"4.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.1.zip\";s:5:\"4.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.2.zip\";s:5:\"4.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.3.zip\";s:5:\"4.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.4.zip\";s:5:\"4.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0.zip\";s:12:\"4.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-beta.1.zip\";s:10:\"4.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.1.zip\";s:10:\"4.5.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.3.zip\";s:5:\"4.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.1.zip\";s:5:\"4.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.2.zip\";s:5:\"4.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.3.zip\";s:5:\"4.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.4.zip\";s:5:\"4.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.5.zip\";s:5:\"4.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0.zip\";s:12:\"4.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-beta.1.zip\";s:10:\"4.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-rc.1.zip\";s:5:\"4.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.1.zip\";s:5:\"4.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.2.zip\";s:5:\"4.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.3.zip\";s:5:\"4.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.4.zip\";s:5:\"4.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.5.zip\";s:5:\"4.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0.zip\";s:12:\"4.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.1.zip\";s:12:\"4.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.2.zip\";s:10:\"4.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-rc.1.zip\";s:5:\"4.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1.zip\";s:12:\"4.7.1-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1-beta.1.zip\";s:5:\"4.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.2.zip\";s:5:\"4.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.3.zip\";s:5:\"4.7.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.4.zip\";s:5:\"4.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0.zip\";s:12:\"4.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-beta.1.zip\";s:10:\"4.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.1.zip\";s:10:\"4.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.2.zip\";s:5:\"4.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.1.zip\";s:5:\"4.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.2.zip\";s:5:\"4.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.3.zip\";s:5:\"4.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0.zip\";s:12:\"4.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-beta.1.zip\";s:10:\"4.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.1.zip\";s:10:\"4.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.2.zip\";s:5:\"4.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.1.zip\";s:5:\"4.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.2.zip\";s:5:\"4.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.3.zip\";s:5:\"4.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.4.zip\";s:5:\"4.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.5.zip\";s:5:\"5.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0.zip\";s:12:\"5.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.1.zip\";s:12:\"5.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.2.zip\";s:10:\"5.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.1.zip\";s:10:\"5.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.2.zip\";s:10:\"5.0.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.3.zip\";s:5:\"5.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.1.zip\";s:5:\"5.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.2.zip\";s:5:\"5.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.3.zip\";s:5:\"5.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0.zip\";s:12:\"5.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-beta.1.zip\";s:10:\"5.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-rc.1.zip\";s:5:\"5.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.1.zip\";s:5:\"5.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.2.zip\";s:5:\"5.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.3.zip\";s:5:\"5.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0.zip\";s:12:\"5.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-beta.1.zip\";s:10:\"5.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.1.zip\";s:10:\"5.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.2.zip\";s:5:\"5.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.1.zip\";s:5:\"5.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.2.zip\";s:5:\"5.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.3.zip\";s:5:\"5.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.4.zip\";s:5:\"5.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.5.zip\";s:5:\"5.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0.zip\";s:12:\"5.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-beta.1.zip\";s:10:\"5.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.1.zip\";s:10:\"5.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.2.zip\";s:5:\"5.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.1.zip\";s:5:\"5.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.2.zip\";s:5:\"5.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.3.zip\";s:5:\"5.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0.zip\";s:12:\"5.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-beta.1.zip\";s:10:\"5.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-rc.1.zip\";s:5:\"5.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.1.zip\";s:5:\"5.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.2.zip\";s:5:\"5.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.3.zip\";s:5:\"5.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.4.zip\";s:5:\"5.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.5.zip\";s:5:\"5.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0.zip\";s:12:\"5.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-beta.1.zip\";s:10:\"5.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.1.zip\";s:10:\"5.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.2.zip\";s:5:\"5.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.1.zip\";s:5:\"5.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.2.zip\";s:5:\"5.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.3.zip\";s:5:\"5.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.4.zip\";s:5:\"5.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.5.zip\";s:5:\"5.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0.zip\";s:12:\"5.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-beta.1.zip\";s:10:\"5.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.1.zip\";s:10:\"5.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.2.zip\";s:5:\"5.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.1.zip\";s:5:\"5.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.2.zip\";s:5:\"5.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.3.zip\";s:5:\"5.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0.zip\";s:12:\"5.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-beta.1.zip\";s:10:\"5.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-rc.1.zip\";s:5:\"5.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.1.zip\";s:5:\"5.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.2.zip\";s:5:\"5.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.3.zip\";s:5:\"5.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0.zip\";s:12:\"5.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.1.zip\";s:12:\"5.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.2.zip\";s:10:\"5.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-rc.1.zip\";s:5:\"5.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.1.zip\";s:5:\"5.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.2.zip\";s:5:\"5.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0.zip\";s:12:\"5.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-beta.1.zip\";s:10:\"5.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.1.zip\";s:10:\"5.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.2.zip\";s:5:\"5.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.1.zip\";s:5:\"5.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.2.zip\";s:5:\"6.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0.zip\";s:12:\"6.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-beta.1.zip\";s:10:\"6.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-rc.1.zip\";s:5:\"6.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.1.zip\";s:5:\"6.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.2.zip\";s:5:\"6.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0.zip\";s:12:\"6.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-beta.1.zip\";s:10:\"6.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.1.zip\";s:10:\"6.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.2.zip\";s:5:\"6.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.1.zip\";s:5:\"6.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.2.zip\";s:5:\"6.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.3.zip\";s:5:\"6.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0.zip\";s:12:\"6.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-beta.1.zip\";s:10:\"6.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.1.zip\";s:10:\"6.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.2.zip\";s:5:\"6.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.1.zip\";s:5:\"6.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.2.zip\";s:5:\"6.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.3.zip\";s:5:\"6.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0.zip\";s:12:\"6.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-beta.1.zip\";s:10:\"6.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.1.zip\";s:10:\"6.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.2.zip\";s:5:\"6.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.1.zip\";s:5:\"6.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.2.zip\";s:5:\"6.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0.zip\";s:12:\"6.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-beta.1.zip\";s:10:\"6.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-rc.1.zip\";s:5:\"6.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.1.zip\";s:5:\"6.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.2.zip\";s:5:\"6.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0.zip\";s:12:\"6.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-beta.1.zip\";s:10:\"6.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.1.zip\";s:10:\"6.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.2.zip\";s:5:\"6.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.1.zip\";s:5:\"6.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.2.zip\";s:5:\"6.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0.zip\";s:12:\"6.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-beta.1.zip\";s:10:\"6.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.1.zip\";s:10:\"6.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.2.zip\";s:5:\"6.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.1.zip\";s:5:\"6.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.2.zip\";s:5:\"6.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0.zip\";s:12:\"6.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.1.zip\";s:12:\"6.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.2.zip\";s:10:\"6.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-rc.1.zip\";s:5:\"6.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.1.zip\";s:5:\"6.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0.zip\";s:12:\"6.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.1.zip\";s:12:\"6.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.2.zip\";s:10:\"6.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-rc.1.zip\";s:5:\"6.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.1.zip\";s:5:\"6.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.2.zip\";s:5:\"6.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.3.zip\";s:5:\"6.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0.zip\";s:12:\"6.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.1.zip\";s:12:\"6.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.2.zip\";s:10:\"6.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-rc.1.zip\";s:5:\"6.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.1.zip\";s:5:\"6.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.2.zip\";s:5:\"6.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.3.zip\";s:5:\"6.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.4.zip\";s:5:\"6.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.5.zip\";s:5:\"7.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0.zip\";s:12:\"7.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.1.zip\";s:12:\"7.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.2.zip\";s:12:\"7.0.0-beta.3\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.3.zip\";s:10:\"7.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.1.zip\";s:10:\"7.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.2.zip\";s:5:\"7.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.1.zip\";s:5:\"7.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.2.zip\";s:5:\"7.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0.zip\";s:12:\"7.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.1.zip\";s:12:\"7.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.2.zip\";s:10:\"7.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.1.zip\";s:10:\"7.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.2.zip\";s:5:\"7.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.1.zip\";s:5:\"7.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.2.zip\";s:5:\"7.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0.zip\";s:12:\"7.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.1.zip\";s:12:\"7.2.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.2.zip\";s:10:\"7.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.1.zip\";s:10:\"7.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.2.zip\";s:5:\"7.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.1.zip\";s:5:\"7.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.2.zip\";s:5:\"7.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.3.zip\";s:5:\"7.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.4.zip\";s:5:\"7.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0.zip\";s:12:\"7.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.1.zip\";s:12:\"7.3.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.2.zip\";s:10:\"7.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.1.zip\";s:10:\"7.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.2.zip\";s:5:\"7.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.1.zip\";s:5:\"7.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0.zip\";s:12:\"7.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.1.zip\";s:12:\"7.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.2.zip\";s:10:\"7.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.1.zip\";s:10:\"7.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.2.zip\";s:5:\"7.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.1.zip\";s:5:\"7.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.2.zip\";s:5:\"7.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0.zip\";s:12:\"7.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.1.zip\";s:12:\"7.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.2.zip\";s:10:\"7.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-rc.1.zip\";s:5:\"7.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.1.zip\";s:5:\"7.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.2.zip\";s:5:\"7.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0.zip\";s:12:\"7.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.1.zip\";s:12:\"7.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.2.zip\";s:10:\"7.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.1.zip\";s:10:\"7.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.2.zip\";s:10:\"7.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.3.zip\";s:5:\"7.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.1.zip\";s:5:\"7.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.2.zip\";s:5:\"7.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0.zip\";s:12:\"7.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.1.zip\";s:12:\"7.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.2.zip\";s:10:\"7.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-rc.1.zip\";s:5:\"7.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.1.zip\";s:5:\"7.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.2.zip\";s:5:\"7.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.3.zip\";s:5:\"7.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0.zip\";s:12:\"7.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.1.zip\";s:12:\"7.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.2.zip\";s:10:\"7.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.1.zip\";s:10:\"7.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.2.zip\";s:5:\"7.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.1.zip\";s:5:\"7.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.2.zip\";s:5:\"7.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.3.zip\";s:5:\"7.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.4.zip\";s:5:\"7.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0.zip\";s:12:\"7.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.1.zip\";s:12:\"7.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.2.zip\";s:10:\"7.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.2.zip\";s:10:\"7.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.3.zip\";s:5:\"7.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.1.zip\";s:5:\"7.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.2.zip\";s:5:\"8.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0.zip\";s:12:\"8.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.1.zip\";s:12:\"8.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.2.zip\";s:10:\"8.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.1.zip\";s:10:\"8.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.2.zip\";s:5:\"8.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.1.zip\";s:5:\"8.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.2.zip\";s:5:\"8.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.3.zip\";s:5:\"8.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.4.zip\";s:5:\"8.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.5.zip\";s:5:\"8.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0.zip\";s:12:\"8.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-beta.1.zip\";s:10:\"8.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.1.zip\";s:10:\"8.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.2.zip\";s:5:\"8.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.1.zip\";s:5:\"8.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.2.zip\";s:5:\"8.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.3.zip\";s:5:\"8.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.4.zip\";s:5:\"8.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0.zip\";s:12:\"8.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-beta.1.zip\";s:10:\"8.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.1.zip\";s:10:\"8.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.2.zip\";s:5:\"8.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.1.zip\";s:5:\"8.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.2.zip\";s:5:\"8.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.3.zip\";s:5:\"8.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.4.zip\";s:5:\"8.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.5.zip\";s:5:\"8.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0.zip\";s:12:\"8.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-beta.1.zip\";s:10:\"8.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.1.zip\";s:10:\"8.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.2.zip\";s:5:\"8.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.1.zip\";s:5:\"8.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.2.zip\";s:5:\"8.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.3.zip\";s:5:\"8.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.4.zip\";s:5:\"8.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0.zip\";s:12:\"8.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-beta.1.zip\";s:10:\"8.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-rc.1.zip\";s:5:\"8.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.1.zip\";s:5:\"8.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.2.zip\";s:5:\"8.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.3.zip\";s:5:\"8.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0.zip\";s:12:\"8.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-beta.1.zip\";s:10:\"8.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-rc.1.zip\";s:5:\"8.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.1.zip\";s:5:\"8.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.2.zip\";s:5:\"8.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.3.zip\";s:5:\"8.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.4.zip\";s:5:\"8.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.5.zip\";s:5:\"8.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0.zip\";s:12:\"8.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-beta.1.zip\";s:10:\"8.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-rc.1.zip\";s:5:\"8.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.1.zip\";s:5:\"8.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.2.zip\";s:5:\"8.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.3.zip\";s:5:\"8.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.4.zip\";s:5:\"8.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0.zip\";s:12:\"8.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.1.zip\";s:12:\"8.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.2.zip\";s:10:\"8.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-rc.1.zip\";s:5:\"8.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.1.zip\";s:5:\"8.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.2.zip\";s:5:\"8.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.3.zip\";s:5:\"8.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0.zip\";s:12:\"8.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-beta.1.zip\";s:10:\"8.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-rc.1.zip\";s:5:\"8.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.1.zip\";s:5:\"8.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.2.zip\";s:5:\"8.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.3.zip\";s:5:\"8.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.4.zip\";s:5:\"8.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.5.zip\";s:5:\"8.8.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.6.zip\";s:5:\"8.8.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.7.zip\";s:5:\"8.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0.zip\";s:12:\"8.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-beta.1.zip\";s:10:\"8.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-rc.1.zip\";s:5:\"8.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.1.zip\";s:5:\"8.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.2.zip\";s:5:\"8.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.3.zip\";s:5:\"8.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.4.zip\";s:5:\"8.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.5.zip\";s:5:\"9.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0.zip\";s:12:\"9.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.1.zip\";s:12:\"9.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.2.zip\";s:10:\"9.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-rc.1.zip\";s:5:\"9.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.1.zip\";s:5:\"9.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.2.zip\";s:5:\"9.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.3.zip\";s:5:\"9.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.4.zip\";s:5:\"9.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0.zip\";s:12:\"9.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-beta.1.zip\";s:10:\"9.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-rc.1.zip\";s:5:\"9.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.1.zip\";s:5:\"9.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.2.zip\";s:5:\"9.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.3.zip\";s:5:\"9.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.4.zip\";s:5:\"9.1.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.5.zip\";s:5:\"9.1.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.6.zip\";s:5:\"9.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0.zip\";s:12:\"9.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-beta.1.zip\";s:10:\"9.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-rc.1.zip\";s:5:\"9.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.1.zip\";s:5:\"9.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.2.zip\";s:5:\"9.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.3.zip\";s:5:\"9.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.4.zip\";s:5:\"9.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.5.zip\";s:5:\"9.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0.zip\";s:12:\"9.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-beta.1.zip\";s:10:\"9.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-rc.1.zip\";s:5:\"9.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.1.zip\";s:5:\"9.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.2.zip\";s:5:\"9.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.3.zip\";s:5:\"9.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.4.zip\";s:5:\"9.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.5.zip\";s:5:\"9.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.6.zip\";s:5:\"9.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0.zip\";s:12:\"9.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.1.zip\";s:12:\"9.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.2.zip\";s:10:\"9.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.1.zip\";s:10:\"9.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.2.zip\";s:10:\"9.4.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.3.zip\";s:10:\"9.4.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.4.zip\";s:5:\"9.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.1.zip\";s:5:\"9.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.2.zip\";s:5:\"9.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.3.zip\";s:5:\"9.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.4.zip\";s:5:\"9.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.5.zip\";s:5:\"9.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0.zip\";s:12:\"9.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.1.zip\";s:12:\"9.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.2.zip\";s:10:\"9.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-rc.1.zip\";s:5:\"9.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.1.zip\";s:5:\"9.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.2.zip\";s:5:\"9.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.3.zip\";s:5:\"9.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.4.zip\";s:5:\"9.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0.zip\";s:12:\"9.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.1.zip\";s:12:\"9.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.2.zip\";s:10:\"9.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-rc.1.zip\";s:5:\"9.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.1.zip\";s:5:\"9.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.2.zip\";s:5:\"9.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.3.zip\";s:5:\"9.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.4.zip\";s:5:\"9.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0.zip\";s:12:\"9.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-beta.1.zip\";s:10:\"9.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-rc.1.zip\";s:5:\"9.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.1.zip\";s:5:\"9.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.2.zip\";s:5:\"9.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.3.zip\";s:5:\"9.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0.zip\";s:12:\"9.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-beta.1.zip\";s:10:\"9.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-rc.1.zip\";s:5:\"9.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.1.zip\";s:5:\"9.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.2.zip\";s:5:\"9.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.3.zip\";s:5:\"9.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.4.zip\";s:5:\"9.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.5.zip\";s:5:\"9.8.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.6.zip\";s:5:\"9.8.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.7.zip\";s:5:\"9.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0.zip\";s:12:\"9.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-beta.1.zip\";s:10:\"9.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-rc.1.zip\";s:5:\"9.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.1.zip\";s:5:\"9.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.2.zip\";s:5:\"9.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.3.zip\";s:5:\"9.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.4.zip\";s:5:\"9.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.5.zip\";s:5:\"9.9.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.6.zip\";s:5:\"9.9.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.7.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";s:4:\"high\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";}s:12:\"preview_link\";s:0:\"\";}s:19:\"the-events-calendar\";a:30:{s:4:\"name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:6:\"6.17.2\";s:6:\"author\";s:63:\"<a href=\"https://profiles.wordpress.org/stellarwp/\">Nexcess</a>\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/stellarwp/\";s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"7.0.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:84;s:7:\"ratings\";a:5:{i:5;i:1823;i:4;i:136;i:3;i:89;i:2;i:75;i:1;i:326;}s:11:\"num_ratings\";i:2449;s:11:\"support_url\";s:57:\"https://wordpress.org/support/plugin/the-events-calendar/\";s:15:\"support_threads\";i:54;s:24:\"support_threads_resolved\";i:48;s:15:\"active_installs\";i:600000;s:12:\"last_updated\";s:21:\"2026-08-05 7:36pm GMT\";s:5:\"added\";s:10:\"2010-01-19\";s:8:\"homepage\";s:0:\"\";s:13:\"download_link\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.17.2.zip\";s:14:\"upgrade_notice\";a:1:{s:5:\"[6.0]\";s:242:\"<p>Please see the changelog for the complete list of changes in this release.\nPrevious versions of The Events Calendar are not cross-compatible with 6.X add-ons.\nRemember to always make a backup of your database and files before updating!</p>\";}s:11:\"screenshots\";a:9:{i:1;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=2755131\";s:7:\"caption\";s:21:\"Month View with hover\";}i:2;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=2755131\";s:7:\"caption\";s:12:\"Mobile Views\";}i:3;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=2755131\";s:7:\"caption\";s:12:\"Single event\";}i:4;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=2755131\";s:7:\"caption\";s:9:\"List View\";}i:5;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=2755131\";s:7:\"caption\";s:12:\"Event Editor\";}i:6;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=2755131\";s:7:\"caption\";s:20:\"Events admin listing\";}i:7;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=2755131\";s:7:\"caption\";s:16:\"General Settings\";}i:8;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=2755131\";s:7:\"caption\";s:16:\"Display Settings\";}i:9;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=2755131\";s:7:\"caption\";s:12:\"CSV Importer\";}}s:4:\"tags\";a:5:{s:8:\"calendar\";s:8:\"calendar\";s:5:\"event\";s:5:\"Event\";s:6:\"events\";s:6:\"events\";s:9:\"organizer\";s:9:\"organizer\";s:8:\"schedule\";s:8:\"schedule\";}s:8:\"versions\";a:412:{s:3:\"1.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.zip\";s:5:\"1.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.1.zip\";s:5:\"1.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.2.zip\";s:5:\"1.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.3.zip\";s:5:\"1.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.4.zip\";s:5:\"1.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.5.zip\";s:5:\"1.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.6.zip\";s:3:\"1.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.zip\";s:5:\"1.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.1.zip\";s:5:\"1.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.2.zip\";s:5:\"1.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.3.zip\";s:5:\"1.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.4.zip\";s:5:\"1.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.5.zip\";s:3:\"2.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip\";s:5:\"2.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.1.zip\";s:6:\"2.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.10.zip\";s:6:\"2.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.11.zip\";s:5:\"2.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.2.zip\";s:5:\"2.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.3.zip\";s:5:\"2.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.4.zip\";s:5:\"2.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.5.zip\";s:5:\"2.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.6.zip\";s:5:\"2.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.7.zip\";s:5:\"2.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.8.zip\";s:5:\"2.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.9.zip\";s:3:\"3.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.zip\";s:5:\"3.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.1.zip\";s:5:\"3.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.2.zip\";s:5:\"3.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.3.zip\";s:3:\"3.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.1.zip\";s:4:\"3.10\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.zip\";s:6:\"3.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.1.zip\";s:4:\"3.11\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.zip\";s:6:\"3.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.1.zip\";s:6:\"3.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.2.zip\";s:4:\"3.12\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.zip\";s:6:\"3.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.1.zip\";s:6:\"3.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.2.zip\";s:6:\"3.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip\";s:6:\"3.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.4.zip\";s:6:\"3.12.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.5.zip\";s:6:\"3.12.6\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip\";s:3:\"3.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.2.zip\";s:3:\"3.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.zip\";s:5:\"3.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.1.zip\";s:3:\"3.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.zip\";s:5:\"3.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.1.zip\";s:3:\"3.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.zip\";s:5:\"3.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.1.zip\";s:3:\"3.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.zip\";s:5:\"3.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.1.zip\";s:3:\"3.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.7.zip\";s:3:\"3.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.zip\";s:5:\"3.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.1.zip\";s:3:\"3.9\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.zip\";s:5:\"3.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.1.zip\";s:5:\"3.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.2.zip\";s:5:\"3.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip\";s:3:\"4.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.zip\";s:5:\"4.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.1.zip\";s:5:\"4.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.2.zip\";s:5:\"4.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.3.zip\";s:5:\"4.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.4.zip\";s:5:\"4.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.5.zip\";s:5:\"4.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.6.zip\";s:5:\"4.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.7.zip\";s:3:\"4.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.zip\";s:7:\"4.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.0.1.zip\";s:5:\"4.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.zip\";s:7:\"4.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.1.zip\";s:5:\"4.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.2.zip\";s:5:\"4.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.3.zip\";s:5:\"4.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.4.zip\";s:3:\"4.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip\";s:5:\"4.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.zip\";s:7:\"4.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.1.zip\";s:5:\"4.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.2.zip\";s:5:\"4.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.3.zip\";s:5:\"4.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.4.zip\";s:5:\"4.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.5.zip\";s:5:\"4.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.6.zip\";s:5:\"4.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip\";s:3:\"4.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.zip\";s:7:\"4.3.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.0.2.zip\";s:5:\"4.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.zip\";s:7:\"4.3.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.2.zip\";s:7:\"4.3.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.2.1.zip\";s:7:\"4.3.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.3.1.zip\";s:7:\"4.3.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.1.zip\";s:7:\"4.3.4.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.3.zip\";s:7:\"4.3.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.1.zip\";s:3:\"4.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.zip\";s:7:\"4.4.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.0.2.zip\";s:5:\"4.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.zip\";s:7:\"4.4.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.2.zip\";s:7:\"4.4.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.1.zip\";s:7:\"4.4.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.3.1.zip\";s:7:\"4.4.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.4.1.zip\";s:7:\"4.4.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.5.1.zip\";s:3:\"4.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.zip\";s:7:\"4.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.1.zip\";s:7:\"4.5.0.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.3.zip\";s:7:\"4.5.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.1.1.zip\";s:6:\"4.5.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.zip\";s:8:\"4.5.10.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.2.zip\";s:8:\"4.5.11.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.11.1.zip\";s:6:\"4.5.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.zip\";s:8:\"4.5.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.1.zip\";s:8:\"4.5.12.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.2.zip\";s:8:\"4.5.12.4\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.4.zip\";s:8:\"4.5.13.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.13.1.zip\";s:5:\"4.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.zip\";s:7:\"4.5.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.2.zip\";s:7:\"4.5.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.3.1.zip\";s:7:\"4.5.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.4.1.zip\";s:7:\"4.5.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.5.1.zip\";s:7:\"4.5.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.6.1.zip\";s:7:\"4.5.7.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.7.1.zip\";s:5:\"4.5.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.zip\";s:7:\"4.5.8.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.2.zip\";s:7:\"4.5.9.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.9.1.zip\";s:7:\"4.6.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.0.1.zip\";s:7:\"4.6.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.1.1.zip\";s:6:\"4.6.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.zip\";s:8:\"4.6.10.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.2.zip\";s:6:\"4.6.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.zip\";s:8:\"4.6.11.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.2.zip\";s:8:\"4.6.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.12.1.zip\";s:8:\"4.6.13.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.13.1.zip\";s:6:\"4.6.14\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.zip\";s:8:\"4.6.14.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.2.zip\";s:8:\"4.6.15.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.15.1.zip\";s:8:\"4.6.16.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.16.1.zip\";s:8:\"4.6.17.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.17.1.zip\";s:8:\"4.6.18.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.18.1.zip\";s:8:\"4.6.19.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.19.1.zip\";s:7:\"4.6.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.2.1.zip\";s:6:\"4.6.20\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.20.zip\";s:8:\"4.6.20.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.20.2.zip\";s:8:\"4.6.21.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.21.1.zip\";s:6:\"4.6.22\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.22.zip\";s:8:\"4.6.22.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.22.2.zip\";s:8:\"4.6.23.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.23.1.zip\";s:6:\"4.6.24\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.24.zip\";s:8:\"4.6.24.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.24.2.zip\";s:8:\"4.6.25.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.25.1.zip\";s:6:\"4.6.26\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.26.zip\";s:8:\"4.6.26.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.26.2.zip\";s:7:\"4.6.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.3.1.zip\";s:7:\"4.6.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.4.1.zip\";s:7:\"4.6.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.5.1.zip\";s:7:\"4.6.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.6.1.zip\";s:7:\"4.6.7.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.1.zip\";s:7:\"4.6.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.8.1.zip\";s:7:\"4.6.9.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.9.1.zip\";s:3:\"4.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.zip\";s:7:\"4.7.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.0.2.zip\";s:7:\"4.7.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.1.1.zip\";s:7:\"4.7.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.2.1.zip\";s:7:\"4.7.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.3.1.zip\";s:7:\"4.7.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.4.1.zip\";s:3:\"4.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.zip\";s:7:\"4.8.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.0.2.zip\";s:7:\"4.8.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.1.1.zip\";s:7:\"4.8.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.2.1.zip\";s:7:\"4.9.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.1.zip\";s:7:\"4.9.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.2.zip\";s:7:\"4.9.0.4\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.4.zip\";s:5:\"4.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.zip\";s:7:\"4.9.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.2.zip\";s:8:\"4.9.10.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.10.1.zip\";s:8:\"4.9.11.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.11.1.zip\";s:8:\"4.9.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.12.1.zip\";s:8:\"4.9.13.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.13.1.zip\";s:8:\"4.9.14.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.14.1.zip\";s:7:\"4.9.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.2.1.zip\";s:5:\"4.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.zip\";s:7:\"4.9.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.1.zip\";s:7:\"4.9.3.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.3.zip\";s:7:\"4.9.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.4.1.zip\";s:7:\"4.9.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.5.1.zip\";s:7:\"4.9.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.6.1.zip\";s:7:\"4.9.7.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.7.1.zip\";s:7:\"4.9.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.8.1.zip\";s:7:\"4.9.9.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.9.1.zip\";s:5:\"5.0.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.zip\";s:7:\"5.0.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.1.zip\";s:7:\"5.0.0.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.3.zip\";s:7:\"5.0.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.1.1.zip\";s:7:\"5.0.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.1.2.zip\";s:5:\"5.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.zip\";s:7:\"5.0.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.2.zip\";s:7:\"5.0.2.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.3.zip\";s:5:\"5.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.zip\";s:7:\"5.0.3.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.2.zip\";s:7:\"5.0.3.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.3.zip\";s:7:\"5.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.0.1.zip\";s:7:\"5.1.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.0.2.zip\";s:7:\"5.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.1.1.zip\";s:7:\"5.1.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.1.2.zip\";s:7:\"5.1.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.2.1.zip\";s:7:\"5.1.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.2.2.zip\";s:5:\"5.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.3.zip\";s:7:\"5.1.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.3.1.zip\";s:5:\"5.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.4.zip\";s:7:\"5.1.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.4.1.zip\";s:5:\"5.1.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.5.zip\";s:7:\"5.1.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.5.1.zip\";s:5:\"5.1.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.6.zip\";s:7:\"5.1.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.6.1.zip\";s:6:\"5.10.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.10.0.zip\";s:6:\"5.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.10.1.zip\";s:6:\"5.11.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.11.0.zip\";s:6:\"5.12.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.0.zip\";s:6:\"5.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.1.zip\";s:6:\"5.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.2.zip\";s:6:\"5.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.3.zip\";s:6:\"5.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.4.zip\";s:6:\"5.13.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.13.0.zip\";s:6:\"5.14.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.zip\";s:8:\"5.14.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.1.zip\";s:8:\"5.14.0.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.2.zip\";s:8:\"5.14.0.3\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.3.zip\";s:8:\"5.14.0.4\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.4.zip\";s:6:\"5.14.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.1.zip\";s:6:\"5.14.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.2.zip\";s:8:\"5.14.2.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.2.1.zip\";s:6:\"5.15.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.15.0.zip\";s:8:\"5.15.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.15.0.1.zip\";s:6:\"5.16.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.0.zip\";s:6:\"5.16.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.1.zip\";s:8:\"5.16.1.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.1.1.zip\";s:6:\"5.16.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.2.zip\";s:8:\"5.16.2.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.2.1.zip\";s:6:\"5.16.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.3.zip\";s:8:\"5.16.3.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.3.1.zip\";s:6:\"5.16.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.4.zip\";s:8:\"5.16.4.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.4.1.zip\";s:5:\"5.2.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.0.zip\";s:7:\"5.2.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.0.1.zip\";s:5:\"5.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.zip\";s:7:\"5.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.1.zip\";s:7:\"5.2.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.2.zip\";s:5:\"5.3.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.0.zip\";s:7:\"5.3.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.0.1.zip\";s:5:\"5.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.zip\";s:7:\"5.3.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.1.zip\";s:7:\"5.3.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.2.zip\";s:5:\"5.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.zip\";s:7:\"5.3.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.1.zip\";s:7:\"5.3.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.2.zip\";s:5:\"5.4.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.zip\";s:7:\"5.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.1.zip\";s:7:\"5.4.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.2.zip\";s:7:\"5.4.0.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.3.zip\";s:5:\"5.5.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.zip\";s:7:\"5.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.1.zip\";s:7:\"5.5.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.2.zip\";s:5:\"5.6.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.6.0.zip\";s:5:\"5.7.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.7.0.zip\";s:5:\"5.7.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.7.1.zip\";s:5:\"5.8.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.8.0.zip\";s:5:\"5.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.8.1.zip\";s:5:\"5.8.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.8.2.zip\";s:5:\"5.9.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.9.0.zip\";s:5:\"5.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.9.1.zip\";s:5:\"5.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.9.2.zip\";s:5:\"6.0.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.0.zip\";s:7:\"6.0.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.0.1.zip\";s:5:\"6.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.1.zip\";s:7:\"6.0.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.1.1.zip\";s:6:\"6.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.10.zip\";s:6:\"6.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.11.zip\";s:6:\"6.0.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.12.zip\";s:6:\"6.0.13\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.13.zip\";s:8:\"6.0.13.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.13.1.zip\";s:5:\"6.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.2.zip\";s:5:\"6.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.3.zip\";s:7:\"6.0.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.3.1.zip\";s:5:\"6.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.4.zip\";s:5:\"6.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.5.zip\";s:5:\"6.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.6.zip\";s:7:\"6.0.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.6.1.zip\";s:7:\"6.0.6.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.6.2.zip\";s:5:\"6.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.7.zip\";s:7:\"6.0.7.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.7.1.zip\";s:5:\"6.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.8.zip\";s:5:\"6.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.9.zip\";s:5:\"6.1.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.0.zip\";s:7:\"6.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.0.1.zip\";s:7:\"6.1.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.0.2.zip\";s:5:\"6.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.1.zip\";s:5:\"6.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.2.zip\";s:7:\"6.1.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.2.1.zip\";s:7:\"6.1.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.2.2.zip\";s:5:\"6.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.3.zip\";s:5:\"6.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.4.zip\";s:6:\"6.10.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.0.zip\";s:6:\"6.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.1.zip\";s:8:\"6.10.1.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.1.1.zip\";s:6:\"6.10.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.2.zip\";s:6:\"6.10.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.3.zip\";s:6:\"6.11.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.0.zip\";s:8:\"6.11.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.0.1.zip\";s:6:\"6.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.1.zip\";s:6:\"6.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.2.zip\";s:8:\"6.11.2.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.2.1.zip\";s:6:\"6.12.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.12.0.zip\";s:8:\"6.12.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.12.0.1.zip\";s:6:\"6.13.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.13.0.zip\";s:6:\"6.13.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.13.1.zip\";s:6:\"6.13.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.13.2.zip\";s:8:\"6.13.2.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.13.2.1.zip\";s:6:\"6.14.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.14.0.zip\";s:6:\"6.14.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.14.1.zip\";s:6:\"6.14.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.14.2.zip\";s:6:\"6.15.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.0.zip\";s:8:\"6.15.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.0.1.zip\";s:6:\"6.15.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.1.zip\";s:8:\"6.15.1.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.1.1.zip\";s:7:\"6.15.10\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.10.zip\";s:7:\"6.15.11\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.11.zip\";s:7:\"6.15.12\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.12.zip\";s:9:\"6.15.12.1\";s:72:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.12.1.zip\";s:9:\"6.15.12.2\";s:72:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.12.2.zip\";s:7:\"6.15.13\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.13.zip\";s:9:\"6.15.13.1\";s:72:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.13.1.zip\";s:7:\"6.15.14\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.14.zip\";s:7:\"6.15.15\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.15.zip\";s:7:\"6.15.16\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.16.zip\";s:9:\"6.15.16.1\";s:72:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.16.1.zip\";s:7:\"6.15.17\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.17.zip\";s:9:\"6.15.17.1\";s:72:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.17.1.zip\";s:7:\"6.15.18\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.18.zip\";s:7:\"6.15.19\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.19.zip\";s:6:\"6.15.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.2.zip\";s:7:\"6.15.20\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.20.zip\";s:6:\"6.15.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.3.zip\";s:6:\"6.15.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.4.zip\";s:6:\"6.15.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.5.zip\";s:6:\"6.15.6\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.6.zip\";s:6:\"6.15.7\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.7.zip\";s:6:\"6.15.8\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.8.zip\";s:6:\"6.15.9\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.9.zip\";s:6:\"6.16.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.0.zip\";s:6:\"6.16.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.1.zip\";s:6:\"6.16.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.2.zip\";s:6:\"6.16.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.3.zip\";s:6:\"6.16.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.4.zip\";s:8:\"6.16.4.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.4.1.zip\";s:6:\"6.16.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.5.zip\";s:8:\"6.16.5.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.16.5.1.zip\";s:6:\"6.17.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.17.0.zip\";s:6:\"6.17.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.17.1.zip\";s:6:\"6.17.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.17.2.zip\";s:5:\"6.2.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.0.zip\";s:7:\"6.2.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.0.1.zip\";s:5:\"6.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.1.zip\";s:5:\"6.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.2.zip\";s:7:\"6.2.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.2.1.zip\";s:5:\"6.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.3.zip\";s:7:\"6.2.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.3.1.zip\";s:7:\"6.2.3.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.3.2.zip\";s:5:\"6.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.4.zip\";s:5:\"6.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.5.zip\";s:5:\"6.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.6.zip\";s:7:\"6.2.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.6.1.zip\";s:5:\"6.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.7.zip\";s:5:\"6.2.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.8.zip\";s:7:\"6.2.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.8.1.zip\";s:7:\"6.2.8.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.8.2.zip\";s:5:\"6.2.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.9.zip\";s:5:\"6.3.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.0.zip\";s:5:\"6.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.1.zip\";s:5:\"6.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.2.zip\";s:5:\"6.3.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.3.zip\";s:7:\"6.3.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.3.1.zip\";s:5:\"6.3.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.4.zip\";s:5:\"6.3.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.5.zip\";s:5:\"6.3.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.6.zip\";s:5:\"6.3.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.7.zip\";s:5:\"6.4.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.4.0.zip\";s:7:\"6.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.4.0.1.zip\";s:5:\"6.5.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.0.zip\";s:7:\"6.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.0.1.zip\";s:5:\"6.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.zip\";s:7:\"6.5.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.1.zip\";s:7:\"6.5.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.2.zip\";s:7:\"6.5.1.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.3.zip\";s:7:\"6.5.1.4\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.4.zip\";s:7:\"6.5.1.5\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.5.zip\";s:7:\"6.5.1.6\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.6.zip\";s:5:\"6.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.2.zip\";s:5:\"6.6.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.0.zip\";s:7:\"6.6.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.0.1.zip\";s:7:\"6.6.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.0.2.zip\";s:5:\"6.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.1.zip\";s:5:\"6.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.2.zip\";s:5:\"6.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.3.zip\";s:5:\"6.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.4.zip\";s:7:\"6.6.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.4.1.zip\";s:7:\"6.6.4.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.4.2.zip\";s:5:\"6.7.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.7.0.zip\";s:5:\"6.7.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.7.1.zip\";s:5:\"6.8.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.0.zip\";s:5:\"6.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.1.zip\";s:5:\"6.8.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.2.zip\";s:7:\"6.8.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.2.1.zip\";s:5:\"6.8.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.3.zip\";s:5:\"6.9.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.9.0.zip\";s:5:\"6.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.9.1.zip\";s:5:\"trunk\";s:62:\"https://downloads.wordpress.org/plugin/the-events-calendar.zip\";}s:14:\"business_model\";b:0;s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:18:\"https://evnt.is/29\";s:7:\"banners\";a:2:{s:3:\"low\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622\";s:4:\"high\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622\";}s:12:\"preview_link\";s:0:\"\";}s:13:\"wordpress-seo\";a:30:{s:4:\"name\";s:70:\"Yoast SEO &#8211; Advanced SEO with real-time guidance and built-in AI\";s:4:\"slug\";s:13:\"wordpress-seo\";s:7:\"version\";s:4:\"28.2\";s:6:\"author\";s:57:\"<a href=\"https://profiles.wordpress.org/yoast/\">Yoast</a>\";s:14:\"author_profile\";s:37:\"https://profiles.wordpress.org/yoast/\";s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:96;s:7:\"ratings\";a:5:{i:5;i:25989;i:4;i:642;i:3;i:202;i:2;i:139;i:1;i:845;}s:11:\"num_ratings\";i:27817;s:11:\"support_url\";s:51:\"https://wordpress.org/support/plugin/wordpress-seo/\";s:15:\"support_threads\";i:49;s:24:\"support_threads_resolved\";i:47;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2026-08-04 5:19am GMT\";s:5:\"added\";s:10:\"2010-10-11\";s:8:\"homepage\";s:18:\"https://yoa.st/1uj\";s:13:\"download_link\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.28.2.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:9:{i:1;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-1.png?rev=2853382\";s:7:\"caption\";s:55:\"The modern interface makes Yoast SEO easy to work with.\";}i:2;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-2.png?rev=2853382\";s:7:\"caption\";s:55:\"Easily manage how your posts and pages appear in SERPs.\";}i:3;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-3.png?rev=2853382\";s:7:\"caption\";s:55:\"Yoast SEO Premium has extra crawl optimization options.\";}i:4;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-4.png?rev=2853382\";s:7:\"caption\";s:57:\"Yoast SEO integrates with tools like Semrush and Wincher.\";}i:5;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-5.png?rev=2853382\";s:7:\"caption\";s:53:\"The famous SEO and readability analyses in Yoast SEO.\";}i:6;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-6.png?rev=2853382\";s:7:\"caption\";s:40:\"See what your post looks like in Google.\";}i:7;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-7.png?rev=2853382\";s:7:\"caption\";s:59:\"The First-time configuration helps you get started quickly.\";}i:8;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-8.png?rev=2853382\";s:7:\"caption\";s:45:\"The inclusive language analysis in Yoast SEO.\";}i:9;a:2:{s:3:\"src\";s:66:\"https://ps.w.org/wordpress-seo/assets/screenshot-9.png?rev=2956588\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:16:\"content-analysis\";s:16:\"Content analysis\";s:11:\"readability\";s:11:\"Readability\";s:6:\"schema\";s:6:\"schema\";s:3:\"seo\";s:3:\"seo\";s:11:\"xml-sitemap\";s:11:\"xml sitemap\";}s:8:\"versions\";a:126:{s:4:\"18.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.0.zip\";s:4:\"18.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.1.zip\";s:4:\"18.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.2.zip\";s:4:\"18.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.3.zip\";s:4:\"18.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.4.zip\";s:6:\"18.4.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.4.1.zip\";s:4:\"18.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.5.zip\";s:6:\"18.5.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.5.1.zip\";s:4:\"18.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.6.zip\";s:4:\"18.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.7.zip\";s:4:\"18.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.8.zip\";s:4:\"18.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.9.zip\";s:4:\"19.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.0.zip\";s:4:\"19.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.1.zip\";s:5:\"19.10\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.10.zip\";s:5:\"19.11\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.11.zip\";s:5:\"19.12\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.12.zip\";s:5:\"19.13\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.13.zip\";s:5:\"19.14\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.14.zip\";s:4:\"19.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.2.zip\";s:4:\"19.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.3.zip\";s:4:\"19.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.4.zip\";s:4:\"19.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.5.zip\";s:6:\"19.5.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.5.1.zip\";s:4:\"19.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.6.zip\";s:6:\"19.6.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.6.1.zip\";s:4:\"19.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.7.zip\";s:6:\"19.7.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.7.1.zip\";s:6:\"19.7.2\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.7.2.zip\";s:4:\"19.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.8.zip\";s:4:\"19.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.19.9.zip\";s:4:\"20.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.0.zip\";s:4:\"20.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.1.zip\";s:5:\"20.10\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.10.zip\";s:5:\"20.11\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.11.zip\";s:5:\"20.12\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.12.zip\";s:5:\"20.13\";s:62:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.13.zip\";s:4:\"20.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.2.zip\";s:6:\"20.2.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.2.1.zip\";s:4:\"20.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.3.zip\";s:4:\"20.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.4.zip\";s:4:\"20.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.5.zip\";s:4:\"20.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.6.zip\";s:4:\"20.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.7.zip\";s:4:\"20.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.8.zip\";s:4:\"20.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.20.9.zip\";s:4:\"21.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.0.zip\";s:4:\"21.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.1.zip\";s:4:\"21.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.2.zip\";s:4:\"21.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.3.zip\";s:4:\"21.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.4.zip\";s:4:\"21.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.5.zip\";s:4:\"21.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.6.zip\";s:4:\"21.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.7.zip\";s:4:\"21.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.8.zip\";s:6:\"21.8.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.8.1.zip\";s:4:\"21.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.9.zip\";s:6:\"21.9.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.21.9.1.zip\";s:4:\"22.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.0.zip\";s:4:\"22.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.1.zip\";s:4:\"22.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.2.zip\";s:4:\"22.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.3.zip\";s:4:\"22.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.4.zip\";s:4:\"22.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.5.zip\";s:4:\"22.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.6.zip\";s:4:\"22.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.7.zip\";s:4:\"22.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.8.zip\";s:4:\"22.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.22.9.zip\";s:4:\"23.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.0.zip\";s:4:\"23.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.1.zip\";s:4:\"23.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.2.zip\";s:4:\"23.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.3.zip\";s:4:\"23.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.4.zip\";s:4:\"23.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.5.zip\";s:4:\"23.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.6.zip\";s:4:\"23.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.7.zip\";s:4:\"23.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.8.zip\";s:4:\"23.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.23.9.zip\";s:4:\"24.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.0.zip\";s:4:\"24.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.1.zip\";s:4:\"24.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.2.zip\";s:4:\"24.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.3.zip\";s:4:\"24.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.4.zip\";s:4:\"24.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.5.zip\";s:4:\"24.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.6.zip\";s:4:\"24.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.7.zip\";s:4:\"24.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.8.zip\";s:6:\"24.8.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.8.1.zip\";s:4:\"24.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.24.9.zip\";s:4:\"25.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.0.zip\";s:4:\"25.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.1.zip\";s:4:\"25.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.2.zip\";s:4:\"25.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.3.zip\";s:6:\"25.3.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.3.1.zip\";s:4:\"25.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.4.zip\";s:4:\"25.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.5.zip\";s:4:\"25.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.6.zip\";s:4:\"25.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.7.zip\";s:4:\"25.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.8.zip\";s:4:\"25.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.25.9.zip\";s:4:\"26.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.0.zip\";s:4:\"26.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.1.zip\";s:6:\"26.1.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.1.1.zip\";s:4:\"26.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.2.zip\";s:4:\"26.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.3.zip\";s:4:\"26.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.4.zip\";s:4:\"26.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.5.zip\";s:4:\"26.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.6.zip\";s:4:\"26.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.7.zip\";s:4:\"26.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.8.zip\";s:4:\"26.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.9.zip\";s:4:\"27.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.0.zip\";s:4:\"27.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.1.zip\";s:6:\"27.1.1\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.1.1.zip\";s:4:\"27.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.2.zip\";s:4:\"27.3\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.3.zip\";s:4:\"27.4\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.4.zip\";s:4:\"27.5\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.5.zip\";s:4:\"27.6\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.6.zip\";s:4:\"27.7\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.7.zip\";s:4:\"27.8\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.8.zip\";s:4:\"27.9\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.27.9.zip\";s:4:\"28.0\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.28.0.zip\";s:4:\"28.1\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.28.1.zip\";s:4:\"28.2\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.28.2.zip\";s:5:\"trunk\";s:56:\"https://downloads.wordpress.org/plugin/wordpress-seo.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:39:\"https://yoast.com/help/support/#premium\";s:11:\"donate_link\";s:18:\"https://yoa.st/1up\";s:7:\"banners\";a:2:{s:3:\"low\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";s:4:\"high\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";}s:12:\"preview_link\";s:0:\"\";}s:6:\"leadin\";a:30:{s:4:\"name\";s:61:\"HubSpot All-In-One Marketing &#8211; Forms, Popups, Live Chat\";s:4:\"slug\";s:6:\"leadin\";s:7:\"version\";s:7:\"11.3.69\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/hubspotdev/\">HubSpot</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/hubspotdev/\";s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.9.6\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:86;s:7:\"ratings\";a:5:{i:5;i:158;i:4;i:13;i:3;i:5;i:2;i:10;i:1;i:21;}s:11:\"num_ratings\";i:207;s:11:\"support_url\";s:44:\"https://wordpress.org/support/plugin/leadin/\";s:15:\"support_threads\";i:5;s:24:\"support_threads_resolved\";i:4;s:15:\"active_installs\";i:200000;s:12:\"last_updated\";s:21:\"2026-07-30 2:26pm GMT\";s:5:\"added\";s:10:\"2014-03-12\";s:8:\"homepage\";s:45:\"http://www.hubspot.com/integrations/wordpress\";s:13:\"download_link\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.69.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:8:{i:1;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/leadin/assets/screenshot-1.png?rev=3041936\";s:7:\"caption\";s:28:\"Measure impact with reports.\";}i:2;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/leadin/assets/screenshot-2.png?rev=3041936\";s:7:\"caption\";s:65:\"Organize, track, and nurture your leads in your free HubSpot CRM.\";}i:3;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/leadin/assets/screenshot-3.png?rev=3041936\";s:7:\"caption\";s:65:\"Your website forms will automatically sync with your HubSpot CRM.\";}i:4;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/leadin/assets/screenshot-4.png?rev=3041936\";s:7:\"caption\";s:47:\"Nurture and convert leads with lists and email.\";}i:5;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/leadin/assets/screenshot-5.png?rev=3041936\";s:7:\"caption\";s:60:\"Send contacts a beautiful, effective and personalized email.\";}i:6;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/leadin/assets/screenshot-6.png?rev=3041936\";s:7:\"caption\";s:78:\"Add live chat to your website and easily engage &amp; help your site visitors.\";}i:7;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/leadin/assets/screenshot-7.png?rev=3041936\";s:7:\"caption\";s:76:\"Add 24/7 chatbots to your website to help automate lead capture and support.\";}i:8;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/leadin/assets/screenshot-8.png?rev=3041936\";s:7:\"caption\";s:103:\"Create beautiful forms and popups on your website in minutes using the intuitive drag and drop builder.\";}}s:4:\"tags\";a:5:{s:9:\"analytics\";s:9:\"analytics\";s:3:\"crm\";s:3:\"crm\";s:5:\"forms\";s:5:\"forms\";s:9:\"live-chat\";s:9:\"live chat\";s:9:\"marketing\";s:9:\"marketing\";}s:8:\"versions\";a:69:{s:7:\"10.0.18\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.0.18.zip\";s:7:\"10.0.21\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.0.21.zip\";s:7:\"10.0.24\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.0.24.zip\";s:6:\"10.0.7\";s:56:\"https://downloads.wordpress.org/plugin/leadin.10.0.7.zip\";s:7:\"10.1.13\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.1.13.zip\";s:7:\"10.1.16\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.1.16.zip\";s:7:\"10.1.23\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.1.23.zip\";s:7:\"10.1.27\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.1.27.zip\";s:7:\"10.1.29\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.1.29.zip\";s:6:\"10.1.6\";s:56:\"https://downloads.wordpress.org/plugin/leadin.10.1.6.zip\";s:6:\"10.2.0\";s:56:\"https://downloads.wordpress.org/plugin/leadin.10.2.0.zip\";s:7:\"10.2.12\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.2.12.zip\";s:7:\"10.2.15\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.2.15.zip\";s:7:\"10.2.16\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.2.16.zip\";s:6:\"10.2.2\";s:56:\"https://downloads.wordpress.org/plugin/leadin.10.2.2.zip\";s:7:\"10.2.22\";s:57:\"https://downloads.wordpress.org/plugin/leadin.10.2.22.zip\";s:6:\"10.2.4\";s:56:\"https://downloads.wordpress.org/plugin/leadin.10.2.4.zip\";s:7:\"11.0.16\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.0.16.zip\";s:6:\"11.0.2\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.0.2.zip\";s:7:\"11.0.22\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.0.22.zip\";s:7:\"11.0.27\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.0.27.zip\";s:6:\"11.0.3\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.0.3.zip\";s:7:\"11.0.31\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.0.31.zip\";s:7:\"11.0.52\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.0.52.zip\";s:7:\"11.0.54\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.0.54.zip\";s:7:\"11.0.56\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.0.56.zip\";s:7:\"11.0.58\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.0.58.zip\";s:6:\"11.0.7\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.0.7.zip\";s:7:\"11.1.10\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.10.zip\";s:7:\"11.1.11\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.11.zip\";s:7:\"11.1.13\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.13.zip\";s:7:\"11.1.14\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.14.zip\";s:7:\"11.1.15\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.15.zip\";s:6:\"11.1.2\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.1.2.zip\";s:7:\"11.1.20\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.20.zip\";s:7:\"11.1.21\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.21.zip\";s:7:\"11.1.22\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.22.zip\";s:7:\"11.1.34\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.34.zip\";s:7:\"11.1.40\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.40.zip\";s:6:\"11.1.6\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.1.6.zip\";s:7:\"11.1.60\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.60.zip\";s:7:\"11.1.65\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.65.zip\";s:7:\"11.1.66\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.66.zip\";s:7:\"11.1.73\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.73.zip\";s:7:\"11.1.75\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.75.zip\";s:7:\"11.1.82\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.1.82.zip\";s:6:\"11.2.0\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.2.0.zip\";s:6:\"11.2.9\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.2.9.zip\";s:7:\"11.3.16\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.16.zip\";s:7:\"11.3.21\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.21.zip\";s:7:\"11.3.33\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.33.zip\";s:7:\"11.3.37\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.37.zip\";s:7:\"11.3.39\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.39.zip\";s:7:\"11.3.43\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.43.zip\";s:7:\"11.3.44\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.44.zip\";s:7:\"11.3.45\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.45.zip\";s:6:\"11.3.5\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.3.5.zip\";s:7:\"11.3.51\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.51.zip\";s:7:\"11.3.56\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.56.zip\";s:7:\"11.3.58\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.58.zip\";s:6:\"11.3.6\";s:56:\"https://downloads.wordpress.org/plugin/leadin.11.3.6.zip\";s:7:\"11.3.61\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.61.zip\";s:7:\"11.3.62\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.62.zip\";s:7:\"11.3.64\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.64.zip\";s:7:\"11.3.65\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.65.zip\";s:7:\"11.3.69\";s:57:\"https://downloads.wordpress.org/plugin/leadin.11.3.69.zip\";s:5:\"9.2.0\";s:55:\"https://downloads.wordpress.org/plugin/leadin.9.2.0.zip\";s:6:\"9.2.26\";s:56:\"https://downloads.wordpress.org/plugin/leadin.9.2.26.zip\";s:5:\"trunk\";s:49:\"https://downloads.wordpress.org/plugin/leadin.zip\";}s:14:\"business_model\";b:0;s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:61:\"https://ps.w.org/leadin/assets/banner-772x250.png?rev=3041936\";s:4:\"high\";s:62:\"https://ps.w.org/leadin/assets/banner-1544x500.png?rev=3041936\";}s:12:\"preview_link\";s:0:\"\";}s:7:\"bbpress\";a:30:{s:4:\"name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:7:\"version\";s:6:\"2.6.14\";s:6:\"author\";s:79:\"<a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>\";s:14:\"author_profile\";s:47:\"https://profiles.wordpress.org/johnjamesjacoby/\";s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.9.6\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:78;s:7:\"ratings\";a:5:{i:5;i:197;i:4;i:40;i:3;i:24;i:2;i:23;i:1;i:58;}s:11:\"num_ratings\";i:342;s:11:\"support_url\";s:45:\"https://wordpress.org/support/plugin/bbpress/\";s:15:\"support_threads\";i:0;s:24:\"support_threads_resolved\";i:0;s:15:\"active_installs\";i:100000;s:12:\"last_updated\";s:21:\"2025-07-02 3:44pm GMT\";s:5:\"added\";s:10:\"2010-01-13\";s:8:\"homepage\";s:19:\"https://bbpress.org\";s:13:\"download_link\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.6.14.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:7:{i:1;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-1.png?rev=872931\";s:7:\"caption\";s:24:\"Forums - Admin Interface\";}i:2;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-2.png?rev=872931\";s:7:\"caption\";s:24:\"Topics - Admin Interface\";}i:3;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-3.png?rev=872931\";s:7:\"caption\";s:25:\"Replies - Admin Interface\";}i:4;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-4.png?rev=872931\";s:7:\"caption\";s:26:\"Settings - Admin Interface\";}i:5;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-5.png?rev=872931\";s:7:\"caption\";s:28:\"Settings 2 - Admin Interface\";}i:6;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-6.png?rev=872931\";s:7:\"caption\";s:24:\"Themes - Admin Interface\";}i:7;a:2:{s:3:\"src\";s:59:\"https://ps.w.org/bbpress/assets/screenshot-7.png?rev=872931\";s:7:\"caption\";s:28:\"Single Forum - Default Theme\";}}s:4:\"tags\";a:4:{s:10:\"discussion\";s:10:\"discussion\";s:5:\"forum\";s:5:\"forum\";s:6:\"forums\";s:6:\"forums\";s:7:\"support\";s:7:\"support\";}s:8:\"versions\";a:70:{s:3:\"2.0\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.0.zip\";s:10:\"2.0-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-1.zip\";s:11:\"2.0-beta-2b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-2b.zip\";s:10:\"2.0-beta-3\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3.zip\";s:11:\"2.0-beta-3b\";s:62:\"https://downloads.wordpress.org/plugin/bbpress.2.0-beta-3b.zip\";s:8:\"2.0-rc-2\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-2.zip\";s:8:\"2.0-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-3.zip\";s:8:\"2.0-rc-4\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-4.zip\";s:8:\"2.0-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.0-rc-5.zip\";s:5:\"2.0.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.1.zip\";s:5:\"2.0.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.2.zip\";s:5:\"2.0.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.0.3.zip\";s:3:\"2.1\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.1.zip\";s:10:\"2.1-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.1-beta-1.zip\";s:7:\"2.1-rc1\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc1.zip\";s:7:\"2.1-rc2\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc2.zip\";s:7:\"2.1-rc3\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc3.zip\";s:7:\"2.1-rc4\";s:58:\"https://downloads.wordpress.org/plugin/bbpress.2.1-rc4.zip\";s:5:\"2.1.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.1.zip\";s:5:\"2.1.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.2.zip\";s:5:\"2.1.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.1.3.zip\";s:3:\"2.2\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.2.zip\";s:5:\"2.2.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.1.zip\";s:5:\"2.2.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.2.zip\";s:5:\"2.2.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.3.zip\";s:5:\"2.2.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.2.4.zip\";s:3:\"2.3\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.3.zip\";s:9:\"2.3-beta1\";s:60:\"https://downloads.wordpress.org/plugin/bbpress.2.3-beta1.zip\";s:5:\"2.3.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.1.zip\";s:5:\"2.3.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.3.2.zip\";s:3:\"2.4\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.4.zip\";s:5:\"2.4.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.4.1.zip\";s:3:\"2.5\";s:54:\"https://downloads.wordpress.org/plugin/bbpress.2.5.zip\";s:5:\"2.5.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.1.zip\";s:6:\"2.5.10\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.10.zip\";s:6:\"2.5.11\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.11.zip\";s:6:\"2.5.12\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.12.zip\";s:6:\"2.5.13\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.13.zip\";s:6:\"2.5.14\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:5:\"2.5.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.2.zip\";s:5:\"2.5.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.3.zip\";s:5:\"2.5.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.4.zip\";s:5:\"2.5.5\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.5.zip\";s:5:\"2.5.6\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.6.zip\";s:5:\"2.5.7\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.7.zip\";s:5:\"2.5.8\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.8.zip\";s:5:\"2.5.9\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.5.9.zip\";s:10:\"2.6-beta-1\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-1.zip\";s:10:\"2.6-beta-2\";s:61:\"https://downloads.wordpress.org/plugin/bbpress.2.6-beta-2.zip\";s:8:\"2.6-rc-1\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-1.zip\";s:8:\"2.6-rc-3\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-3.zip\";s:8:\"2.6-rc-5\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-5.zip\";s:8:\"2.6-rc-6\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-6.zip\";s:8:\"2.6-rc-7\";s:59:\"https://downloads.wordpress.org/plugin/bbpress.2.6-rc-7.zip\";s:5:\"2.6.0\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.0.zip\";s:5:\"2.6.1\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.1.zip\";s:6:\"2.6.10\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.6.10.zip\";s:6:\"2.6.11\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.6.11.zip\";s:6:\"2.6.12\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.6.12.zip\";s:6:\"2.6.13\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.6.13.zip\";s:6:\"2.6.14\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.6.14.zip\";s:5:\"2.6.2\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.2.zip\";s:5:\"2.6.3\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.3.zip\";s:5:\"2.6.4\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.4.zip\";s:5:\"2.6.5\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.5.zip\";s:5:\"2.6.6\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.6.zip\";s:5:\"2.6.7\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.7.zip\";s:5:\"2.6.8\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.8.zip\";s:5:\"2.6.9\";s:56:\"https://downloads.wordpress.org/plugin/bbpress.2.6.9.zip\";s:5:\"trunk\";s:50:\"https://downloads.wordpress.org/plugin/bbpress.zip\";}s:14:\"business_model\";b:0;s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:61:\"https://ps.w.org/bbpress/assets/banner-772x250.png?rev=478663\";s:4:\"high\";s:62:\"https://ps.w.org/bbpress/assets/banner-1544x500.png?rev=567403\";}s:12:\"preview_link\";s:0:\"\";}}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296366, 'rs_last_launch', '2026-08-09 18:28:22', 'auto'),
(296364, 'revslider_set_v7_engine', '1', 'auto'),
(296373, 'sliderrevolution-v7-slide-map', 'a:1:{i:2;a:2:{s:1:\"s\";a:1:{i:2;i:7;}s:1:\"n\";a:6:{i:4;i:1;i:5;i:2;i:6;i:3;i:14;i:4;i:16;i:5;i:17;i:6;}}}', 'auto'),
(296374, 'sliderrevolution-v7-migration-failed-map', 'a:0:{}', 'auto'),
(296451, '_transient_fusion_subsets_preload_tags', '<link rel=\"preload\" href=\"//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-brands-400.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-regular-400.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"//drkarimbennani.com/wp-content/themes/Avada/includes/lib/assets/fonts/fontawesome/webfonts/fa-solid-900.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>', 'on'),
(296452, '_transient_fusion_custom_icons_preload_tags', '<link rel=\"preload\" href=\"https://drkarimbennani.com/wp-content/uploads/fusion-icons/fitness-icon-set/fonts/fitness.ttf?9jppkm\" as=\"font\" type=\"font/ttf\" crossorigin><link rel=\"preload\" href=\"https://drkarimbennani.com/wp-content/uploads/fusion-icons/marketing-bold-icon-set/fonts/Marketing-Bold.ttf?x1m7hf\" as=\"font\" type=\"font/ttf\" crossorigin>', 'on'),
(296453, '_transient_fusion_gfonts_preload_tags', '<link rel=\"preload\" href=\"https://drkarimbennani.com/wp-content/uploads/fusion-gfonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://drkarimbennani.com/wp-content/uploads/fusion-gfonts/jizaRExUiTo99u79D0KExQ.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://drkarimbennani.com/wp-content/uploads/fusion-gfonts/1Ptug8zYS_SKggPNyC0ITw.woff2\" as=\"font\" type=\"font/woff2\" crossorigin><link rel=\"preload\" href=\"https://drkarimbennani.com/wp-content/uploads/fusion-gfonts/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jpg.woff2\" as=\"font\" type=\"font/woff2\" crossorigin>', 'on'),
(296454, '_transient_timeout_fusion_dynamic_js_filenames', '1786306884', 'off'),
(296455, '_transient_fusion_dynamic_js_filenames', 'a:7:{s:34:\"187fd4a1bca3cdadf72ba47610c66b0cf0\";s:32:\"59cac38abdc396f8a4f96ae321639258\";s:35:\"12713abafcf1fad4dba5fae6cd103612a17\";s:32:\"52c8af9d1905389b32bfa33b3c43f5a8\";s:33:\"06b3fbc6e7f3da21675e72cdb63472b2d\";s:32:\"ac4dadb44927d73eec336f6a8324fb40\";s:34:\"186664b3b81a50df2d49da39c9ad281f72\";s:32:\"59cac38abdc396f8a4f96ae321639258\";s:36:\"4570ebe52387aa8c417f4e74ab91af03e7c1\";s:32:\"98f6332ceab80a373ee7ad033a245991\";s:35:\"119dca1f85665c079a0e18567d38e69248e\";s:32:\"52c8af9d1905389b32bfa33b3c43f5a8\";s:36:\"36463a39e52de80b679699be71353d78769d\";s:32:\"4728278986d115c8b1c74af3ac044ed0\";}', 'off'),
(296456, '_transient_fusion_dynamic_js_readable', '1', 'on'),
(296405, '_site_transient_timeout_feed_bc9fd7f8eaf5e82b6773ce761d04a9c6', '1786343441', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296406, '_site_transient_feed_bc9fd7f8eaf5e82b6773ce761d04a9c6', 'a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Avada Website Builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"https://avada.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"For WordPress & WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Aug 2026 15:14:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=7.0.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Avada 7.16 Has Been Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://avada.com/blog/avada-7-16-has-been-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://avada.com/blog/avada-7-16-has-been-released/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Aug 2026 15:14:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"Avada 7.16 was released on August 4th, 2026, and is focused on intuitive design freedom where it counts. Three popular Avada Elements have been rebuilt from the ground up, two brand-new Elements join the builder, and a series of performance, workflow, and security improvements have been delivered throughout. Also check out What\'s New and ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18681:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-1 hover-type-none\"><img fetchpriority=\"high\" decoding=\"async\" width=\"2400\" height=\"1500\" alt=\"Avada 7.16\" title=\"Avada 7.16\" src=\"https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post.png\" class=\"img-responsive wp-image-897957\" srcset=\"https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-200x125.png 200w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-400x250.png 400w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-600x375.png 600w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-800x500.png 800w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post-1200x750.png 1200w, https://avada.com/wp-content/uploads/2026/08/avada-7-16-release-post.png 2400w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2400px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-1\"><p><a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada 7.16</a> was released on August 4th, 2026, and is focused on intuitive design freedom where it counts. Three popular Avada Elements have been rebuilt from the ground up, two brand-new Elements join the builder, and a series of performance, workflow, and security improvements have been delivered throughout. Also check out <a href=\"https://avada.com/whats-new/\" target=\"_self\" rel=\"noopener noreferrer\">What\'s New</a> and the <a href=\"https://avada.com/documentation/avada-changelog/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada changelog</a>.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-1 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--1\" data-awb-toc-id=\"1\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-2 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Revamped Avada Pricing Table Element</h2></div><div class=\"fusion-text fusion-text-2\"><p>The <a href=\"https://avada.com/element/pricing-table/\" target=\"_self\" rel=\"noopener noreferrer\">Pricing Table Element</a> has been rebuilt from the ground up. A modern grid-based engine now underpins the layout, giving you precise alignment and consistent structure at every breakpoint. At the same time, an extensive set of new content and styling options lets you present plans exactly as you intend — right down to per-column color overrides. Highlights include:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-1 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Modern grid-based engine with equal-height columns and responsive control over columns, gaps, and widths</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Highlight badges and corner ribbons in seven positions</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Sub-headings, descriptions, and above- and below-price texts</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Feature row icons and excluded feature rows</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Standout expansion and text scaling, plus per-column overrides for all colors</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-3 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Revamped Avada Tabs Element</h2></div><div class=\"fusion-text fusion-text-3\"><p>The <a href=\"https://avada.com/documentation/tabs-element/\" target=\"_self\" rel=\"noopener noreferrer\">Tabs Element</a> has been substantially expanded, turning a simple tab set into a properly designed piece of content. New motion and transition controls bring it to life, additional content options give each tab more context, and a deeper set of styling settings keeps everything looking tidy. Highlights include:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-2 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Auto-rotation with a progress indicator and optional play/pause control</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Fade, slide and zoom content transitions</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">A short description per tab that opens with the active tab</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Gradient tab titles, content background color, and border radius</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Minimum tab width, title alignment and deep linking</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-4 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Revamped Avada Testimonials Element</h2></div><div class=\"fusion-text fusion-text-4\"><p>The <a href=\"https://avada.com/documentation/testimonials-element/\" target=\"_self\" rel=\"noopener noreferrer\">Testimonials Element</a> has been revamped, with a choice of layouts and designs that let you present customer feedback as a subtle rotating quote, a browsable slider, or a full wall of love. Detailed styling controls, along with Star ratings, avatars, and flexible author layouts, are available for every part of the Element. Highlights include:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-3 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Four Layouts: Cross-fading slider, multi-column carousel, scrolling marquee, and grid</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Three designs, including an all-new Card style</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Star ratings with schema markup output</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-badge-check fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Avatars from images, initials or icons, with flexible author layouts</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-5 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Two New Avada Elements</h2></div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-4 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Categories Element</mark> — Display any taxonomy as a list or dropdown, with post counts, icons, term images and accordion child terms</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Recent Activity Tabs Element</mark> — Popular posts, latest posts and newest comments in one configurable, tabbed layout</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-6 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Further Improvements</h2></div><ul style=\"--awb-iconcolor:var(--awb-color6);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-5 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Scrolling Sections rebuilt on GSAP ScrollTrigger, with sticky header support and a new stacking cards animation</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Thumbnail navigation for the Avada Post Cards and Image Carousel Elements</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Full-page copy-and-paste, search, and replace in the Live Editor command palette</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Avada Forms notification toggles and a submission URL target option</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Expanded dynamic data support, including ACF date, time, and email fields</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-bullhorn fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">All remaining Bootstrap scripts replaced for improved performance, and so much more</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-5\"><p>Avada 7.16 also includes security fixes and hardening measures, accessibility updates, and WooCommerce 10.9.3 compatibility updates. We recommend updating at your earliest convenience.</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-6 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-folder-open fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/whats-new/\" target=\"_blank\" rel=\"noopener noreferrer\">What\'s New</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-folder-open fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-changelog/\" target=\"_blank\" rel=\"noopener noreferrer\">Changelog</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-folder-open fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/general-update-information/\" target=\"_blank\" rel=\"noopener noreferrer\">General Update Information</a></div></li></ul></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://avada.com/blog/avada-7-16-has-been-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Version 7.16 Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://avada.com/blog/version-7-16-security-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://avada.com/blog/version-7-16-security-update/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2026 13:30:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"Website Maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:394:\"We have released Avada 7.16, delivering a huge array of exciting new features, enhancements, improvements, fixing two security issues and additional security enhancements: SECURITY: FIXED possible Contributor+ level XSS vulnerability via the HTML tag options of the Title elements. SECURITY: FIXED broken access control in the System Status multisite global options copying, where a failing ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7015:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-2 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:calc( 1280px + 0px );margin-left: calc(-0px / 2 );margin-right: calc(-0px / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-1 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:10px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-6\" style=\"--awb-text-transform:none;\"><p>We have released <a href=\"https://avada.com/whats-new/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada 7.16</a>, delivering a huge array of exciting new features, enhancements, improvements, fixing two security issues and additional security enhancements:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-7 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>SECURITY: FIXED possible Contributor+ level XSS vulnerability via the HTML tag options of the Title elements.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">SECURITY: FIXED broken access control in the System Status multisite global options copying, where a failing capability and nonce check did not stop execution.                                             </div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">SECURITY: Updated the Swiper library to version 12.1.4, which addresses a reported vulnerability in the library.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">SECURITY: Added further in-depth security mechanisms to several areas of Avada.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-7\" style=\"--awb-text-transform:none;\"><p>This is disclosed in our <a href=\"https://avada.com/documentation/avada-changelog\" target=\" _self\" rel=\"noopener noreferrer\">Changelog</a> and our <a href=\"https://avada.com/documentation/important-update-information\" target=\" _self\" rel=\"noopener noreferrer\">Important Update Info</a> help file.</p>\n<p>Like WordPress and any entity that develops software, we understand that security is not absolute and is a continuous process managed as such. We do our best to prevent security issues as proactively as possible, as we do not assume they’ll never come up. Our responsibility is to quickly take care of them and work to get our customers notified and prepared. This is why we recommend keeping your website and plugins up-to-date and maintained at all times.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-7 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Should I Do Next?</h2></div><div class=\"fusion-text fusion-text-8\"><p>We cannot stress enough the importance of ensuring that your website is kept up to date and maintained at all times. Please update to ensure that your installation is issue-free and the fix detailed above is applied. These are our detailed update instructions:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-8 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/updating-avada-older-versions/\" target=\"_blank\" rel=\"noopener noreferrer\">Updating from an old version of Avada?</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/important-update-information/\" target=\"_blank\" rel=\"noopener noreferrer\">Important Update Info</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/how-to-update-the-avada-website-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Update</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-patcher/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Patcher</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-changelog/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Changelog</a></div></li></ul>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-text fusion-text-9\"><p>We would like to extend our gratitude and thanks to Wordfence.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://avada.com/blog/version-7-16-security-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"How to Use Avada Container and Column Backdrop Filters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://avada.com/blog/how-to-use-avada-container-and-column-backdrop-filters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://avada.com/blog/how-to-use-avada-container-and-column-backdrop-filters/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2026 14:26:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Layout Elements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"My Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The frosted, semi-transparent panel — often referred to as the liquid glass effect — has become one of the most recognizable design treatments in modern web and interface design and has more recently been popularized by Apple’s Liquid Glass effect, launched with iOS 26. It works because it does something a flat overlay cannot: it ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:32089:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-10\"><p>The frosted, semi-transparent panel — often referred to as the liquid glass effect — has become one of the most recognizable design treatments in modern web and interface design and has more recently been popularized by <a href=\"https://developer.apple.com/videos/play/wwdc2025/219/\" target=\"_blank\" rel=\"noopener noreferrer\">Apple’s Liquid Glass effect</a>, launched with iOS 26. It works because it does something a flat overlay cannot: it lets the content behind an Element remain visible while altering how that content is rendered.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-2 hover-type-none\" style=\"border:1px solid var(--awb-color2);\"><img decoding=\"async\" width=\"2000\" height=\"1190\" alt=\"Avada Container Column Backdrop Filters\" title=\"Avada Container Column Backdrop Filters\" src=\"https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup.jpg\" class=\"img-responsive wp-image-897881\" srcset=\"https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-200x119.jpg 200w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-400x238.jpg 400w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-600x357.jpg 600w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-800x476.jpg 800w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup-1200x714.jpg 1200w, https://avada.com/wp-content/uploads/2026/07/avada-column-container-backdrop-filters-post-setup.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-11\"><p>In <a href=\"https://avada.com/\" target=\"_self\" rel=\"noopener noreferrer\">Avada</a>, this is handled by the Backdrop Filter options, available on every Container and Column, including nested Columns. This tutorial covers what backdrop filters do, the conditions they require to work, and how to configure them on both Containers and Columns. Whether you&#8217;re new to <a href=\"https://1.envato.market/e4rPJ1\" target=\"_self\" rel=\"noopener noreferrer\">Avada</a> or already comfortable in the <a href=\"https://avada.com/feature/live-visual-builder/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Live Visual Builder</a>, the workflow is short — but the requirements are specific, and understanding them is the difference between a polished glass panel and no visible effect at all.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-8 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--2\" data-awb-toc-id=\"2\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-9 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Backdrop Filters Actually Do</h2></div><div class=\"fusion-text fusion-text-12\"><p>A standard filter applies an effect to the Element it is set on (<a href=\"https://avada.com/element/column/\" target=\"_self\" rel=\"noopener noreferrer\">Column</a> or <a href=\"https://avada.com/element/container/\" target=\"_self\" rel=\"noopener noreferrer\">Container</a>). A backdrop filter applies the effect to whatever sits behind that Element.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"v5xN83LSZPE\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\" How to Use Backdrop Filters on Avada Containers and Columns \" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-13\"><p>The content or imagery behind the Column, showing through it, is what gets blurred, brightened, saturated, or hue-shifted. That distinction leads directly to the two requirements the feature depends on:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-9 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-alt-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p><strong>The Element needs a transparent or semi-transparent background:</strong> If the background is fully opaque, nothing behind it is visible, so there is nothing for the filter to act on.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-alt-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p><strong>There needs to be something visible behind the Element:</strong> A background image, a gradient, or other visible content. A flat single color will technically be filtered, but the result will be close to imperceptible.</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-14\"><p>In practice, that means the following:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-10 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Column</mark> — The Column itself carries the transparency, and the Container behind it supplies the background image or gradient.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Container</mark> — The Container carries the transparency, and the page — or whatever sits behind the Container — supplies the visible background.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; This effect reads best on bright, colorful, high-contrast backgrounds. A busy photographic background or a strong gradient gives the filter something to work with; a muted, low-contrast image will produce a much weaker result.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-10 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Where to Find the Options</h2></div><div class=\"fusion-text fusion-text-15\"><p>Backdrop filters live on the Extras tab of the <a href=\"https://avada.com/documentation/container-element/#toc_Element_Options\" target=\"_self\" rel=\"noopener noreferrer\">Element Options</a> for both Containers and Columns, in the Filter Type section — the same place you&#8217;ll find the standard filter controls. If you&#8217;ve followed our guide on <a href=\"https://avada.com/blog/how-to-use-the-collapsible-feature-on-avada-containers-columns/\" target=\"_self\" rel=\"noopener noreferrer\">How to use the Collapsible feature on Avada Containers &amp; Columns</a>, you&#8217;ll already know your way around this tab, as the Collapsible/Read More options sit alongside them.</p>\n<p>The Backdrop Filter section offers the same eight values as the standard filters, and each one can be set independently for both the normal and hover states:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-11 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Hue</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Saturation</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Brightness</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Contrast</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Invert</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>Sepia</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Opacity</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-toggle-on fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Blur</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-16\"><p>Blur is the value doing most of the work in a liquid glass treatment, but it is rarely the only one worth adjusting.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-11 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Applying Backdrop Filters to a Column</h2></div><div class=\"fusion-text fusion-text-17\"><p>The examples below are built on the <a href=\"https://avada.website/nightclub/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Nightclub prebuilt website</a>, with the header layout and one-page Column rebuilt to demonstrate the effect, and the hero Container&#8217;s background image swapped for a brighter one.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-12 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 1:</mark> Set Up the Background Behind the Column</h3></div><div class=\"fusion-text fusion-text-18\"><p>Before touching any filter settings, make sure the Container holding your Column has a visible background — a background image or gradient. This is the layer the filter will act on, and without it there is nothing to see.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-13 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 2:</mark> Make the Column Background Semi-Transparent</h3></div><div class=\"fusion-text fusion-text-19\"><p>Select the Column, open the <strong>Background</strong> tab, and set the background color with a reduced alpha value. In the header example, the Column uses <strong>Color 1</strong> with an <strong>alpha value of -90</strong>, making it almost — but not quite — transparent.</p>\n<p>It&#8217;s worth being deliberate here. A fully transparent background will work, but a small amount of opacity is what sells the liquid glass effect, giving the panel a sense of material rather than simply appearing as a blurred window. Adjust this value and preview the results; it has more influence on the final look than most people expect.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; A border, border radius, and box shadow on the same Column will reinforce the impression of a physical pane of glass sitting above the page. None of these are required for the filter to work, but together they make a noticeable difference to the finished result.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-14 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 3:</mark> Apply the Backdrop Filters</h3></div><div class=\"fusion-text fusion-text-20\"><p>Move to the <strong>Extras</strong> tab and scroll to the <strong>Backdrop Filter</strong> section. For the header example:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-12 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Normal State</mark> — Brightness increased to 135, with an amount of Blur applied.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Hover State</mark> — Both values returned to their defaults, which removes the blur on hover and brings the content behind the header back into focus.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-21\"><p>That reversal is a useful pattern in its own right. Rather than adding an effect on hover, you&#8217;re removing one, which reads as the glass panel clearing as the visitor engages with it.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-15 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 4:</mark> Preview the Result</h3></div><div class=\"fusion-text fusion-text-22\"><p>The blur applies to the content passing behind the header Column, while the Column itself — and its content — stays sharp. On mouseover, the hover state takes effect, and the blur is removed.</p>\n<p>The Column further down the page in this example is configured in the same way, using the same values. The technique doesn&#8217;t change based on where the Column sits, only on what&#8217;s behind it.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-16 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Applying Backdrop Filters to a Container</h2></div><div class=\"fusion-text fusion-text-23\"><p>Containers work the same way, with one important consideration: you need to be clear about what is actually behind the Container.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-17 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 1:</mark> Establish a Background Behind the Container</h3></div><div class=\"fusion-text fusion-text-24\"><p>A backdrop filter on a Container will not affect that Container&#8217;s background image — the filter only ever affects what sits behind the Element. In this example, the background comes from the page itself.</p>\n<p>Under <strong>Page Options → Content</strong>, a background image is assigned to the main content area and set to a <strong>100% background image</strong>, so it scrolls with a parallax effect. Every other Container on the page has its own color or image background, so this page-level image is only visible through the one Container that has been made semi-transparent.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-18 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 2:</mark> Make the Container Background Semi-Transparent</h3></div><div class=\"fusion-text fusion-text-25\"><p>On the Background tab, apply a background color with transparency. The example Container — which holds two <a href=\"https://avada.com/element/image/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Image Elements</a> in a full-width Column — uses an alpha value of -80, slightly more opaque than the header Column.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-19 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 3:</mark> Configure the Normal and Hover States</h3></div><div class=\"fusion-text fusion-text-26\"><p>On the <strong>Extras</strong> tab, in the <strong>Backdrop Filter</strong> section:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-13 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Normal State</mark> — Increased Saturation and Brightness, with 15 pixels of Blur.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Hover State</mark> — A shifted background Hue, the same Saturation and Brightness values, additional Contrast, and the same amount of Blur.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-27\"><p>Because the blur is present in both states, it remains constant on hover while the hue shifts and the contrast lifts. The result is a panel that changes character on interaction without the layout appearing to jump or refocus.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; You don&#8217;t need to mirror your normal-state values on hover. Carrying some values across while changing others is what produces a controlled transition rather than an abrupt switch. Decide which properties should hold steady and which should move before you start entering numbers.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-20 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-28\"><p>Backdrop filters are a small set of options with a disproportionate impact on how a page feels. The mechanics are straightforward: give the Element a transparent or semi-transparent background, make sure something visible sits behind it, then apply your chosen filters to the normal and hover states on the <strong>“Extras”</strong> tab.</p>\n<p>From there, it&#8217;s a matter of restraint and iteration. Adjust the alpha value, pair the blur with a small lift in brightness or saturation, add a border and shadow if the design calls for them, and decide what should change on hover. Applied thoughtfully — on Containers, Columns, or Nested Columns — it&#8217;s one of the quickest ways to bring a genuinely contemporary finish to an Avada website layout.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://avada.com/blog/how-to-use-avada-container-and-column-backdrop-filters/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Avada Core Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://avada.com/blog/avada-core-security-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://avada.com/blog/avada-core-security-update/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 16:23:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"Website Maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:317:\"This is an important notice: We want to give our customers clear information about a security issue affecting Avada Core.  What happened A vulnerability was identified in Avada Core versions up to and including 5.15.6.  What we\'ve done to resolve this To get the fix to customers faster, we\'ve packaged Avada Core ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5472:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:calc( 1280px + 0px );margin-left: calc(-0px / 2 );margin-right: calc(-0px / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:10px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-29\" style=\"--awb-text-transform:none;\"><p><strong>This is an important notice:</strong> We want to give our customers clear information about a security issue affecting Avada Core.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-21 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What happened</h2></div><div class=\"fusion-text fusion-text-30\"><p>A vulnerability was identified in Avada Core versions up to and including 5.15.6. </p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-22 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What we&#8217;ve done to resolve this</h2></div><div class=\"fusion-text fusion-text-31\"><p>To get the fix to customers faster, we&#8217;ve packaged Avada Core 5.15.7 and released it as a standalone update, separate from the main Avada update. It is available now to sites running Avada [7.15.6], to avoid compatibility issues on older versions.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\">The full Avada 7.15.7 update is currently in testing and will be rolled out the week of the 27th of July</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-23 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What you should do</h2></div><div class=\"fusion-text fusion-text-32\"><p>If your site is on Avada [7.15.6], you&#8217;ll see the Avada Core update in your WordPress dashboard — if you are below [7.15.6], please update to [7.15.6] as soon as possible to receive the Avada Core update.</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-14 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-info-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/how-to-update-the-avada-website-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Update</a></div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-33\"><p>We cannot stress enough the importance of keeping your website up to date and maintained at all times. Please update to [7.15.6] to ensure your installation is issue-free and that the fix detailed above can be applied.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://avada.com/blog/avada-core-security-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"How to Use the Collapsible Feature on Avada Containers &amp; Columns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://avada.com/blog/how-to-use-the-collapsible-feature-on-avada-containers-columns/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://avada.com/blog/how-to-use-the-collapsible-feature-on-avada-containers-columns/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jul 2026 10:11:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Layout Elements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"My Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"Long-form content and clean page design don\'t always play well together. A recruitment page listing dozens of sectors, an \"About Me\" section with a few paragraphs too many, or any block of text that\'s valuable but visually heavy can quickly disrupt a page\'s flow. The Avada Collapsible/Read More Option solves this by letting you collapse ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:35338:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-5 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-4 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-34\"><p>Long-form content and clean page design don&#8217;t always play well together. A recruitment page listing dozens of sectors, an <strong>&#8220;About Me&#8221;</strong> section with a few paragraphs too many, or any block of text that&#8217;s valuable but visually heavy can quickly disrupt a page&#8217;s flow. The <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> <strong>Collapsible/Read More Option</strong> solves this by letting you collapse a Container or Column to a defined height and reveal the rest on click — without hiding the content from search engines or users who want it.</p>\n<p>This tutorial walks through every setting available for this feature, so you can configure it confidently whether you&#8217;re new to <a href=\"https://avada.com/\" target=\"_self\" rel=\"noopener noreferrer\">Avada</a> or looking to get more precise control over an existing setup.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-24 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--3\" data-awb-toc-id=\"3\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-25 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What the Collapsible/Read More Feature Does</h2></div><div class=\"fusion-text fusion-text-35\"><p>This handy option lets you truncate a <a href=\"https://avada.com/element/container/\" target=\"_self\" rel=\"noopener noreferrer\">Container</a> or <a href=\"https://avada.com/element/column/\" target=\"_self\" rel=\"noopener noreferrer\">Column</a> to a set height, displaying a button (or your own custom trigger) that expands the full content on click. It&#8217;s ideal any time you&#8217;re balancing visual simplicity against content depth — think long text columns, extensive lists, or sections with more detail than the page layout should show by default.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"6qckES-xxeM\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"How to Use the Collapsible Feature on Avada Containers &amp; Columns\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-36\"><p>The feature is available on both <strong>Containers</strong> and <strong>Columns</strong> and can be enabled independently for each screen size, so you can, for example, apply it only on mobile to keep smaller screens easy to scroll. Let’s take a closer look at how to enable and use this feature effectively:</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-26 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 1:</mark> Enable the Option</h3></div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-3 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-3\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[3c21e30a0c3c10c97bd]\" data-title=\"Avada Collapsible Column Options\" title=\"Avada Collapsible Column Options\"><img decoding=\"async\" width=\"2000\" height=\"1277\" alt=\"Avada Collapsible Column Options\" src=\"https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options.jpg\" class=\"img-responsive wp-image-897850\" srcset=\"https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-200x128.jpg 200w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-400x255.jpg 400w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-600x383.jpg 600w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-800x511.jpg 800w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options-1200x766.jpg 1200w, https://avada.com/wp-content/uploads/2026/07/avada-collapse-container-column-post-options.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-15 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>Select the <strong>Container</strong> or <strong>Column</strong> you want to collapse.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Open the <strong>“Extras”</strong> tab in the <a href=\"https://avada.com/documentation/column-element/#toc_Element_Options\" target=\"_self\" rel=\"noopener noreferrer\">Element Options</a>.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Find the <strong>“Collapsible/Read More”</strong> option and enable it.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>Choose which screen sizes it should apply to — <strong>large</strong>, <strong>medium</strong>, and/or <strong>small</strong> (Desktop, tablet, and/or mobile). You can enable all three, or only the ones where the collapsed layout makes sense.</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-37\"><p>Once enabled, a set of dependent options appears, letting you fine-tune exactly how the collapse and expand behavior works.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-27 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 2:</mark> Set the Collapsed Height</h3></div><div class=\"fusion-text fusion-text-38\"><p>The Collapsed Height Option defines how much content is visible before the reader has to expand it. It accepts:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-16 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Pixels &#8211; <mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">px</mark></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Viewport height &#8211; <mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">vh</mark></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">em</mark> or <mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">rem</mark></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Percentages <mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">%</mark> (when the Container&#8217;s height is explicitly defined)</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-39\"><p>This value can also be set independently per screen size. If you set it only on large screens, that value will automatically propagate to medium and small screens unless overridden.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; The <a href=\"https://avada.com/feature/live-visual-builder/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Live Visual Builder</a> canvas won&#8217;t visually show the collapsed state while you&#8217;re editing — this is intentional, so you can still work freely on any part of the container. Click the Preview icon to see the collapse effect applied.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-28 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 3:</mark> Choose a Collapsed Fade Effect</h3></div><div class=\"fusion-text fusion-text-40\"><p>The <strong>Collapsed Fade Effect Option</strong> controls how the cut-off point of the collapsed content is visually softened. There are three settings:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-17 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">None</mark> — No fade applied.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">To Transparent</mark> — Dissolves the content and fades the Container&#8217;s background and border. Best suited to background images, gradients, or transparent sections.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">To Color</mark> — Layers a gradient over the content toward a solid color of your choice, while keeping the background intact. Best for blending into a known, solid-color background.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-41\"><p>Which option works best will depend entirely on your design and the background it sits on.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-29 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 4:</mark> Configure the Collapse Trigger</h3></div><div class=\"fusion-text fusion-text-42\"><p>By default, Avada uses a built-in button to expand and collapse content, styled according to your website’s default button settings. If you need more control over styling or placement, you can use an external link or button instead. This requires:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-18 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Placing your button(s) in a separate Container or Column, outside the collapsible area, so they remain visible even when the content is collapsed.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<p>Assigning the Container&#8217;s <strong>CSS ID</strong> to the button&#8217;s <strong>Target Element ID</strong> field.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Setting each button to one of the three available dynamic data link actions:</div></li></ul><ul style=\"--awb-margin-bottom:5px;--awb-margin-left:35px;--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-19 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Expand Container/Column</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Collapse Container/Column</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Toggle Container/Column</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-43\"><p>You can use two separate buttons (one for expand, one for collapse — each auto-hidden when inactive), or simplify things with a single button set to <strong>“Toggle”</strong>, which switches between states automatically.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-30 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 5:</mark> Customize the Button Text and Behavior</h3></div><div class=\"fusion-text fusion-text-44\"><p>With the built-in button selected, you have several more options:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-20 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Expand Button Text</mark> — The label shown while the content is collapsed. Defaults to <strong>&#8220;Read More,&#8221;</strong> but you can change it to anything that suits your tone (e.g., <strong>&#8220;See More&#8221;</strong>).</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Collapse Button</mark> — Set to <strong>Yes</strong> to show a second button that re-collapses the content after it&#8217;s expanded. Set to <strong>No</strong> for a one-way reveal — the button fades out once the content is expanded and doesn&#8217;t reappear.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Collapse Button Text</mark> — The label for the collapse button, if enabled (e.g., <strong>&#8220;See Less&#8221;</strong>).</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-31 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 6:</mark> Position the Button</h3></div><div class=\"fusion-text fusion-text-45\"><p>The <strong>Expand/Collapse Button Position</strong> option determines where the button sits relative to the collapsed content:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-21 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Below Content</mark> — Placed in its own row beneath the collapsed area.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Overlay on Content</mark> — Floats over the bottom of the collapsed area, on top of the fade effect.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-46\"><p>Which one to use depends on your layout and color scheme — overlay works well with a subtle fade, while below content keeps things clean and separate. You can also set:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-22 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Alignment</mark> — Centered by default, adjustable as needed.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Button Offset</mark> — Fine-tunes the button&#8217;s position. With Below Content, this adjusts the gap above the button. With <strong>“Overlay on Content”</strong>, the button is lifted from the bottom edge.</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; Since the fade effect is applied as a mask, the button will remain fully visible only if your offset is at least as large as the fade height. If your button appears partially obscured, increase the offset.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-32 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 7:</mark> Set the Animation Speed</h3></div><div class=\"fusion-text fusion-text-47\"><p>The <strong>Expand/Collapse Animation Speed</strong> controls how quickly the transition happens, and can be set anywhere from 0 to 5,000 milliseconds. The default of 400ms works well for most use cases, offering a smooth transition without feeling sluggish.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-33 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Step 8:</mark> Preview Across Screen Sizes</h3></div><div class=\"fusion-text fusion-text-48\"><p>Once your settings are in place, preview the Container or Column at large, medium, and small breakpoints to confirm the experience holds up across all breakpoints. Content that reads comfortably on desktop can feel excessive on mobile — this is exactly the kind of case where the <strong>“Read More”</strong> feature earns its keep, turning an unwieldy block of text into an easy, single-click reveal.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-34 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Applying This to Columns</h2></div><div class=\"fusion-text fusion-text-49\"><p>Everything covered above works the same way on Columns — whether it&#8217;s a full-width Column inside a Container, or one Column among several sitting side by side. A common use case is an <strong>&#8220;About Me&#8221;</strong> or bio section where the text exceeds the design&#8217;s requirements. Collapsing that Column to a set height keeps the layout tidy while still giving readers full access to the content with one click.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Avada Tip:</mark> &#8211; This won&#8217;t behave as expected if Columns within the same Container are set to stretch, since a stretched layout ties Column heights together — collapsing one would affect the others. Reserve this feature for Columns that aren&#8217;t set to stretch.</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-35 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-50\"><p>The Collapsible/Read More feature is a small addition with a wide range of practical uses — cleaning up dense text blocks, improving mobile usability, or giving you fine-grained control over how much content is shown up front. Once you&#8217;re familiar with the height, fade, trigger, and button options, you can tailor it to fit almost any layout in Avada, whether you&#8217;re refining an existing page or building something new.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://avada.com/blog/how-to-use-the-collapsible-feature-on-avada-containers-columns/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Using Responsive Option Sets in Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://avada.com/blog/using-responsive-option-sets-in-avada/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://avada.com/blog/using-responsive-option-sets-in-avada/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jul 2026 07:56:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:401:\"Designing responsive websites can be challenging due to various form factors and screen sizes. Advanced tools are essential to manage these variations effectively. Avada, already a fully responsive Website Builder for WordPress, offers powerful global options and specialized tools for fine-tuning responsive design. Among these tools, Avada Responsive Option Sets stand out for providing granular ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26515:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-6 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-5 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-51\"><p>Designing <a href=\"https://avada.com/blog/responsive-web-design-with-avada-and-wordpress/\" target=\"_blank\" rel=\"noopener noreferrer\">responsive websites</a> can be challenging due to various form factors and screen sizes. Advanced tools are essential to manage these variations effectively. <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a>, already a fully responsive Website Builder for <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress</a>, offers powerful global options and specialized tools for fine-tuning responsive design. Among these tools, <a href=\"https://avada.com/documentation/responsive-option-sets/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Responsive Option Sets</a> stand out for providing granular control.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-36 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--4\" data-awb-toc-id=\"4\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-37 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Are Avada Responsive Option Sets?</h2></div><div class=\"fusion-text fusion-text-52\"><p>Avada Responsive Option Sets allow designers to independently customize the appearance of website elements based on three distinct screen sizes—large, medium, and small. Instead of relying solely on Avada Global Options, designers can specify unique settings for each screen category within the same element, significantly enhancing flexibility and control.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-4 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-4\"><a href=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[a706b9de45b6a7bc900]\" data-title=\"Avada Responsive Option Sets\" title=\"Avada Responsive Option Sets\"><img decoding=\"async\" width=\"2500\" height=\"1508\" alt=\"Avada Responsive Option Sets\" src=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location.jpg\" class=\"img-responsive wp-image-895684\" srcset=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-200x121.jpg 200w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-400x241.jpg 400w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-600x362.jpg 600w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-800x483.jpg 800w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location-1200x724.jpg 1200w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-location.jpg 2500w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2500px\" /></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-53\"><p>These responsive option sets are primarily available in <a href=\"https://avada.com/blog/how-to-use-the-avada-container-element/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Containers</a> and <a href=\"https://avada.com/blog/how-to-use-the-avada-column-element/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Columns</a>, though they also exist across many <a href=\"https://avada.com/elements/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Elements</a> throughout Avada Builder. Each responsive option is identified by a specific screen-size icon beside the setting.</p>\n<p>To recap, Avada Responsive Option Sets can be found in these locations:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-23 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-object-ungroup fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#ffe979;--awb-text-color:var(--awb-color8);\">Avada Containers</mark> – These offer options such as content wrap, margins, padding, container background color, and background images.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-object-ungroup fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#ffe979;--awb-text-color:var(--awb-color8);\">Avada Columns</mark> – The first six design options are responsive, including margin, padding, and width adjustments. Columns also include responsive options for background color and images.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-object-ungroup fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#ffe979;--awb-text-color:var(--awb-color8);\">Avada Elements</mark> – Fewer responsive settings, typically related to alignment and margin.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-38 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">How to Use Avada Responsive Option Sets</h2></div><div class=\"fusion-text fusion-text-54\"><p>The <a href=\"https://avada.website/factory/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Factory</a> pre-built website provides a practical demonstration for this article. By editing a Container, the responsive options appear through icons next to specific controls. Clicking these icons enables switching between <strong>large</strong>, <strong>medium</strong>, and <strong>small</strong> screen views, allowing distinct settings for each size.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"NiALPUNlEiQ\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"YouTube video player 3\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-55\"><p>For instance, Columns initially set to one-quarter width on large screens can automatically change to half-width on medium and full-width on small screens. While <a href=\"https://avada.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> defaults to inheriting large screen settings on medium screens and full-width layouts on small screens, designers can override these settings for more precise control.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-39 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Practical Example:</mark> (Avada Factory) Services Section</h3></div><div class=\"fusion-text fusion-text-56\"><p>Consider a typical services section where individual service items appear in quarter-width columns on large screens. By navigating to medium screens through Avada&#8217;s responsive options, designers might adjust these columns to half-width, deviating from global defaults. On small screens, reverting columns to default full-width typically provides optimal readability, though customization is possible.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-5 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-5\"><a href=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-scaled.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[8fe61c55c2b3f304677]\" data-title=\"Avada Responsive Example\" title=\"Avada Responsive Example\"><img decoding=\"async\" width=\"2560\" height=\"628\" alt=\"Avada Responsive Example\" src=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-scaled.jpg\" class=\"img-responsive wp-image-895685\" srcset=\"https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-200x49.jpg 200w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-400x98.jpg 400w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-600x147.jpg 600w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-800x196.jpg 800w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-1200x294.jpg 1200w, https://avada.com/wp-content/uploads/2025/03/avada-responsive-option-sets-post-example-scaled.jpg 2560w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2560px\" /></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-57\"><p>It&#8217;s crucial to test design adjustments on actual devices. Just because an option exists doesn&#8217;t imply its practicality in every scenario. For example, setting half-width Columns on small screens may adversely impact readability due to limited screen real estate.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-40 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Responsive Option Sets vs. Rendering Logic</h2></div><div class=\"fusion-text fusion-text-58\"><p>The primary responsive settings are located under <strong>Options &gt; Responsive</strong> in the Avada Dashboard. However, other global options throughout Avada also affect how a site looks on different devices.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-41 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Avada Responsive Option Sets</mark></h3></div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-24 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Purpose</mark> – To provide fine-grained control over the visual design (e.g., layout, margins, padding, width, alignment, backgrounds) on different screen sizes—large, medium, and small.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Functionality</mark> – Allows a single element (Container, Column, or Element) to hold multiple values corresponding to each screen size. For instance, you can adjust a column&#8217;s width, margin, or padding specifically for mobile devices without changing the desktop layout.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Typical Use Cases</mark></div></li></ul><ul style=\"--awb-margin-left:35px;--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-25 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Changing a three-column layout on desktop to a single-column layout on mobile.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Adjusting margins or padding to improve readability on tablets and smartphones.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Modifying alignment and spacing specifically for smaller screens.</div></li></ul><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-26 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Control Scope</mark> – Primarily visual and layout-focused, responsive to the viewport width.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-42 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);--awb-text-color:var(--awb-color8);\">Avada Rendering Logic</mark></h3></div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-27 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Purpose</mark> – To conditionally display or hide content based on logical conditions (e.g., user roles, logged-in status, device type, browser, dynamic conditions based on date/time, or custom conditions).</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Functionality</mark> – Controls whether elements are rendered (displayed) or not based on specified logical conditions rather than just viewport size adjustments. Unlike responsive options, rendering logic completely removes or shows content based on conditions rather than adjusting its appearance.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Typical Use Cases</mark></div></li></ul><ul style=\"--awb-margin-left:35px;--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-28 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Displaying special offers only to logged-in users or specific user roles.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Showing a particular banner or content block only on mobile devices or specific browsers.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-from-left fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">Dynamically changing content visibility based on date, time, or other conditions (e.g., displaying event announcements only during specific periods).</div></li></ul><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-29 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-check-circle fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-color8);--awb-text-color:var(--awb-color1);\">Control Scope</mark> – Logical content visibility and conditional rendering are based on user or environment conditions rather than purely screen size adjustments.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-43 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-59\"><p>Responsive Option Sets are among Avada&#8217;s most powerful responsive design tools. They provide substantial control and flexibility for creating exceptional, device-specific user experiences. Designers can significantly enhance their layouts through thoughtful use of responsive settings, ensuring optimal design clarity and functionality across all devices.</p>\n<p>This is the Avada Builder&#8217;s main responsive feature, allowing you to set specific options independently for different screen sizes. Some specific Element options can hold up to three sets of values corresponding to the three Responsive screen sizes: large (Desktop), Medium (Tablet), and Small (Phone).</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://avada.com/blog/using-responsive-option-sets-in-avada/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"How To Create And Use Avada Forms On Your Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://avada.com/blog/how-to-create-and-use-avada-forms-on-your-website/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://avada.com/blog/how-to-create-and-use-avada-forms-on-your-website/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Jul 2026 08:27:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Web Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The Avada Form Builder is a vital component of Avada. It is a versatile tool that allows users to create various forms for their websites easily. Whether it\'s a simple contact form, a multi-step process form, or an advanced form with conditional logic, Avada Forms provides flexibility and intuitive control through the Avada Live Visual ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:32535:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-7 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-6 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-60\"><p>The <a href=\"https://avada.com/feature/form-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Form Builder</a> is a vital component of Avada. It is a versatile tool that allows users to create various forms for their websites easily. Whether it&#8217;s a simple contact form, a multi-step process form, or an advanced form with conditional logic, Avada Forms provides flexibility and intuitive control through the <a href=\"https://avada.com/feature/live-visual-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Live Visual Builder</a> interface. This step-by-step guide will walk you through building and integrating stylish <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> Forms into your <a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress</a> website. Let&#8217;s get started!</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-44 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--5\" data-awb-toc-id=\"5\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-45 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Is The Avada Form Builder?</h2></div><div class=\"fusion-text fusion-text-61\"><p>The Avada Form Builder is an intuitive tool with a drag-and-drop visual interface, making it easy to build forms without code. It offers a range of possibilities, from basic contact forms to more complex forms that can include multiple steps and conditional logic. Users can start with pre-designed templates or create forms from scratch and style them perfectly to match their branding.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-6 hover-type-none\"><img decoding=\"async\" width=\"1500\" height=\"700\" alt=\"Avada Multi-Step Form\" title=\"Avada Multi-Step Form\" src=\"https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form.png\" class=\"img-responsive wp-image-895025\" srcset=\"https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-200x93.png 200w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-400x187.png 400w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-600x280.png 600w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-800x373.png 800w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form-1200x560.png 1200w, https://avada.com/wp-content/uploads/2024/09/avada-forms-post-multi-step-form.png 1500w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1500px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-62\"><p>Another essential feature is the ability to set up email notifications, both for the site owner and the user submitting the form. This ensures that submissions are correctly tracked and responses are automated when needed. </p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-46 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Why Do You Need Forms On Your Website?</h2></div><div class=\"fusion-text fusion-text-63\"><p>Web forms are <a href=\"https://blog.hubspot.com/marketing/form-ux\" target=\"_blank\" rel=\"noopener noreferrer\">essential for websites</a> because they serve as a direct communication channel between your website and customers, enabling various functions crucial for business, engagement, and user experience. Here are some of the primary reasons forms are needed on a website:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-30 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Collecting Information:</strong> Forms allow website owners to gather crucial data from visitors, such as contact details, feedback, inquiries, or other relevant information. This helps businesses better understand their audience and can improve customer service.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Lead Generation:</strong> Forms like sign-up or subscription forms are vital for generating leads. By capturing user information (such as email addresses), you can build an email list for future marketing and communication efforts.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Simplifying Transactions:</strong> In e-commerce, forms are used to process orders, complete payments, or handle returns and exchanges. They streamline the purchase process and provide a clear structure for inputting the necessary details.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>User Engagement:</strong> Forms such as surveys, polls, and feedback requests encourage users to engage more deeply with your website. These forms can gather insights into user preferences, satisfaction, and needs, helping you improve your products or services.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Support and Communication:</strong> Forms allow visitors to contact support teams or ask questions. This is vital for maintaining customer satisfaction and solving issues quickly without the need for direct phone calls or emails.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-arrow-square-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Registration and Sign-ups:</strong> For events, newsletters, or services, forms provide a straightforward way for users to register or sign up. This ensures a seamless process for users and site administrators to manage participation or subscriptions.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-47 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">How To Use Avada Forms Effectively</h2></div><div class=\"fusion-text fusion-text-64\"><p>It&#8217;s essential to focus on creating forms that serve a clear purpose while ensuring they provide a seamless user experience. Start by defining the form&#8217;s goal, whether it&#8217;s to capture leads, collect feedback, or process inquiries. Having a clear objective helps you design a form that asks for the right amount of information, avoiding unnecessary fields that may discourage users from completing the form.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"csh9mX9o4NE\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"YouTube video player 4\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-65\"><p>Next, take advantage of <a href=\"https://avada.com/documentation/how-to-use-conditional-logic-in-avada-forms/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada&#8217;s conditional logic</a> feature, which allows you to personalize the form based on user input. This ensures that each visitor only sees fields relevant to their situation, creating a more streamlined and engaging experience. Simplicity is key—keeping the form concise and easy to navigate will lead to higher completion rates.</p>\n<p><a href=\"https://avada.com/blog/a-beginners-guide-to-web-aesthetics-and-memorable-design/\" target=\"_blank\" rel=\"noopener noreferrer\">Visual design</a> plays a crucial role as well. Use Avada&#8217;s styling tools to ensure that your forms are visually aligned with your website&#8217;s overall branding. Customizing colors, fonts, and buttons allows you to maintain consistency across your site while making the form visually appealing. Furthermore, <a href=\"https://avada.com/documentation/live-responsive-editing-in-avada/\" target=\"_blank\" rel=\"noopener noreferrer\">responsive design</a> is critical, so always test your forms on mobile devices to ensure they&#8217;re user-friendly across different screen sizes.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-7 hover-type-none\"><img decoding=\"async\" width=\"2560\" height=\"2366\" alt=\"Avada Form Example\" title=\"Avada Form Example\" src=\"https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-scaled.jpg\" class=\"img-responsive wp-image-895027\" srcset=\"https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-200x185.jpg 200w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-400x370.jpg 400w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-600x555.jpg 600w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-800x739.jpg 800w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-1200x1109.jpg 1200w, https://avada.com/wp-content/uploads/2024/10/avada-forms-post-form-example-scaled.jpg 2560w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2560px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-66\"><p>Incorporating email notifications and auto-replies is another way to use <a href=\"https://avada.com/documentation/avada-form-element/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Forms</a> effectively. Setting up notifications ensures that form submissions promptly reach the right person or team. Auto-replies reassure users that their submission was successful, enhancing their overall experience. It&#8217;s also paramount to add spam protection, such as <a href=\"https://avada.com/documentation/how-to-set-up-google-recaptcha/\" target=\"_blank\" rel=\"noopener noreferrer\">reCAPTCHA</a>, to prevent unwanted submissions and ensure the integrity of your data.</p>\n<p>Finally, continuously analyze the performance of your forms by reviewing submission data and feedback. Consider simplifying or improving those sections if you notice high drop-off rates in certain fields. Testing different post-submission actions, such as redirecting users to a thank-you page or displaying a success message, can also help optimize the user journey after they&#8217;ve completed the form.</p>\n<p>Using the <a href=\"https://avada.website/podcasts/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Podcasts</a> pre-built website, we&#8217;ll take a closer look at building a custom Avada form in a few easy steps. Let&#8217;s get started:</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-48 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 1:</mark> Accessing Avada Forms</h3></div><div class=\"fusion-text fusion-text-67\"><p>To begin building a form, log into the website&#8217;s WordPress Dashboard and navigate to <strong>Avada &gt; Forms</strong>. Start by clicking <strong>&#8220;Create New Form,&#8221;</strong> which opens the Avada Form Builder interface. In this example, we&#8217;re creating a form for potential guest contributors called <strong>&#8220;Guest Contributor.&#8221;</strong></p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-49 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 2:</mark> Choosing The Form Layout</h3></div><div class=\"fusion-text fusion-text-68\"><p>When you create a form, you have two options: (A) start from scratch or (B) use pre-built templates available in <a href=\"https://avada.studio/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Studio</a>. Avada Studio provides many templates for primary contact forms, <a href=\"https://avada.com/documentation/how-to-make-a-multi-step-form-with-avada-forms/\" target=\"_blank\" rel=\"noopener noreferrer\">multi-step forms</a>, and more. For this guide, we&#8217;ll build the form from scratch.</p>\n<p>To begin, add a Container to structure your form. For this example, a <a href=\"https://avada.com/element/container/\" target=\"_blank\" rel=\"noopener noreferrer\">Container</a> with two half <a href=\"https://avada.com/element/column/\" target=\"_blank\" rel=\"noopener noreferrer\">Columns</a> is used. Then, add <a href=\"https://avada.com/elements/\" target=\"_blank\" rel=\"noopener noreferrer\">Elements</a> to the form, such as text fields, by clicking the <strong>&#8220;Add Element&#8221;</strong> button.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-50 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 3:</mark> Adding Form Elements</h3></div><div class=\"fusion-text fusion-text-69\"><p>Avada Forms offers a wide variety of Form Elements you can add and configure to build the form that best suits your needs. Here&#8217;s an overview of the Elements used for the guest contributor form we set up in the video tutorial:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-31 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Text Fields:</strong> Add text fields for the first and last names. Customize each field by adding labels and icons and setting them as required.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Email Field:</strong> A similar process is used to create an email address field marked as required. Icons can be added to improve form aesthetics.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Phone Number Field:</strong> Set up a phone number field with a mobile icon to differentiate it from other text inputs.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Checkboxes:</strong> You can create checkbox fields with multiple options. For example, a &#8220;Podcast Categories&#8221; field was added with options like &#8220;Business,&#8221; &#8220;Lifestyle,&#8221; &#8220;Design,&#8221; and &#8220;Avada.&#8221;</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Upload Field:</strong> This element allows users to upload files. Contributors can, for example, upload a profile picture or any relevant documents.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Submit Button:</strong> This is required for any form you build to enable your website visitors to submit form data to a form handler.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Text Area for Messages:</strong> A text area is provided for users to write a message. Placeholder text encourages users to provide more information about themselves.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-51 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 4:</mark> Styling the Form</h3></div><div class=\"fusion-text fusion-text-70\"><p>Avada Forms and Elements can be customized extensively to create stylish and engaging forms. In the tutorial video example, the form fields were customized by adding icons, changing background colors, and adjusting padding and margins. The goal is to ensure the form looks cohesive and matches the website&#8217;s design (example above).</p>\n<p>For instance, a purple background was chosen for the form, and the field background colors were adjusted accordingly. Styling options such as <strong>&#8220;Border Colors&#8221;</strong> and <strong>&#8220;Border Radius&#8221;</strong> were applied to maintain consistency with other Elements on the page.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-52 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 5:</mark> Configuring Form Behavior</h3></div><div class=\"fusion-text fusion-text-71\"><p>Once the form is built, it&#8217;s time to configure how it behaves upon submission. The submission options allow you to define what happens when a user submits the form. Some of the available options include:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-32 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Save to Database</strong> &#8211; Store form submissions directly in your database.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Save to URL</strong> &#8211; Redirect users to a specific URL upon submission.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Integrate with MailChimp or HubSpot</strong> &#8211; To automate the form, you can link it to marketing tools like MailChimp or HubSpot.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-53 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 6:</mark> Setting Up Notifications</h3></div><div class=\"fusion-text fusion-text-72\"><p>Notifications allow you to receive form submissions via email. You can also configure auto-replies for users to confirm that their submission was successful. For example:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-33 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Email Notification:</strong> The admin gets an email with the full submission details, including attachments.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-angle-double-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>Auto-Reply:</strong> Users get an automated email confirming their submission, which can include custom messages and placeholders for form fields.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-54 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 7:</mark> Finalizing the Form</h3></div><div class=\"fusion-text fusion-text-73\"><p>Once the form is ready, finalize it by configuring confirmation settings. You can display a message upon form submission or redirect users to a specific page, such as a thank-you page. In this case, a simple success message is displayed using the <strong>&#8220;Notice&#8221;</strong> element within the form. Colors for success and error messages were adjusted to match the overall design of the form.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-55 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-background rounded\" style=\"--awb-color:var(--awb-custom_color_1);\">Step 8:</mark> Embedding the Form on the Website</h3></div><div class=\"fusion-text fusion-text-74\"><p>After completing the form, it&#8217;s time to embed it on the desired webpage. For our example, the form is added to the <strong>&#8220;Guest Contributor&#8221;</strong> page. Using the <a href=\"https://avada.com/element/avada-form/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Form Element</a>, the form can be selected from a drop-down list and inserted into the page. The form is fully responsive and fits seamlessly into the page&#8217;s design.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-56 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-75\"><p><a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Forms</a> provides a flexible, powerful way to create forms tailored to your website&#8217;s needs. From simple contact forms to more complex multi-step processes, you can fully customize the look and functionality of your forms. If you want to learn more about creating multi-step forms or using conditional logic, check out the entire <a href=\"https://www.youtube.com/playlist?list=PLBbPQU9HCTGOkJPGMr798_fbPraOTdzVa\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Forms playlist</a>.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://avada.com/blog/how-to-create-and-use-avada-forms-on-your-website/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:79:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Version 7.15.6 Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://avada.com/blog/version-7-15-6-security-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://avada.com/blog/version-7-15-6-security-update/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2026 10:31:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"Website Maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"We have released Avada 7.15.6, delivering an array of exciting new features, improvements, and fixing a security issue: SECURITY: FIXED possible XSS issue in builder element names, allowing Contributor+ users to store JS code.   This is disclosed in our Changelog and our Important Update Info help file. Like WordPress and any entity that ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5981:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-8 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:calc( 1280px + 0px );margin-left: calc(-0px / 2 );margin-right: calc(-0px / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-7 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:0px;--awb-margin-bottom-large:10px;--awb-spacing-left-large:0px;--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-76\" style=\"--awb-text-transform:none;\"><p>We have released <a href=\"https://avada.com/whats-new/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada 7.15.6</a>, delivering an array of exciting new features, improvements, and fixing a security issue:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-34 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-shield-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">SECURITY: FIXED possible XSS issue in builder element names, allowing Contributor+ users to store JS code.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-77\" style=\"--awb-text-transform:none;\"><p>This is disclosed in our <a href=\"https://avada.com/documentation/avada-changelog\" target=\" _self\" rel=\"noopener noreferrer\">Changelog</a> and our <a href=\"https://avada.com/documentation/important-update-information\" target=\" _self\" rel=\"noopener noreferrer\">Important Update Info</a> help file.</p>\n<p>Like WordPress and any entity that develops software, we understand that security is not absolute and is a continuous process managed as such. We do our best to prevent security issues as proactively as possible, as we do not assume they’ll never come up. Our responsibility is to quickly take care of them and work to get our customers notified and prepared. This is why we recommend keeping your website and plugins up-to-date and maintained at all times.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-57 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What Should I Do Next?</h2></div><div class=\"fusion-text fusion-text-78\"><p>We cannot stress enough the importance of ensuring that your website is kept up to date and maintained at all times. Please update to ensure that your installation is issue-free and the fix detailed above is applied. These are our detailed update instructions:</p>\n</div><ul style=\"--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-35 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/updating-avada-older-versions/\" target=\"_blank\" rel=\"noopener noreferrer\">Updating from an old version of Avada?</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/important-update-information/\" target=\"_blank\" rel=\"noopener noreferrer\">Important Update Info</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/how-to-update-the-avada-website-builder/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Update</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-patcher/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Patcher</a></div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-external-link-alt fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><a href=\"https://avada.com/documentation/avada-changelog/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada Changelog</a></div></li></ul>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-text fusion-text-79\"><p>We would like to extend our gratitude and thanks to Wordfence.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://avada.com/blog/version-7-15-6-security-update/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:82:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"How to Manage Your Avada Licenses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://avada.com/blog/how-to-manage-your-avada-licenses/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://avada.com/blog/how-to-manage-your-avada-licenses/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Jun 2026 05:45:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"My Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"Tutorial Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"Managing your Avada licenses has never been more accessible, thanks to the comprehensive features on the My Avada support and license management portal. For those new to the platform or looking for guidance, here\'s a detailed walkthrough of how to efficiently handle your Avada licenses and ensure the smooth operation of your web products.  ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18477:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-9 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-8 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-80\"><p>Managing your <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> licenses has never been more accessible, thanks to the comprehensive features on the <a href=\"https://avada.com/blog/my-avada-dot-com/\" target=\"_blank\" rel=\"noopener noreferrer\">My Avada support and license management portal</a>. For those new to the platform or looking for guidance, here&#8217;s a detailed walkthrough of how to efficiently handle your <a href=\"https://avada.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Avada</a> licenses and ensure the smooth operation of your web products.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-58 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--6\" data-awb-toc-id=\"6\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-59 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Accessing The My Avada Portal</h2></div><div class=\"fusion-text fusion-text-81\"><p>To begin managing your licenses, navigate to the <a href=\"https://my.avada.com/\" target=\"_blank\" rel=\"noopener noreferrer\">My Avada portal</a>, which is accessible here. If you haven&#8217;t registered for an Avada Support account yet, watch the <a href=\"https://avada.com/documentation/how-to-register-for-my-avada/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Register for My Avada</a> video for a step-by-step guide. Once registered, log in to access your account dashboard.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-8 hover-type-none\"><img decoding=\"async\" width=\"1600\" height=\"1000\" alt=\"My Avada Login Screen\" title=\"My Avada Login Screen\" src=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login.png\" class=\"img-responsive wp-image-895033\" srcset=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-200x125.png 200w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-400x250.png 400w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-600x375.png 600w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-800x500.png 800w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login-1200x750.png 1200w, https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-login.png 1600w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 1600px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-82\"><p>The dashboard provides a snapshot of all your licenses and various options for managing them. The <a href=\"https://avada.com/documentation/how-to-use-my-avada/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Use My Avada</a> video offers a complete overview of the portal&#8217;s features; however, in this article, we&#8217;ll focus on managing your licenses specifically.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-60 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">How To Manage Licenses</h2></div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"lk_AlGCHJNs\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"YouTube video player 5\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-83\"><p>Once inside the My Avada Dashboard, you can see a summary of all your licenses at the top. You&#8217;ll also notice a section providing a quick overview of the most recent licenses. To manage all your licenses, click the <strong>&#8220;Manage Licenses&#8221;</strong> link or select <strong>&#8220;Licenses&#8221;</strong> from the top menu.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-9 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-9\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-dashboard.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[5c06cd08307185ddb0b]\" data-title=\"Avada Dashboard\" title=\"Avada Dashboard\"><img decoding=\"async\" width=\"2466\" height=\"2560\" alt=\"Avada Dashboard\" src=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-dashboard.png\" class=\"img-responsive wp-image-895035\"/></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-84\"><p>The licenses management page contains helpful search and filtering options. You can search for a license by domain name or purchase code and use filters to sort licenses by their status: <strong>&#8220;Active,&#8221;</strong> <strong>&#8220;Locked,&#8221;</strong> or <strong>&#8220;All.&#8221;</strong> For example, if you search by the term <strong>&#8220;Avada,&#8221;</strong> you will quickly see all relevant licenses connected to that domain. Additionally, if any licenses are locked, you can contact support directly from this page to resolve the issue.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-10 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-10\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-manage-licenses.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[509747b76b31fdccd6e]\" data-title=\"Manage Avada Licenses\" title=\"Manage Avada Licenses\"><img decoding=\"async\" width=\"2560\" height=\"2120\" alt=\"Manage Avada Licenses\" src=\"https://avada.com/wp-content/uploads/2024/10/my-avada-portal-post-manage-licenses.png\" class=\"img-responsive wp-image-895036\"/></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-85\"><p>To check your current license data information, a <strong>&#8220;Refresh All&#8221;</strong> button checks for any changes in license status, such as recently registered or unregistered licenses.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-61 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">Individual Licenses</h3></div><div class=\"fusion-text fusion-text-86\"><p>When viewing an individual license, you&#8217;ll see detailed information, including the purchase code, license status, and purchase date. You can also view the licenses&#8217; associated domains—both the live domain and the staging domain (if applicable). Each license allows one live domain and one staging domain, making managing your projects&#8217; development and production environment easy.</p>\n<p>One important feature is the ability to unregister a license from a domain. Under the terms of the Avada license, each license is valid for a single website project according to <a href=\"https://themeforest.net/licenses/terms/regular\" target=\"_blank\" rel=\"noopener noreferrer\">Envato&#8217;s licensing terms and conditions</a>. While not being a right granted by the license itself, we offer the additional flexibility to reuse the license on a new project if, and only if, the old site has completely been removed (no longer online). If you forgot to unregister the license before deleting the site, you can do so directly from the My Avada portal. Click the <strong>&#8220;Unlink&#8221;</strong> icon to unregister the license and make it available for a new domain.</p>\n<p>Suppose you&#8217;ve updated the website to which a license is linked. In that case, clicking the <strong>&#8220;Refresh All&#8221;</strong> button will update the domain information in the portal, reflecting the current license connection.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-62 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">License Deletion and Transfer</h3></div><div class=\"fusion-text fusion-text-87\"><p>The My Avada portal also allows you to delete a license from your account if needed. However, remember that deleting a license only removes it from your My Avada account. This feature is helpful if, for example, you need to transfer a license to a different account, such as when an agency passes the purchase code to an end user.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-63 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">Adding New Licenses</h3></div><div class=\"fusion-text fusion-text-88\"><p>If you have new licenses to add to your account, the &#8220;Add New License&#8221; button provides a simple process. You can manually enter a single purchase code or use the <strong>&#8220;Import from Envato&#8221;</strong> bulk import option. This allows you to import all licenses associated with <a href=\"https://1.envato.market/e4rPJ1\" target=\"_blank\" rel=\"noopener noreferrer\">your ThemeForest account</a>.</p>\n<p>After signing in to the Envato API with your ThemeForest credentials and authorizing the connection, any new licenses will be automatically added to your My Avada account.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-64 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Resources</h2></div><div class=\"fusion-text fusion-text-89\"><p>For any additional questions, Avada provides a comprehensive <a href=\"https://avada.com/documentation/avada-registration-and-licensing-faq/\" target=\"_blank\" rel=\"noopener noreferrer\">Licensing and Registration FAQ</a> document that addresses many common inquiries.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-65 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-90\"><p>Managing your Avada licenses has never been simpler! With the My Avada support and license management portal, you can easily view, organize, and control all your licenses in one place. Whether you&#8217;re managing a single project or multiple domains, the portal offers powerful tools like search, filtering, and quick license refreshes to keep everything up to date.</p>\n<p>Effortlessly unregister licenses, transfer them between accounts, and add new ones from your ThemeForest profile with just a few clicks. Plus, with detailed video guides and a comprehensive FAQ, you&#8217;ll have all the support you need at your fingertips.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://avada.com/blog/how-to-manage-your-avada-licenses/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:85:\"\n		\n		\n					\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n					\n			\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"How To Manage Website Privacy &amp; Consent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://avada.com/blog/how-to-manage-website-privacy-consent/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://avada.com/blog/how-to-manage-website-privacy-consent/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Jun 2026 09:58:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:5:\"Avada\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Privacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://avada.com/blog//\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:313:\"Data privacy compliance is one of those website jobs nobody gets excited about; however, it is important to master. If you have visitors from the EU, California, or any region with data privacy laws, it\'s not optional — and the good news is that Avada has built a genuinely flexible system to handle it. One ...\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"michaelb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:56698:\"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-10 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1331.2px;margin-left: calc(-4% / 2 );margin-right: calc(-4% / 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-9 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-blend:overlay;--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:20px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-text fusion-text-91\"><p>Data privacy compliance is one of those website jobs nobody gets excited about; however, it is important to master. If you have visitors from the EU, California, or any region with data privacy laws, it&#8217;s not optional — and the good news is that <a href=\"https://avada.com/\" target=\"_self\" rel=\"noopener noreferrer\">Avada</a> has built a genuinely flexible system to handle it. One place to set your options, and multiple ways to present them to your visitors.</p>\n<p>This post is the big-picture guide. We&#8217;ll cover the regulatory background, walk through every global privacy option in Avada, and configure the <a href=\"https://avada.com/documentation/avada-privacy-consent-bar/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Privacy &amp; Consent Bar</a> from scratch. If you&#8217;re looking for the deep dives on the <a href=\"https://avada.com/element/privacy-consent/\" target=\"_self\" rel=\"noopener noreferrer\">Privacy and Consent Element</a> itself, we&#8217;ve covered those separately — see <a href=\"https://avada.com/blog/how-to-use-the-avada-privacy-consent-element/\" target=\"_self\" rel=\"noopener noreferrer\">How To Use The Avada Privacy &amp; Consent Element</a> and <a href=\"https://avada.com/blog/how-to-add-privacy-consent-options-to-an-avada-off-canvas/\" target=\"_self\" rel=\"noopener noreferrer\">How To Add Privacy &amp; Consent Options to an Avada Off-Canvas</a>. This guide provides an overview of the foundations of privacy, consent, and how the various tools can work together.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-66 fusion-sep-none fusion-title-text fusion-title-size-two awb-exclude-from-toc\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Overview</h2></div><div class=\"awb-toc-el awb-toc-el--7\" data-awb-toc-id=\"7\" data-awb-toc-options=\"{&quot;allowed_heading_tags&quot;:{&quot;h2&quot;:0,&quot;h3&quot;:1},&quot;ignore_headings&quot;:&quot;.awb-toc-el__list.awb-toc-el__list--0 li:first-child&quot;,&quot;ignore_headings_words&quot;:&quot;&quot;,&quot;enable_cache&quot;:&quot;yes&quot;,&quot;highlight_current_heading&quot;:&quot;no&quot;,&quot;hide_hidden_titles&quot;:&quot;yes&quot;,&quot;limit_container&quot;:&quot;post_content&quot;,&quot;select_custom_headings&quot;:&quot;&quot;,&quot;icon&quot;:&quot;fa-angle-right far&quot;,&quot;counter_type&quot;:&quot;custom_icon&quot;}\" style=\"--awb-item-font-size:var(--awb-typography4-font-size);--awb-item-line-height:var(--awb-typography4-line-height);--awb-item-letter-spacing:var(--awb-typography4-letter-spacing);--awb-item-text-transform:var(--awb-typography4-text-transform);--awb-item-color:var(--awb-color8);--awb-item-color-hover:var(--awb-color5);--awb-item-bg-color-hover:rgba(101,189,125,0);--awb-counter-color:var(--awb-color6);--awb-hover-counter-color:var(--awb-color5);--awb-list-indent:15px;--awb-item-padding-top:3px;--awb-item-padding-right:0;--awb-item-padding-bottom:5px;--awb-item-padding-left:0;--awb-item-font-family:var(--awb-typography4-font-family);--awb-item-font-weight:var(--awb-typography4-font-weight);--awb-item-font-style:var(--awb-typography4-font-style);\"><div class=\"awb-toc-el__content\"></div></div>\n<div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:50px;width:100%;\"></div><div class=\"fusion-title title fusion-title-67 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">The Benefits of Practicing Data Privacy Compliance</h2></div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-11 hover-type-none\"><img decoding=\"async\" width=\"2000\" height=\"400\" alt=\"Data Privacy Icons\" title=\"Data Privacy Icons\" src=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons.png\" class=\"img-responsive wp-image-897725\" srcset=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-200x40.png 200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-400x80.png 400w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-600x120.png 600w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-800x160.png 800w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons-1200x240.png 1200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-icons.png 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-92\"><p>Beyond just avoiding fines (which, fair enough, is the headline reason — GDPR penalties can reach 4% of global annual revenue), there are some genuinely practical benefits, especially for a website owner:</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-68 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Trust And Credibility</h3></div><div class=\"fusion-text fusion-text-93\"><p>Visitors are more privacy-aware than ever. A site that asks for consent clearly and respects the answer signals professionalism. People notice when a cookie banner gives them a real choice, versus when it&#8217;s a dark-pattern maze designed to wear them down — and that impression carries over to how much they trust your brand with things like their email address or credit card.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-69 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Better Data Quality</h3></div><div class=\"fusion-text fusion-text-94\"><p>This one&#8217;s counterintuitive. When you only collect data from people who&#8217;ve actually consented, you end up with smaller but cleaner datasets. Your analytics reflect engaged visitors rather than everyone plus bots plus people who&#8217;d opt out if they could. Decisions made on that data tend to be sounder.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-70 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Reduced Breach Exposure</h3></div><div class=\"fusion-text fusion-text-95\"><p>Compliance practices push you toward data minimization — collecting only what you need and keeping it only as long as necessary. The less personal data you hold, the less damage a breach can do, and the less attractive a target you are in the first place. You can&#8217;t leak what you never stored.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-71 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Market Access</h3></div><div class=\"fusion-text fusion-text-96\"><p>If you sell to EU customers, compliance isn&#8217;t a nice-to-have; it&#8217;s the price of entry. The same increasingly applies to California, Brazil (LGPD), and a growing list of jurisdictions. Getting your house in order once opens multiple markets, and many B2B clients now require proof of compliance from vendors before they&#8217;ll sign anything.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-72 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Operational Clarity</h3></div><div class=\"fusion-text fusion-text-97\"><p>The process of becoming compliant forces useful questions: what data are we actually collecting, why, where does it live, who has access? Plenty of businesses discover forgotten plugins, abandoned tracking scripts, or third-party services they didn&#8217;t realize were phoning home. That audit has value even setting the legal side aside.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-73 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">☇ Competitive Differentiation</h3></div><div class=\"fusion-text fusion-text-98\"><p>As privacy becomes a buying criterion — and it is, particularly for younger and more technical audiences — being able to say &#8220;we load fonts locally, we don&#8217;t track you without asking&#8221; becomes a feature rather than a legal footnote.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-74 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">What is the GDPR and the CCPA?</h2></div><div class=\"fusion-text fusion-text-99\"><p>GDPR stands for the <a href=\"https://gdpr.eu/\" target=\"_blank\" rel=\"noopener noreferrer\">General Data Protection Regulation</a>, a binding privacy framework that came into force in the European Union in 2018. And here&#8217;s the part people often miss: it doesn&#8217;t just apply to businesses in the EU. If you have customers in the EU, it applies to you too. Other jurisdictions have their own versions — the <a href=\"https://oag.ca.gov/privacy/ccpa\" target=\"_blank\" rel=\"noopener noreferrer\">CCPA</a> in California is the obvious one — so your actual obligations depend on where you&#8217;re based, where your customers are, and what third-party services your site uses.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-12 hover-type-none\"><img decoding=\"async\" width=\"2000\" height=\"800\" alt=\"GDPR Logo\" title=\"GDPR Logo\" src=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo.png\" class=\"img-responsive wp-image-897726\" srcset=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-200x80.png 200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-400x160.png 400w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-600x240.png 600w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-800x320.png 800w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo-1200x480.png 1200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-gdpr-logo.png 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"fa-exclamation-circle fas\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\">If you&#8217;re unsure of your legal requirements, talk to a lawyer. This guide shows you the tools; it can&#8217;t tell you which boxes you legally need to tick.</span></div></div><div class=\"fusion-text fusion-text-100\"><p><strong>And a point worth noting:</strong> Avada itself doesn&#8217;t need to be GDPR-compliant because it doesn&#8217;t collect any data. The privacy tools exist to help you make your website compliant — because the moment you embed a YouTube video, load Google Fonts from a CDN, or run Google Analytics, you&#8217;re potentially sending visitor data to third parties.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-75 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">How the Whole System Fits Together in Avada</h2></div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:1280px;--awb-max-height:720px;--awb-align-self:center;--awb-width:100%;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"7AF_P7cGqGs\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"Website Privacy &amp; Consent in Avada\" data-button-label=\"Play Video\" width=\"1280\" height=\"720\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:1280px; height:720px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-101\"><p>Before we touch a single option, here&#8217;s the mental model. Avada&#8217;s Privacy System has two halves:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-custom_color_5);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-36 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-cogs fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>The Privacy Consent Tools (Global Options)</strong> – This is where you define your privacy setup: which embeds need consent, your cookie categories, expiration times, descriptions.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-cogs fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><strong>The Display Layer</strong> – The Privacy &amp; Consent Bar and/or the Privacy and Consent element. These are how visitors actually see and interact with the options you defined.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-102\"><p>Both halves are totally optional, and they work independently. You might configure the consent tools and present them through the Element on your privacy policy page (or any other page on your site). You might skip the tools entirely and just show a simple bar that tells visitors about the necessary cookies. Or you might use everything together. It all depends on what you need to inform your visitors of. Everything lives under <strong>Options &gt; Privacy &amp; Consent</strong> in the Avada Global Options. Let&#8217;s go through it.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\">Avada Dashboard → Options → Global Options → Privacy &amp; Consent</span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-76 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-marker\" style=\"--awb-color:rgba(123,188,216,0.38);\">The Avada Global Privacy Options</mark></h2></div><div class=\"fusion-text fusion-text-103\"><p>By default, you&#8217;ll only see three options here, because both the Privacy Consent Tools and the Privacy &amp; Consent Bar are disabled out of the box. </p>\n</div><div class=\"fusion-image-element\" style=\"--awb-liftup-border-radius:0px;--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><div class=\"awb-image-frame awb-image-frame-13 imageframe-liftup\"><span class=\" fusion-imageframe imageframe-none imageframe-13\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options.png\" class=\"fusion-lightbox\" data-rel=\"iLightbox[c0ba37103d45a514daf]\" data-title=\"Avada Privacy Global Options\" title=\"Avada Privacy Global Options\"><img decoding=\"async\" width=\"2000\" height=\"1650\" alt=\"Avada Privacy Global Options\" src=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options.png\" class=\"img-responsive wp-image-897728\" srcset=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-200x165.png 200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-400x330.png 400w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-600x495.png 600w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-800x660.png 800w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options-1200x990.png 1200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-global-options.png 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></a></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-text fusion-text-104\"><p>There&#8217;s also an important note at the top explaining the cookie created when you use the privacy consent option — worth a read.</p>\n</div><div class=\"fusion-alert alert custom alert-custom fusion-alert-left awb-alert-inherit-link-color\" style=\"--awb-background-color:#ebfaff;--awb-accent-color:#005272;--awb-border-size:0px;--awb-border-top-left-radius:5px;--awb-border-top-right-radius:5px;--awb-border-bottom-left-radius:5px;--awb-border-bottom-right-radius:5px;\" role=\"alert\"><div class=\"fusion-alert-content-wrapper\"><span class=\"alert-icon\"><i class=\"avada-elements-avada-logo\" aria-hidden=\"true\"></i></span><span class=\"fusion-alert-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#005272;--awb-text-color:var(--awb-color1);\">Important Note</mark> &#8211; The options in this section help you comply more easily with data privacy regulations such as the GDPR. When the <strong>&#8220;Privacy Consent&#8221;</strong> option is enabled, Avada creates a cookie named <strong>&#8220;privacy_embeds&#8221;</strong> in visitors’ browsers to store and manage consent preferences for third-party embeds and tracking scripts. This also includes scripts added through <strong>&#8220;Custom Code Snippets&#8221;</strong> (Advanced &gt; Code Fields) that use a privacy category. You may want to include information about this cookie in your privacy policy.</p></span></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-77 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Google &amp; Font Awesome Fonts Mode</h3></div><div class=\"fusion-text fusion-text-105\"><p>This first option is small but genuinely useful. When set to <strong>&#8220;Local&#8221;</strong>, <a href=\"https://fonts.google.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Google Fonts</a> and <a href=\"https://fontawesome.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Font Awesome</a> fonts are downloaded to your own server, which satisfies GDPR criteria — no font requests pinging Google&#8217;s servers with your visitors&#8217; data. Alternatively, set it to <strong>&#8220;CDN&#8221;</strong> to load fonts from the Google and Font Awesome CDNs. If GDPR applies to you, <strong>&#8220;Local&#8221;</strong> is the safe choice.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-78 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Consent Tools</h3></div><div class=\"fusion-text fusion-text-106\"><p>Turn it on, and Avada will prevent scripts and embeds from loading until your visitor gives consent. Do you need it? Maybe not. If you only have necessary cookies and no third-party embeds, you can leave this disabled and just let users know about your cookies in the privacy bar.</p>\n<p>But if your site embeds YouTube videos, runs Google Analytics, or loads anything else from a third party, enable it — and a whole range of new options appear.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-79 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Consent Cookie Expiration</h3></div><div class=\"fusion-text fusion-text-107\"><p>How many days does the consent cookie last before visitors are asked again? The default is 30, and you can push it up to 366 days (for leap years).</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-80 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Consent Types</h3></div><div class=\"fusion-text fusion-text-108\"><p>Here you choose which embeds require consent. There are 12 in all, including a range of Google services. Only select what you actually use — there&#8217;s no point gating consent for services that never appear on your site. And note: custom code snippets with a privacy category are automatically included, so you don&#8217;t need to select those here.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-81 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Selected Consent Types</h3></div><div class=\"fusion-text fusion-text-109\"><p>This controls which of those embeds are selected by default when a visitor first sees the consent bar or Element. Selecting them all means visitors opt out rather than opt in — check whether that&#8217;s acceptable under your local regulations before mirroring that choice.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-82 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Third-Party Embed Description &amp; Placeholder Colors</h3></div><div class=\"fusion-text fusion-text-110\"><p>When a visitor hasn&#8217;t accepted a third-party embed, Avada shows a placeholder in its place — a box explaining that consent is needed, with a button to grant it. The description comes with a sensible default you can customize, and the two color options control the placeholder&#8217;s background and text. Tie these into your color palette (in the video, color 5 for the background and color 1 for the text) so the placeholders don&#8217;t look like an afterthought.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-83 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Google Consent Mode v2</h3></div><div class=\"fusion-text fusion-text-111\"><p>This section gives you a label and description for each of the four Google options: Google Analytics, Google Advertising cookies, Google Advertising user data, and Google Advertising personalization. Defaults are pre-filled, but everything is editable.</p>\n</div><div class=\"fusion-title title fusion-title-84 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Consent Categories</h3></div><div class=\"fusion-text fusion-text-112\"><p>This is where the system gets properly flexible. It&#8217;s a repeater row, so you can add as many categories as you need, each with a custom title and description. The available category types are custom content, necessary cookies, functional cookies (third-party embeds), statistics cookies (analytics), and marketing cookies (advertising and targeting).</p>\n<p>These categories define the grouped sections visitors see in both the Avada Privacy &amp; Consent Bar and the Avada Privacy and Consent Element when the group layout is used. A cluster of related options follows:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-37 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Group Master Toggle</mark> — Adds a master checkbox next to each group title, allowing visitors to enable or disable an entire category at once. If you want this on the bar, set it here. The Element has its own override, so you can leave it off globally and enable it per-element.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">List WordPress Necessary Cookies</mark> &#8211; Only appears if you&#8217;ve added a category of type <strong>&#8220;necessary cookies&#8221;</strong>. Enable it, and an extra option appears to control the opacity of the necessary cookies, visually signaling that these can&#8217;t be toggled off.</p>\n</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Show Cookie Lifespan</mark> &#8211; Displays the expiration days you set earlier next to each cookie.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Show Cookie Description</mark> &#8211; Displays each cookie&#8217;s description below its consent item.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Cookie Description Toggle</mark> &#8211; Adds an expand/collapse button next to each consent item&#8217;s description. Like the master toggle, this can be overridden in the element, so you can leave it off globally if you only need it there.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-113\"><p>Save the Global Options, and the definition half of the system is done. Now for the display half.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-85 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\"><mark class=\"fusion-highlight light highlight1 awb-highlight-marker\" style=\"--awb-color:rgba(123,188,216,0.38);\">The Avada Privacy &amp; Consent Bar</mark></h2></div><div class=\"fusion-text fusion-text-114\"><p>Flip the Privacy &amp; Consent Bar option to <strong>“On”</strong>, and a bar appears along the bottom of your site, informing visitors of your Privacy and Consent details. A new batch of global options loads with it.</p>\n</div><div class=\"fusion-image-element\" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-14 hover-type-none\" style=\"border:1px solid var(--awb-color2);\"><a href=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options.jpg\" class=\"fusion-lightbox\" data-rel=\"iLightbox[3ecd20e55ca8029299e]\" data-title=\"Avada Privacy Bar Options\" title=\"Avada Privacy Bar Options\"><img decoding=\"async\" width=\"2000\" height=\"1650\" alt=\"Avada Privacy Bar Options\" src=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options.jpg\" class=\"img-responsive wp-image-897729\" srcset=\"https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-200x165.jpg 200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-400x330.jpg 400w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-600x495.jpg 600w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-800x660.jpg 800w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options-1200x990.jpg 1200w, https://avada.com/wp-content/uploads/2026/06/manage-website-privacy-post-privacy-bar-options.jpg 2000w\" sizes=\"(max-width: 1024px) 100vw, (max-width: 640px) 100vw, 2000px\" /></a></span></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-text fusion-text-115\"><p>The bar has two modes. If you enable it without the Privacy Consent Tools, you get just eight or nine options — enough for a simple bar that tells users about necessary cookies and nothing more. Perfectly valid. But with the consent tools enabled, you can also switch on the Privacy Bar Settings, which turns the bar into something far more capable — close to the full Privacy and Consent Element, living in a bar.</p>\n</div><div class=\"fusion-video fusion-youtube\" style=\"--awb-max-width:600px;--awb-max-height:360px;\"><div class=\"video-shortcode\"><priv-fac-lite-youtube class=\"fusion-hidden lty-load\" data-privacy-type=\"youtube\" videoid=\"89vpBck917M\" class=\"landscape\" params=\"wmode=transparent&autoplay=1&amp;enablejsapi=1\" title=\"How To Use The Privacy &amp; Consent Bar in Avada\" data-button-label=\"Play Video\" width=\"600\" height=\"360\" data-thumbnail-size=\"auto\" data-no-cookie=\"on\"></priv-fac-lite-youtube><div class=\"fusion-privacy-placeholder\" style=\"width:600px; height:360px;\" data-privacy-type=\"youtube\"><div class=\"fusion-privacy-placeholder-content\"><div class=\"fusion-privacy-label\">For privacy reasons YouTube needs your permission to be loaded.</div><button data-privacy-type=\"youtube\" class=\"fusion-button button-default fusion-button-default-size button fusion-privacy-consent\">I Accept</button></div></div></div></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-86 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Styling the Privacy Bar</h3></div><div class=\"fusion-text fusion-text-116\"><p>The first options control the general styling and appearance:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-38 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Privacy Bar Expanded Padding</mark> — The padding around your content (the content itself determines the overall size). The video example uses 30px all around.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Background Color, Font Size, Text Color, Link Color, &amp; Link Hover Color</mark> &#8211; Standard styling. The example uses color 7 for the background and color 1 for the text.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Privacy Bar Text</mark> &#8211; The actual message. This can be as short or as long as your privacy situation demands. There&#8217;s no template that fits everyone here; it depends entirely on what you need to disclose.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Privacy Bar Button Text</mark> &#8211; &#8220;Okay&#8221; by default, and that&#8217;s fine for most use cases.</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-87 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Privacy Bar Settings: The Advanced Mode</h3></div><div class=\"fusion-text fusion-text-117\"><p><strong>“Privacy Bar Button Save On Click”</strong> changes what your consent flow actually means. Set to <strong>“No”</strong>, the button is just an acknowledgment. The bar dismisses, and visitors grant consents individually via the placeholder buttons on the details panel.</p>\n<p>Set to <strong>“Yes”</strong>, clicking the button grants all the consent types you selected under Privacy Selected Consent Types. Either way, once the details panel is open, clicking the button always saves the current checkbox selection.</p>\n<p>That&#8217;s a meaningful difference. <strong>&#8220;No&#8221;</strong> means dismissing the bar grants nothing; <strong>&#8220;Yes&#8221;</strong> means one click consents to your defaults. Choose based on your regulatory requirements, not convenience.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-88 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ The Button Behavior Option</h3></div><div class=\"fusion-text fusion-text-118\"><p>Enable <strong>“Privacy Bar Settings”</strong>, and a settings link is added to the bar that opens a full details panel with checkboxes for tracking and third-party embeds. A stack of new options arrives with it:</p>\n</div><ul style=\"--awb-iconcolor:var(--awb-color8);--awb-line-height:27.2px;--awb-icon-width:27.2px;--awb-icon-height:27.2px;--awb-icon-margin:11.2px;--awb-content-margin:38.4px;\" class=\"fusion-checklist fusion-checklist-39 fusion-checklist-default type-icons\"><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Settings Style</mark> — The settings control can be a plain link or a button.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\"><mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Settings Text</mark> &#8211; &#8220;Settings&#8221; by default, changeable to anything.</div></li><li class=\"fusion-li-item\" style=\"\"><span class=\"icon-wrapper circle-no\"><i class=\"fusion-li-icon fa-long-arrow-alt-right fal\" aria-hidden=\"true\"></i></span><div class=\"fusion-li-item-content\">\n<mark class=\"fusion-highlight custom-textcolor highlight1 awb-highlight-background rounded\" style=\"--awb-color:#282828;--awb-text-color:var(--awb-color1);\">Update Button Text</mark> &#8211; When a visitor changes a selection in the settings panel, the main button text switches from your normal label (<strong>&#8220;Okay&#8221;</strong>) to this one (<strong>&#8220;Update Settings&#8221;</strong> by default). Deselect everything back to how it was, and the button reverts. This is a small detail, but it gives visitors clear feedback that there&#8217;s something to save.</p>\n</div></li></ul><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:20px;width:100%;\"></div><div class=\"fusion-title title fusion-title-89 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Layout Options</h3></div><div class=\"fusion-text fusion-text-119\"><p>The settings content can display as Columns (sections spread across the screen) or tabs. Tabs come with their own extras — content height, border size, border and background colors, and content padding. Columns are the default and work well for most setups. Either way, Privacy Bar Content Max Width controls how much horizontal room the panel gets — bumping it to 90% gives the categories space to breathe.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-90 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Typography and Detail Styling</h3></div><div class=\"fusion-text fusion-text-120\"><p>There are options for the heading font size and color, a column gap (30px by default), plus colors for the cookie lifespan and description text. The lifespan and description colors inherit the bar&#8217;s text color when left empty, but setting them separately (color 4 and color 3 in the example) helps visually distinguish the metadata from the main labels. The cookie description font size is 0.85em by default, which is easy to read.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-91 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Consent Item Style</h3></div><div class=\"fusion-text fusion-text-121\"><p>Choose between standard checkboxes or slide toggles for the consent items. Toggles feel more modern, and if you pick them, you also get options for the inactive, active, and thumb colors.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:10px;width:100%;\"></div><div class=\"fusion-title title fusion-title-92 fusion-sep-none fusion-title-text fusion-title-size-three\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h3 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:24;line-height:1.33;\">↳ Accept All and Reject All Buttons</h3></div><div class=\"fusion-text fusion-text-122\"><p>Both are optional, and each includes editable button text when enabled. Whether you want them depends on your setup — if your defaults already reflect what most visitors would choose and the save-on-click behavior handles it, you may not need them at all.</p>\n<p>Once configured, the flow works like this: a visitor changes a selection in the tracking cookies or third-party embeds, the button switches to <strong>&#8220;Update Settings,&#8221;</strong> they click it, their preferences are saved, and the bar disappears for as long as your cookie expiration allows.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-93 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Test It Out First</h2></div><div class=\"fusion-text fusion-text-123\"><p>With everything configured, visit a page with an embedded YouTube video — if YouTube consent hasn&#8217;t been granted, the video simply won&#8217;t load. In its place sits your styled placeholder asking for permission. Grant it, and the choice is stored in a cookie for the duration you set.</p>\n<p>One testing tip from the video that&#8217;ll save you some confusion: once you&#8217;ve saved your own consent preferences, the cookie is valid for the full expiration period — meaning the privacy bar won&#8217;t show for you anymore, even though you&#8217;re trying to test it. To reset, open Chrome DevTools (right-click and select Inspect), go to the <strong>“Application”</strong> tab, and clear the site data. That wipes the consent cookie (and logs you out, so keep your password handy), and you&#8217;re back to a fresh-visitor view.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-94 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Other Avada Privacy Tools Worth Knowing</h2></div><div class=\"fusion-text fusion-text-124\"><p>The Privacy Bar and the Privacy Element get the spotlight, but Avada offers a few more privacy options.</p>\n<p><a href=\"https://avada.com/element/consent-field/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Consent Field Element</a> — If you&#8217;re using the <a href=\"https://avada.com/feature/form-builder/\" target=\"_self\" rel=\"noopener noreferrer\">Avada Form Builder</a>, just add the Element into your form and write your consent text. Done. There&#8217;s also a legacy method for sites using the contact page template — under the Contact Template tab in global options, enable Display Data Privacy Confirmation Box, and a further option appears to customize the message. But that only applies to the contact page template, and Avada Forms is the far more flexible route.</p>\n<p><a href=\"https://avada.com/element/user-register/\" target=\"_self\" rel=\"noopener noreferrer\">The Avada User Register Element</a> — If people register on your site, this element includes a Registration Notice field near the bottom of its options. It displays custom text before the submit button — a natural spot to inform new users about your GDPR compliance or data handling.</p>\n</div><div class=\"fusion-separator fusion-full-width-sep\" style=\"align-self: center;margin-left: auto;margin-right: auto;margin-bottom:30px;width:100%;\"></div><div class=\"fusion-title title fusion-title-95 fusion-sep-none fusion-title-text fusion-title-size-two\" style=\"--awb-margin-top-small:0px;--awb-margin-bottom-small:0.5em;\"><h2 class=\"fusion-title-heading title-heading-left fusion-responsive-typography-calculated\" style=\"margin:0;text-transform:capitalize;--fontSize:32;line-height:1.25;\">Summary</h2></div><div class=\"fusion-text fusion-text-125\"><p>So that&#8217;s the full privacy and consent system in Avada: Global Options, where you define everything once; a configurable bar for site-wide notices; an Element for pages and Avada Off-Canvas pop-ups; and consent fields for your forms and registrations.</p>\n<p>The practical path forward looks like this. Work out your legal requirements first (lawyer, if in doubt). Set your fonts to Local if GDPR applies. Then decide how much of the system you need — a simple bar for a cookies-only site, or the full consent tools if you&#8217;re running third-party embeds and analytics. Define your consent types and categories in the global options, and pick your display method: the bar, the element, or both.</p>\n<p>And when you&#8217;re ready to build out the Element side — whether on a privacy policy page or as a polished Avada Off-Canvas pop-up — the two companion guides linked at the top walk through those builds step by step.</p>\n</div></div></div></div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://avada.com/blog/how-to-manage-website-privacy-consent/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:23:\"https://avada.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:17:{s:4:\"date\";s:29:\"Sun, 09 Aug 2026 18:30:41 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"server\";s:10:\"cloudflare\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:4:\"etag\";s:34:\"\"6bfe3216b07db372c142a1a77e9cbd26\"\";s:13:\"last-modified\";s:29:\"Fri, 07 Aug 2026 11:19:03 GMT\";s:4:\"link\";s:54:\"<https://avada.com/wp-json/>; rel=\"https://api.w.org/\"\";s:12:\"x-powered-by\";s:9:\"WP Engine\";s:11:\"x-cacheable\";s:17:\"CacheAlways: feed\";s:13:\"cache-control\";s:28:\"max-age=600, must-revalidate\";s:7:\"x-cache\";s:6:\"HIT: 1\";s:3:\"age\";s:3:\"336\";s:16:\"content-encoding\";s:4:\"gzip\";s:10:\"set-cookie\";s:304:\"__cf_bm=Leigqjt.Dn5UN_VY6QzG9CUeC1w_2D5Q.OutTCaWHbg-1786300241.510482-1.0.1.1-89C5bzXZoU5d73Qj6LkKvT8Y6c8rqj5Bu6Rt1EKSYqUbWNS9rKnBKiN4_ulkPtDlbao88gkYyaAB1vfCEyK368N9D1en7Pc3_9AZpj0NGXogzC2i4AA6p9sTZK7kG9XY; HttpOnly; SameSite=None; Secure; Path=/; Domain=avada.com; Expires=Sun, 09 Aug 2026 19:00:41 GMT\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:6:\"cf-ray\";s:20:\"a288d55d69483020-IAD\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:5:\"build\";i:1786300043;s:21:\"cache_expiration_time\";i:1786343441;s:23:\"__cache_expiration_time\";i:1786343441;}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296407, '_site_transient_timeout_feed_mod_bc9fd7f8eaf5e82b6773ce761d04a9c6', '1786343441', 'off'),
(296408, '_site_transient_feed_mod_bc9fd7f8eaf5e82b6773ce761d04a9c6', '1786300241', 'off'),
(296409, '_transient_timeout_cache_enabler_cache_size', '1786389684', 'off'),
(296410, '_transient_cache_enabler_cache_size', '71856', 'off'),
(296442, '_site_transient_timeout_fusion_patcher_check_num', '1786386778', 'off'),
(296443, '_site_transient_fusion_patcher_check_num', 'a:1:{s:5:\"avada\";i:0;}', 'off'),
(296444, '_transient_timeout_fusion_tos', '1786905180', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296445, '_transient_fusion_tos', 'a:32:{s:6:\"layout\";a:6:{s:5:\"label\";s:6:\"Layout\";s:2:\"id\";s:14:\"heading_layout\";s:8:\"priority\";i:1;s:4:\"icon\";s:15:\"el-icon-website\";s:8:\"alt_icon\";s:15:\"fusiona-browser\";s:6:\"fields\";a:15:{s:6:\"layout\";a:7:{s:5:\"label\";s:6:\"Layout\";s:11:\"description\";s:25:\"Controls the site layout.\";s:2:\"id\";s:6:\"layout\";s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"boxed\";s:5:\"Boxed\";s:4:\"wide\";s:4:\"Wide\";}s:6:\"output\";a:4:{i:0;a:6:{s:7:\"element\";s:4:\"html\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:11:\"toLowerCase\";b:1;s:13:\"value_pattern\";s:19:\"avada-html-layout-$\";s:12:\"remove_attrs\";a:2:{i:0;s:23:\"avada-html-layout-boxed\";i:1;s:22:\"avada-html-layout-wide\";}}i:1;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:11:\"toLowerCase\";b:1;s:13:\"value_pattern\";s:13:\"layout-$-mode\";s:12:\"remove_attrs\";a:2:{i:0;s:17:\"layout-boxed-mode\";i:1;s:16:\"layout-wide-mode\";}}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:11:\"site_layout\";s:7:\"trigger\";a:1:{i:0;s:22:\"fusionPositionSubmenus\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:11:\"layout_mode\";s:7:\"trigger\";a:2:{i:0;s:21:\"fusionSliderReTrigger\";i:1;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:10:\"site_width\";a:10:{s:5:\"label\";s:10:\"Site Width\";s:11:\"description\";s:32:\"Controls the overall site width.\";s:2:\"id\";s:10:\"site_width\";s:7:\"default\";s:6:\"1200px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:4:\"desc\";s:0:\"\";s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:12:\"--site_width\";}i:1;a:2:{s:4:\"name\";s:16:\"--site_width-int\";s:8:\"callback\";a:2:{i:0;s:23:\"convert_font_size_to_px\";i:1;s:0:\"\";}}}s:6:\"output\";a:4:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:1:\"%\";i:1;s:8:\"contains\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:28:\"avada-has-site-width-percent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:4:\"100%\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:32:\"avada-has-site-width-100-percent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionTypographyVars\";s:2:\"id\";s:10:\"site_width\";s:7:\"trigger\";a:1:{i:0;s:20:\"fusionInitTypography\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"partial_refresh\";a:3:{s:36:\"site_width_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:35:\"site_width_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:17:\"site_width_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:13:\"margin_offset\";a:9:{s:5:\"label\";s:28:\"Boxed Mode Top/Bottom Offset\";s:11:\"description\";s:308:\"Controls the top/bottom offset of the boxed background.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:13:\"margin_offset\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:7:\"default\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:19:\"--margin_offset-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:22:\"--margin_offset-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:3:{s:4:\"name\";s:30:\"--margin_offset-top-no-percent\";s:6:\"choice\";s:3:\"top\";s:8:\"callback\";a:2:{i:0;s:14:\"string_replace\";i:1;a:2:{i:0;s:1:\"%\";i:1;s:2:\"vh\";}}}i:3;a:3:{s:4:\"name\";s:33:\"--margin_offset-bottom-no-percent\";s:6:\"choice\";s:6:\"bottom\";s:8:\"callback\";a:2:{i:0;s:14:\"string_replace\";i:1;a:2:{i:0;s:1:\"%\";i:1;s:2:\"vh\";}}}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:6:\"choice\";s:3:\"top\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"is-zero-or-empty\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:32:\"avada-has-zero-margin-offset-top\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"scroll_offset\";a:8:{s:5:\"label\";s:29:\"Boxed Mode Offset Scroll Mode\";s:11:\"description\";s:145:\"Choose how the page will scroll. Framed scrolling will keep the offset in place, while Full scrolling removes the offset when scrolling the page.\";s:2:\"id\";s:13:\"scroll_offset\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:6:\"framed\";s:16:\"Framed Scrolling\";s:4:\"full\";s:14:\"Full Scrolling\";}s:7:\"default\";s:4:\"full\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:6:\"layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"boxed\";}}s:6:\"output\";a:3:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:3:\"===\";i:1;s:6:\"framed\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:24:\"avada-html-layout-framed\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:11:\"toLowerCase\";b:1;s:13:\"value_pattern\";s:22:\"layout-scroll-offset-$\";s:12:\"remove_attrs\";a:2:{i:0;s:27:\"layout-scroll-offset-framed\";i:1;s:25:\"layout-scroll-offset-full\";}}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:13:\"scroll_offset\";s:7:\"trigger\";a:1:{i:0;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"boxed_modal_shadow\";a:8:{s:5:\"label\";s:22:\"Boxed Mode Shadow Type\";s:11:\"description\";s:53:\"Controls the type of shadow your boxed mode displays.\";s:2:\"id\";s:18:\"boxed_modal_shadow\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:4:\"none\";s:9:\"No Shadow\";s:5:\"light\";s:12:\"Light Shadow\";s:6:\"medium\";s:13:\"Medium Shadow\";s:4:\"hard\";s:11:\"Hard Shadow\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:6:\"layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"boxed\";}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:30:\"avada-has-boxed-modal-shadow-$\";s:12:\"remove_attrs\";a:4:{i:0;s:33:\"avada-has-boxed-modal-shadow-none\";i:1;s:34:\"avada-has-boxed-modal-shadow-light\";i:2;s:35:\"avada-has-boxed-modal-shadow-medium\";i:3;s:33:\"avada-has-boxed-modal-shadow-hard\";}}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:12:\"main_padding\";a:7:{s:5:\"label\";s:20:\"Page Content Padding\";s:11:\"description\";s:49:\"Controls the top/bottom padding for page content.\";s:2:\"id\";s:12:\"main_padding\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:7:\"default\";a:2:{s:3:\"top\";s:4:\"60px\";s:6:\"bottom\";s:4:\"60px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:3:{i:0;a:2:{s:4:\"name\";s:18:\"--main_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:3:{s:4:\"name\";s:26:\"--main_padding-top-or-55px\";s:6:\"choice\";s:3:\"top\";s:8:\"callback\";a:2:{i:0;s:26:\"fallback_to_value_if_empty\";i:1;s:4:\"55px\";}}i:2;a:2:{s:4:\"name\";s:21:\"--main_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}}}s:13:\"page_template\";a:7:{s:5:\"label\";s:21:\"Default Page Template\";s:11:\"description\";s:33:\"Choose the default page template.\";s:2:\"id\";s:13:\"page_template\";s:7:\"default\";s:9:\"100_width\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:9:\"100_width\";s:10:\"100% Width\";s:10:\"site_width\";s:10:\"Site Width\";}s:9:\"transport\";s:11:\"postMessage\";}s:16:\"hundredp_padding\";a:7:{s:5:\"label\";s:18:\"100% Width Padding\";s:11:\"description\";s:179:\"Controls the left and right padding for page content when using 100% site width, 100% width page template or 100% width post option. This does not affect Avada Builder containers.\";s:2:\"id\";s:16:\"hundredp_padding\";s:7:\"default\";s:4:\"30px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:4:{i:0;a:1:{s:4:\"name\";s:18:\"--hundredp_padding\";}i:1;a:2:{s:4:\"name\";s:35:\"--hundredp_padding-fallback_to_zero\";s:8:\"callback\";s:16:\"fallback_to_zero\";}i:2;a:2:{s:4:\"name\";s:38:\"--hundredp_padding-fallback_to_zero_px\";s:8:\"callback\";a:2:{i:0;s:26:\"fallback_to_value_if_empty\";i:1;s:3:\"0px\";}}i:3;a:2:{s:4:\"name\";s:50:\"--hundredp_padding-hundred_percent_negative_margin\";s:8:\"callback\";a:2:{i:0;s:31:\"hundred_percent_negative_margin\";i:1;s:0:\"\";}}}}s:27:\"single_sidebar_layouts_info\";a:4:{s:5:\"label\";s:22:\"Single Sidebar Layouts\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"single_sidebar_layouts_info\";s:4:\"type\";s:4:\"info\";}s:13:\"sidebar_width\";a:7:{s:5:\"label\";s:20:\"Single Sidebar Width\";s:11:\"description\";s:67:\"Controls the width of the sidebar when only one sidebar is present.\";s:2:\"id\";s:13:\"sidebar_width\";s:7:\"default\";s:3:\"24%\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:15:\"--sidebar_width\";}}}s:14:\"sidebar_gutter\";a:6:{s:5:\"label\";s:21:\"Single Sidebar Gutter\";s:11:\"description\";s:65:\"Controls the space between the main content and a single sidebar.\";s:2:\"id\";s:14:\"sidebar_gutter\";s:7:\"default\";s:2:\"6%\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--sidebar_gutter\";}}}s:25:\"dual_sidebar_layouts_info\";a:4:{s:5:\"label\";s:20:\"Dual Sidebar Layouts\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:25:\"dual_sidebar_layouts_info\";s:4:\"type\";s:4:\"info\";}s:17:\"sidebar_2_1_width\";a:7:{s:5:\"label\";s:20:\"Dual Sidebar Width 1\";s:11:\"description\";s:63:\"Controls the width of sidebar 1 when dual sidebars are present.\";s:2:\"id\";s:17:\"sidebar_2_1_width\";s:7:\"default\";s:3:\"20%\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--sidebar_2_1_width\";}}}s:17:\"sidebar_2_2_width\";a:7:{s:5:\"label\";s:20:\"Dual Sidebar Width 2\";s:11:\"description\";s:63:\"Controls the width of sidebar 2 when dual sidebars are present.\";s:2:\"id\";s:17:\"sidebar_2_2_width\";s:7:\"default\";s:3:\"20%\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--sidebar_2_2_width\";}}}s:19:\"dual_sidebar_gutter\";a:6:{s:5:\"label\";s:19:\"Dual Sidebar Gutter\";s:11:\"description\";s:91:\"Controls the space between the main content and the sidebar when dual sidebars are present.\";s:2:\"id\";s:19:\"dual_sidebar_gutter\";s:7:\"default\";s:2:\"4%\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:21:\"--dual_sidebar_gutter\";}}}}}s:6:\"mobile\";a:6:{s:5:\"label\";s:10:\"Responsive\";s:2:\"id\";s:6:\"mobile\";s:8:\"priority\";i:2;s:4:\"icon\";s:25:\"el-icon-resize-horizontal\";s:8:\"alt_icon\";s:14:\"fusiona-mobile\";s:6:\"fields\";a:13:{s:10:\"responsive\";a:6:{s:5:\"label\";s:17:\"Responsive Design\";s:11:\"description\";s:87:\"Turn on to use the responsive design features. If set to off, the fixed layout is used.\";s:2:\"id\";s:10:\"responsive\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{i:1;s:2:\"On\";i:0;s:3:\"Off\";}}s:21:\"grid_main_break_point\";a:9:{s:5:\"label\";s:26:\"Grid Responsive Breakpoint\";s:11:\"description\";s:121:\"Controls when grid layouts (blog/portfolio) start to break into smaller columns. Further breakpoints are auto calculated.\";s:2:\"id\";s:21:\"grid_main_break_point\";s:7:\"default\";s:4:\"1000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:3:\"360\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:1:\"1\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:23:\"--grid_main_break_point\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusionRecalcAllMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"side_header_break_point\";a:9:{s:5:\"label\";s:28:\"Header Responsive Breakpoint\";s:11:\"description\";s:62:\"Controls when the desktop header changes to the mobile header.\";s:2:\"id\";s:23:\"side_header_break_point\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:1:\"1\";s:4:\"edit\";s:3:\"yes\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:25:\"--side_header_break_point\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusionRecalcAllMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"content_break_point\";a:9:{s:5:\"label\";s:34:\"Site Content Responsive Breakpoint\";s:11:\"description\";s:130:\"Controls when the site content area changes to the mobile layout. This includes all content below the header including the footer.\";s:2:\"id\";s:19:\"content_break_point\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:1:\"1\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:21:\"--content_break_point\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusionRecalcAllMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"sidebar_break_point\";a:8:{s:5:\"label\";s:29:\"Sidebar Responsive Breakpoint\";s:11:\"description\";s:51:\"Controls when sidebars change to the mobile layout.\";s:2:\"id\";s:19:\"sidebar_break_point\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"2000\";s:4:\"step\";s:1:\"1\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusionRecalcAllMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:11:\"mobile_zoom\";a:8:{s:5:\"label\";s:18:\"Mobile Device Zoom\";s:11:\"description\";s:50:\"Turn on to enable pinch to zoom on mobile devices.\";s:2:\"id\";s:11:\"mobile_zoom\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:7:\"choices\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:41:\"element_responsive_breakpoints_info_title\";a:5:{s:5:\"label\";s:30:\"Element Responsive Breakpoints\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:41:\"element_responsive_breakpoints_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:16:\"visibility_small\";a:8:{s:5:\"label\";s:12:\"Small Screen\";s:11:\"description\";s:73:\"Controls when the small screen options and visibility should take effect.\";s:2:\"id\";s:16:\"visibility_small\";s:7:\"default\";s:3:\"640\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:4:\"2000\";}s:11:\"option_name\";s:14:\"fusion_options\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:34:\"fusionRecalcVisibilityMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"visibility_medium\";a:8:{s:5:\"label\";s:13:\"Medium Screen\";s:11:\"description\";s:74:\"Controls when the medium screen options and visibility should take effect.\";s:2:\"id\";s:17:\"visibility_medium\";s:7:\"default\";s:4:\"1024\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:4:\"2000\";}s:11:\"option_name\";s:14:\"fusion_options\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:34:\"fusionRecalcVisibilityMediaQueries\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"visibility_large\";a:7:{s:5:\"label\";s:12:\"Large Screen\";s:11:\"description\";s:100:\"Any screen larger than that which is defined as the medium screen will be counted as a large screen.\";s:2:\"id\";s:16:\"visibility_large\";s:10:\"full_width\";b:0;s:4:\"type\";s:3:\"raw\";s:7:\"content\";s:59:\"<div id=\"fusion-visibility-large\">> <span>1024</span></div>\";s:11:\"option_name\";s:14:\"fusion_options\";}s:32:\"responsive_typography_info_title\";a:5:{s:5:\"label\";s:21:\"Responsive Typography\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:32:\"responsive_typography_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:22:\"typography_sensitivity\";a:9:{s:5:\"label\";s:33:\"Responsive Typography Sensitivity\";s:11:\"description\";s:83:\"Set to 0 to disable responsive typography. Increase the value for a greater effect.\";s:2:\"id\";s:22:\"typography_sensitivity\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:3:\".01\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionTypographyVars\";s:2:\"id\";s:22:\"typography_sensitivity\";s:7:\"trigger\";a:1:{i:0;s:20:\"fusionInitTypography\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:24:\"--typography_sensitivity\";}}}s:17:\"typography_factor\";a:9:{s:5:\"label\";s:24:\"Minimum Font Size Factor\";s:11:\"description\";s:112:\"The minimum font-size of elements affected by responsive typography is body font-size multiplied by this factor.\";s:2:\"id\";s:17:\"typography_factor\";s:7:\"default\";s:3:\"1.5\";s:4:\"type\";s:6:\"slider\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"4\";s:4:\"step\";s:3:\".01\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionTypographyVars\";s:2:\"id\";s:17:\"typography_factor\";s:7:\"trigger\";a:1:{i:0;s:20:\"fusionInitTypography\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--typography_factor\";}}}}}s:6:\"colors\";a:6:{s:5:\"label\";s:6:\"Colors\";s:2:\"id\";s:6:\"colors\";s:8:\"priority\";i:3;s:4:\"icon\";s:13:\"el-icon-brush\";s:8:\"alt_icon\";s:21:\"fusiona-color-dropper\";s:6:\"fields\";a:2:{s:13:\"color_palette\";a:5:{s:5:\"label\";s:13:\"Color Palette\";s:11:\"description\";s:537:\"Set your global color palette. The colors defined here can be used from other global options, from page options and element options. For best results, the 8 colors of the core palette should be set from lightest to darkest. <strong>IMPORTANT NOTE:</strong> If a global color that is used by other options gets deleted, these corresponding options will display a default color instead. Colors are internally stored with a fixed counter. Thus, adding a new color after deleting an old one, will set the same internal name to the new color.\";s:2:\"id\";s:13:\"color_palette\";s:7:\"default\";a:8:{s:6:\"color1\";a:2:{s:5:\"color\";s:19:\"rgba(255,255,255,1)\";s:5:\"label\";s:7:\"Color 1\";}s:6:\"color2\";a:2:{s:5:\"color\";s:19:\"rgba(249,249,251,1)\";s:5:\"label\";s:7:\"Color 2\";}s:6:\"color3\";a:2:{s:5:\"color\";s:19:\"rgba(242,243,245,1)\";s:5:\"label\";s:7:\"Color 3\";}s:6:\"color4\";a:2:{s:5:\"color\";s:19:\"rgba(101,189,125,1)\";s:5:\"label\";s:7:\"Color 4\";}s:6:\"color5\";a:2:{s:5:\"color\";s:18:\"rgba(25,143,217,1)\";s:5:\"label\";s:7:\"Color 5\";}s:6:\"color6\";a:2:{s:5:\"color\";s:16:\"rgba(67,69,73,1)\";s:5:\"label\";s:7:\"Color 6\";}s:6:\"color7\";a:2:{s:5:\"color\";s:16:\"rgba(33,35,38,1)\";s:5:\"label\";s:7:\"Color 7\";}s:6:\"color8\";a:2:{s:5:\"color\";s:16:\"rgba(20,22,23,1)\";s:5:\"label\";s:7:\"Color 8\";}}s:4:\"type\";s:13:\"color-palette\";}s:13:\"primary_color\";a:6:{s:5:\"label\";s:13:\"Primary Color\";s:11:\"description\";s:57:\"Controls the main highlight color throughout the website.\";s:2:\"id\";s:13:\"primary_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:6:{i:0;a:2:{s:4:\"name\";s:15:\"--primary_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:19:\"--primary_color-85a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.85\";}}i:2;a:2:{s:4:\"name\";s:18:\"--primary_color-7a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.7\";}}i:3;a:2:{s:4:\"name\";s:18:\"--primary_color-5a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.5\";}}i:4;a:2:{s:4:\"name\";s:19:\"--primary_color-35a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.35\";}}i:5;a:2:{s:4:\"name\";s:18:\"--primary_color-2a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.2\";}}}}}}s:6:\"header\";a:7:{s:5:\"label\";s:6:\"Header\";s:2:\"id\";s:14:\"heading_header\";s:8:\"is_panel\";b:1;s:8:\"priority\";i:3;s:4:\"icon\";s:16:\"el-icon-arrow-up\";s:8:\"alt_icon\";s:14:\"fusiona-header\";s:6:\"fields\";a:6:{s:15:\"slider_position\";a:8:{s:5:\"label\";s:15:\"Slider Position\";s:11:\"description\";s:58:\"Controls if the slider displays below or above the header.\";s:2:\"id\";s:15:\"slider_position\";s:7:\"default\";s:5:\"below\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"below\";s:5:\"Below\";s:5:\"above\";s:5:\"Above\";}s:9:\"transport\";s:11:\"postMessage\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:22:\"change_slider_position\";i:1;a:1:{s:7:\"element\";s:18:\"#sliders-container\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:45:\"header_global_header_override_template_notice\";a:5:{s:2:\"id\";s:45:\"header_global_header_override_template_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:438:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Header override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>, or <a href=\"https://drkarimbennani.com/wp-admin/post.php?post=4580&action=edit\" target=\"_blank\">edit the header</a>.</div>\";s:4:\"type\";s:6:\"custom\";s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:17:\".fusion-tb-header\";}s:9:\"shortcuts\";a:1:{i:0;a:4:{s:10:\"aria_label\";s:11:\"Edit Header\";s:4:\"icon\";s:14:\"fusiona-header\";s:11:\"open_parent\";b:1;s:35:\"link_to_template_if_override_active\";s:6:\"header\";}}}}s:13:\"header_info_1\";a:8:{s:5:\"label\";s:14:\"Header Content\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:13:\"header_info_1\";s:7:\"default\";s:0:\"\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:11:{s:44:\"header_global_header_template_content_notice\";a:4:{s:2:\"id\";s:44:\"header_global_header_template_content_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:15:\"header_position\";a:8:{s:5:\"label\";s:15:\"Header Position\";s:11:\"description\";s:205:\"Controls the position of the header to be in the top, left or right of the site. The main menu height, header padding and logo margin options will auto adjust based off your selection for ideal aesthetics.\";s:2:\"id\";s:15:\"header_position\";s:7:\"default\";s:3:\"top\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:3:\"top\";s:3:\"Top\";s:4:\"left\";s:4:\"Left\";s:5:\"right\";s:5:\"Right\";}s:15:\"partial_refresh\";a:2:{s:34:\"header_position_remove_before_hook\";a:3:{s:8:\"selector\";s:112:\".avada-hook-before-header-wrapper, .fusion-header-wrapper, #side-header-sticky, #side-header, #sliders-container\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:34:\"header_position_replace_after_hook\";a:4:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:15:\"header_position\";}s:21:\"success_trigger_event\";s:40:\"header-rendered fusion-partial-wooslider\";}}s:6:\"output\";a:3:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:2:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:15:\"header_position\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:2:{s:9:\"globalVar\";s:21:\"avadaFusionSliderVars\";s:2:\"id\";s:15:\"header_position\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:1:{s:11:\"js_callback\";a:1:{i:0;s:22:\"change_header_position\";}}}}s:13:\"header_layout\";a:10:{s:5:\"label\";s:22:\"Select a Header Layout\";s:11:\"description\";s:322:\"Controls the general layout of the header. Headers 2-5 allow additional content areas via the header content options 1-3. Header 6 only allows parent level menu items, no child levels will display. The main menu height, header padding and logo margin options will auto adjust based off your selection for ideal aesthetics.\";s:2:\"id\";s:13:\"header_layout\";s:7:\"default\";s:2:\"v3\";s:4:\"type\";s:11:\"radio-image\";s:7:\"choices\";a:7:{s:2:\"v1\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header1.jpg\";s:2:\"v2\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header2.jpg\";s:2:\"v3\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header3.jpg\";s:2:\"v4\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header4.jpg\";s:2:\"v5\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header5.jpg\";s:2:\"v6\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header6.jpg\";s:2:\"v7\";s:85:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/header7.jpg\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}}s:15:\"partial_refresh\";a:3:{s:47:\"header_content_header_layout_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:46:\"header_content_header_layout_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:28:\"header_content_header_layout\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:2:{i:0;s:14:\".fusion-header\";i:1;s:33:\"#side-header .side-header-wrapper\";}s:9:\"shortcuts\";a:3:{i:0;a:4:{s:10:\"aria_label\";s:18:\"Edit Header Layout\";s:4:\"icon\";s:14:\"fusiona-header\";s:11:\"open_parent\";b:1;s:5:\"order\";i:1;}i:1;a:5:{s:10:\"aria_label\";s:10:\"Add Slider\";s:4:\"icon\";s:15:\"fusiona-uniF61C\";s:4:\"link\";s:1:\"#\";s:9:\"css_class\";s:10:\"add-slider\";s:5:\"order\";i:4;}i:2;a:5:{s:10:\"aria_label\";s:18:\"Add Page Title Bar\";s:4:\"icon\";s:18:\"fusiona-page_title\";s:4:\"link\";s:1:\"#\";s:9:\"css_class\";s:7:\"add-ptb\";s:5:\"order\";i:5;}}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:22:\"fusion-header-layout-$\";s:12:\"remove_attrs\";a:7:{i:0;s:23:\"fusion-header-layout-v1\";i:1;s:23:\"fusion-header-layout-v2\";i:2;s:23:\"fusion-header-layout-v3\";i:3;s:23:\"fusion-header-layout-v4\";i:4;s:23:\"fusion-header-layout-v5\";i:5;s:23:\"fusion-header-layout-v6\";i:6;s:23:\"fusion-header-layout-v7\";}}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:17:\"avadaSidebarsVars\";s:2:\"id\";s:13:\"header_layout\";s:7:\"trigger\";a:1:{i:0;s:31:\"fusionReSettStickySidebarStatus\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:0:\"\";a:0:{}s:19:\"header_left_content\";a:9:{s:5:\"label\";s:16:\"Header Content 1\";s:11:\"description\";s:59:\"Controls the content that displays in the top left section.\";s:2:\"id\";s:19:\"header_left_content\";s:7:\"default\";s:12:\"social_links\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:12:\"contact_info\";s:12:\"Contact Info\";s:12:\"social_links\";s:12:\"Social Links\";s:10:\"navigation\";s:10:\"Navigation\";s:11:\"leave_empty\";s:11:\"Leave Empty\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:15:\"partial_refresh\";a:3:{s:53:\"header_content_header_left_content_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:52:\"header_content_header_left_content_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:34:\"header_content_header_left_content\";a:4:{s:8:\"selector\";s:57:\".fusion-header-wrapper, #side-header-sticky, #side-header\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:22:\"header-rendered resize\";}}}s:20:\"header_right_content\";a:9:{s:5:\"label\";s:16:\"Header Content 2\";s:11:\"description\";s:60:\"Controls the content that displays in the top right section.\";s:2:\"id\";s:20:\"header_right_content\";s:7:\"default\";s:10:\"navigation\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:12:\"contact_info\";s:12:\"Contact Info\";s:12:\"social_links\";s:12:\"Social Links\";s:10:\"navigation\";s:10:\"Navigation\";s:11:\"leave_empty\";s:11:\"Leave Empty\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:15:\"partial_refresh\";a:3:{s:54:\"header_content_header_right_content_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:53:\"header_content_header_right_content_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:35:\"header_content_header_right_content\";a:4:{s:8:\"selector\";s:57:\".fusion-header-wrapper, #side-header-sticky, #side-header\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:22:\"header-rendered resize\";}}}s:17:\"header_v4_content\";a:9:{s:5:\"label\";s:16:\"Header Content 3\";s:11:\"description\";s:63:\"Controls the content that displays in the middle right section.\";s:2:\"id\";s:17:\"header_v4_content\";s:7:\"default\";s:18:\"tagline_and_search\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:7:\"tagline\";s:7:\"Tagline\";s:6:\"search\";s:6:\"Search\";s:18:\"tagline_and_search\";s:18:\"Tagline And Search\";s:6:\"banner\";s:6:\"Banner\";s:4:\"none\";s:11:\"Leave Empty\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}}s:15:\"partial_refresh\";a:3:{s:51:\"header_content_header_v4_content_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:50:\"header_content_header_v4_content_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:32:\"header_content_header_v4_content\";a:4:{s:8:\"selector\";s:57:\".fusion-header-wrapper, #side-header-sticky, #side-header\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:22:\"header-rendered resize\";}}}s:13:\"header_number\";a:8:{s:5:\"label\";s:29:\"Phone Number For Contact Info\";s:11:\"description\";s:115:\"This content will display if you have &quot;Contact Info&quot; selected for the Header Content 1 or 2 option above.\";s:2:\"id\";s:13:\"header_number\";s:7:\"default\";s:28:\"Call Us Today! 1.555.555.555\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:6:\"output\";a:1:{i:0;a:2:{s:7:\"element\";s:33:\".fusion-contact-info-phone-number\";s:8:\"function\";s:4:\"html\";}}}s:12:\"header_email\";a:8:{s:5:\"label\";s:30:\"Email Address For Contact Info\";s:11:\"description\";s:115:\"This content will display if you have &quot;Contact Info&quot; selected for the Header Content 1 or 2 option above.\";s:2:\"id\";s:12:\"header_email\";s:7:\"default\";s:19:\"info@yourdomain.com\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:6:\"output\";a:1:{i:0;a:3:{s:7:\"element\";s:34:\".fusion-contact-info-email-address\";s:8:\"function\";s:4:\"html\";s:13:\"value_pattern\";s:24:\"<a href=\"mailto:$\">$</a>\";}}}s:14:\"header_tagline\";a:8:{s:5:\"label\";s:21:\"Tagline For Content 3\";s:11:\"description\";s:105:\"This content will display if you have &quot;Tagline&quot; selected for the Header Content 3 option above.\";s:2:\"id\";s:14:\"header_tagline\";s:7:\"default\";s:19:\"Insert Tagline Here\";s:4:\"type\";s:8:\"textarea\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:17:\"header_v4_content\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"tagline\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:2;a:3:{s:7:\"setting\";s:17:\"header_v4_content\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"tagline\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:6:\"output\";a:1:{i:0;a:2:{s:7:\"element\";s:22:\".fusion-header-tagline\";s:8:\"function\";s:4:\"html\";}}}s:18:\"header_banner_code\";a:9:{s:5:\"label\";s:25:\"Banner Code For Content 3\";s:11:\"description\";s:194:\"This content will display if you have &quot;Banner&quot; selected for the Header Content 3 option above. Add HTML banner code for Header Content 3. Elements, like buttons, can be used here also.\";s:2:\"id\";s:18:\"header_banner_code\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:2:{s:8:\"language\";s:4:\"html\";s:5:\"theme\";s:6:\"chrome\";}s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:17:\"header_v4_content\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"banner\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:2;a:3:{s:7:\"setting\";s:17:\"header_v4_content\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"banner\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:15:\"partial_refresh\";a:1:{s:26:\"header_content_banner_code\";a:4:{s:8:\"selector\";s:32:\".fusion-header-content-3-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:22:\"avada_header_content_3\";s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}}}s:13:\"header_info_2\";a:8:{s:5:\"label\";s:23:\"Header Background Image\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:13:\"header_info_2\";s:7:\"default\";s:0:\"\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:5:{s:39:\"header_global_header_template_bg_notice\";a:4:{s:2:\"id\";s:39:\"header_global_header_template_bg_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:15:\"header_bg_image\";a:8:{s:5:\"label\";s:32:\"Background Image For Header Area\";s:11:\"description\";s:384:\"Select an image for the header background. If left empty, the header background color will be used. For top headers the image displays on top of the header background color and will only display if header background color opacity is set to 1. For side headers the image displays behind the header background color so the header background opacity must be set below 1 to see the image.\";s:2:\"id\";s:15:\"header_bg_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--header_bg_image\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:0:\"\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:25:\"avada-has-header-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:14:\"header_bg_full\";a:7:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:109:\"Turn on to have the header background image display at 100% in width and height according to the window size.\";s:2:\"id\";s:14:\"header_bg_full\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:24:\"avada-has-header-bg-full\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"header_bg_parallax\";a:7:{s:5:\"label\";s:25:\"Parallax Background Image\";s:11:\"description\";s:103:\"Turn on to use a parallax scrolling effect on the background image. Only works for top header position.\";s:2:\"id\";s:18:\"header_bg_parallax\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:2;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:3;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:28:\"avada-has-header-bg-parallax\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"header_bg_repeat\";a:9:{s:5:\"label\";s:17:\"Background Repeat\";s:11:\"description\";s:42:\"Controls how the background image repeats.\";s:2:\"id\";s:16:\"header_bg_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:19:\"Repeat Horizontally\";s:8:\"repeat-y\";s:17:\"Repeat Vertically\";s:9:\"no-repeat\";s:9:\"No Repeat\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:15:\"header_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:18:\"--header_bg_repeat\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:17:\"avada-header-bg-$\";s:12:\"remove_attrs\";a:4:{i:0;s:22:\"avada-header-bg-repeat\";i:1;s:24:\"avada-header-bg-repeat-x\";i:2;s:24:\"avada-header-bg-repeat-y\";i:3;s:25:\"avada-header-bg-no-repeat\";}}}}}}s:14:\"header_styling\";a:8:{s:5:\"label\";s:14:\"Header Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:14:\"header_styling\";s:7:\"default\";s:0:\"\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:11:{s:44:\"header_global_header_template_styling_notice\";a:4:{s:2:\"id\";s:44:\"header_global_header_template_styling_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:17:\"side_header_width\";a:9:{s:5:\"label\";s:36:\"Header Width For Left/Right Position\";s:11:\"description\";s:52:\"Controls the width of the left or right side header.\";s:2:\"id\";s:17:\"side_header_width\";s:7:\"default\";s:3:\"280\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"800\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:19:\"--side_header_width\";s:13:\"value_pattern\";s:3:\"$px\";}i:1;a:1:{s:4:\"name\";s:23:\"--side_header_width-int\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:5:\"dummy\";s:2:\"id\";s:5:\"dummy\";s:7:\"trigger\";a:1:{i:0;s:6:\"resize\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:14:\"header_padding\";a:8:{s:5:\"label\";s:14:\"Header Padding\";s:11:\"description\";s:58:\"Controls the top/right/bottom/left padding for the header.\";s:2:\"id\";s:14:\"header_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:20:\"--header_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:23:\"--header_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:21:\"--header_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:22:\"--header_padding-right\";s:6:\"choice\";s:5:\"right\";}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:18:\"header_padding_top\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:6:\"bottom\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:21:\"header_padding_bottom\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"header_shadow\";a:6:{s:5:\"label\";s:13:\"Header Shadow\";s:11:\"description\";s:40:\"Turn on to display a header drop shadow.\";s:2:\"id\";s:13:\"header_shadow\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:55:\".fusion-top-header .fusion-header-wrapper, #side-header\";s:9:\"className\";s:20:\"fusion-header-shadow\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"header_100_width\";a:7:{s:5:\"label\";s:17:\"100% Header Width\";s:11:\"description\";s:114:\"Turn on to have the header area display at 100% width according to the window size. Turn off to follow site width.\";s:2:\"id\";s:16:\"header_100_width\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:6:\"layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"wide\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:26:\"avada-has-header-100-width\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"header_bg_color\";a:7:{s:5:\"label\";s:23:\"Header Background Color\";s:11:\"description\";s:288:\"Controls the background color and opacity for the header. For top headers, opacity set below 1 will remove the header height completely. For side headers, opacity set below 1 will display a color overlay. Transparent headers are disabled on all archive pages due to technical limitations.\";s:2:\"id\";s:15:\"header_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--header_bg_color\";s:7:\"element\";s:27:\"#side-header,.fusion-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:17:\"header-not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:29:\"avada-header-color-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"archive_header_bg_color\";a:7:{s:5:\"label\";s:31:\"Archive Header Background Color\";s:11:\"description\";s:247:\"Controls the background color and opacity for the header on archive pages, search page and 404 page. For top headers, opacity set below 1 will remove the header height completely. For side headers, opacity set below 1 will display a color overlay.\";s:2:\"id\";s:23:\"archive_header_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--archive_header_bg_color\";s:7:\"element\";s:27:\"#side-header,.fusion-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:17:\"header-not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:29:\"avada-header-color-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"header_border_color\";a:9:{s:5:\"label\";s:19:\"Header Border Color\";s:11:\"description\";s:117:\"Controls the border colors for the header. If using left or right header position it controls the menu divider lines.\";s:2:\"id\";s:19:\"header_border_color\";s:7:\"default\";s:19:\"rgba(226,226,226,0)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--header_border_color\";s:7:\"element\";s:35:\".fusion-header-wrapper,#side-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"full-transparent\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:42:\"avada-header-border-color-full-transparent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"header_top_bg_color\";a:8:{s:5:\"label\";s:27:\"Header Top Background Color\";s:11:\"description\";s:76:\"Controls the background color of the top header section used in Headers 2-5.\";s:2:\"id\";s:19:\"header_top_bg_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v1\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--header_top_bg_color\";s:7:\"element\";s:24:\".fusion-secondary-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:10:\"not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:30:\"avada-header-top-bg-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"tagline_font_size\";a:9:{s:5:\"label\";s:24:\"Header Tagline Font Size\";s:11:\"description\";s:64:\"Controls the font size for the tagline text when using header 4.\";s:2:\"id\";s:17:\"tagline_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--tagline_font_size\";s:7:\"element\";s:22:\".fusion-header-tagline\";}}}s:18:\"tagline_font_color\";a:8:{s:5:\"label\";s:25:\"Header Tagline Font Color\";s:11:\"description\";s:65:\"Controls the font color for the tagline text when using header 4.\";s:2:\"id\";s:18:\"tagline_font_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--tagline_font_color\";s:7:\"element\";s:22:\".fusion-header-tagline\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:13:\"sticky_header\";a:8:{s:5:\"label\";s:13:\"Sticky Header\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:13:\"sticky_header\";s:7:\"default\";s:0:\"\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:11:{s:43:\"header_global_header_template_sticky_notice\";a:4:{s:2:\"id\";s:43:\"header_global_header_template_sticky_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:13:\"header_sticky\";a:7:{s:5:\"label\";s:13:\"Sticky Header\";s:11:\"description\";s:34:\"Turn on to enable a sticky header.\";s:2:\"id\";s:13:\"header_sticky\";s:7:\"default\";i:1;s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:3:{s:40:\"header_content_sticky_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:39:\"header_content_sticky_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:21:\"header_content_sticky\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:43:\"fusion-reinit-sticky-header header-rendered\";}}s:6:\"output\";a:4:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:20:\"fusion-sticky-header\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:13:\"header_sticky\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:13:\"header_sticky\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:17:\"avadaSidebarsVars\";s:2:\"id\";s:13:\"header_sticky\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"header_sticky_tablet\";a:7:{s:5:\"label\";s:24:\"Sticky Header on Tablets\";s:11:\"description\";s:60:\"Turn on to enable a sticky header when scrolling on tablets.\";s:2:\"id\";s:20:\"header_sticky_tablet\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:4:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:23:\"no-tablet-sticky-header\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:20:\"header_sticky_tablet\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:20:\"header_sticky_tablet\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:17:\"avadaSidebarsVars\";s:2:\"id\";s:20:\"header_sticky_tablet\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"header_sticky_mobile\";a:7:{s:5:\"label\";s:24:\"Sticky Header on Mobiles\";s:11:\"description\";s:60:\"Turn on to enable a sticky header when scrolling on mobiles.\";s:2:\"id\";s:20:\"header_sticky_mobile\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:4:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:23:\"no-mobile-sticky-header\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:20:\"header_sticky_mobile\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:20:\"header_sticky_mobile\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:17:\"avadaSidebarsVars\";s:2:\"id\";s:20:\"header_sticky_mobile\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"header_sticky_shrinkage\";a:7:{s:5:\"label\";s:23:\"Sticky Header Animation\";s:11:\"description\";s:124:\"Turn on to allow the sticky header to animate to a smaller height when activated. Only works with header v1 - v3, v6 and v7.\";s:2:\"id\";s:23:\"header_sticky_shrinkage\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v4\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v5\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:22:\"avada-sticky-shrinkage\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:26:\"header_sticky_type2_layout\";a:8:{s:5:\"label\";s:40:\"Sticky Header Display For Headers 4 - 5 \";s:11:\"description\";s:70:\"Controls what displays in the sticky header when using header v4 - v5.\";s:2:\"id\";s:26:\"header_sticky_type2_layout\";s:7:\"default\";s:9:\"menu_only\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:9:\"menu_only\";s:9:\"Menu Only\";s:13:\"menu_and_logo\";s:16:\"Menu + Logo Area\";}s:8:\"required\";a:7:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v1\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v2\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v3\";}i:5;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:6;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v7\";}}s:15:\"partial_refresh\";a:3:{s:45:\"header_sticky_type2_layout_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:44:\"header_sticky_type2_layout_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:33:\"header_sticky_type2_layout_layout\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:43:\"fusion-reinit-sticky-header header-rendered\";}}}s:20:\"header_sticky_shadow\";a:7:{s:5:\"label\";s:20:\"Sticky Header Shadow\";s:11:\"description\";s:47:\"Turn on to display a sticky header drop shadow.\";s:2:\"id\";s:20:\"header_sticky_shadow\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:20:\"header_sticky_shadow\";s:7:\"trigger\";a:2:{i:0;s:5:\"ready\";i:1;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:14:\".fusion-header\";s:9:\"className\";s:20:\"fusion-sticky-shadow\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"header_sticky_bg_color\";a:8:{s:5:\"label\";s:30:\"Sticky Header Background Color\";s:11:\"description\";s:52:\"Controls the background color for the sticky header.\";s:2:\"id\";s:22:\"header_sticky_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--header_sticky_bg_color\";s:7:\"element\";s:53:\".fusion-arrow-svg,.fusion-header-wrapper,#side-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:9:\"globalVar\";s:19:\"fusionContainerVars\";s:2:\"id\";s:28:\"is_sticky_header_transparent\";s:7:\"trigger\";a:2:{i:0;s:6:\"resize\";i:1;s:46:\"fusion-element-render-fusion_builder_container\";}s:8:\"callback\";s:25:\"fusionReturnColorAlphaInt\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"header_sticky_menu_color\";a:7:{s:5:\"label\";s:29:\"Sticky Header Menu Font Color\";s:11:\"description\";s:59:\"Controls the color for main menu text in the sticky header.\";s:2:\"id\";s:24:\"header_sticky_menu_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--header_sticky_menu_color\";s:7:\"element\";s:17:\".fusion-main-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"header_sticky_nav_padding\";a:8:{s:5:\"label\";s:31:\"Sticky Header Menu Item Padding\";s:11:\"description\";s:63:\"Controls the space between each menu item in the sticky header.\";s:2:\"id\";s:25:\"header_sticky_nav_padding\";s:7:\"default\";s:2:\"35\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:27:\"--header_sticky_nav_padding\";s:7:\"element\";s:41:\".fusion-main-menu,.fusion-logo-background\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:27:\"header_sticky_nav_font_size\";a:8:{s:5:\"label\";s:34:\"Sticky Header Navigation Font Size\";s:11:\"description\";s:62:\"Controls the font size of the menu items in the sticky header.\";s:2:\"id\";s:27:\"header_sticky_nav_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_sticky\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";i:0;}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--header_sticky_nav_font_size\";s:7:\"element\";s:17:\".fusion-main-menu\";}}}}}}}s:4:\"menu\";a:6:{s:5:\"label\";s:4:\"Menu\";s:2:\"id\";s:20:\"heading_menu_section\";s:8:\"priority\";i:1;s:4:\"icon\";s:13:\"el-icon-lines\";s:8:\"alt_icon\";s:12:\"fusiona-bars\";s:6:\"fields\";a:7:{s:11:\"custom_menu\";a:5:{s:5:\"label\";s:9:\"Main Menu\";s:2:\"id\";s:11:\"custom_menu\";s:8:\"priority\";i:6;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:1:{s:43:\"menu_global_header_override_template_notice\";a:5:{s:2:\"id\";s:43:\"menu_global_header_override_template_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:321:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Header override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}}}s:12:\"heading_menu\";a:6:{s:5:\"label\";s:9:\"Main Menu\";s:2:\"id\";s:12:\"heading_menu\";s:8:\"priority\";i:6;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:29:{s:34:\"menu_global_header_template_notice\";a:4:{s:2:\"id\";s:34:\"menu_global_header_template_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:10:\"nav_height\";a:11:{s:5:\"label\";s:16:\"Main Menu Height\";s:11:\"description\";s:144:\"Controls the menu height.<span id=\"fusion-menu-height-hint\" style=\"display:inline\">  To match the logo height set to <strong>87</strong>.</span>\";s:2:\"id\";s:10:\"nav_height\";s:7:\"default\";s:2:\"94\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"300\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:12:\"--nav_height\";s:7:\"element\";s:17:\".fusion-main-menu\";s:13:\"value_pattern\";s:3:\"$px\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:10:\"nav_height\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:2:{i:0;s:14:\".fusion-header\";i:1;s:33:\"#side-header .side-header-wrapper\";}s:9:\"shortcuts\";a:1:{i:0;a:3:{s:10:\"aria_label\";s:14:\"Edit Main Menu\";s:4:\"link\";s:70:\"https://drkarimbennani.com/wp-admin/nav-menus.php?action=edit&menu=114\";s:5:\"order\";i:3;}}}}s:20:\"menu_highlight_style\";a:10:{s:5:\"label\";s:25:\"Main Menu Highlight Style\";s:11:\"description\";s:495:\"Controls the highlight style for main menu links and also affects the look of menu dropdowns. Arrow style cannot work with a transparent header background. Bar highlights will display vertically on side header layouts. <strong>IMPORTANT:</strong> Arrow & Background style can require configuration of other options depending on desired effect. <a href=\"https://avada.com/documentation/main-menu-highlight-styles/\" target=\"_blank\" rel=\"noopener noreferrer\">See this post for more information</a>.\";s:2:\"id\";s:20:\"menu_highlight_style\";s:7:\"default\";s:3:\"bar\";s:7:\"choices\";a:5:{s:3:\"bar\";s:7:\"Top Bar\";s:9:\"bottombar\";s:10:\"Bottom Bar\";s:5:\"arrow\";s:5:\"Arrow\";s:10:\"background\";s:10:\"Background\";s:9:\"textcolor\";s:10:\"Color Only\";}s:4:\"type\";s:6:\"select\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:6:\"output\";a:2:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:28:\"avada-menu-highlight-style-$\";s:12:\"remove_attrs\";a:5:{i:0;s:30:\"avada-menu-highlight-style-bar\";i:1;s:36:\"avada-menu-highlight-style-bottombar\";i:2;s:32:\"avada-menu-highlight-style-arrow\";i:3;s:37:\"avada-menu-highlight-style-background\";i:4;s:36:\"avada-menu-highlight-style-textcolor\";}}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:19:\"nav_highlight_style\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"partial_refresh\";a:3:{s:46:\"menu_highlight_style_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:45:\"menu_highlight_style_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:27:\"menu_highlight_style_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:25:\"menu_highlight_background\";a:8:{s:5:\"label\";s:36:\"Main Menu Highlight Background Color\";s:11:\"description\";s:53:\"Controls the background color of main menu highlight.\";s:2:\"id\";s:25:\"menu_highlight_background\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"background\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:10:\"background\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--menu_highlight_background\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:15:\"menu_arrow_size\";a:9:{s:5:\"label\";s:20:\"Main Menu Arrow Size\";s:11:\"description\";s:53:\"Controls the width and height of the main menu arrow.\";s:2:\"id\";s:15:\"menu_arrow_size\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"23px\";s:6:\"height\";s:4:\"12px\";}s:4:\"type\";s:10:\"dimensions\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"arrow\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"arrow\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:3:{i:0;a:2:{s:4:\"name\";s:23:\"--menu_arrow_size-width\";s:6:\"choice\";s:5:\"width\";}i:1;a:2:{s:4:\"name\";s:24:\"--menu_arrow_size-height\";s:6:\"choice\";s:6:\"height\";}i:2;a:3:{s:4:\"name\";s:55:\"--menu_arrow_size-width-header_border_color_condition_5\";s:6:\"choice\";s:5:\"width\";s:8:\"callback\";a:2:{i:0;s:31:\"header_border_color_condition_5\";i:1;s:0:\"\";}}}}s:20:\"nav_highlight_border\";a:10:{s:5:\"label\";s:28:\"Main Menu Highlight Bar Size\";s:11:\"description\";s:44:\"Controls the size of the menu highlight bar.\";s:2:\"id\";s:20:\"nav_highlight_border\";s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"40\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:38:\"fusion-gutter-and-or-and-or-and-or-and\";s:8:\"required\";a:8:{i:0;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"bar\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"bar\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:4;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"bottombar\";}i:5;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:6;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"bottombar\";}i:7;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:22:\"--nav_highlight_border\";s:13:\"value_pattern\";s:3:\"$px\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;s:1:\"0\";}}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:20:\"nav_highlight_border\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:5:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:10:\"nav_height\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}s:9:\"condition\";a:5:{i:0;s:20:\"menu_highlight_style\";i:1;s:3:\"===\";i:2;s:3:\"bar\";i:3;s:1:\"$\";i:4;s:1:\"0\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:11:\"nav_padding\";a:8:{s:5:\"label\";s:22:\"Main Menu Item Padding\";s:11:\"description\";s:55:\"Controls the right padding for menu text (left on RTL).\";s:2:\"id\";s:11:\"nav_padding\";s:7:\"default\";s:2:\"48\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:13:\"--nav_padding\";s:13:\"value_pattern\";s:3:\"$px\";}i:1;a:2:{s:4:\"name\";s:21:\"--nav_padding-no-zero\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:3:\"$px\";i:1;s:0:\"\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:11:\"nav_padding\";i:1;s:2:\"==\";i:2;s:1:\"0\";}}}}}}}s:18:\"mobile_nav_padding\";a:8:{s:5:\"label\";s:32:\"Main Menu Item Padding On Mobile\";s:11:\"description\";s:110:\"Controls the right padding for menu text (left on RTL) when the normal desktop menu is used on mobile devices.\";s:2:\"id\";s:18:\"mobile_nav_padding\";s:7:\"default\";s:2:\"25\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--mobile_nav_padding\";s:7:\"element\";s:17:\".fusion-main-menu\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:15:\"megamenu_shadow\";a:8:{s:5:\"label\";s:21:\"Main Menu Drop Shadow\";s:11:\"description\";s:51:\"Turn on to display a drop shadow on menu dropdowns.\";s:2:\"id\";s:15:\"megamenu_shadow\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:25:\"avada-has-megamenu-shadow\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:28:\"main_menu_sub_menu_animation\";a:9:{s:5:\"label\";s:47:\"Main Menu Dropdown / Legacy Mega Menu Animation\";s:11:\"description\";s:46:\"Controls the animation type for all sub-menus.\";s:2:\"id\";s:28:\"main_menu_sub_menu_animation\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:4:\"fade\";s:7:\"choices\";a:2:{s:4:\"fade\";s:4:\"Fade\";s:5:\"slide\";s:5:\"Slide\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:17:\"fusion-sub-menu-$\";s:12:\"remove_attrs\";a:2:{i:0;s:20:\"fusion-sub-menu-fade\";i:1;s:21:\"fusion-sub-menu-slide\";}}}s:29:\"dropdown_menu_top_border_size\";a:9:{s:5:\"label\";s:34:\"Main Menu Dropdown Top Border Size\";s:11:\"description\";s:65:\"Controls top border size of dropdown menus and legacy mega menus.\";s:2:\"id\";s:29:\"dropdown_menu_top_border_size\";s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:38:\"fusion-gutter-and-or-and-or-and-or-and\";s:8:\"required\";a:8:{i:0;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"bar\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"bar\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:4;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"bottombar\";}i:5;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:6;a:3:{s:7:\"setting\";s:20:\"menu_highlight_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"bottombar\";}i:7;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--dropdown_menu_top_border_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:19:\"dropdown_menu_width\";a:9:{s:5:\"label\";s:24:\"Main Menu Dropdown Width\";s:11:\"description\";s:35:\"Controls the width of the dropdown.\";s:2:\"id\";s:19:\"dropdown_menu_width\";s:7:\"default\";s:3:\"200\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--dropdown_menu_width\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:34:\"mainmenu_dropdown_vertical_padding\";a:9:{s:5:\"label\";s:31:\"Main Menu Dropdown Item Padding\";s:11:\"description\";s:56:\"Controls the top/bottom padding for dropdown menu items.\";s:2:\"id\";s:34:\"mainmenu_dropdown_vertical_padding\";s:7:\"default\";s:2:\"12\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:36:\"--mainmenu_dropdown_vertical_padding\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:33:\"mainmenu_dropdown_display_divider\";a:8:{s:5:\"label\";s:26:\"Main Menu Dropdown Divider\";s:11:\"description\";s:57:\"Turn on to display a divider line on dropdown menu items.\";s:2:\"id\";s:33:\"mainmenu_dropdown_display_divider\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:35:\"avada-has-mainmenu-dropdown-divider\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:31:\"menu_display_dropdown_indicator\";a:9:{s:5:\"label\";s:28:\"Main Menu Dropdown Indicator\";s:11:\"description\";s:68:\"Turn on to display arrow indicators next to parent level menu items.\";s:2:\"id\";s:31:\"menu_display_dropdown_indicator\";s:7:\"default\";s:4:\"none\";s:7:\"choices\";a:3:{s:6:\"parent\";s:6:\"Parent\";s:12:\"parent_child\";s:14:\"Parent + Child\";s:4:\"none\";s:4:\"None\";}s:4:\"type\";s:6:\"select\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:15:\"partial_refresh\";a:3:{s:57:\"header_menu_display_dropdown_indicator_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:56:\"header_menu_display_dropdown_indicator_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:38:\"header_menu_display_dropdown_indicator\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:20:\"main_nav_search_icon\";a:7:{s:5:\"label\";s:21:\"Main Menu Search Icon\";s:11:\"description\";s:52:\"Turn on to display the search icon in the main menu.\";s:2:\"id\";s:20:\"main_nav_search_icon\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:3:{s:46:\"header_main_nav_search_icon_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:45:\"header_main_nav_search_icon_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:27:\"header_main_nav_search_icon\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:30:\"avada-has-main-nav-search-icon\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"main_nav_search_layout\";a:9:{s:5:\"label\";s:23:\"Main Menu Search Layout\";s:11:\"description\";s:55:\"Controls the layout of the search bar in the main menu.\";s:2:\"id\";s:22:\"main_nav_search_layout\";s:7:\"default\";s:7:\"overlay\";s:7:\"choices\";a:2:{s:8:\"dropdown\";s:9:\"Drop-Down\";s:7:\"overlay\";s:12:\"Menu Overlay\";}s:4:\"type\";s:15:\"radio-buttonset\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:20:\"main_nav_search_icon\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:15:\"partial_refresh\";a:1:{s:30:\"main_nav_search_layout_refresh\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:8:\"dropdown\";i:1;s:7:\"overlay\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";a:2:{i:0;s:32:\"fusion-main-menu-search-dropdown\";i:1;s:31:\"fusion-main-menu-search-overlay\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"main_nav_icon_circle\";a:6:{s:5:\"label\";s:29:\"Main Menu Icon Circle Borders\";s:11:\"description\";s:64:\"Turn on to display a circle border on the cart and search icons.\";s:2:\"id\";s:20:\"main_nav_icon_circle\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"fusion-has-main-nav-icon-circle\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"main_nav_highlight_radius\";a:6:{s:5:\"label\";s:27:\"Menu Highlight Label Radius\";s:11:\"description\";s:61:\"Controls the border radius of all your menu highlight labels.\";s:2:\"id\";s:25:\"main_nav_highlight_radius\";s:7:\"default\";s:3:\"2px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--main_nav_highlight_radius\";s:7:\"element\";s:50:\".fusion-menu-highlight-label, .awb-menu__highlight\";}}}s:17:\"menu_sub_bg_color\";a:8:{s:5:\"label\";s:35:\"Main Menu Dropdown Background Color\";s:11:\"description\";s:56:\"Controls the background color of the main menu dropdown.\";s:2:\"id\";s:17:\"menu_sub_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--menu_sub_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"menu_bg_hover_color\";a:8:{s:5:\"label\";s:41:\"Main Menu Dropdown Background Hover Color\";s:11:\"description\";s:62:\"Controls the background hover color of the main menu dropdown.\";s:2:\"id\";s:19:\"menu_bg_hover_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--menu_bg_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"menu_sub_sep_color\";a:9:{s:5:\"label\";s:34:\"Main Menu Dropdown Separator Color\";s:11:\"description\";s:63:\"Controls the color of the separators in the main menu dropdown.\";s:2:\"id\";s:18:\"menu_sub_sep_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--menu_sub_sep_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";a:3:{i:0;s:76:\".fusion-main-menu .fusion-main-menu-search .fusion-custom-menu-item-contents\";i:1;s:74:\".fusion-main-menu .fusion-main-menu-cart .fusion-custom-menu-item-contents\";i:2;s:74:\".fusion-main-menu .fusion-menu-login-box .fusion-custom-menu-item-contents\";}s:8:\"property\";s:6:\"border\";s:11:\"js_callback\";a:2:{i:0;s:31:\"fusionReturnStringIfTransparent\";i:1;a:2:{s:11:\"transparent\";s:1:\"0\";s:6:\"opaque\";s:0:\"\";}}s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Avada_Output_Callbacks\";i:1;s:18:\"menu_sub_sep_color\";}}}}s:17:\"menu_h45_bg_color\";a:8:{s:5:\"label\";s:47:\"Main Menu Background Color For Header 4 &amp; 5\";s:11:\"description\";s:72:\"Controls the background color of the main menu when using header 4 or 5.\";s:2:\"id\";s:17:\"menu_h45_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--menu_h45_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"main_menu_typography_info\";a:4:{s:5:\"label\";s:20:\"Main Menu Typography\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:25:\"main_menu_typography_info\";s:4:\"type\";s:4:\"info\";}s:14:\"nav_typography\";a:10:{s:2:\"id\";s:14:\"nav_typography\";s:5:\"label\";s:16:\"Menus Typography\";s:11:\"description\";s:72:\"These settings control the typography for all main menu top-level items.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:25:\"text_transform_no_inherit\";b:1;s:5:\"class\";s:17:\"avada-no-fontsize\";s:7:\"choices\";a:6:{s:11:\"font-family\";b:1;s:11:\"font-weight\";b:1;s:9:\"font-size\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:6:{s:11:\"font-family\";s:34:\"var(--awb-typography3-font-family)\";s:11:\"font-weight\";s:3:\"400\";s:9:\"font-size\";s:32:\"var(--awb-typography3-font-size)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography3-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:9:{i:0;a:3:{s:4:\"name\";s:28:\"--nav_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:14:\"nav_typography\";}}i:1;a:3:{s:4:\"name\";s:28:\"--nav_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:26:\"--nav_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:3;a:2:{s:4:\"name\";s:27:\"--nav_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:4;a:3:{s:4:\"name\";s:31:\"--nav_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:5;a:2:{s:4:\"name\";s:22:\"--nav_typography-color\";s:6:\"choice\";s:5:\"color\";}i:6;a:3:{s:4:\"name\";s:26:\"--nav_typography-color-65a\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;d:0.65000000000000002220446049250313080847263336181640625;}}i:7;a:3:{s:4:\"name\";s:26:\"--nav_typography-color-35a\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;d:0.34999999999999997779553950749686919152736663818359375;}}i:8;a:2:{s:4:\"name\";s:31:\"--nav_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}}}s:15:\"menu_text_align\";a:11:{s:5:\"label\";s:20:\"Main Menu Text Align\";s:11:\"description\";s:75:\"Controls the main menu text alignment for top headers 4-5 and side headers.\";s:2:\"id\";s:15:\"menu_text_align\";s:7:\"default\";s:6:\"center\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v4\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v5\";}i:2;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"--menu_text_align\";s:7:\"element\";s:17:\".fusion-main-menu\";}}s:6:\"output\";a:3:{i:0;a:0:{}i:1;a:0:{}i:2;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:17:\"menu-text-align-$\";s:12:\"remove_attrs\";a:3:{i:0;s:20:\"menu-text-align-left\";i:1;s:22:\"menu-text-align-center\";i:2;s:21:\"menu-text-align-right\";}}}s:15:\"partial_refresh\";a:3:{s:41:\"menu_text_align_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:40:\"menu_text_align_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:22:\"menu_text_align_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:22:\"menu_hover_first_color\";a:6:{s:5:\"label\";s:33:\"Main Menu Font Hover/Active Color\";s:11:\"description\";s:97:\"Controls the color for main menu text hover and active states, highlight bar and dropdown border.\";s:2:\"id\";s:22:\"menu_hover_first_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:24:\"--menu_hover_first_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:28:\"--menu_hover_first_color-65a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.65\";}}}}s:14:\"menu_sub_color\";a:8:{s:5:\"label\";s:29:\"Main Menu Dropdown Font Color\";s:11:\"description\";s:47:\"Controls the color for main menu dropdown text.\";s:2:\"id\";s:14:\"menu_sub_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--menu_sub_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"nav_dropdown_font_size\";a:9:{s:5:\"label\";s:28:\"Main Menu Dropdown Font Size\";s:11:\"description\";s:51:\"Controls the font size for main menu dropdown text.\";s:2:\"id\";s:22:\"nav_dropdown_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:24:\"--nav_dropdown_font_size\";}}}}}s:22:\"flyout_menu_subsection\";a:5:{s:5:\"label\";s:11:\"Flyout Menu\";s:2:\"id\";s:22:\"flyout_menu_subsection\";s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:8:{s:31:\"flyout_menu_important_note_info\";a:6:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:224:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Flyout Menu Options are only available when using Header Layout #6 or Mobile Flyout Menu. Your current setup does not utilize the flyout menu.</div>\";s:2:\"id\";s:31:\"flyout_menu_important_note_info\";s:4:\"type\";s:6:\"custom\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:3;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}}s:26:\"flyout_menu_icon_font_size\";a:9:{s:5:\"label\";s:26:\"Flyout Menu Icon Font Size\";s:11:\"description\";s:49:\"Controls the font size for the flyout menu icons.\";s:2:\"id\";s:26:\"flyout_menu_icon_font_size\";s:7:\"default\";s:4:\"20px\";s:4:\"type\";s:9:\"dimension\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:28:\"--flyout_menu_icon_font_size\";}i:1;a:2:{s:4:\"name\";s:31:\"--flyout_menu_icon_font_size_px\";s:8:\"callback\";a:1:{i:0;s:11:\"units_to_px\";}}}}s:24:\"flyout_nav_icons_padding\";a:9:{s:5:\"label\";s:24:\"Flyout Menu Icon Padding\";s:11:\"description\";s:63:\"Controls the right padding for flyout menu icons (left on RTL).\";s:2:\"id\";s:24:\"flyout_nav_icons_padding\";s:7:\"default\";s:2:\"32\";s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--flyout_nav_icons_padding\";s:7:\"element\";s:25:\".fusion-flyout-menu-icons\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"flyout_menu_icon_color\";a:8:{s:5:\"label\";s:22:\"Flyout Menu Icon Color\";s:11:\"description\";s:44:\"Controls the color of the flyout menu icons.\";s:2:\"id\";s:22:\"flyout_menu_icon_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--flyout_menu_icon_color\";s:7:\"element\";s:25:\".fusion-flyout-menu-icons\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"flyout_menu_icon_hover_color\";a:8:{s:5:\"label\";s:28:\"Flyout Menu Icon Hover Color\";s:11:\"description\";s:50:\"Controls the hover color of the flyout menu icons.\";s:2:\"id\";s:28:\"flyout_menu_icon_hover_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:30:\"--flyout_menu_icon_hover_color\";s:7:\"element\";s:25:\".fusion-flyout-menu-icons\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"flyout_menu_background_color\";a:8:{s:5:\"label\";s:28:\"Flyout Menu Background Color\";s:11:\"description\";s:48:\"Controls the background color of the flyout menu\";s:2:\"id\";s:28:\"flyout_menu_background_color\";s:7:\"default\";s:96:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 6%))\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:30:\"--flyout_menu_background_color\";s:7:\"element\";s:22:\".fusion-flyout-menu-bg\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"flyout_menu_direction\";a:9:{s:5:\"label\";s:21:\"Flyout Menu Direction\";s:11:\"description\";s:51:\"Controls the direction the flyout menu starts from.\";s:2:\"id\";s:21:\"flyout_menu_direction\";s:7:\"default\";s:4:\"fade\";s:4:\"type\";s:6:\"select\";s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:7:\"choices\";a:5:{s:4:\"fade\";s:4:\"Fade\";s:4:\"left\";s:4:\"Left\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:3:\"top\";s:3:\"Top\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:22:\".fusion-logo-alignment\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:29:\"avada-flyout-menu-direction-$\";s:12:\"remove_attrs\";a:5:{i:0;s:32:\"avada-flyout-menu-direction-fade\";i:1;s:32:\"avada-flyout-menu-direction-left\";i:2;s:33:\"avada-flyout-menu-direction-right\";i:3;s:34:\"avada-flyout-menu-direction-bottom\";i:4;s:31:\"avada-flyout-menu-direction-top\";}}}}s:24:\"flyout_menu_item_padding\";a:9:{s:5:\"label\";s:24:\"Flyout Menu Item Padding\";s:11:\"description\";s:47:\"Controls the padding between flyout menu items.\";s:2:\"id\";s:24:\"flyout_menu_item_padding\";s:7:\"default\";s:2:\"32\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:20:\"fusion-gutter-and-or\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--flyout_menu_item_padding\";s:7:\"element\";s:19:\".fusion-flyout-menu\";s:13:\"value_pattern\";s:3:\"$px\";}}}}}s:26:\"heading_secondary_top_menu\";a:6:{s:5:\"label\";s:18:\"Secondary Top Menu\";s:2:\"id\";s:26:\"heading_secondary_top_menu\";s:8:\"priority\";i:6;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:12:{s:22:\"no_secondary_menu_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:227:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Secondary Top Menu Options are only available when using Header Layouts #2-5. Your current Header Layout does not utilize the secondary top menu.</div>\";s:2:\"id\";s:22:\"no_secondary_menu_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v5\";}}}s:23:\"topmenu_dropwdown_width\";a:9:{s:5:\"label\";s:29:\"Secondary Menu Dropdown Width\";s:11:\"description\";s:50:\"Controls the width of the secondary menu dropdown.\";s:2:\"id\";s:23:\"topmenu_dropwdown_width\";s:7:\"default\";s:3:\"200\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--topmenu_dropwdown_width\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:29:\"header_top_first_border_color\";a:8:{s:5:\"label\";s:28:\"Secondary Menu Divider Color\";s:11:\"description\";s:61:\"Controls the divider color of the first level secondary menu.\";s:2:\"id\";s:29:\"header_top_first_border_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--header_top_first_border_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"header_top_sub_bg_color\";a:8:{s:5:\"label\";s:40:\"Secondary Menu Dropdown Background Color\";s:11:\"description\";s:61:\"Controls the background color of the secondary menu dropdown.\";s:2:\"id\";s:23:\"header_top_sub_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--header_top_sub_bg_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"header_top_menu_bg_hover_color\";a:8:{s:5:\"label\";s:46:\"Secondary Menu Dropdown Background Hover Color\";s:11:\"description\";s:67:\"Controls the background hover color of the secondary menu dropdown.\";s:2:\"id\";s:30:\"header_top_menu_bg_hover_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--header_top_menu_bg_hover_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:29:\"header_top_menu_sub_sep_color\";a:8:{s:5:\"label\";s:39:\"Secondary Menu Dropdown Separator Color\";s:11:\"description\";s:68:\"Controls the color of the separators in the secondary menu dropdown.\";s:2:\"id\";s:29:\"header_top_menu_sub_sep_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--header_top_menu_sub_sep_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"secondary_menu_typography_info\";a:5:{s:5:\"label\";s:29:\"Secondary Top Menu Typography\";s:2:\"id\";s:30:\"secondary_menu_typography_info\";s:4:\"type\";s:4:\"info\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}}s:14:\"snav_font_size\";a:9:{s:5:\"label\";s:24:\"Secondary Menu Font Size\";s:11:\"description\";s:47:\"Controls the font size for secondary menu text.\";s:2:\"id\";s:14:\"snav_font_size\";s:7:\"default\";s:4:\"12px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--snav_font_size\";}}}s:11:\"sec_menu_lh\";a:9:{s:5:\"label\";s:26:\"Secondary Menu Line Height\";s:11:\"description\";s:44:\"Controls the line height for secondary menu.\";s:2:\"id\";s:11:\"sec_menu_lh\";s:7:\"default\";s:4:\"48px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:13:\"--sec_menu_lh\";}i:1;a:3:{s:4:\"name\";s:16:\"--top-bar-height\";s:7:\"element\";s:14:\".fusion-header\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:11:\"calc($ / 2)\";i:1;s:6:\"21.5px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:11:\"sec_menu_lh\";i:1;s:1:\">\";i:2;s:2:\"43\";}}}}}}}s:10:\"snav_color\";a:8:{s:5:\"label\";s:25:\"Secondary Menu Font Color\";s:11:\"description\";s:43:\"Controls the color for secondary menu text.\";s:2:\"id\";s:10:\"snav_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:12:\"--snav_color\";s:7:\"element\";s:24:\".fusion-secondary-header\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"header_top_menu_sub_color\";a:8:{s:5:\"label\";s:34:\"Secondary Menu Dropdown Font Color\";s:11:\"description\";s:52:\"Controls the color for secondary menu dropdown text.\";s:2:\"id\";s:25:\"header_top_menu_sub_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--header_top_menu_sub_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:31:\"header_top_menu_sub_hover_color\";a:8:{s:5:\"label\";s:40:\"Secondary Menu Dropdown Font Hover Color\";s:11:\"description\";s:58:\"Controls the hover color for secondary menu dropdown text.\";s:2:\"id\";s:31:\"header_top_menu_sub_hover_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v2\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v3\";}i:3;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v4\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"v5\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:33:\"--header_top_menu_sub_hover_color\";s:7:\"element\";s:22:\".fusion-secondary-menu\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:19:\"heading_mobile_menu\";a:6:{s:5:\"label\";s:11:\"Mobile Menu\";s:2:\"id\";s:19:\"heading_mobile_menu\";s:8:\"priority\";i:6;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:18:{s:25:\"no_responsive_mode_info_1\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:280:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Please enable responsive mode. Mobile menus are only available when you\'re using the responsive mode. To enable it please go to the \"Responsive\" section and set the \"Responsive Design\" option to ON.</div>\";s:2:\"id\";s:25:\"no_responsive_mode_info_1\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"0\";}}}s:19:\"no_mobile_menu_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:319:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Because of the design of your Header Layout #6, only a few options are available here. More options are available when using Header Layouts #1-5 or 7. The rest of the options for Header Layout #6 are on the Flyout Menu and Main Menu tab.</div>\";s:2:\"id\";s:19:\"no_mobile_menu_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"top\";}}}s:18:\"mobile_menu_design\";a:10:{s:5:\"label\";s:24:\"Mobile Menu Design Style\";s:11:\"description\";s:96:\"Controls the design of the mobile menu. Flyout design style only allows parent level menu items.\";s:2:\"id\";s:18:\"mobile_menu_design\";s:7:\"default\";s:7:\"classic\";s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:7:\"choices\";a:3:{s:7:\"classic\";s:7:\"Classic\";s:6:\"modern\";s:6:\"Modern\";s:6:\"flyout\";s:6:\"Flyout\";}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:2;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:6:\"output\";a:1:{i:0;a:6:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:20:\"mobile-menu-design-$\";s:12:\"remove_attrs\";a:3:{i:0;s:26:\"mobile-menu-design-classic\";i:1;s:25:\"mobile-menu-design-modern\";i:2;s:25:\"mobile-menu-design-flyout\";}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"partial_refresh\";a:3:{s:44:\"mobile_menu_design_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:43:\"mobile_menu_design_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:25:\"mobile_menu_design_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:28:\"mobile_menu_icons_top_margin\";a:9:{s:5:\"label\";s:28:\"Mobile Menu Icons Top Margin\";s:11:\"description\";s:82:\"Controls the top margin for the icons in the modern and flyout mobile menu design.\";s:2:\"id\";s:28:\"mobile_menu_icons_top_margin\";s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"classic\";}i:2;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"classic\";}i:5;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--mobile_menu_icons_top_margin\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"mobile_menu_nav_height\";a:9:{s:5:\"label\";s:32:\"Mobile Menu Dropdown Item Height\";s:11:\"description\";s:47:\"Controls the height of each dropdown menu item.\";s:2:\"id\";s:22:\"mobile_menu_nav_height\";s:7:\"default\";s:2:\"42\";s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"200\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--mobile_menu_nav_height\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:27:\"mobile_nav_submenu_slideout\";a:8:{s:5:\"label\";s:31:\"Mobile Menu Dropdown Slide Outs\";s:11:\"description\";s:60:\"Turn on to allow dropdown sections to slide out when tapped.\";s:2:\"id\";s:27:\"mobile_nav_submenu_slideout\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:16:\"submenu_slideout\";s:7:\"trigger\";a:1:{i:0;s:16:\"fusionMobileMenu\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"mobile_menu_search\";a:7:{s:5:\"label\";s:37:\"Display Mobile Menu Search Icon/Field\";s:11:\"description\";s:60:\"Turn on to display the search icon/field in the mobile menu.\";s:2:\"id\";s:18:\"mobile_menu_search\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:3:{s:44:\"mobile_menu_search_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:43:\"mobile_menu_search_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:25:\"mobile_menu_search_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:29:\"mobile_menu_submenu_indicator\";a:7:{s:5:\"label\";s:30:\"Mobile Menu Sub-Menu Indicator\";s:11:\"description\";s:69:\"Turn on to display the mobile menu sub-menu indicator: &quot;-&quot;.\";s:2:\"id\";s:29:\"mobile_menu_submenu_indicator\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:25:\".fusion-mobile-nav-holder\";s:9:\"className\";s:33:\"fusion-mobile-menu-indicator-hide\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"mobile_header_bg_color\";a:9:{s:5:\"label\";s:30:\"Mobile Header Background Color\";s:11:\"description\";s:62:\"Controls the background color of the header on mobile devices.\";s:2:\"id\";s:22:\"mobile_header_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--mobile_header_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:10:\"not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:36:\"avada-mobile-header-color-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:0;}}}s:30:\"mobile_archive_header_bg_color\";a:8:{s:5:\"label\";s:38:\"Mobile Archive Header Background Color\";s:11:\"description\";s:75:\"Controls the background color of the archive page header on mobile devices.\";s:2:\"id\";s:30:\"mobile_archive_header_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--mobile_header_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:28:\"mobile_menu_background_color\";a:8:{s:5:\"label\";s:28:\"Mobile Menu Background Color\";s:11:\"description\";s:86:\"Controls the background color of the mobile menu dropdown and classic mobile menu box.\";s:2:\"id\";s:28:\"mobile_menu_background_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--mobile_menu_background_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"mobile_menu_hover_color\";a:8:{s:5:\"label\";s:34:\"Mobile Menu Background Hover Color\";s:11:\"description\";s:64:\"Controls the background hover color of the mobile menu dropdown.\";s:2:\"id\";s:23:\"mobile_menu_hover_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--mobile_menu_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"mobile_menu_border_color\";a:8:{s:5:\"label\";s:24:\"Mobile Menu Border Color\";s:11:\"description\";s:95:\"Controls the border and divider colors of the mobile menu dropdown and classic mobile menu box.\";s:2:\"id\";s:24:\"mobile_menu_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--mobile_menu_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"mobile_menu_toggle_color\";a:8:{s:5:\"label\";s:24:\"Mobile Menu Toggle Color\";s:11:\"description\";s:50:\"Controls the color of the mobile menu toggle icon.\";s:2:\"id\";s:24:\"mobile_menu_toggle_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--mobile_menu_toggle_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"mobile_menu_typography_info\";a:5:{s:5:\"label\";s:22:\"Mobile Menu Typography\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"mobile_menu_typography_info\";s:4:\"type\";s:4:\"info\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}}}s:22:\"mobile_menu_typography\";a:11:{s:2:\"id\";s:22:\"mobile_menu_typography\";s:5:\"label\";s:22:\"Mobile Menu Typography\";s:11:\"description\";s:54:\"These settings control the typography for mobile menu.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:25:\"text_transform_no_inherit\";b:1;s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography3-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography3-font-size)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography3-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography3-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:2;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:11:{i:0;a:3:{s:4:\"name\";s:36:\"--mobile_menu_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:22:\"mobile_menu_typography\";}}i:1;a:2:{s:4:\"name\";s:34:\"--mobile_menu_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:2;a:3:{s:4:\"name\";s:36:\"--mobile_menu_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:3;a:2:{s:4:\"name\";s:36:\"--mobile_menu_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:4;a:3:{s:4:\"name\";s:39:\"--mobile_menu_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:5;a:2:{s:4:\"name\";s:30:\"--mobile_menu_typography-color\";s:6:\"choice\";s:5:\"color\";}i:6;a:2:{s:4:\"name\";s:35:\"--mobile_menu_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:7;a:2:{s:4:\"name\";s:36:\"--mobile_menu_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";}i:8;a:2:{s:4:\"name\";s:39:\"--mobile_menu_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:9;a:3:{s:4:\"name\";s:45:\"--mobile_menu_typography-font-size-30-or-24px\";s:6:\"choice\";s:9:\"font-size\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:4:\"30px\";i:1;s:4:\"24px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:33:\"mobile_menu_typography[font-size]\";i:1;s:1:\">\";i:2;s:2:\"35\";}}}}}i:10;a:3:{s:4:\"name\";s:47:\"--mobile_menu_typography-font-size-open-submenu\";s:6:\"choice\";s:9:\"font-size\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:4:\"20px\";i:1;s:45:\"var(--mobile_menu_typography-font-size, 13px)\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:33:\"mobile_menu_typography[font-size]\";i:1;s:1:\">\";i:2;s:2:\"30\";}}}}}}}s:28:\"mobile_menu_font_hover_color\";a:8:{s:5:\"label\";s:23:\"Mobile Menu Hover Color\";s:11:\"description\";s:99:\"Controls the hover color of the mobile menu item. Also, used to highlight current mobile menu item.\";s:2:\"id\";s:28:\"mobile_menu_font_hover_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:24:\"fusion-gutter-and-or-and\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:2;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--mobile_menu_font_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"mobile_menu_text_align\";a:9:{s:5:\"label\";s:22:\"Mobile Menu Text Align\";s:11:\"description\";s:40:\"Controls the mobile menu text alignment.\";s:2:\"id\";s:22:\"mobile_menu_text_align\";s:7:\"default\";s:4:\"left\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"class\";s:32:\"fusion-gutter-and-and-or-and-and\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}i:3;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:4;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:5;a:3:{s:7:\"setting\";s:18:\"mobile_menu_design\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"flyout\";}}s:6:\"output\";a:4:{i:0;a:0:{}i:1;a:0:{}i:2;a:0:{}i:3;a:6:{s:7:\"element\";s:28:\"nav.fusion-mobile-nav-holder\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:31:\"fusion-mobile-menu-text-align-$\";s:12:\"remove_attrs\";a:3:{i:0;s:34:\"fusion-mobile-menu-text-align-left\";i:1;s:36:\"fusion-mobile-menu-text-align-center\";i:2;s:35:\"fusion-mobile-menu-text-align-right\";}s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:1:{s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:18:\"mobile_menu_design\";i:1;s:3:\"!==\";i:2;s:6:\"flyout\";}}}}}}}}}s:20:\"mega_menu_subsection\";a:4:{s:5:\"label\";s:16:\"Legacy Mega Menu\";s:2:\"id\";s:20:\"mega_menu_subsection\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:9:{s:19:\"header_v6_used_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:219:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Legacy Mega Menu Options are only available when using Header Layouts #1-5. Your current Header Layout #6 does not utilize the mega menu.</div>\";s:2:\"id\";s:19:\"header_v6_used_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v6\";}}}s:18:\"legacy_mega_notice\";a:4:{s:2:\"id\";s:18:\"legacy_mega_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:335:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant Mega Menu setup, we recommend using the Library Mega Menus. To create a Mega Menu, visit the <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-library\" target=\"_blank\">Avada Library</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:22:\"megamenu_disabled_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:185:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Legacy Mega Menu is disabled in Advanced > Theme Features section. Please enable it to see the options.</div>\";s:2:\"id\";s:22:\"megamenu_disabled_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}}}s:14:\"megamenu_width\";a:10:{s:5:\"label\";s:34:\"Legacy Mega Menu Wrapper Max Width\";s:11:\"description\";s:139:\"Controls the max width of the legacy mega menu. On boxed side header layouts, &quot;Viewport Width&quot; will match &quot;Site Width&quot;.\";s:2:\"id\";s:14:\"megamenu_width\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:10:\"site_width\";s:7:\"choices\";a:3:{s:10:\"site_width\";s:10:\"Site Width\";s:14:\"viewport_width\";s:10:\"100% Width\";s:12:\"custom_width\";s:12:\"Custom Width\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:2:{s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:19:\"megamenu_base_width\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:9:\"transport\";s:7:\"refresh\";s:15:\"partial_refresh\";a:3:{s:40:\"megamenu_width_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:39:\"megamenu_width_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:22:\"mmegamenu_width_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:18:\"megamenu_max_width\";a:8:{s:5:\"label\";s:26:\"Legacy Mega Menu Max-Width\";s:11:\"description\";s:47:\"Controls the max width of the legacy mega menu.\";s:2:\"id\";s:18:\"megamenu_max_width\";s:7:\"default\";s:4:\"1200\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"4096\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:14:\"megamenu_width\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:12:\"custom_width\";}}s:15:\"partial_refresh\";a:3:{s:44:\"megamenu_max_width_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:43:\"megamenu_max_width_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:25:\"megamenu_max_width_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:31:\"megamenu_interior_content_width\";a:8:{s:5:\"label\";s:39:\"Legacy Mega Menu Interior Content Width\";s:11:\"description\";s:103:\"For full width mega menus select if the interior menu content is contained to site width or 100% width.\";s:2:\"id\";s:31:\"megamenu_interior_content_width\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:14:\"viewport_width\";s:7:\"choices\";a:2:{s:10:\"site_width\";s:10:\"Site Width\";s:14:\"viewport_width\";s:10:\"100% Width\";}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:3:\"top\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:2;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:14:\"megamenu_width\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:14:\"viewport_width\";}}s:15:\"partial_refresh\";a:3:{s:40:\"megamenu_width_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:39:\"megamenu_width_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:22:\"mmegamenu_width_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:19:\"megamenu_title_size\";a:8:{s:5:\"label\";s:34:\"Legacy Mega Menu Column Title Size\";s:11:\"description\";s:51:\"Controls the font size for mega menu column titles.\";s:2:\"id\";s:19:\"megamenu_title_size\";s:7:\"default\";s:4:\"18px\";s:6:\"hidden\";b:1;s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--megamenu_title_size\";s:7:\"element\";s:22:\".fusion-megamenu-title\";}}}s:30:\"megamenu_item_vertical_padding\";a:8:{s:5:\"label\";s:38:\"Legacy Mega Menu Dropdown Item Padding\";s:11:\"description\";s:61:\"Controls the top/bottom padding for mega menu dropdown items.\";s:2:\"id\";s:30:\"megamenu_item_vertical_padding\";s:7:\"default\";s:1:\"7\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--megamenu_item_vertical_padding\";s:7:\"element\";s:24:\".fusion-megamenu-submenu\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:29:\"megamenu_item_display_divider\";a:7:{s:5:\"label\";s:29:\"Legacy Mega Menu Item Divider\";s:11:\"description\";s:62:\"Turn on to display a divider between mega menu dropdown items.\";s:2:\"id\";s:29:\"megamenu_item_display_divider\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v6\";}i:1;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"avada-has-megamenu-item-divider\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}}}s:21:\"menu_icons_subsection\";a:5:{s:5:\"label\";s:15:\"Main Menu Icons\";s:2:\"id\";s:21:\"menu_icons_subsection\";s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:1;s:6:\"fields\";a:6:{s:15:\"menu_icons_note\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:381:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Icons are available for both the main and dropdown menus. However, the options below only apply to the main menu. Dropdown menu icons do not use these options below, they follow the dropdown font size and color. The icons themselves can be added to your menu items in the Appearance > Menus section.</div>\";s:2:\"id\";s:15:\"menu_icons_note\";s:4:\"type\";s:6:\"custom\";}s:18:\"menu_icon_position\";a:8:{s:5:\"label\";s:23:\"Main Menu Icon Position\";s:11:\"description\";s:37:\"Controls the main menu icon position.\";s:2:\"id\";s:18:\"menu_icon_position\";s:7:\"default\";s:4:\"left\";s:7:\"choices\";a:4:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";}s:4:\"type\";s:6:\"select\";s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:26:\"avada-menu-icon-position-$\";s:12:\"remove_attrs\";a:4:{i:0;s:28:\"avada-menu-icon-position-top\";i:1;s:30:\"avada-menu-icon-position-right\";i:2;s:31:\"avada-menu-icon-position-bottom\";i:3;s:29:\"avada-menu-icon-position-left\";}}}s:15:\"partial_refresh\";a:3:{s:44:\"menu_icon_position_header_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:43:\"menu_icon_position_header_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:25:\"menu_icon_position_header\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:14:\"menu_icon_size\";a:7:{s:5:\"label\";s:19:\"Main Menu Icon Size\";s:11:\"description\";s:46:\"Controls the size of the top-level menu icons.\";s:2:\"id\";s:14:\"menu_icon_size\";s:7:\"default\";s:2:\"14\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--menu_icon_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:15:\"menu_icon_color\";a:6:{s:5:\"label\";s:20:\"Main Menu Icon Color\";s:11:\"description\";s:52:\"Controls the color of the top-level main menu icons.\";s:2:\"id\";s:15:\"menu_icon_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--menu_icon_color\";s:7:\"element\";s:21:\".fusion-megamenu-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"menu_icon_hover_color\";a:6:{s:5:\"label\";s:26:\"Main Menu Icon Hover Color\";s:11:\"description\";s:58:\"Controls the hover color of the top-level main menu icons.\";s:2:\"id\";s:21:\"menu_icon_hover_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:23:\"--menu_icon_hover_color\";s:7:\"element\";s:21:\".fusion-megamenu-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"menu_thumbnail_size\";a:8:{s:5:\"label\";s:24:\"Mega Menu Thumbnail Size\";s:11:\"description\";s:149:\"Controls the width and height of the top-level mega menu thumbnails. Use &quot;auto&quot; for automatic resizing if you added either width or height.\";s:2:\"id\";s:19:\"menu_thumbnail_size\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"26px\";s:6:\"height\";s:4:\"14px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"disable_megamenu\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:27:\"--menu_thumbnail_size-width\";s:6:\"choice\";s:5:\"width\";s:7:\"element\";s:17:\".fusion-main-menu\";}i:1;a:3:{s:4:\"name\";s:28:\"--menu_thumbnail_size-height\";s:6:\"choice\";s:6:\"height\";s:7:\"element\";s:17:\".fusion-main-menu\";}}}}}}}s:4:\"logo\";a:7:{s:5:\"label\";s:4:\"Logo\";s:2:\"id\";s:12:\"heading_logo\";s:8:\"is_panel\";b:1;s:4:\"logo\";i:5;s:4:\"icon\";s:17:\"el-icon-plus-sign\";s:8:\"alt_icon\";s:19:\"fusiona-plus-circle\";s:6:\"fields\";a:2:{s:20:\"logo_options_wrapper\";a:7:{s:5:\"label\";s:4:\"Logo\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:20:\"logo_options_wrapper\";s:4:\"icon\";b:1;s:8:\"position\";s:5:\"start\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:14:{s:14:\"logo_alignment\";a:9:{s:5:\"label\";s:14:\"Logo Alignment\";s:11:\"description\";s:88:\"Controls the logo alignment. &quot;Center&quot; only works on Header 5 and Side Headers.\";s:2:\"id\";s:14:\"logo_alignment\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--logo_alignment\";}}s:6:\"output\";a:5:{i:0;a:5:{s:7:\"element\";s:22:\".fusion-logo-alignment\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:13:\"fusion-logo-$\";s:12:\"remove_attrs\";a:3:{i:0;s:16:\"fusion-logo-left\";i:1;s:18:\"fusion-logo-center\";i:2;s:17:\"fusion-logo-right\";}}i:1;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:13:\"avadaMenuVars\";s:2:\"id\";s:14:\"logo_alignment\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:17:\"mobile-logo-pos-$\";s:12:\"remove_attrs\";a:3:{i:0;s:20:\"mobile-logo-pos-left\";i:1;s:22:\"mobile-logo-pos-center\";i:2;s:21:\"mobile-logo-pos-right\";}}i:3;a:5:{s:7:\"element\";s:41:\".side-header-wrapper .side-header-content\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:13:\"fusion-logo-$\";s:12:\"remove_attrs\";a:3:{i:0;s:16:\"fusion-logo-left\";i:1;s:18:\"fusion-logo-center\";i:2;s:17:\"fusion-logo-right\";}}i:4;a:5:{s:7:\"element\";s:48:\".side-header-wrapper .fusion-main-menu-container\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:18:\"fusion-logo-menu-$\";s:12:\"remove_attrs\";a:3:{i:0;s:21:\"fusion-logo-menu-left\";i:1;s:23:\"fusion-logo-menu-center\";i:2;s:22:\"fusion-logo-menu-right\";}}}}s:11:\"logo_margin\";a:9:{s:5:\"label\";s:12:\"Logo Margins\";s:11:\"description\";s:56:\"Controls the top/right/bottom/left margins for the logo.\";s:2:\"id\";s:11:\"logo_margin\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"34px\";s:6:\"bottom\";s:4:\"34px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:4:\"type\";s:7:\"spacing\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:4:{i:0;a:4:{s:4:\"name\";s:17:\"--logo_margin-top\";s:7:\"element\";s:12:\".fusion-logo\";s:6:\"choice\";s:3:\"top\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:3:\"0px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:9:\"logo[url]\";i:1;s:3:\"!==\";i:2;s:0:\"\";}}}}}i:1;a:4:{s:4:\"name\";s:20:\"--logo_margin-bottom\";s:7:\"element\";s:12:\".fusion-logo\";s:6:\"choice\";s:6:\"bottom\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:3:\"0px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:9:\"logo[url]\";i:1;s:3:\"!==\";i:2;s:0:\"\";}}}}}i:2;a:4:{s:4:\"name\";s:18:\"--logo_margin-left\";s:7:\"element\";s:12:\".fusion-logo\";s:6:\"choice\";s:4:\"left\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:3:\"0px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:9:\"logo[url]\";i:1;s:3:\"!==\";i:2;s:0:\"\";}}}}}i:3;a:4:{s:4:\"name\";s:19:\"--logo_margin-right\";s:7:\"element\";s:12:\".fusion-logo\";s:6:\"choice\";s:5:\"right\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:3:\"0px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:9:\"logo[url]\";i:1;s:3:\"!==\";i:2;s:0:\"\";}}}}}}s:6:\"output\";a:6:{i:0;a:4:{s:7:\"element\";a:2:{i:0;s:27:\".fusion-header .fusion-logo\";i:1;s:25:\"#side-header .fusion-logo\";}s:6:\"choice\";s:3:\"top\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:15:\"data-margin-top\";}i:1;a:3:{s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:2:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:18:\"header_padding_top\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:4:{s:7:\"element\";a:2:{i:0;s:27:\".fusion-header .fusion-logo\";i:1;s:25:\"#side-header .fusion-logo\";}s:6:\"choice\";s:6:\"bottom\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:18:\"data-margin-bottom\";}i:3;a:3:{s:6:\"choice\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaHeaderVars\";s:2:\"id\";s:18:\"logo_margin_bottom\";s:7:\"trigger\";a:1:{i:0;s:27:\"fusion-reinit-sticky-header\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:4;a:4:{s:7:\"element\";a:2:{i:0;s:27:\".fusion-header .fusion-logo\";i:1;s:25:\"#side-header .fusion-logo\";}s:6:\"choice\";s:4:\"left\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:16:\"data-margin-left\";}i:5;a:4:{s:7:\"element\";a:2:{i:0;s:27:\".fusion-header .fusion-logo\";i:1;s:25:\"#side-header .fusion-logo\";}s:6:\"choice\";s:5:\"right\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:17:\"data-margin-right\";}}}s:15:\"logo_background\";a:9:{s:5:\"label\";s:15:\"Logo Background\";s:11:\"description\";s:53:\"Turn on to display a colored background for the logo.\";s:2:\"id\";s:15:\"logo_background\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:28:\"fusion-gutter-and-and-or-and\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v4\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v5\";}i:2;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:3;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:4;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}s:15:\"partial_refresh\";a:1:{s:20:\"partial_refresh_logo\";a:3:{s:8:\"selector\";s:36:\".fusion-logo,.fusion-logo-background\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:9:\"body,html\";s:9:\"className\";s:25:\"avada-has-logo-background\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:21:\"logo_background_color\";a:8:{s:5:\"label\";s:21:\"Logo Background Color\";s:11:\"description\";s:43:\"Controls the background color for the logo.\";s:2:\"id\";s:21:\"logo_background_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:5:\"class\";s:36:\"fusion-gutter-and-and-and-or-and-and\";s:8:\"required\";a:7:{i:0;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v4\";}i:1;a:3:{s:7:\"setting\";s:13:\"header_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:2:\"v5\";}i:2;a:3:{s:7:\"setting\";s:15:\"logo_background\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:4;a:3:{s:7:\"setting\";s:15:\"header_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:5;a:3:{s:7:\"setting\";s:15:\"logo_background\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:6;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--logo_background_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"logo_custom_link\";a:6:{s:5:\"label\";s:20:\"Logo Custom Link URL\";s:11:\"description\";s:95:\"Enter a custom URL the site logo should link to. Leave empty to let logo link to the home page.\";s:2:\"id\";s:16:\"logo_custom_link\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:17:\".fusion-logo-link\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:4:\"href\";s:13:\"value_pattern\";s:1:\"$\";}}}s:23:\"default_logo_info_title\";a:5:{s:5:\"label\";s:12:\"Default Logo\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"default_logo_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:4:\"logo\";a:9:{s:5:\"label\";s:12:\"Default Logo\";s:11:\"description\";s:35:\"Select an image file for your logo.\";s:2:\"id\";s:4:\"logo\";s:7:\"default\";s:73:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/logo.png\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:15:\"partial_refresh\";a:1:{s:20:\"partial_refresh_logo\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:2:{i:0;s:14:\".fusion-header\";i:1;s:33:\"#side-header .side-header-wrapper\";}s:9:\"shortcuts\";a:1:{i:0;a:3:{s:10:\"aria_label\";s:9:\"Edit Logo\";s:4:\"icon\";s:19:\"fusiona-plus-circle\";s:5:\"order\";i:2;}}}}s:11:\"logo_retina\";a:9:{s:5:\"label\";s:19:\"Retina Default Logo\";s:11:\"description\";s:107:\"Select an image file for the retina version of the logo. It should be exactly 2x the size of the main logo.\";s:2:\"id\";s:11:\"logo_retina\";s:7:\"default\";s:76:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/logo@2x.png\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:4:\"logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:15:\"partial_refresh\";a:1:{s:27:\"partial_refresh_logo_retina\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}}s:22:\"sticky_logo_info_title\";a:5:{s:5:\"label\";s:18:\"Sticky Header Logo\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"sticky_logo_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:18:\"sticky_header_logo\";a:9:{s:5:\"label\";s:18:\"Sticky Header Logo\";s:11:\"description\";s:49:\"Select an image file for your sticky header logo.\";s:2:\"id\";s:18:\"sticky_header_logo\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:15:\"partial_refresh\";a:1:{s:34:\"partial_refresh_sticky_header_logo\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:22:\".fusion-logo-alignment\";s:9:\"className\";s:20:\"fusion-sticky-logo-1\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"sticky_header_logo_retina\";a:9:{s:5:\"label\";s:25:\"Retina Sticky Header Logo\";s:11:\"description\";s:130:\"Select an image file for the retina version of the sticky header logo. It should be exactly 2x the size of the sticky header logo.\";s:2:\"id\";s:25:\"sticky_header_logo_retina\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:18:\"sticky_header_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:18:\"sticky_header_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:18:\"sticky_header_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:15:\"partial_refresh\";a:1:{s:41:\"partial_refresh_sticky_header_logo_retina\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}}s:22:\"mobile_logo_info_title\";a:5:{s:5:\"label\";s:11:\"Mobile Logo\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"mobile_logo_info_title\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:11:\"mobile_logo\";a:8:{s:5:\"label\";s:11:\"Mobile Logo\";s:11:\"description\";s:42:\"Select an image file for your mobile logo.\";s:2:\"id\";s:11:\"mobile_logo\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:15:\"partial_refresh\";a:1:{s:27:\"partial_refresh_mobile_logo\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}}s:18:\"mobile_logo_retina\";a:9:{s:5:\"label\";s:18:\"Retina Mobile Logo\";s:11:\"description\";s:116:\"Select an image file for the retina version of the mobile logo. It should be exactly 2x the size of the mobile logo.\";s:2:\"id\";s:18:\"mobile_logo_retina\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:3:\"min\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"mobile_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:11:\"mobile_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:11:\"mobile_logo\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:15:\"partial_refresh\";a:1:{s:34:\"partial_refresh_mobile_logo_retina\";a:3:{s:8:\"selector\";s:12:\".fusion-logo\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:4:\"logo\";}}}}}}s:8:\"favicons\";a:7:{s:5:\"label\";s:7:\"Favicon\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:8:\"favicons\";s:4:\"icon\";b:1;s:8:\"position\";s:5:\"start\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:4:{s:8:\"fav_icon\";a:7:{s:5:\"label\";s:7:\"Favicon\";s:11:\"description\";s:55:\"Favicon for your website at 32px x 32px or 64px x 64px.\";s:2:\"id\";s:8:\"fav_icon\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:20:\"fav_icon_apple_touch\";a:7:{s:5:\"label\";s:16:\"Apple Touch Icon\";s:11:\"description\";s:47:\"Favicon for Apple iOS devices at 180px x 180px.\";s:2:\"id\";s:20:\"fav_icon_apple_touch\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:16:\"fav_icon_android\";a:7:{s:5:\"label\";s:20:\"Android Devices Icon\";s:11:\"description\";s:51:\"Favicon for Android-based devices at 192px x 192px.\";s:2:\"id\";s:16:\"fav_icon_android\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:13:\"fav_icon_edge\";a:7:{s:5:\"label\";s:19:\"Microsoft Edge Icon\";s:11:\"description\";s:53:\"Favicon for Microsoft Edge browsers at 270px x 270px.\";s:2:\"id\";s:13:\"fav_icon_edge\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:9:\"transport\";s:11:\"postMessage\";}}}}}s:14:\"page_title_bar\";a:6:{s:5:\"label\";s:14:\"Page Title Bar\";s:2:\"id\";s:22:\"heading_page_title_bar\";s:8:\"priority\";i:7;s:4:\"icon\";s:18:\"el-icon-adjust-alt\";s:8:\"alt_icon\";s:18:\"fusiona-page_title\";s:6:\"fields\";a:23:{s:39:\"page_title_bar_template_override_notice\";a:5:{s:2:\"id\";s:39:\"page_title_bar_template_override_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:329:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Page Title Bar override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:6:\"hidden\";b:1;s:4:\"type\";s:6:\"custom\";}s:30:\"page_title_bar_template_notice\";a:4:{s:2:\"id\";s:30:\"page_title_bar_template_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:339:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Page Title Bar Builder to create a custom Page Title Bar Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:14:\"page_title_bar\";a:9:{s:5:\"label\";s:14:\"Page Title Bar\";s:11:\"description\";s:41:\"Controls how the page title bar displays.\";s:2:\"id\";s:14:\"page_title_bar\";s:7:\"default\";s:4:\"hide\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:15:\"bar_and_content\";s:20:\"Show Bar and Content\";s:12:\"content_only\";s:17:\"Show Content Only\";s:4:\"hide\";s:4:\"Hide\";}s:4:\"type\";s:6:\"select\";s:15:\"partial_refresh\";a:1:{s:38:\"page_title_bar_contents_page_title_bar\";a:5:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";s:17:\"skip_for_template\";a:1:{i:0;s:14:\"page_title_bar\";}}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:20:\"avada-has-titlebar-$\";s:12:\"remove_attrs\";a:3:{i:0;s:23:\"avada-has-titlebar-hide\";i:1;s:34:\"avada-has-titlebar-bar_and_content\";i:2;s:31:\"avada-has-titlebar-content_only\";}}}}s:17:\"page_title_bar_bs\";a:9:{s:5:\"label\";s:40:\"Breadcrumbs / Search Bar Content Display\";s:11:\"description\";s:301:\"Controls what displays in the breadcrumbs area.   <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"page_title_bar_bs\";s:7:\"default\";s:11:\"breadcrumbs\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:4:\"none\";s:4:\"None\";s:11:\"breadcrumbs\";s:11:\"Breadcrumbs\";s:10:\"search_box\";s:10:\"Search Bar\";}s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:57:\"page_title_bar_contents_breadcrumb_show_post_type_archive\";a:5:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";s:17:\"skip_for_template\";a:1:{i:0;s:14:\"page_title_bar\";}}}}s:19:\"page_title_bar_text\";a:8:{s:5:\"label\";s:23:\"Page Title Bar Headings\";s:11:\"description\";s:300:\"Turn on to display the page title bar headings.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"page_title_bar_text\";s:7:\"default\";s:1:\"1\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:43:\"page_title_bar_contents_page_title_bar_text\";a:5:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";s:17:\"skip_for_template\";a:1:{i:0;s:14:\"page_title_bar\";}}}}s:28:\"page_title_bar_styling_title\";a:6:{s:5:\"label\";s:22:\"Page Title Bar Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:28:\"page_title_bar_styling_title\";s:6:\"hidden\";b:0;s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:20:\"page_title_100_width\";a:8:{s:5:\"label\";s:25:\"Page Title Bar 100% Width\";s:11:\"description\";s:377:\"Turn on to have the page title bar area display at 100% width according to the viewport size. Turn off to follow site width.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"page_title_100_width\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:29:\"avada-has-pagetitle-100-width\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"page_title_height\";a:8:{s:5:\"label\";s:21:\"Page Title Bar Height\";s:11:\"description\";s:306:\"Controls the height of the page title bar on desktop.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"page_title_height\";s:7:\"default\";s:5:\"300px\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--page_title_height\";s:7:\"element\";s:22:\".fusion-page-title-bar\";}}}s:24:\"page_title_mobile_height\";a:9:{s:5:\"label\";s:28:\"Page Title Bar Mobile Height\";s:11:\"description\";s:305:\"Controls the height of the page title bar on mobile.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"page_title_mobile_height\";s:7:\"default\";s:5:\"240px\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--page_title_mobile_height\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:2:{i:0;s:23:\"convert_font_size_to_px\";i:1;a:2:{s:7:\"setting\";s:20:\"page_title_font_size\";s:8:\"addUnits\";b:1;}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:4:\"auto\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:39:\"avada-has-page-title-mobile-height-auto\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"page_title_bg_color\";a:8:{s:5:\"label\";s:31:\"Page Title Bar Background Color\";s:11:\"description\";s:305:\"Controls the background color of the page title bar.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"page_title_bg_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:6:\"hidden\";b:0;s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--page_title_bg_color\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"page_title_border_color\";a:9:{s:5:\"label\";s:28:\"Page Title Bar Borders Color\";s:11:\"description\";s:302:\"Controls the border colors of the page title bar.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:23:\"page_title_border_color\";s:7:\"default\";s:19:\"rgba(226,226,226,0)\";s:6:\"hidden\";b:0;s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--page_title_border_color\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"property\";s:6:\"border\";s:11:\"js_callback\";a:2:{i:0;s:31:\"fusionReturnStringIfTransparent\";i:1;a:2:{s:11:\"transparent\";s:4:\"none\";s:6:\"opaque\";s:0:\"\";}}s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Avada_Output_Callbacks\";i:1;s:23:\"page_title_border_color\";}}}}s:20:\"page_title_font_size\";a:9:{s:5:\"label\";s:32:\"Page Title Bar Heading Font Size\";s:11:\"description\";s:312:\"Controls the font size for the page title bar main heading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"page_title_font_size\";s:7:\"default\";s:4:\"54px\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--page_title_font_size\";s:7:\"element\";s:22:\".fusion-page-title-bar\";}}}s:22:\"page_title_line_height\";a:9:{s:5:\"label\";s:34:\"Page Title Bar Heading Line Height\";s:11:\"description\";s:314:\"Controls the line height for the page title bar main heading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"page_title_line_height\";s:7:\"default\";s:6:\"normal\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--page_title_line_height\";s:7:\"element\";s:22:\".fusion-page-title-bar\";}}}s:16:\"page_title_color\";a:8:{s:5:\"label\";s:33:\"Page Title Bar Heading Font Color\";s:11:\"description\";s:312:\"Controls the text color of the page title bar main heading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:16:\"page_title_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:6:\"hidden\";b:0;s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--page_title_color\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"page_title_subheader_font_size\";a:9:{s:5:\"label\";s:35:\"Page Title Bar Subheading Font Size\";s:11:\"description\";s:309:\"Controls the font size for the page titlebar subheading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:30:\"page_title_subheader_font_size\";s:7:\"default\";s:4:\"18px\";s:6:\"hidden\";b:0;s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--page_title_subheader_font_size\";s:7:\"element\";s:22:\".fusion-page-title-bar\";}}}s:26:\"page_title_subheader_color\";a:8:{s:5:\"label\";s:36:\"Page Title Bar Subheading Font Color\";s:11:\"description\";s:310:\"Controls the text color of the page title bar subheading.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"page_title_subheader_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:6:\"hidden\";b:0;s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:28:\"--page_title_subheader_color\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"page_title_alignment\";a:9:{s:5:\"label\";s:29:\"Page Title Bar Text Alignment\";s:11:\"description\";s:418:\"Choose the title and subhead text alignment. Breadcrumbs / search field will be on opposite side for left / right alignment and below the title for center alignment.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"page_title_alignment\";s:7:\"default\";s:6:\"center\";s:6:\"hidden\";b:0;s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:44:\"page_title_bar_contents_page_title_alignment\";a:5:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";s:17:\"skip_for_template\";a:1:{i:0;s:14:\"page_title_bar\";}}}}s:29:\"page_title_bar_bg_image_title\";a:6:{s:5:\"label\";s:31:\"Page Title Bar Background Image\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:29:\"page_title_bar_bg_image_title\";s:4:\"icon\";b:1;s:6:\"hidden\";b:0;s:4:\"type\";s:4:\"info\";}s:13:\"page_title_bg\";a:9:{s:5:\"label\";s:31:\"Page Title Bar Background Image\";s:11:\"description\";s:368:\"Select an image for the page title bar background. If left empty, the page title bar background color will be used.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:13:\"page_title_bg\";s:7:\"default\";s:0:\"\";s:6:\"hidden\";b:0;s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:4:{s:4:\"name\";s:15:\"--page_title_bg\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:4:\"none\";}}}}}s:20:\"page_title_bg_retina\";a:10:{s:5:\"label\";s:38:\"Retina Page Title Bar Background Image\";s:11:\"description\";s:392:\"Select an image for the retina version of the page title bar background. It should be exactly 2x the size of the page title bar background.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"page_title_bg_retina\";s:7:\"default\";s:0:\"\";s:6:\"hidden\";b:0;s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:4:{s:4:\"name\";s:22:\"--page_title_bg_retina\";s:7:\"element\";s:22:\".fusion-page-title-bar\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:20:\"var(--page_title_bg)\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:38:\"avada-has-pagetitlebar-retina-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"page_title_bg_full\";a:8:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:370:\"Turn on to have the page title bar background image display at 100% in width and height according to the window size.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:18:\"page_title_bg_full\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-has-pagetitle-bg-full\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"page_title_bg_parallax\";a:8:{s:5:\"label\";s:25:\"Parallax Background Image\";s:11:\"description\";s:320:\"Turn on to use a parallax scrolling effect on the background image.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"page_title_bg_parallax\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"avada-has-pagetitle-bg-parallax\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"page_title_fading\";a:8:{s:5:\"label\";s:16:\"Fading Animation\";s:11:\"description\";s:304:\"Turn on to have the page title text fade on scroll.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"page_title_fading\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:0;s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:13:\"avadaFadeVars\";s:2:\"id\";s:17:\"page_title_fading\";s:7:\"trigger\";a:1:{i:0;s:27:\"avadaTriggerPageTitleFading\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}}}s:11:\"breadcrumbs\";a:6:{s:5:\"label\";s:11:\"Breadcrumbs\";s:2:\"id\";s:19:\"heading_breadcrumbs\";s:8:\"priority\";i:7;s:4:\"icon\";s:21:\"el-icon-chevron-right\";s:8:\"alt_icon\";s:18:\"fusiona-breadcrumb\";s:6:\"fields\";a:13:{s:17:\"breadcrumb_mobile\";a:7:{s:5:\"label\";s:29:\"Breadcrumbs on Mobile Devices\";s:11:\"description\";s:302:\"Turn on to display breadcrumbs on mobile devices.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"breadcrumb_mobile\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:34:\"avada-has-breadcrumb-mobile-hidden\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"breacrumb_prefix\";a:7:{s:5:\"label\";s:18:\"Breadcrumbs Prefix\";s:11:\"description\";s:298:\"Controls the text before the breadcrumb menu.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:16:\"breacrumb_prefix\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:40:\"page_title_bar_contents_breacrumb_prefix\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:20:\"breacrumb_home_label\";a:7:{s:5:\"label\";s:28:\"Breadcrumbs Home Anchor Text\";s:11:\"description\";s:352:\"Controls the text anchor of the Homelink. Leave empty for translatable default of &quot;Home&quot;.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"breacrumb_home_label\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:44:\"page_title_bar_contents_breacrumb_home_label\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:20:\"breadcrumb_separator\";a:7:{s:5:\"label\";s:21:\"Breadcrumbs Separator\";s:11:\"description\";s:308:\"Controls the type of separator between each breadcrumb.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"breadcrumb_separator\";s:7:\"default\";s:1:\"/\";s:4:\"type\";s:4:\"text\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:4:{s:4:\"name\";s:23:\"--breadcrumbs_separator\";s:7:\"element\";s:63:\".fusion-page-title-bar, .fusion-breadcrumbs .awb-breadcrumb-sep\";s:13:\"value_pattern\";s:3:\"\"$\"\";s:8:\"callback\";a:2:{i:0;s:13:\"replace_chars\";i:1;a:1:{s:12:\"replacements\";a:1:{s:1:\"\\\";s:2:\"\\\\\";}}}}}}s:21:\"breadcrumbs_font_size\";a:8:{s:5:\"label\";s:21:\"Breadcrumbs Font Size\";s:11:\"description\";s:301:\"Controls the font size for the breadcrumbs text.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:21:\"breadcrumbs_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--breadcrumbs_font_size\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";}}}s:22:\"breadcrumbs_text_color\";a:7:{s:5:\"label\";s:22:\"Breadcrumbs Text Color\";s:11:\"description\";s:301:\"Controls the text color of the breadcrumbs font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"breadcrumbs_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--breadcrumbs_text_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"breadcrumbs_text_hover_color\";a:7:{s:5:\"label\";s:28:\"Breadcrumbs Text Hover Color\";s:11:\"description\";s:307:\"Controls the text hover color of the breadcrumbs font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:28:\"breadcrumbs_text_hover_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:30:\"--breadcrumbs_text_hover_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"breadcrumbs_prefix_color\";a:7:{s:5:\"label\";s:24:\"Breadcrumbs Prefix Color\";s:11:\"description\";s:344:\"Controls the text color of the breadcrumbs prefix. Leave empty to use the text color above.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"breadcrumbs_prefix_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--breadcrumbs_prefix_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";}}}s:30:\"breadcrumbs_current_page_color\";a:7:{s:5:\"label\";s:30:\"Breadcrumbs Current Page Color\";s:11:\"description\";s:362:\"Controls the text color of the current page in the breadcrumbs path. Leave empty to use the text color above.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:30:\"breadcrumbs_current_page_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--breadcrumbs_current_page_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";}}}s:27:\"breadcrumbs_separator_color\";a:7:{s:5:\"label\";s:27:\"Breadcrumbs Separator Color\";s:11:\"description\";s:342:\"Controls the separator color of the breadcrumbs. Leave empty to use the text color above.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:27:\"breadcrumbs_separator_color\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--breadcrumbs_separator_color\";s:7:\"element\";s:43:\".fusion-page-title-bar, .fusion-breadcrumbs\";}}}s:26:\"breadcrumb_show_categories\";a:7:{s:5:\"label\";s:36:\"Post Categories/Terms on Breadcrumbs\";s:11:\"description\";s:322:\"Turn on to display the post categories/terms in the breadcrumbs path.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"breadcrumb_show_categories\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:50:\"page_title_bar_contents_breadcrumb_show_categories\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:33:\"breadcrumb_show_post_type_archive\";a:7:{s:5:\"label\";s:33:\"Post Type Archives on Breadcrumbs\";s:11:\"description\";s:315:\"Turn on to display post type archives in the breadcrumbs path.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:33:\"breadcrumb_show_post_type_archive\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:57:\"page_title_bar_contents_breadcrumb_show_post_type_archive\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}s:20:\"breadcrumb_show_leaf\";a:7:{s:5:\"label\";s:24:\"Post Name on Breadcrumbs\";s:11:\"description\";s:310:\"Turn on to display the post name in the breadcrumbs path.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"breadcrumb_show_leaf\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:44:\"page_title_bar_contents_breadcrumb_show_leaf\";a:4:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}s:21:\"success_trigger_event\";s:20:\"fusion-ptb-refreshed\";}}}}}s:11:\"sliding_bar\";a:6:{s:5:\"label\";s:11:\"Sliding Bar\";s:2:\"id\";s:19:\"heading_sliding_bar\";s:8:\"priority\";i:8;s:4:\"icon\";s:20:\"el-icon-chevron-down\";s:8:\"alt_icon\";s:18:\"fusiona-arrow-down\";s:6:\"fields\";a:22:{s:25:\"slidingbar_widgets_notice\";a:4:{s:2:\"id\";s:25:\"slidingbar_widgets_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:340:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant Sliding Bar setup, we recommend using the Avada Off Canvas Builder. To create an Off Canvas, <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-off-canvas\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:18:\"slidingbar_widgets\";a:8:{s:5:\"label\";s:23:\"Sliding Bar on Desktops\";s:11:\"description\";s:47:\"Turn on to display the sliding bar on desktops.\";s:2:\"id\";s:18:\"slidingbar_widgets\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:24:\".fusion-sliding-bar-area\";}s:9:\"shortcuts\";a:2:{i:0;a:2:{s:10:\"aria_label\";s:16:\"Edit Sliding Bar\";s:4:\"icon\";s:18:\"fusiona-arrow-down\";}i:1;a:2:{s:10:\"aria_label\";s:24:\"Edit Sliding Bar Widgets\";s:4:\"link\";s:47:\"https://drkarimbennani.com/wp-admin/widgets.php\";}}}s:15:\"partial_refresh\";a:2:{s:38:\"sliding_bar_content_slidingbar_widgets\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}s:33:\"header_content_slidingbar_widgets\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:28:\"avada-has-slidingbar-widgets\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"mobile_slidingbar_widgets\";a:7:{s:5:\"label\";s:21:\"Sliding Bar On Mobile\";s:11:\"description\";s:258:\"Turn on to display the sliding bar on mobiles. <strong>IMPORTANT:</strong> Due to mobile screen sizes and overlapping issues, when this option is enabled the triangle toggle style in the top right position will be forced for square and circle desktop styles.\";s:2:\"id\";s:25:\"mobile_slidingbar_widgets\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:20:\"no-mobile-slidingbar\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"slidingbar_open_on_load\";a:7:{s:5:\"label\";s:29:\"Sliding Bar Open On Page Load\";s:11:\"description\";s:57:\"Turn on to have the sliding bar open when the page loads.\";s:2:\"id\";s:23:\"slidingbar_open_on_load\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"slidingbar_position\";a:9:{s:5:\"label\";s:20:\"Sliding Bar Position\";s:11:\"description\";s:93:\"Controls the position of the sliding bar to be in the top, right, bottom or left of the site.\";s:2:\"id\";s:19:\"slidingbar_position\";s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:39:\"sliding_bar_content_slidingbar_position\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:31:\"avada-has-slidingbar-position-$\";s:12:\"remove_attrs\";a:4:{i:0;s:33:\"avada-has-slidingbar-position-top\";i:1;s:35:\"avada-has-slidingbar-position-right\";i:2;s:36:\"avada-has-slidingbar-position-bottom\";i:3;s:34:\"avada-has-slidingbar-position-left\";}}}}s:16:\"slidingbar_width\";a:8:{s:5:\"label\";s:17:\"Sliding Bar Width\";s:11:\"description\";s:60:\"Controls the width of the sliding bar on left/right layouts.\";s:2:\"id\";s:16:\"slidingbar_width\";s:7:\"default\";s:5:\"300px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"bottom\";}}s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:18:\"--slidingbar_width\";}i:1;a:2:{s:4:\"name\";s:32:\"--slidingbar_width-percent_to_vw\";s:8:\"callback\";a:2:{i:0;s:14:\"string_replace\";i:1;a:2:{i:0;s:1:\"%\";i:1;s:2:\"vw\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:1:\"%\";i:1;s:8:\"contains\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:34:\"avada-has-slidingbar-width-percent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"slidingbar_sticky\";a:7:{s:5:\"label\";s:18:\"Sticky Sliding Bar\";s:11:\"description\";s:39:\"Turn on to enable a sticky sliding bar.\";s:2:\"id\";s:17:\"slidingbar_sticky\";s:7:\"default\";i:1;s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:5:\"right\";}i:2;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"left\";}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-has-slidingbar-sticky\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:16:\"#slidingbar-area\";s:9:\"className\";s:25:\"fusion-sliding-bar-sticky\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:26:\"slidingbar_widgets_columns\";a:8:{s:5:\"label\";s:29:\"Number of Sliding Bar Columns\";s:11:\"description\";s:50:\"Controls the number of columns in the sliding bar.\";s:2:\"id\";s:26:\"slidingbar_widgets_columns\";s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:1:\"6\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:46:\"sliding_bar_content_slidingbar_widgets_columns\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}}}s:27:\"slidingbar_column_alignment\";a:8:{s:5:\"label\";s:28:\"Sliding Bar Column Alignment\";s:11:\"description\";s:132:\"Allows your sliding bar columns to be stacked (one above the other) or floated (side by side) when using the left or right position.\";s:2:\"id\";s:27:\"slidingbar_column_alignment\";s:7:\"default\";s:7:\"stacked\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"stacked\";s:7:\"Stacked\";s:7:\"floated\";s:7:\"Floated\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"top\";}i:2;a:3:{s:7:\"setting\";s:19:\"slidingbar_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"bottom\";}}s:15:\"partial_refresh\";a:1:{s:47:\"sliding_bar_content_slidingbar_column_alignment\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}}}s:26:\"slidingbar_content_padding\";a:8:{s:5:\"label\";s:27:\"Sliding Bar Content Padding\";s:11:\"description\";s:68:\"Controls the top/right/bottom/left paddings of the sliding bar area.\";s:2:\"id\";s:26:\"slidingbar_content_padding\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"60px\";s:6:\"bottom\";s:4:\"60px\";s:4:\"left\";s:4:\"30px\";s:5:\"right\";s:4:\"30px\";}s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:4:\"type\";s:7:\"spacing\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:32:\"--slidingbar_content_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:35:\"--slidingbar_content_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:33:\"--slidingbar_content_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:34:\"--slidingbar_content_padding-right\";s:6:\"choice\";s:5:\"right\";}}}s:24:\"slidingbar_content_align\";a:8:{s:5:\"label\";s:29:\"Sliding Bar Content Alignment\";s:11:\"description\";s:39:\"Controls sliding bar content alignment.\";s:2:\"id\";s:24:\"slidingbar_content_align\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--slidingbar_content_align\";s:7:\"element\";s:19:\".fusion-sliding-bar\";}}}s:25:\"sliding_bar_styling_title\";a:5:{s:5:\"label\";s:19:\"Sliding Bar Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:25:\"sliding_bar_styling_title\";s:4:\"type\";s:4:\"info\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:23:\"slidingbar_toggle_style\";a:10:{s:5:\"label\";s:24:\"Sliding Bar Toggle Style\";s:11:\"description\";s:50:\"Controls the appearance of the sliding bar toggle.\";s:2:\"id\";s:23:\"slidingbar_toggle_style\";s:7:\"default\";s:6:\"circle\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:4:{s:8:\"triangle\";s:8:\"Triangle\";s:9:\"rectangle\";s:9:\"Rectangle\";s:6:\"circle\";s:6:\"Circle\";s:4:\"menu\";s:14:\"Main Menu Icon\";}s:5:\"icons\";a:4:{s:8:\"triangle\";s:210:\"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\"><g transform=\"translate(-54.320053,-196.29156)\"><path d=\"m 54.320053,196.29156 h 24 v 24 z\" style=\"stroke-width:0\" /></g></svg>\";s:9:\"rectangle\";s:121:\"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\"><path d=\"M24 0h-24v24h24v-24z\"/></svg>\";s:6:\"circle\";s:121:\"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"12\"/></svg>\";s:4:\"menu\";s:176:\"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 24 24\"><path d=\"M24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z\"/></svg><span class=\"screen-reader-text\">\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:3:{s:43:\"sliding_bar_content_slidingbar_toggle_style\";a:3:{s:8:\"selector\";s:27:\".fusion-sliding-bar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"sliding_bar\";}}s:49:\"slidingbar_toggle_style_header_remove_before_hook\";a:3:{s:8:\"selector\";s:112:\".avada-hook-before-header-wrapper, .fusion-header-wrapper, #side-header-sticky, #side-header, #sliders-container\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:49:\"slidingbar_toggle_style_header_replace_after_hook\";a:4:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:15:\"header_position\";}s:21:\"success_trigger_event\";s:40:\"header-rendered fusion-partial-wooslider\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:32:\"avada-slidingbar-toggle-style--$\";s:12:\"remove_attrs\";a:4:{i:0;s:38:\"avada-slidingbar-toggle-style-triangle\";i:1;s:39:\"avada-slidingbar-toggle-style-rectangle\";i:2;s:36:\"avada-slidingbar-toggle-style-circle\";i:3;s:34:\"avada-slidingbar-toggle-style-menu\";}}}}s:19:\"slidingbar_bg_color\";a:7:{s:5:\"label\";s:28:\"Sliding Bar Background Color\";s:11:\"description\";s:49:\"Controls the background color of the sliding bar.\";s:2:\"id\";s:19:\"slidingbar_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--slidingbar_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:24:\"slidingbar_divider_color\";a:7:{s:5:\"label\";s:30:\"Sliding Bar Item Divider Color\";s:11:\"description\";s:46:\"Controls the divider color in the sliding bar.\";s:2:\"id\";s:24:\"slidingbar_divider_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--slidingbar_divider_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"slidingbar_toggle_icon_color\";a:7:{s:5:\"label\";s:35:\"Sliding Bar Toggle/Close Icon Color\";s:11:\"description\";s:118:\"Controls the color of the sliding bar toggle icon and of the close icon when using the main menu icon as toggle style.\";s:2:\"id\";s:28:\"slidingbar_toggle_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:30:\"--slidingbar_toggle_icon_color\";s:7:\"element\";s:25:\".fusion-sb-toggle-wrapper\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"slidingbar_font_size\";a:8:{s:5:\"label\";s:29:\"Sliding Bar Heading Font Size\";s:11:\"description\";s:56:\"Controls the font size for the sliding bar heading text.\";s:2:\"id\";s:20:\"slidingbar_font_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--slidingbar_font_size\";s:7:\"element\";s:11:\"#slidingbar\";}}}s:25:\"slidingbar_headings_color\";a:7:{s:5:\"label\";s:26:\"Sliding Bar Headings Color\";s:11:\"description\";s:56:\"Controls the text color of the sliding bar heading font.\";s:2:\"id\";s:25:\"slidingbar_headings_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:27:\"--slidingbar_headings_color\";s:7:\"element\";s:16:\"#slidingbar-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"slidingbar_text_color\";a:7:{s:5:\"label\";s:22:\"Sliding Bar Font Color\";s:11:\"description\";s:48:\"Controls the text color of the sliding bar font.\";s:2:\"id\";s:21:\"slidingbar_text_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 40%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:23:\"--slidingbar_text_color\";s:7:\"element\";s:16:\"#slidingbar-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"slidingbar_link_color\";a:7:{s:5:\"label\";s:22:\"Sliding Bar Link Color\";s:11:\"description\";s:53:\"Controls the text color of the sliding bar link font.\";s:2:\"id\";s:21:\"slidingbar_link_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 14%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:23:\"--slidingbar_link_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"slidingbar_link_color_hover\";a:7:{s:5:\"label\";s:28:\"Sliding Bar Link Hover Color\";s:11:\"description\";s:59:\"Controls the text hover color of the sliding bar link font.\";s:2:\"id\";s:27:\"slidingbar_link_color_hover\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--slidingbar_link_color_hover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:17:\"slidingbar_border\";a:7:{s:5:\"label\";s:21:\"Border on Sliding Bar\";s:11:\"description\";s:82:\"Turn on to display a border line on the sliding bar which makes it stand out more.\";s:2:\"id\";s:17:\"slidingbar_border\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:18:\"slidingbar_widgets\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-has-slidingbar-border\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:16:\"#slidingbar-area\";s:9:\"className\";s:25:\"fusion-sliding-bar-border\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}}}s:6:\"footer\";a:7:{s:5:\"label\";s:6:\"Footer\";s:2:\"id\";s:14:\"heading_footer\";s:8:\"priority\";i:9;s:4:\"icon\";s:18:\"el-icon-arrow-down\";s:8:\"alt_icon\";s:14:\"fusiona-footer\";s:5:\"class\";s:22:\"hidden-section-heading\";s:6:\"fields\";a:3:{s:33:\"footer_content_options_subsection\";a:6:{s:5:\"label\";s:14:\"Footer Content\";s:2:\"id\";s:33:\"footer_content_options_subsection\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:0;s:6:\"fields\";a:8:{s:38:\"footer_options_template_content_notice\";a:4:{s:2:\"id\";s:38:\"footer_options_template_content_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Footer Builder to create a custom Footer Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:14:\"footer_widgets\";a:7:{s:5:\"label\";s:14:\"Footer Widgets\";s:11:\"description\";s:34:\"Turn on to display footer widgets.\";s:2:\"id\";s:14:\"footer_widgets\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:29:\"footer_content_footer_widgets\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:14:\".fusion-footer\";}s:9:\"shortcuts\";a:2:{i:0;a:4:{s:10:\"aria_label\";s:11:\"Edit Footer\";s:4:\"icon\";s:14:\"fusiona-footer\";s:11:\"open_parent\";b:1;s:35:\"link_to_template_if_override_active\";s:6:\"footer\";}i:1;a:4:{s:10:\"aria_label\";s:19:\"Edit Footer Widgets\";s:9:\"css_class\";s:19:\"fusion-edit-sidebar\";s:4:\"link\";s:47:\"https://drkarimbennani.com/wp-admin/widgets.php\";s:28:\"disable_on_template_override\";s:6:\"footer\";}}}}s:22:\"footer_widgets_columns\";a:8:{s:5:\"label\";s:24:\"Number of Footer Columns\";s:11:\"description\";s:298:\"Controls the number of columns in the footer.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"footer_widgets_columns\";s:7:\"default\";s:1:\"4\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:1:\"6\";s:4:\"step\";s:1:\"1\";}s:4:\"type\";s:6:\"slider\";s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:37:\"footer_content_footer_widgets_columns\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:29:\"footer_widgets_center_content\";a:7:{s:5:\"label\";s:29:\"Center Footer Widgets Content\";s:11:\"description\";s:297:\"Turn on to center the footer widget content.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:29:\"footer_widgets_center_content\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:45:\".fusion-footer-widget-area.fusion-widget-area\";s:9:\"className\";s:32:\"fusion-footer-widget-area-center\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"footer_special_effects\";a:8:{s:5:\"label\";s:22:\"Footer Special Effects\";s:11:\"description\";s:44:\"Select a special effect for the footer area.\";s:2:\"id\";s:22:\"footer_special_effects\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:5:\"radio\";s:7:\"choices\";a:5:{s:4:\"none\";s:4:\"None\";s:22:\"footer_parallax_effect\";a:2:{i:0;s:22:\"Footer Parallax Effect\";i:1;s:59:\"This enables a fixed footer with parallax scrolling effect.\";}s:23:\"footer_area_bg_parallax\";a:2:{i:0;s:25:\"Parallax Background Image\";i:1;s:125:\"This enables a parallax effect on the background image selected in &quot;Background Image For Footer Widget Area&quot; field.\";}s:13:\"footer_sticky\";a:2:{i:0;s:13:\"Sticky Footer\";i:1;s:317:\"This enables a sticky footer. On short pages, the footer will always stick at the bottom, just &quot;above the fold&quot;. On long enough pages, it will act just like a normal footer. IMPORTANT: This will not work properly when using a Left or Right Side Header layout and the side header is larger than the viewport.\";}s:36:\"footer_sticky_with_parallax_bg_image\";a:2:{i:0;s:43:\"Sticky Footer and Parallax Background Image\";i:1;s:239:\"This enables a sticky footer together with a parallax effect on the background image. On short pages, the footer will always stick at the bottom, just &quot;above the fold&quot;. On long enough pages, it will act just like a normal footer.\";}}s:6:\"output\";a:8:{i:0;a:4:{s:7:\"element\";s:4:\"html\";s:8:\"property\";s:6:\"height\";s:13:\"value_pattern\";s:4:\"100%\";s:7:\"exclude\";a:3:{i:0;s:4:\"none\";i:1;s:22:\"footer_parallax_effect\";i:2;s:23:\"footer_area_bg_parallax\";}}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaSideHeaderVars\";s:2:\"id\";s:22:\"footer_special_effects\";s:7:\"trigger\";a:1:{i:0;s:22:\"fusionSideHeaderScroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:22:\"footer_parallax_effect\";i:1;s:3:\"===\";}s:7:\"element\";s:14:\".fusion-footer\";s:9:\"className\";s:22:\"fusion-footer-parallax\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:4:\"none\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:20:\"avada-footer-fx-none\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:4;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:22:\"footer_parallax_effect\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"avada-footer-fx-parallax-effect\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:5;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:23:\"footer_area_bg_parallax\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-footer-fx-bg-parallax\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:6;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:13:\"footer_sticky\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:22:\"avada-footer-fx-sticky\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:7;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:36:\"footer_sticky_with_parallax_bg_image\";i:1;s:3:\"===\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:42:\"avada-footer-sticky-with-parallax-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:15:\"partial_refresh\";a:1:{s:37:\"footer_content_footer_special_effects\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:16:\"footer_copyright\";a:6:{s:5:\"label\";s:13:\"Copyright Bar\";s:11:\"description\";s:37:\"Turn on to display the copyright bar.\";s:2:\"id\";s:16:\"footer_copyright\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:31:\"footer_content_footer_copyright\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:31:\"footer_copyright_center_content\";a:7:{s:5:\"label\";s:24:\"Center Copyright Content\";s:11:\"description\";s:297:\"Turn on to center the copyright bar content.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:31:\"footer_copyright_center_content\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:9:\"className\";s:30:\"fusion-footer-copyright-center\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:11:\"footer_text\";a:9:{s:5:\"label\";s:14:\"Copyright Text\";s:11:\"description\";s:328:\"Enter the text that displays in the copyright bar. HTML markup can be used.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:11:\"footer_text\";s:7:\"default\";s:205:\"Copyright 2012 - 2026 | <a href=\"https://bit.ly/2YJkGCr\">Avada Website Builder</a> by <a href=\"https://avada.com/\">Avada</a> | All Rights Reserved | Powered by <a href=\"https://wordpress.org\">WordPress</a>\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:300;s:5:\"theme\";s:6:\"chrome\";}s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Avada_Output_Callbacks\";i:1;s:10:\"unfiltered\";}s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:11:\"footer_text\";a:4:{s:8:\"selector\";s:24:\".fusion-copyright-notice\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:9:\"copyright\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}}}s:42:\"footer_background_image_options_subsection\";a:6:{s:5:\"label\";s:23:\"Footer Background Image\";s:2:\"id\";s:42:\"footer_background_image_options_subsection\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:0;s:6:\"fields\";a:5:{s:33:\"footer_options_template_bg_notice\";a:4:{s:2:\"id\";s:33:\"footer_options_template_bg_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Footer Builder to create a custom Footer Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:16:\"footerw_bg_image\";a:9:{s:5:\"label\";s:39:\"Background Image For Footer Widget Area\";s:11:\"description\";s:359:\"Select an image for the footer widget background. If left empty, the footer background color will be used.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:16:\"footerw_bg_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:4:{s:4:\"name\";s:18:\"--footerw_bg_image\";s:6:\"choice\";s:3:\"url\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:0:\"\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:32:\"avada-has-footer-widget-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"footerw_bg_full\";a:7:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:362:\"Turn on to have the footer background image display at 100% in width and height according to the window size.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:15:\"footerw_bg_full\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:22:\"--footerw_bg_full-size\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:5:\"cover\";i:1;s:7:\"initial\";}s:10:\"conditions\";a:1:{i:0;a:2:{i:0;s:15:\"footerw_bg_full\";i:1;s:4:\"true\";}}}}}i:1;a:3:{s:4:\"name\";s:26:\"--footerw_bg_full-position\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:13:\"center center\";i:1;s:21:\"var(--footerw_bg_pos)\";}s:10:\"conditions\";a:1:{i:0;a:2:{i:0;s:15:\"footerw_bg_full\";i:1;s:4:\"true\";}}}}}}}s:17:\"footerw_bg_repeat\";a:8:{s:5:\"label\";s:17:\"Background Repeat\";s:11:\"description\";s:295:\"Controls how the background image repeats.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"footerw_bg_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:19:\"Repeat Horizontally\";s:8:\"repeat-y\";s:17:\"Repeat Vertically\";s:9:\"no-repeat\";s:9:\"No Repeat\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--footerw_bg_repeat\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";}}}s:14:\"footerw_bg_pos\";a:8:{s:5:\"label\";s:19:\"Background Position\";s:11:\"description\";s:301:\"Controls how the background image is positioned.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:14:\"footerw_bg_pos\";s:7:\"default\";s:13:\"center center\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:9:{s:8:\"top left\";s:8:\"top left\";s:10:\"top center\";s:10:\"top center\";s:9:\"top right\";s:9:\"top right\";s:11:\"center left\";s:11:\"center left\";s:13:\"center center\";s:13:\"center center\";s:12:\"center right\";s:12:\"center right\";s:11:\"bottom left\";s:11:\"bottom left\";s:13:\"bottom center\";s:13:\"bottom center\";s:12:\"bottom right\";s:12:\"bottom right\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--footerw_bg_pos\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";}}}}}s:33:\"footer_styling_options_subsection\";a:6:{s:5:\"label\";s:14:\"Footer Styling\";s:2:\"id\";s:33:\"footer_styling_options_subsection\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"hidden\";b:0;s:6:\"fields\";a:24:{s:38:\"footer_options_template_styling_notice\";a:4:{s:2:\"id\";s:38:\"footer_options_template_styling_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Footer Builder to create a custom Footer Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:16:\"footer_100_width\";a:8:{s:5:\"label\";s:17:\"100% Footer Width\";s:11:\"description\";s:367:\"Turn on to have the footer area display at 100% width according to the window size. Turn off to follow site width.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:16:\"footer_100_width\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:20:\"avada-has-100-footer\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"footer_area_padding\";a:9:{s:5:\"label\";s:14:\"Footer Padding\";s:11:\"description\";s:311:\"Controls the top/right/bottom/left padding for the footer.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"footer_area_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"60px\";s:6:\"bottom\";s:4:\"64px\";s:4:\"left\";s:3:\"0px\";s:5:\"right\";s:3:\"0px\";}s:4:\"type\";s:7:\"spacing\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:25:\"--footer_area_padding-top\";s:7:\"element\";s:14:\".fusion-footer\";s:6:\"choice\";s:3:\"top\";}i:1;a:3:{s:4:\"name\";s:28:\"--footer_area_padding-bottom\";s:7:\"element\";s:14:\".fusion-footer\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:3:{s:4:\"name\";s:26:\"--footer_area_padding-left\";s:7:\"element\";s:14:\".fusion-footer\";s:6:\"choice\";s:4:\"left\";}i:3;a:3:{s:4:\"name\";s:27:\"--footer_area_padding-right\";s:7:\"element\";s:14:\".fusion-footer\";s:6:\"choice\";s:5:\"right\";}}}s:15:\"footer_bg_color\";a:7:{s:5:\"label\";s:23:\"Footer Background Color\";s:11:\"description\";s:297:\"Controls the background color of the footer.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:15:\"footer_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:17:\"--footer_bg_color\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:18:\"footer_border_size\";a:8:{s:5:\"label\";s:18:\"Footer Border Size\";s:11:\"description\";s:296:\"Controls the size of the top footer border.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:18:\"footer_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--footer_border_size\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:19:\"footer_border_color\";a:7:{s:5:\"label\";s:19:\"Footer Border Color\";s:11:\"description\";s:294:\"Controls the border colors of the footer.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"footer_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--footer_border_color\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"footer_divider_line\";a:9:{s:5:\"label\";s:41:\"Footer Widgets Area Vertical Divider Line\";s:11:\"description\";s:338:\"Turn on to have the footer widget area display vertical divider line between columns.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"footer_divider_line\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--footer_divider_line-flex\";s:7:\"element\";s:14:\".fusion-footer\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:4:\"flex\";i:1;s:5:\"block\";}s:10:\"conditions\";a:1:{i:0;a:2:{i:0;s:19:\"footer_divider_line\";i:1;s:4:\"true\";}}}}}}s:15:\"partial_refresh\";a:1:{s:27:\"footer_divider_line_partial\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:24:\"footer_divider_line_size\";a:8:{s:5:\"label\";s:46:\"Footer Widgets Area Vertical Divider Line Size\";s:11:\"description\";s:335:\"Controls the size of the vertical divider line between footer widget area columns.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"footer_divider_line_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--footer_divider_line_size\";s:7:\"element\";s:14:\".fusion-footer\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:25:\"footer_divider_line_style\";a:8:{s:5:\"label\";s:47:\"Footer Widgets Area Vertical Divider Line Style\";s:11:\"description\";s:336:\"Controls the style of the vertical divider line between footer widget area columns.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:25:\"footer_divider_line_style\";s:7:\"default\";s:5:\"solid\";s:7:\"choices\";a:7:{s:4:\"none\";s:4:\"None\";s:5:\"solid\";s:5:\"Solid\";s:6:\"dashed\";s:6:\"Dashed\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"double\";s:6:\"Double\";s:6:\"groove\";s:6:\"Groove\";s:5:\"ridge\";s:5:\"Ridge\";}s:4:\"type\";s:6:\"select\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--footer_divider_line_style\";s:7:\"element\";s:14:\".fusion-footer\";}}}s:20:\"footer_divider_color\";a:7:{s:5:\"label\";s:27:\"Footer Widget Divider Color\";s:11:\"description\";s:359:\"Controls the divider color in the footer widgets and also the vertical divider lines between widget areas.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"footer_divider_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--footer_divider_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"footer_widgets_padding\";a:9:{s:5:\"label\";s:27:\"Footer Widgets Area Padding\";s:11:\"description\";s:313:\"Controls the right/left padding for the footer widget areas.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"footer_widgets_padding\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}}s:5:\"class\";s:16:\"fusion-or-gutter\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--footer_widgets_padding\";s:7:\"element\";s:14:\".fusion-footer\";}}}s:17:\"copyright_padding\";a:8:{s:5:\"label\";s:17:\"Copyright Padding\";s:11:\"description\";s:308:\"Controls the top/bottom padding for the copyright area.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"copyright_padding\";s:7:\"default\";a:2:{s:3:\"top\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";}s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:4:\"type\";s:7:\"spacing\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:23:\"--copyright_padding-top\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:6:\"choice\";s:3:\"top\";}i:1;a:3:{s:4:\"name\";s:26:\"--copyright_padding-bottom\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:6:\"choice\";s:6:\"bottom\";}}}s:18:\"copyright_bg_color\";a:7:{s:5:\"label\";s:26:\"Copyright Background Color\";s:11:\"description\";s:312:\"Controls the background color of the footer copyright area.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:18:\"copyright_bg_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--copyright_bg_color\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"copyright_border_size\";a:8:{s:5:\"label\";s:21:\"Copyright Border Size\";s:11:\"description\";s:299:\"Controls the size of the top copyright border.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:21:\"copyright_border_size\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:23:\"--copyright_border_size\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"copyright_border_color\";a:7:{s:5:\"label\";s:22:\"Copyright Border Color\";s:11:\"description\";s:310:\"Controls the border colors for the footer copyright area.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:22:\"copyright_border_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--copyright_border_color\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"footer_typography_info\";a:4:{s:5:\"label\";s:17:\"Footer Typography\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"footer_typography_info\";s:4:\"type\";s:4:\"info\";}s:26:\"footer_headings_typography\";a:10:{s:2:\"id\";s:26:\"footer_headings_typography\";s:5:\"label\";s:26:\"Footer Headings Typography\";s:11:\"description\";s:315:\"These settings control the typography for the footer headings.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:6:\"global\";b:1;s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography2-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography2-font-size)\";s:11:\"font-weight\";s:3:\"600\";s:11:\"line-height\";s:34:\"var(--awb-typography2-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography2-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color1)\";s:14:\"text-transform\";s:4:\"none\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:8:{i:0;a:3:{s:4:\"name\";s:40:\"--footer_headings_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:26:\"footer_headings_typography\";}}i:1;a:2:{s:4:\"name\";s:38:\"--footer_headings_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:2;a:3:{s:4:\"name\";s:40:\"--footer_headings_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:3;a:2:{s:4:\"name\";s:40:\"--footer_headings_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:4;a:2:{s:4:\"name\";s:39:\"--footer_headings_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:3:{s:4:\"name\";s:43:\"--footer_headings_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:6;a:2:{s:4:\"name\";s:34:\"--footer_headings_typography-color\";s:6:\"choice\";s:5:\"color\";}i:7;a:2:{s:4:\"name\";s:43:\"--footer_headings_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}}}s:17:\"footer_text_color\";a:7:{s:5:\"label\";s:17:\"Footer Font Color\";s:11:\"description\";s:296:\"Controls the text color of the footer font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"footer_text_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 40%))\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--footer_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:17:\"footer_link_color\";a:7:{s:5:\"label\";s:17:\"Footer Link Color\";s:11:\"description\";s:301:\"Controls the text color of the footer link font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"footer_link_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:19:\"--footer_link_color\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"footer_link_color_hover\";a:7:{s:5:\"label\";s:23:\"Footer Link Hover Color\";s:11:\"description\";s:307:\"Controls the text hover color of the footer link font.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:23:\"footer_link_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:25:\"--footer_link_color_hover\";s:7:\"element\";s:26:\".fusion-footer-widget-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"copyright_text_color\";a:7:{s:5:\"label\";s:20:\"Copyright Text Color\";s:11:\"description\";s:53:\"Controls the text color of the footer copyright area.\";s:2:\"id\";s:20:\"copyright_text_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 60%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"footer_copyright\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:22:\"--copyright_text_color\";s:7:\"element\";s:24:\".fusion-copyright-notice\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:20:\"copyright_link_color\";a:7:{s:5:\"label\";s:20:\"Copyright Link Color\";s:11:\"description\";s:53:\"Controls the link color of the footer copyright area.\";s:2:\"id\";s:20:\"copyright_link_color\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"footer_copyright\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:22:\"--copyright_link_color\";s:7:\"element\";s:24:\".fusion-copyright-notice\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"copyright_link_color_hover\";a:7:{s:5:\"label\";s:26:\"Copyright Link Hover Color\";s:11:\"description\";s:59:\"Controls the link hover color of the footer copyright area.\";s:2:\"id\";s:26:\"copyright_link_color_hover\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"footer_copyright\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:28:\"--copyright_link_color_hover\";s:7:\"element\";s:29:\".fusion-footer-copyright-area\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:19:\"copyright_font_size\";a:8:{s:5:\"label\";s:19:\"Copyright Font Size\";s:11:\"description\";s:299:\"Controls the font size for the copyright text.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"copyright_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:21:\"--copyright_font_size\";s:7:\"element\";s:24:\".fusion-copyright-notice\";}}}}}}}s:8:\"sidebars\";a:7:{s:5:\"label\";s:8:\"Sidebars\";s:2:\"id\";s:16:\"heading_sidebars\";s:8:\"is_panel\";b:1;s:8:\"priority\";i:10;s:4:\"icon\";s:15:\"el-icon-website\";s:8:\"alt_icon\";s:15:\"fusiona-sidebar\";s:6:\"fields\";a:7:{s:16:\"sidebars_styling\";a:5:{s:5:\"label\";s:15:\"Sidebar Styling\";s:2:\"id\";s:16:\"sidebars_styling\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:7:{s:24:\"responsive_sidebar_order\";a:8:{s:2:\"id\";s:24:\"responsive_sidebar_order\";s:5:\"label\";s:24:\"Sidebar Responsive Order\";s:11:\"description\";s:101:\"Choose the order of sidebars and main content area on mobile layouts through drag &amp; drop sorting.\";s:4:\"type\";s:8:\"sortable\";s:7:\"choices\";a:3:{s:7:\"content\";s:7:\"Content\";s:7:\"sidebar\";s:9:\"Sidebar 1\";s:9:\"sidebar-2\";s:9:\"Sidebar 2\";}s:7:\"default\";s:25:\"content,sidebar,sidebar-2\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"responsive\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:14:\"sidebar_sticky\";a:7:{s:5:\"label\";s:15:\"Sticky Sidebars\";s:11:\"description\";s:266:\"Select the sidebar(s) that should remain sticky when scrolling the page. If the sidebar content is taller than the screen, it acts like a normal sidebar until the bottom of the sidebar is within the viewport, which will then remain fixed in place as you scroll down.\";s:2:\"id\";s:14:\"sidebar_sticky\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:4:\"none\";s:4:\"None\";s:11:\"sidebar_one\";s:9:\"Sidebar 1\";s:11:\"sidebar_two\";s:9:\"Sidebar 2\";s:4:\"both\";s:4:\"Both\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:15:\"sidebar_padding\";a:7:{s:5:\"label\";s:15:\"Sidebar Padding\";s:11:\"description\";s:29:\"Controls the sidebar padding.\";s:2:\"id\";s:15:\"sidebar_padding\";s:7:\"default\";s:3:\"0px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:2:{i:0;s:2:\"px\";i:1;s:1:\"%\";}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:17:\"--sidebar_padding\";s:7:\"element\";s:8:\".sidebar\";}i:1;a:3:{s:4:\"name\";s:31:\"--sidebar_padding-percent_to_vw\";s:7:\"element\";s:8:\".sidebar\";s:8:\"callback\";a:2:{i:0;s:14:\"string_replace\";i:1;a:2:{i:0;s:1:\"%\";i:1;s:2:\"vw\";}}}}}s:16:\"sidebar_bg_color\";a:6:{s:5:\"label\";s:24:\"Sidebar Background Color\";s:11:\"description\";s:45:\"Controls the background color of the sidebar.\";s:2:\"id\";s:16:\"sidebar_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--sidebar_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:23:\"sidebar_widget_bg_color\";a:6:{s:5:\"label\";s:39:\"Sidebar Widget Heading Background Color\";s:11:\"description\";s:108:\"Controls the background color of the widget title box. If left transparent the widget title will be unboxed.\";s:2:\"id\";s:23:\"sidebar_widget_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:25:\"--sidebar_widget_bg_color\";s:7:\"element\";s:8:\".sidebar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:3:{s:4:\"name\";s:40:\"--sidebar_widget_bg_color-opaque-padding\";s:7:\"element\";s:8:\".sidebar\";s:8:\"callback\";a:2:{i:0;s:28:\"return_string_if_transparent\";i:1;a:2:{s:11:\"transparent\";s:0:\"\";s:6:\"opaque\";s:8:\"9px 15px\";}}}}}s:15:\"sidew_font_size\";a:6:{s:5:\"label\";s:32:\"Sidebar Widget Heading Font Size\";s:11:\"description\";s:50:\"Controls the font size of the widget heading text.\";s:2:\"id\";s:15:\"sidew_font_size\";s:7:\"default\";s:4:\"18px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"--sidew_font_size\";s:7:\"element\";s:8:\".sidebar\";}}}s:21:\"sidebar_heading_color\";a:6:{s:5:\"label\";s:29:\"Sidebar Widget Headings Color\";s:11:\"description\";s:54:\"Controls the color of the sidebar widget heading text.\";s:2:\"id\";s:21:\"sidebar_heading_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:23:\"--sidebar_heading_color\";s:7:\"element\";s:8:\".sidebar\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:22:\"pages_sidebars_section\";a:5:{s:5:\"label\";s:5:\"Pages\";s:2:\"id\";s:22:\"pages_sidebars_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:4:{s:13:\"pages_sidebar\";a:7:{s:5:\"label\";s:21:\"Global Page Sidebar 1\";s:11:\"description\";s:48:\"Select sidebar 1 that will display on all pages.\";s:2:\"id\";s:13:\"pages_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:15:\"pages_sidebar_2\";a:7:{s:5:\"label\";s:21:\"Global Page Sidebar 2\";s:11:\"description\";s:101:\"Select sidebar 2 that will display on all pages. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:15:\"pages_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:20:\"pages_global_sidebar\";a:6:{s:5:\"label\";s:31:\"Force Global Sidebars For Pages\";s:11:\"description\";s:98:\"Turn on if you want to use the same sidebars on all pages. This option overrides the page options.\";s:2:\"id\";s:20:\"pages_global_sidebar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:19:\"default_sidebar_pos\";a:7:{s:5:\"label\";s:28:\"Global Page Sidebar Position\";s:11:\"description\";s:113:\"Controls the position of sidebar 1 for all pages. If sidebar 2 is selected, it will display on the opposite side.\";s:2:\"id\";s:19:\"default_sidebar_pos\";s:7:\"default\";s:5:\"Right\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Left\";s:4:\"Left\";s:5:\"Right\";s:5:\"Right\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}}}s:32:\"portfolio_posts_sidebars_section\";a:6:{s:5:\"label\";s:15:\"Portfolio Posts\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:32:\"portfolio_posts_sidebars_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:4:{s:17:\"portfolio_sidebar\";a:7:{s:5:\"label\";s:31:\"Global Portfolio Post Sidebar 1\";s:11:\"description\";s:58:\"Select sidebar 1 that will display on all portfolio posts.\";s:2:\"id\";s:17:\"portfolio_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:19:\"portfolio_sidebar_2\";a:7:{s:5:\"label\";s:31:\"Global Portfolio Post Sidebar 2\";s:11:\"description\";s:111:\"Select sidebar 2 that will display on all portfolio posts. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:19:\"portfolio_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:24:\"portfolio_global_sidebar\";a:6:{s:5:\"label\";s:41:\"Force Global Sidebars For Portfolio Posts\";s:11:\"description\";s:118:\"Turn on if you want to use the same sidebars on all portfolio posts. This option overrides the portfolio post options.\";s:2:\"id\";s:24:\"portfolio_global_sidebar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:26:\"portfolio_sidebar_position\";a:7:{s:5:\"label\";s:33:\"Global Portfolio Sidebar Position\";s:11:\"description\";s:141:\"Controls the position of sidebar 1 for all portfolio posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.\";s:2:\"id\";s:26:\"portfolio_sidebar_position\";s:7:\"default\";s:5:\"Right\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Left\";s:4:\"Left\";s:5:\"Right\";s:5:\"Right\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}}}s:49:\"portfolio_archive_category_pages_sidebars_section\";a:6:{s:5:\"label\";s:17:\"Portfolio Archive\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:49:\"portfolio_archive_category_pages_sidebars_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:3:{s:37:\"portfolio_archive_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:320:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The sidebar position for portfolio archive pages is controlled by the option on the <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&amp;lang=en#portfolio_sidebar\" target=\"_blank\">Portfolio Posts sidebar</a> tab.</div>\";s:2:\"id\";s:37:\"portfolio_archive_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:25:\"portfolio_archive_sidebar\";a:7:{s:5:\"label\";s:27:\"Portfolio Archive Sidebar 1\";s:11:\"description\";s:66:\"Select sidebar 1 that will display on the portfolio archive pages.\";s:2:\"id\";s:25:\"portfolio_archive_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:27:\"portfolio_archive_sidebar_2\";a:7:{s:5:\"label\";s:27:\"Portfolio Archive Sidebar 2\";s:11:\"description\";s:119:\"Select sidebar 2 that will display on the portfolio archive pages. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:27:\"portfolio_archive_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}}}s:27:\"blog_posts_sidebars_section\";a:6:{s:5:\"label\";s:10:\"Blog Posts\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"blog_posts_sidebars_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:4:{s:13:\"posts_sidebar\";a:7:{s:5:\"label\";s:26:\"Global Blog Post Sidebar 1\";s:11:\"description\";s:53:\"Select sidebar 1 that will display on all blog posts.\";s:2:\"id\";s:13:\"posts_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:27:\"#sidebar.fusion-widget-area\";}s:9:\"shortcuts\";a:3:{i:0;a:6:{s:10:\"aria_label\";s:27:\"Edit Global Sidebar Options\";s:8:\"callback\";s:23:\"fusionEditGlobalSidebar\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:11:\"fusiona-cog\";s:35:\"link_to_template_if_override_active\";s:7:\"content\";s:13:\"override_icon\";s:15:\"fusiona-content\";}i:1;a:5:{s:10:\"aria_label\";s:20:\"Edit Sidebar Options\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:16:\"fusiona-settings\";s:7:\"context\";s:2:\"po\";s:28:\"disable_on_template_override\";s:7:\"content\";}i:2;a:4:{s:10:\"aria_label\";s:20:\"Edit Sidebar Widgets\";s:9:\"css_class\";s:19:\"fusion-edit-sidebar\";s:4:\"link\";s:47:\"https://drkarimbennani.com/wp-admin/widgets.php\";s:28:\"disable_on_template_override\";s:7:\"content\";}}}}s:15:\"posts_sidebar_2\";a:7:{s:5:\"label\";s:26:\"Global Blog Post Sidebar 2\";s:11:\"description\";s:106:\"Select sidebar 2 that will display on all blog posts. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:15:\"posts_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:29:\"#sidebar-2.fusion-widget-area\";}s:9:\"shortcuts\";a:3:{i:0;a:4:{s:10:\"aria_label\";s:27:\"Edit Global Sidebar Options\";s:8:\"callback\";s:23:\"fusionEditGlobalSidebar\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:11:\"fusiona-cog\";}i:1;a:4:{s:10:\"aria_label\";s:20:\"Edit Sidebar Options\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:16:\"fusiona-settings\";s:7:\"context\";s:2:\"po\";}i:2;a:2:{s:10:\"aria_label\";s:20:\"Edit Sidebar Widgets\";s:4:\"link\";s:47:\"https://drkarimbennani.com/wp-admin/widgets.php\";}}}}s:20:\"posts_global_sidebar\";a:5:{s:5:\"label\";s:36:\"Force Global Sidebars For Blog Posts\";s:11:\"description\";s:108:\"Turn on if you want to use the same sidebars on all blog posts. This option overrides the blog post options.\";s:2:\"id\";s:20:\"posts_global_sidebar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:21:\"blog_sidebar_position\";a:6:{s:5:\"label\";s:28:\"Global Blog Sidebar Position\";s:11:\"description\";s:136:\"Controls the position of sidebar 1 for all blog posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.\";s:2:\"id\";s:21:\"blog_sidebar_position\";s:7:\"default\";s:5:\"Right\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Left\";s:4:\"Left\";s:5:\"Right\";s:5:\"Right\";}}}}s:44:\"blog_archive_category_pages_sidebars_section\";a:6:{s:5:\"label\";s:12:\"Blog Archive\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:44:\"blog_archive_category_pages_sidebars_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:3:{s:32:\"blog_archive_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:306:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The sidebar position for blog archive pages is controlled by the option on the <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&amp;lang=en#posts_sidebar\" target=\"_blank\">Blog Posts sidebar</a> tab.</div>\";s:2:\"id\";s:32:\"blog_archive_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:20:\"blog_archive_sidebar\";a:7:{s:5:\"label\";s:22:\"Blog Archive Sidebar 1\";s:11:\"description\";s:61:\"Select sidebar 1 that will display on the blog archive pages.\";s:2:\"id\";s:20:\"blog_archive_sidebar\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:22:\"blog_archive_sidebar_2\";a:7:{s:5:\"label\";s:22:\"Blog Archive Sidebar 2\";s:11:\"description\";s:114:\"Select sidebar 2 that will display on the blog archive pages. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:22:\"blog_archive_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}}}s:23:\"search_sidebars_section\";a:6:{s:5:\"label\";s:11:\"Search Page\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:11:\"search_only\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:3:{s:14:\"search_sidebar\";a:7:{s:5:\"label\";s:21:\"Search Page Sidebar 1\";s:11:\"description\";s:62:\"Select sidebar 1 that will display on the search results page.\";s:2:\"id\";s:14:\"search_sidebar\";s:7:\"default\";s:12:\"Blog Sidebar\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:16:\"search_sidebar_2\";a:7:{s:5:\"label\";s:21:\"Search Page Sidebar 2\";s:11:\"description\";s:115:\"Select sidebar 2 that will display on the search results page. Sidebar 2 can only be used if sidebar 1 is selected.\";s:2:\"id\";s:16:\"search_sidebar_2\";s:7:\"default\";s:4:\"None\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:15:{s:4:\"None\";s:4:\"None\";s:12:\"Blog Sidebar\";s:12:\"Blog Sidebar\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 1\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 2\";s:20:\"Footer Widget Area 3\";s:20:\"Footer Widget Area 3\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 1\";s:25:\"Sliding Bar Widget Area 2\";s:25:\"Sliding Bar Widget Area 2\";s:11:\"FAQ Sidebar\";s:11:\"FAQ Sidebar\";s:17:\"About Us Column 1\";s:17:\"About Us Column 1\";s:17:\"About Us Column 2\";s:17:\"About Us Column 2\";s:17:\"About Us Column 3\";s:17:\"About Us Column 3\";s:17:\"About Us Column 4\";s:17:\"About Us Column 4\";s:18:\"Investors Column 1\";s:18:\"Investors Column 1\";s:18:\"Investors Column 2\";s:18:\"Investors Column 2\";s:18:\"Investors Column 3\";s:18:\"Investors Column 3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}s:23:\"search_sidebar_position\";a:7:{s:5:\"label\";s:23:\"Search Sidebar Position\";s:11:\"description\";s:127:\"Controls the position of sidebar 1 for the search results page. If sidebar 2 is selected, it will display on the opposite side.\";s:2:\"id\";s:23:\"search_sidebar_position\";s:7:\"default\";s:5:\"Right\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"Left\";s:4:\"Left\";s:5:\"Right\";s:5:\"Right\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"!==\";s:5:\"value\";s:13:\"100-width.php\";}}}}}}}s:10:\"background\";a:6:{s:5:\"label\";s:10:\"Background\";s:2:\"id\";s:18:\"heading_background\";s:8:\"priority\";i:11;s:4:\"icon\";s:13:\"el-icon-photo\";s:8:\"alt_icon\";s:13:\"fusiona-image\";s:6:\"fields\";a:2:{s:18:\"page_bg_subsection\";a:6:{s:5:\"label\";s:15:\"Page Background\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:18:\"page_bg_subsection\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:6:{s:8:\"bg_image\";a:8:{s:5:\"label\";s:25:\"Background Image For Page\";s:11:\"description\";s:50:\"Select an image to use for a full page background.\";s:2:\"id\";s:8:\"bg_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:10:\"--bg_image\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:4:\"none\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:9:\"has-image\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:23:\"avada-html-has-bg-image\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:7:\"bg_full\";a:7:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:107:\"Turn on to have the page background image display at 100% in width and height according to the window size.\";s:2:\"id\";s:7:\"bg_full\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:23:\"avada-has-bg-image-full\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:9:\"bg_repeat\";a:8:{s:5:\"label\";s:17:\"Background Repeat\";s:11:\"description\";s:42:\"Controls how the background image repeats.\";s:2:\"id\";s:9:\"bg_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:19:\"Repeat Horizontally\";s:8:\"repeat-y\";s:17:\"Repeat Vertically\";s:9:\"no-repeat\";s:9:\"No Repeat\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:8:\"bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:11:\"--bg_repeat\";}}}s:8:\"bg_color\";a:6:{s:5:\"label\";s:25:\"Background Color For Page\";s:11:\"description\";s:167:\"Controls the background color for the page. When the color value is set to anything below 100% opacity, the color will overlay the background image if one is uploaded.\";s:2:\"id\";s:8:\"bg_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:10:\"--bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:18:\"--bg-color-overlay\";s:8:\"callback\";a:2:{i:0;s:22:\"return_color_if_opaque\";i:1;a:2:{s:11:\"transparent\";s:7:\"overlay\";s:6:\"opaque\";s:6:\"normal\";}}}}}s:17:\"bg_pattern_option\";a:6:{s:5:\"label\";s:18:\"Background Pattern\";s:11:\"description\";s:52:\"Turn on to display a pattern in the page background.\";s:2:\"id\";s:17:\"bg_pattern_option\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:9:\"body,html\";s:9:\"className\";s:33:\"avada-has-page-background-pattern\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:10:\"bg_pattern\";a:7:{s:5:\"label\";s:27:\"Select a Background Pattern\";s:2:\"id\";s:10:\"bg_pattern\";s:7:\"default\";s:8:\"pattern1\";s:4:\"type\";s:11:\"radio-image\";s:7:\"choices\";a:22:{s:8:\"pattern1\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern1.png\";s:8:\"pattern2\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern2.png\";s:8:\"pattern3\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern3.png\";s:8:\"pattern4\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern4.png\";s:8:\"pattern5\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern5.png\";s:8:\"pattern6\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern6.png\";s:8:\"pattern7\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern7.png\";s:8:\"pattern8\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern8.png\";s:8:\"pattern9\";s:86:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern9.png\";s:9:\"pattern10\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern10.png\";s:9:\"pattern11\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern11.png\";s:9:\"pattern12\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern12.png\";s:9:\"pattern13\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern13.png\";s:9:\"pattern14\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern14.png\";s:9:\"pattern15\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern15.png\";s:9:\"pattern16\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern16.png\";s:9:\"pattern17\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern17.png\";s:9:\"pattern18\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern18.png\";s:9:\"pattern19\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern19.png\";s:9:\"pattern20\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern20.png\";s:9:\"pattern21\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern21.png\";s:9:\"pattern22\";s:87:\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/pattern22.png\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"bg_pattern_option\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:12:\"--bg_pattern\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:86:\"url(\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/patterns/$.png\")\";i:1;s:0:\"\";}}}}}}}s:26:\"main_content_bg_subsection\";a:6:{s:5:\"label\";s:23:\"Main Content Background\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:26:\"main_content_bg_subsection\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:4:{s:16:\"content_bg_color\";a:7:{s:5:\"label\";s:29:\"Main Content Background Color\";s:11:\"description\";s:55:\"Controls the background color of the main content area.\";s:2:\"id\";s:16:\"content_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--content_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:10:\"not-opaque\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:27:\"avada-content-bg-not-opaque\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"content_bg_image\";a:7:{s:5:\"label\";s:38:\"Background Image For Main Content Area\";s:11:\"description\";s:60:\"Select an image to use for the main content area background.\";s:2:\"id\";s:16:\"content_bg_image\";s:7:\"default\";s:0:\"\";s:3:\"mod\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--content_bg_image\";s:6:\"choice\";s:3:\"url\";s:8:\"callback\";a:2:{i:0;s:17:\"fallback_to_value\";i:1;a:2:{i:0;s:8:\"url(\"$\")\";i:1;s:4:\"none\";}}}}}s:15:\"content_bg_full\";a:7:{s:5:\"label\";s:21:\"100% Background Image\";s:11:\"description\";s:115:\"Turn on to have the main content background image display at 100% in width and height according to the window size.\";s:2:\"id\";s:15:\"content_bg_full\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:5:\"#main\";s:9:\"className\";s:7:\"full-bg\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"content_bg_repeat\";a:8:{s:5:\"label\";s:17:\"Background Repeat\";s:11:\"description\";s:42:\"Controls how the background image repeats.\";s:2:\"id\";s:17:\"content_bg_repeat\";s:7:\"default\";s:9:\"no-repeat\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"repeat\";s:10:\"Repeat All\";s:8:\"repeat-x\";s:19:\"Repeat Horizontally\";s:8:\"repeat-y\";s:17:\"Repeat Vertically\";s:9:\"no-repeat\";s:9:\"No Repeat\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:1:{s:3:\"url\";s:0:\"\";}}i:2;a:3:{s:7:\"setting\";s:16:\"content_bg_image\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--content_bg_repeat\";}}}}}}}s:10:\"typography\";a:7:{s:5:\"label\";s:10:\"Typography\";s:2:\"id\";s:18:\"heading_typography\";s:8:\"is_panel\";b:1;s:8:\"priority\";i:12;s:4:\"icon\";s:16:\"el-icon-fontsize\";s:8:\"alt_icon\";s:18:\"fusiona-font-solid\";s:6:\"fields\";a:4:{s:17:\"global_typography\";a:4:{s:5:\"label\";s:17:\"Global Typography\";s:2:\"id\";s:17:\"global_typography\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:1:{s:15:\"typography_sets\";a:6:{s:5:\"label\";s:15:\"Typography Sets\";s:11:\"description\";s:520:\"Set your global typography sets. The sets defined here can be used from other global options, and element options. Each of the options within these sets can be individually overridden in options using the sets. <strong>IMPORTANT NOTE:</strong> If a global set that is used by other options gets deleted, these corresponding options will display the default font. Typography sets are internally stored with a fixed counter. Thus, adding a new set after deleting an old one, will set the same internal name to the new set.\";s:2:\"id\";s:15:\"typography_sets\";s:7:\"default\";a:5:{s:11:\"typography1\";a:11:{s:5:\"label\";s:8:\"Headings\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"48px\";s:7:\"variant\";s:3:\"600\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:8:\"-0.015em\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}s:11:\"typography2\";a:11:{s:5:\"label\";s:11:\"Subheadings\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"24px\";s:7:\"variant\";s:3:\"600\";s:11:\"font-weight\";s:3:\"600\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1.1\";s:14:\"letter-spacing\";s:1:\"0\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}s:11:\"typography3\";a:11:{s:5:\"label\";s:4:\"Lead\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"16px\";s:7:\"variant\";s:3:\"500\";s:11:\"font-weight\";s:3:\"500\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}s:11:\"typography4\";a:11:{s:5:\"label\";s:4:\"Body\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"16px\";s:7:\"variant\";s:3:\"400\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:4:\"1.72\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}s:11:\"typography5\";a:11:{s:5:\"label\";s:5:\"Small\";s:11:\"font-family\";s:5:\"Inter\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"13px\";s:7:\"variant\";s:3:\"400\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"line-height\";s:4:\"1.72\";s:14:\"letter-spacing\";s:7:\"0.015em\";s:14:\"text-transform\";s:4:\"none\";s:13:\"not_removable\";b:1;}}s:4:\"type\";s:15:\"typography-sets\";s:9:\"transport\";s:11:\"postMessage\";}}}s:15:\"body_typography\";a:4:{s:5:\"label\";s:15:\"Body Typography\";s:2:\"id\";s:15:\"body_typography\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:14:{s:35:\"body_typography_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:265:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> This tab contains general typography options. Additional typography options for specific areas can be found within other tabs. Example: For menu typography options go to the menu tab.</div>\";s:2:\"id\";s:35:\"body_typography_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:15:\"body_typography\";a:8:{s:2:\"id\";s:15:\"body_typography\";s:5:\"label\";s:15:\"Body Typography\";s:11:\"description\";s:56:\"These settings control the typography for all body text.\";s:4:\"type\";s:10:\"typography\";s:6:\"global\";b:1;s:7:\"choices\";a:6:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;}s:7:\"default\";a:6:{s:11:\"font-family\";s:34:\"var(--awb-typography4-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography4-font-size)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography4-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography4-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";}s:8:\"css_vars\";a:8:{i:0;a:3:{s:4:\"name\";s:29:\"--body_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:15:\"body_typography\";}}i:1;a:2:{s:4:\"name\";s:27:\"--body_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:2;a:3:{s:4:\"name\";s:16:\"--base-font-size\";s:6:\"choice\";s:9:\"font-size\";s:8:\"callback\";a:2:{i:0;s:23:\"convert_font_size_to_px\";i:1;s:0:\"\";}}i:3;a:3:{s:4:\"name\";s:29:\"--body_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:28:\"--body_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:29:\"--body_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:6;a:3:{s:4:\"name\";s:32:\"--body_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:7;a:3:{s:4:\"name\";s:23:\"--body_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}}}s:10:\"link_color\";a:6:{s:5:\"label\";s:10:\"Link Color\";s:11:\"description\";s:37:\"Controls the color of all text links.\";s:2:\"id\";s:10:\"link_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:12:\"--link_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:15:\"--link_color-8a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.8\";}}}}s:16:\"link_hover_color\";a:6:{s:5:\"label\";s:16:\"Link Hover Color\";s:11:\"description\";s:53:\"Controls the link hover color throughout the website.\";s:2:\"id\";s:16:\"link_hover_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:6:{i:0;a:2:{s:4:\"name\";s:18:\"--link_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:22:\"--link_hover_color-85a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.85\";}}i:2;a:2:{s:4:\"name\";s:21:\"--link_hover_color-7a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.7\";}}i:3;a:2:{s:4:\"name\";s:21:\"--link_hover_color-5a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.5\";}}i:4;a:2:{s:4:\"name\";s:22:\"--link_hover_color-35a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.35\";}}i:5;a:2:{s:4:\"name\";s:21:\"--link_hover_color-2a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.2\";}}}}s:15:\"link_decoration\";a:6:{s:5:\"label\";s:27:\"Enable Link Text Decoration\";s:11:\"description\";s:51:\"Turn on to enable text decoration on general links.\";s:2:\"id\";s:15:\"link_decoration\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:25:\"link_decoration_exclusion\";a:9:{s:5:\"label\";s:37:\"Exclude Elements From Link Decoration\";s:11:\"description\";s:66:\"Choose which elements should be excluded from the link decoration.\";s:2:\"id\";s:25:\"link_decoration_exclusion\";s:7:\"default\";a:5:{i:0;s:7:\"buttons\";i:1;s:5:\"menus\";i:2;s:4:\"tocs\";i:3;s:11:\"tabstoggles\";i:4;s:10:\"off_canvas\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:7:{s:11:\"breadcrumbs\";s:11:\"Breadcrumbs\";s:7:\"buttons\";s:7:\"Buttons\";s:8:\"headings\";s:8:\"Headings\";s:5:\"menus\";s:5:\"Menus\";s:4:\"tocs\";s:12:\"TOC Elements\";s:11:\"tabstoggles\";s:18:\"Tabs &amp; Toggles\";s:10:\"off_canvas\";s:10:\"Off Canvas\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}}}s:20:\"link_decoration_line\";a:9:{s:5:\"label\";s:25:\"Link Text Decoration Line\";s:11:\"description\";s:55:\"Controls the text decoration line of all general links.\";s:2:\"id\";s:20:\"link_decoration_line\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:4:\"none\";s:8:\"No Style\";s:8:\"overline\";s:8:\"Overline\";s:9:\"underline\";s:9:\"Underline\";s:12:\"line-through\";s:12:\"Line Through\";s:18:\"overline underline\";s:24:\"Overline &amp; Underline\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--awb-link_decoration_line\";}}}s:21:\"link_decoration_style\";a:9:{s:5:\"label\";s:26:\"Link Text Decoration Style\";s:11:\"description\";s:56:\"Controls the text decoration style of all general links.\";s:2:\"id\";s:21:\"link_decoration_style\";s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:5:\"solid\";s:5:\"Solid\";s:6:\"double\";s:6:\"Double\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"dashed\";s:6:\"Dashed\";s:4:\"wavy\";s:4:\"Wavy\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:27:\"--awb-link_decoration_style\";}}}s:25:\"link_decoration_thickness\";a:8:{s:5:\"label\";s:30:\"Link Text Decoration Thickness\";s:11:\"description\";s:103:\"Controls the text decoration line thickness of all general links. Can be set in px, em or rem. Ex: 2px.\";s:2:\"id\";s:25:\"link_decoration_thickness\";s:7:\"default\";s:3:\"1px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:31:\"--awb-link_decoration_thickness\";}}}s:32:\"link_decoration_underline_offset\";a:8:{s:5:\"label\";s:37:\"Link Text Decoration Underline Offset\";s:11:\"description\";s:67:\"Controls the text decoration underline offset of all general links.\";s:2:\"id\";s:32:\"link_decoration_underline_offset\";s:7:\"default\";s:4:\"auto\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:2;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"overline\";}i:3;a:3:{s:7:\"setting\";s:20:\"link_decoration_line\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:12:\"line-through\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:38:\"--awb-link_decoration_underline_offset\";}}}s:26:\"link_decoration_line_hover\";a:9:{s:5:\"label\";s:31:\"Link Hover Text Decoration Line\";s:11:\"description\";s:61:\"Controls the text hover decoration line of all general links.\";s:2:\"id\";s:26:\"link_decoration_line_hover\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:4:\"none\";s:8:\"No Style\";s:8:\"overline\";s:8:\"Overline\";s:9:\"underline\";s:9:\"Underline\";s:12:\"line-through\";s:12:\"Line Through\";s:18:\"overline underline\";s:24:\"Overline &amp; Underline\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:32:\"--awb-link_decoration_line_hover\";}}}s:27:\"link_decoration_style_hover\";a:9:{s:5:\"label\";s:32:\"Link Hover Text Decoration Style\";s:11:\"description\";s:62:\"Controls the text hover decoration style of all general links.\";s:2:\"id\";s:27:\"link_decoration_style_hover\";s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:5:{s:5:\"solid\";s:5:\"Solid\";s:6:\"double\";s:6:\"Double\";s:6:\"dotted\";s:6:\"Dotted\";s:6:\"dashed\";s:6:\"Dashed\";s:4:\"wavy\";s:4:\"Wavy\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:33:\"--awb-link_decoration_style_hover\";}}}s:31:\"link_decoration_thickness_hover\";a:8:{s:5:\"label\";s:36:\"Link Hover Text Decoration Thickness\";s:11:\"description\";s:109:\"Controls the text hover decoration line thickness of all general links. Can be set in px, em or rem. Ex: 2px.\";s:2:\"id\";s:31:\"link_decoration_thickness_hover\";s:7:\"default\";s:3:\"1px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:37:\"--awb-link_decoration_thickness_hover\";}}}s:38:\"link_decoration_underline_offset_hover\";a:8:{s:5:\"label\";s:43:\"Link Hover Text Decoration Underline Offset\";s:11:\"description\";s:73:\"Controls the text hover decoration underline offset of all general links.\";s:2:\"id\";s:38:\"link_decoration_underline_offset_hover\";s:7:\"default\";s:4:\"auto\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:15:\"link_decoration\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"0\";}i:1;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:2;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"overline\";}i:3;a:3:{s:7:\"setting\";s:26:\"link_decoration_line_hover\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:12:\"line-through\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:44:\"--awb-link_decoration_underline_offset_hover\";}}}}}s:26:\"headers_typography_section\";a:4:{s:5:\"label\";s:18:\"Heading Typography\";s:2:\"id\";s:26:\"headers_typography_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:9:{s:38:\"headers_typography_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:265:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> This tab contains heading typography options. Additional typography options for specific areas can be found within other tabs. Example: For menu typography options go to the menu tab.</div>\";s:2:\"id\";s:38:\"headers_typography_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:13:\"h1_typography\";a:9:{s:2:\"id\";s:13:\"h1_typography\";s:5:\"label\";s:22:\"H1 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H1 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"64px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:6:\"0.67em\";s:13:\"margin-bottom\";s:6:\"0.67em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h1_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h1_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h1_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h1_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h1_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h1_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h1_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h1_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h1_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h1_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h1_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h2_typography\";a:9:{s:2:\"id\";s:13:\"h2_typography\";s:5:\"label\";s:22:\"H2 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H2 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:32:\"var(--awb-typography1-font-size)\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:3:\"0em\";s:13:\"margin-bottom\";s:5:\"1.1em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h2_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h2_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h2_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h2_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h2_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h2_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h2_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h2_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h2_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h2_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h2_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h3_typography\";a:9:{s:2:\"id\";s:13:\"h3_typography\";s:5:\"label\";s:22:\"H3 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H3 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"36px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:3:\"1em\";s:13:\"margin-bottom\";s:3:\"1em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h3_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h3_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h3_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h3_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h3_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h3_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h3_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h3_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h3_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h3_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h3_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h4_typography\";a:9:{s:2:\"id\";s:13:\"h4_typography\";s:5:\"label\";s:22:\"H4 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H4 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"24px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:6:\"1.33em\";s:13:\"margin-bottom\";s:6:\"1.33em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h4_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h4_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h4_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h4_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h4_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h4_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h4_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h4_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h4_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h4_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h4_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h5_typography\";a:9:{s:2:\"id\";s:13:\"h5_typography\";s:5:\"label\";s:22:\"H5 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H5 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:6:\"1.67em\";s:13:\"margin-bottom\";s:6:\"1.67em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h5_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h5_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h5_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h5_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h5_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h5_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h5_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h5_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h5_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h5_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h5_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:13:\"h6_typography\";a:9:{s:2:\"id\";s:13:\"h6_typography\";s:5:\"label\";s:22:\"H6 Headings Typography\";s:11:\"description\";s:58:\"These settings control the typography for all H6 headings.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:9:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:10:\"margin-top\";b:1;s:13:\"margin-bottom\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:9:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"16px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:10:\"margin-top\";s:6:\"2.33em\";s:13:\"margin-bottom\";s:6:\"2.33em\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:10:{i:0;a:3:{s:4:\"name\";s:27:\"--h6_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:13:\"h6_typography\";}}i:1;a:3:{s:4:\"name\";s:27:\"--h6_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:27:\"--h6_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:30:\"--h6_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:26:\"--h6_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:25:\"--h6_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:21:\"--h6_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:30:\"--h6_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}i:8;a:2:{s:4:\"name\";s:26:\"--h6_typography-margin-top\";s:6:\"choice\";s:10:\"margin-top\";}i:9;a:2:{s:4:\"name\";s:29:\"--h6_typography-margin-bottom\";s:6:\"choice\";s:13:\"margin-bottom\";}}}s:21:\"post_title_typography\";a:9:{s:2:\"id\";s:21:\"post_title_typography\";s:5:\"label\";s:21:\"Post Title Typography\";s:11:\"description\";s:207:\"These settings control the typography of all post titles including archive and single posts.<br /><strong>IMPORTANT:</strong> On archive pages and in blog elements the linked post titles will use link color.\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"48px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:8:{i:0;a:3:{s:4:\"name\";s:35:\"--post_title_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:21:\"post_title_typography\";}}i:1;a:3:{s:4:\"name\";s:35:\"--post_title_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:35:\"--post_title_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:38:\"--post_title_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:34:\"--post_title_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:33:\"--post_title_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:29:\"--post_title_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:38:\"--post_title_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}}}s:29:\"post_titles_extras_typography\";a:9:{s:2:\"id\";s:29:\"post_titles_extras_typography\";s:5:\"label\";s:28:\"Post Title Extras Typography\";s:11:\"description\";s:163:\"These settings control the typography of single post title extras such as &quot;Comments&quot;, &quot;Related Posts or Projects&quot; and &quot;Author Titles&quot;\";s:4:\"type\";s:10:\"typography\";s:25:\"text_transform_no_inherit\";b:1;s:6:\"global\";b:1;s:7:\"choices\";a:7:{s:11:\"font-family\";b:1;s:9:\"font-size\";b:1;s:11:\"font-weight\";b:1;s:11:\"line-height\";b:1;s:14:\"letter-spacing\";b:1;s:5:\"color\";b:1;s:14:\"text-transform\";b:1;}s:7:\"default\";a:7:{s:11:\"font-family\";s:34:\"var(--awb-typography1-font-family)\";s:9:\"font-size\";s:4:\"20px\";s:11:\"font-weight\";s:3:\"400\";s:11:\"line-height\";s:34:\"var(--awb-typography1-line-height)\";s:14:\"letter-spacing\";s:37:\"var(--awb-typography1-letter-spacing)\";s:5:\"color\";s:17:\"var(--awb-color8)\";s:14:\"text-transform\";s:4:\"none\";}s:8:\"css_vars\";a:8:{i:0;a:3:{s:4:\"name\";s:43:\"--post_titles_extras_typography-font-family\";s:6:\"choice\";s:11:\"font-family\";s:8:\"callback\";a:2:{i:0;s:20:\"combined_font_family\";i:1;s:29:\"post_titles_extras_typography\";}}i:1;a:3:{s:4:\"name\";s:43:\"--post_titles_extras_typography-font-weight\";s:6:\"choice\";s:11:\"font-weight\";s:8:\"callback\";a:2:{i:0;s:22:\"font_weight_no_regular\";i:1;s:0:\"\";}}i:2;a:2:{s:4:\"name\";s:43:\"--post_titles_extras_typography-line-height\";s:6:\"choice\";s:11:\"line-height\";}i:3;a:3:{s:4:\"name\";s:46:\"--post_titles_extras_typography-letter-spacing\";s:6:\"choice\";s:14:\"letter-spacing\";s:8:\"callback\";a:2:{i:0;s:15:\"maybe_append_px\";i:1;s:0:\"\";}}i:4;a:2:{s:4:\"name\";s:42:\"--post_titles_extras_typography-font-style\";s:6:\"choice\";s:10:\"font-style\";}i:5;a:2:{s:4:\"name\";s:41:\"--post_titles_extras_typography-font-size\";s:6:\"choice\";s:9:\"font-size\";}i:6;a:3:{s:4:\"name\";s:37:\"--post_titles_extras_typography-color\";s:6:\"choice\";s:5:\"color\";s:8:\"callback\";a:2:{i:0;s:14:\"sanitize_color\";i:1;s:0:\"\";}}i:7;a:2:{s:4:\"name\";s:46:\"--post_titles_extras_typography-text-transform\";s:6:\"choice\";s:14:\"text-transform\";}}}}}s:33:\"custom_webfont_typography_section\";a:4:{s:5:\"label\";s:12:\"Custom Fonts\";s:2:\"id\";s:33:\"custom_webfont_typography_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:4:{s:17:\"custom_fonts_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:391:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Please upload your custom fonts below. Once you upload a custom font, <strong>you will have to save your options and reload this page on your browser</strong>. After you reload the page you will be able to select your new fonts - they will be available at the top of the fonts-list in the typography controls.</div>\";s:2:\"id\";s:17:\"custom_fonts_info\";s:4:\"type\";s:6:\"custom\";}s:12:\"custom_fonts\";a:9:{s:5:\"label\";s:12:\"Custom Fonts\";s:11:\"description\";s:233:\"Upload a custom font to use throughout the site. All files are not necessary but are recommended for full browser support. You can upload as many custom fonts as you need. Click the &quot;Add&quot; button for additional upload boxes.\";s:2:\"id\";s:12:\"custom_fonts\";s:7:\"default\";a:0:{}s:4:\"type\";s:8:\"repeater\";s:10:\"bind_title\";s:4:\"name\";s:5:\"limit\";i:50;s:9:\"transport\";s:11:\"postMessage\";s:6:\"fields\";a:8:{s:4:\"name\";a:6:{s:5:\"label\";s:9:\"Font Name\";s:11:\"description\";s:46:\"This will be used in the font-family dropdown.\";s:2:\"id\";s:4:\"name\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"class\";s:22:\"avada-custom-font-name\";}s:11:\"font_weight\";a:6:{s:5:\"label\";s:11:\"Font Weight\";s:11:\"description\";s:99:\"The weight of this font file. Add separate entries for each weight variant of the same font family.\";s:2:\"id\";s:11:\"font_weight\";s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:9:{i:100;s:15:\"Ultra-Light 100\";i:200;s:9:\"Light 200\";i:300;s:8:\"Book 300\";i:400;s:10:\"Normal 400\";i:500;s:10:\"Medium 500\";i:600;s:13:\"Semi-Bold 600\";i:700;s:8:\"Bold 700\";i:800;s:14:\"Extra-Bold 800\";i:900;s:14:\"Ultra-Bold 900\";}}s:10:\"font_style\";a:6:{s:5:\"label\";s:10:\"Font Style\";s:11:\"description\";s:28:\"The style of this font file.\";s:2:\"id\";s:10:\"font_style\";s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:6:\"normal\";s:6:\"Normal\";s:6:\"italic\";s:6:\"Italic\";}}s:5:\"woff2\";a:6:{s:5:\"label\";s:5:\"WOFF2\";s:2:\"id\";s:5:\"woff2\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}s:4:\"woff\";a:6:{s:5:\"label\";s:4:\"WOFF\";s:2:\"id\";s:4:\"woff\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}s:3:\"ttf\";a:6:{s:5:\"label\";s:3:\"TTF\";s:2:\"id\";s:3:\"ttf\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}s:3:\"eot\";a:6:{s:5:\"label\";s:3:\"EOT\";s:2:\"id\";s:3:\"eot\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}s:3:\"svg\";a:6:{s:5:\"label\";s:3:\"SVG\";s:2:\"id\";s:3:\"svg\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"upload\";s:4:\"mode\";b:0;s:7:\"preview\";b:0;}}}s:14:\"adobe_fonts_id\";a:5:{s:5:\"label\";s:14:\"Adobe Fonts ID\";s:11:\"description\";s:99:\"Enter the Adobe Fonts (formerly TypeKit) Web Project ID. You will need to save and reload the page.\";s:2:\"id\";s:14:\"adobe_fonts_id\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}s:18:\"adobe_fonts_notice\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:549:\"<div class=\"awb-adobe-fonts-info-wrapper\"><p>No Adobe Fonts detected.</p></div><div class=\"fusion-redux-important-notice\"><strong>NOTE:</strong> You can create a custom global font for each Adobe font, so when you want to change that font, you don\'t need to search for each element that used that font. Also note that when you change the project fonts, you need to refresh the Adobe Fonts cache.<br /><br />If you use a multilingual plugin, the value of the Adobe Fonts Id used for fonts is the one from &quot;All Languages&quot; options page.</div>\";s:2:\"id\";s:18:\"adobe_fonts_notice\";s:4:\"type\";s:6:\"custom\";}}}}}s:4:\"blog\";a:7:{s:5:\"label\";s:4:\"Blog\";s:2:\"id\";s:12:\"blog_section\";s:8:\"priority\";i:15;s:4:\"icon\";s:17:\"el-icon-file-edit\";s:8:\"alt_icon\";s:12:\"fusiona-blog\";s:5:\"class\";s:22:\"hidden-section-heading\";s:6:\"fields\";a:3:{s:20:\"blog_general_options\";a:6:{s:5:\"label\";s:12:\"General Blog\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:20:\"blog_general_options\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:25:{s:32:\"general_blog_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:354:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab only control the assigned blog page in \"Settings > Reading\", blog archives or the blog single post page, not the blog element. The only options on this tab that work with the blog element are the Date Format options and Load More Post Button Color.</div>\";s:2:\"id\";s:32:\"general_blog_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:19:\"blog_page_title_bar\";a:7:{s:5:\"label\";s:19:\"Blog Page Title Bar\";s:11:\"description\";s:85:\"Controls how the page title bar displays on single blog posts and blog archive pages.\";s:2:\"id\";s:19:\"blog_page_title_bar\";s:7:\"default\";s:4:\"hide\";s:7:\"choices\";a:3:{s:15:\"bar_and_content\";s:20:\"Show Bar and Content\";s:12:\"content_only\";s:17:\"Show Content Only\";s:4:\"hide\";s:4:\"Hide\";}s:4:\"type\";s:6:\"select\";s:15:\"partial_refresh\";a:1:{s:43:\"page_title_bar_contents_blog_page_title_bar\";a:3:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}}}}s:24:\"blog_show_page_title_bar\";a:7:{s:5:\"label\";s:28:\"Blog Assigned Page Title Bar\";s:11:\"description\";s:104:\"Controls how the page title bar displays on the assigned blog page in &quot;Settings &gt; Reading&quot;.\";s:2:\"id\";s:24:\"blog_show_page_title_bar\";s:7:\"default\";s:4:\"hide\";s:7:\"choices\";a:3:{s:15:\"bar_and_content\";s:20:\"Show Bar and Content\";s:12:\"content_only\";s:17:\"Show Content Only\";s:4:\"hide\";s:4:\"Hide\";}s:4:\"type\";s:6:\"select\";s:15:\"partial_refresh\";a:1:{s:48:\"page_title_bar_contents_blog_show_page_title_bar\";a:3:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}}}}s:10:\"blog_title\";a:7:{s:5:\"label\";s:15:\"Blog Page Title\";s:11:\"description\";s:147:\"Controls the title text that displays in the page title bar only if your front page displays your latest post in &quot;Settings &gt; Reading&quot;.\";s:2:\"id\";s:10:\"blog_title\";s:7:\"default\";s:4:\"Blog\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:24:\"blog_show_page_title_bar\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"hide\";}}s:15:\"partial_refresh\";a:1:{s:18:\"blog_title_partial\";a:3:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}}}}s:13:\"blog_subtitle\";a:7:{s:5:\"label\";s:18:\"Blog Page Subtitle\";s:11:\"description\";s:150:\"Controls the subtitle text that displays in the page title bar only if your front page displays your latest post in &quot;Settings &gt; Reading&quot;.\";s:2:\"id\";s:13:\"blog_subtitle\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:24:\"blog_show_page_title_bar\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"hide\";}}s:15:\"partial_refresh\";a:1:{s:21:\"blog_subtitle_partial\";a:3:{s:8:\"selector\";s:28:\".avada-page-titlebar-wrapper\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:21:\"page_titlebar_wrapper\";}}}}s:11:\"blog_layout\";a:8:{s:5:\"label\";s:11:\"Blog Layout\";s:11:\"description\";s:84:\"Controls the layout for the assigned blog page in &quot;Settings &gt; Reading&quot;.\";s:2:\"id\";s:11:\"blog_layout\";s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:5:\"large\";s:5:\"Large\";s:6:\"medium\";s:6:\"Medium\";s:15:\"large alternate\";s:15:\"Large Alternate\";s:16:\"medium alternate\";s:16:\"Medium Alternate\";s:4:\"grid\";s:4:\"Grid\";s:8:\"timeline\";s:8:\"Timeline\";s:7:\"masonry\";s:7:\"Masonry\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:26:\".blog .fusion-blog-archive\";}s:9:\"shortcuts\";a:1:{i:0;a:1:{s:10:\"aria_label\";s:17:\"Edit Blog Options\";}}}}s:19:\"blog_archive_layout\";a:7:{s:5:\"label\";s:19:\"Blog Archive Layout\";s:11:\"description\";s:47:\"Controls the layout for the blog archive pages.\";s:2:\"id\";s:19:\"blog_archive_layout\";s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:5:\"large\";s:5:\"Large\";s:6:\"medium\";s:6:\"Medium\";s:15:\"large alternate\";s:15:\"Large Alternate\";s:16:\"medium alternate\";s:16:\"Medium Alternate\";s:4:\"grid\";s:4:\"Grid\";s:8:\"timeline\";s:8:\"Timeline\";s:7:\"masonry\";s:7:\"Masonry\";}s:15:\"update_callback\";a:1:{i:0;a:4:{i:0;a:3:{s:9:\"condition\";s:11:\"is_category\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:6:\"is_tag\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:2;a:3:{s:9:\"condition\";s:7:\"is_date\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:3;a:3:{s:9:\"condition\";s:9:\"is_author\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:20:\"blog_pagination_type\";a:7:{s:5:\"label\";s:15:\"Pagination Type\";s:11:\"description\";s:115:\"Controls the pagination type for the assigned blog page in &quot;Settings &gt; Reading&quot; or blog archive pages.\";s:2:\"id\";s:20:\"blog_pagination_type\";s:7:\"default\";s:10:\"pagination\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:10:\"pagination\";s:10:\"Pagination\";s:15:\"infinite_scroll\";s:15:\"Infinite Scroll\";s:16:\"load_more_button\";s:16:\"Load More Button\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:36:\"blog_load_more_posts_button_bg_color\";a:7:{s:5:\"label\";s:39:\"Load More Posts Button Background Color\";s:11:\"description\";s:94:\"Controls the background color of the load more button for ajax post loading for blog archives.\";s:2:\"id\";s:36:\"blog_load_more_posts_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:38:\"--blog_load_more_posts_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:20:\"blog_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:38:\"blog_load_more_posts_button_text_color\";a:7:{s:5:\"label\";s:33:\"Load More Posts Button Text Color\";s:11:\"description\";s:88:\"Controls the text color of the load more button for ajax post loading for blog archives.\";s:2:\"id\";s:38:\"blog_load_more_posts_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:40:\"--blog_load_more_posts_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:20:\"blog_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:42:\"blog_load_more_posts_hover_button_bg_color\";a:7:{s:5:\"label\";s:45:\"Load More Posts Button Hover Background Color\";s:11:\"description\";s:100:\"Controls the hover background color of the load more button for ajax post loading for blog archives.\";s:2:\"id\";s:42:\"blog_load_more_posts_hover_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:44:\"--blog_load_more_posts_hover_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:20:\"blog_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:44:\"blog_load_more_posts_hover_button_text_color\";a:7:{s:5:\"label\";s:39:\"Load More Posts Hover Button Text Color\";s:11:\"description\";s:94:\"Controls the hover text color of the load more button for ajax post loading for blog archives.\";s:2:\"id\";s:44:\"blog_load_more_posts_hover_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:46:\"--blog_load_more_posts_hover_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:20:\"blog_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:25:\"blog_archive_grid_columns\";a:9:{s:5:\"label\";s:17:\"Number of Columns\";s:11:\"description\";s:218:\"Controls the number of columns for grid and masonry layout when using it for the assigned blog page in \"Settings > Reading\" or blog archive pages. <strong>IMPORTANT:</strong> Masonry layout does not work with 1 column.\";s:2:\"id\";s:25:\"blog_archive_grid_columns\";s:7:\"default\";i:3;s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";i:1;}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:2;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:3;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}}s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:32:\"blog_archive_grid_column_spacing\";a:11:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:171:\"Controls the column spacing for blog posts for grid and masonry layout when using it for the assigned blog page in &quot;Settings &gt; Reading&quot; or blog archive pages.\";s:2:\"id\";s:32:\"blog_archive_grid_column_spacing\";s:7:\"default\";s:2:\"40\";s:4:\"type\";s:6:\"slider\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"300\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:2;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:3;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}}s:9:\"transport\";s:7:\"refresh\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--blog_archive_grid_column_spacing\";s:13:\"value_pattern\";s:3:\"$px\";}}s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:18:\"blog_equal_heights\";a:9:{s:5:\"label\";s:13:\"Equal Heights\";s:11:\"description\";s:55:\"Turn on to display grid boxes to equal heights per row.\";s:2:\"id\";s:18:\"blog_equal_heights\";s:7:\"default\";i:0;s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}}s:9:\"transport\";s:7:\"refresh\";s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:25:\"blog_archive_grid_padding\";a:9:{s:5:\"label\";s:30:\"Blog Archive Grid Text Padding\";s:11:\"description\";s:106:\"Controls the top/right/bottom/left padding of the blog text when using grid / masonry or timeline layout. \";s:2:\"id\";s:25:\"blog_archive_grid_padding\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"30px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:2;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:8:\"timeline\";}i:3;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:4;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:5;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:8:\"timeline\";}}s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:31:\"--blog_archive_grid_padding-top\";s:6:\"choice\";s:3:\"top\";s:7:\"element\";s:28:\".fusion-post-content-wrapper\";}i:1;a:3:{s:4:\"name\";s:34:\"--blog_archive_grid_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";s:7:\"element\";s:28:\".fusion-post-content-wrapper\";}i:2;a:3:{s:4:\"name\";s:32:\"--blog_archive_grid_padding-left\";s:6:\"choice\";s:4:\"left\";s:7:\"element\";s:28:\".fusion-post-content-wrapper\";}i:3;a:3:{s:4:\"name\";s:33:\"--blog_archive_grid_padding-right\";s:6:\"choice\";s:5:\"right\";s:7:\"element\";s:28:\".fusion-post-content-wrapper\";}}}s:21:\"blog_layout_alignment\";a:9:{s:5:\"label\";s:35:\"Blog Archive Grid Content Alignment\";s:11:\"description\";s:93:\"Controls the content alignment of the blog text when using grid / masonry or timeline layout.\";s:2:\"id\";s:21:\"blog_layout_alignment\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:0:\"\";s:9:\"Text Flow\";s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:6:{i:0;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:2;a:3:{s:7:\"setting\";s:11:\"blog_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:8:\"timeline\";}i:3;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:4;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}i:5;a:3:{s:7:\"setting\";s:19:\"blog_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:8:\"timeline\";}}s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:14:\"content_length\";a:6:{s:5:\"label\";s:20:\"Blog Content Display\";s:11:\"description\";s:177:\"Controls if the blog content displays an excerpt or full content or is completely disabled for the assigned blog page in &quot;Settings &gt; Reading&quot; or blog archive pages.\";s:2:\"id\";s:14:\"content_length\";s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:7:\"excerpt\";s:7:\"Excerpt\";s:12:\"full_content\";s:12:\"Full Content\";s:4:\"hide\";s:7:\"No Text\";}}s:19:\"excerpt_length_blog\";a:8:{s:5:\"label\";s:14:\"Excerpt Length\";s:11:\"description\";s:263:\"Controls the number of <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&lang=en#excerpt_base\" target=\"_blank\" rel=\"noopener noreferrer\">words</a> in the excerpts on the assigned blog page in \"Settings > Reading\" or on blog archive pages.\";s:2:\"id\";s:19:\"excerpt_length_blog\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"content_length\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"excerpt\";}}s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:18:\"strip_html_excerpt\";a:6:{s:5:\"label\";s:23:\"Strip HTML from Excerpt\";s:11:\"description\";s:133:\"Turn on to strip HTML content from the excerpt for the assigned blog page in &quot;Settings &gt; Reading&quot; or blog archive pages.\";s:2:\"id\";s:18:\"strip_html_excerpt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}s:15:\"featured_images\";a:7:{s:5:\"label\";s:43:\"Featured Image / Video on Blog Archive Page\";s:11:\"description\";s:72:\"Turn on to display featured images and videos on the blog archive pages.\";s:2:\"id\";s:15:\"featured_images\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:2:{i:0;a:3:{s:9:\"condition\";s:7:\"is_home\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}i:1;a:3:{s:9:\"condition\";s:10:\"is_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:2:{i:0;s:64:\"body:not(.single-avada_portfolio) .fusion-featured-image-wrapper\";i:1;s:77:\".single-avada_portfolio .fusion-featured-image-wrapper .fusion-post-slideshow\";}s:9:\"shortcuts\";a:1:{i:0;a:4:{s:10:\"aria_label\";s:19:\"Edit Featured Image\";s:8:\"callback\";s:23:\"fusionEditFeaturedImage\";s:9:\"css_class\";s:0:\"\";s:4:\"icon\";s:13:\"fusiona-image\";}}}}s:15:\"dates_box_color\";a:6:{s:5:\"label\";s:36:\"Blog Alternate Layout Date Box Color\";s:11:\"description\";s:78:\"Controls the color of the date box in blog alternate and recent posts layouts.\";s:2:\"id\";s:15:\"dates_box_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:17:\"--dates_box_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"alternate_date_format_month_year\";a:5:{s:5:\"label\";s:43:\"Blog Alternate Layout Month and Year Format\";s:11:\"description\";s:207:\"Controls the month and year format for blog alternate layouts. <a href=\"https://wordpress.org/support/article/formatting-date-and-time/\" target=\"_blank\" rel=\"noopener noreferrer\">Formatting Date and Time</a>\";s:2:\"id\";s:32:\"alternate_date_format_month_year\";s:7:\"default\";s:4:\"m, Y\";s:4:\"type\";s:4:\"text\";}s:25:\"alternate_date_format_day\";a:5:{s:5:\"label\";s:32:\"Blog Alternate Layout Day Format\";s:11:\"description\";s:196:\"Controls the day format for blog alternate layouts. <a href=\"https://wordpress.org/support/article/formatting-date-and-time/\" target=\"_blank\" rel=\"noopener noreferrer\">Formatting Date and Time</a>\";s:2:\"id\";s:25:\"alternate_date_format_day\";s:7:\"default\";s:1:\"j\";s:4:\"type\";s:4:\"text\";}s:20:\"timeline_date_format\";a:5:{s:5:\"label\";s:32:\"Blog Timeline Layout Date Format\";s:11:\"description\";s:197:\"Controls the timeline label format for blog timeline layouts. <a href=\"https://wordpress.org/support/article/formatting-date-and-time/\" target=\"_blank\" rel=\"noopener noreferrer\">Formatting Date</a>\";s:2:\"id\";s:20:\"timeline_date_format\";s:7:\"default\";s:3:\"F Y\";s:4:\"type\";s:4:\"text\";}}}s:23:\"blog_single_post_info_2\";a:7:{s:5:\"label\";s:16:\"Blog Single Post\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:23:\"blog_single_post_info_2\";s:7:\"default\";s:0:\"\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:11:{s:49:\"content_blog_single_post_template_override_notice\";a:5:{s:2:\"id\";s:49:\"content_blog_single_post_template_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:40:\"content_blog_single_post_template_notice\";a:5:{s:2:\"id\";s:40:\"content_blog_single_post_template_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Live Builder to create a custom Content Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:14:\"blog_width_100\";a:7:{s:5:\"label\";s:15:\"100% Width Page\";s:11:\"description\";s:112:\"Turn on to display blog posts at 100% browser width according to the window size. Turn off to follow site width.\";s:2:\"id\";s:14:\"blog_width_100\";s:7:\"default\";i:0;s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:22:\"featured_images_single\";a:7:{s:5:\"label\";s:42:\"Featured Image / Video on Single Blog Post\";s:11:\"description\";s:67:\"Turn on to display featured images and videos on single blog posts.\";s:2:\"id\";s:22:\"featured_images_single\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:11:\"blog_pn_nav\";a:7:{s:5:\"label\";s:24:\"Previous/Next Pagination\";s:11:\"description\";s:75:\"Turn on to display the previous/next post pagination for single blog posts.\";s:2:\"id\";s:11:\"blog_pn_nav\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:15:\"blog_post_title\";a:8:{s:5:\"label\";s:10:\"Post Title\";s:11:\"description\";s:90:\"Controls if the post title displays above or below the featured post image or is disabled.\";s:2:\"id\";s:15:\"blog_post_title\";s:7:\"default\";s:5:\"below\";s:4:\"type\";s:15:\"radio-buttonset\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:5:\"below\";s:6:\"Below \";s:5:\"above\";s:5:\"Above\";s:8:\"disabled\";s:8:\"Disabled\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:23:\"blog_post_meta_position\";a:9:{s:5:\"label\";s:18:\"Meta Data Position\";s:11:\"description\";s:41:\"Choose where the meta data is positioned.\";s:2:\"id\";s:23:\"blog_post_meta_position\";s:7:\"default\";s:13:\"below_article\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:2:{s:13:\"below_article\";s:13:\"Below Article\";s:11:\"below_title\";s:11:\"Below Title\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"blog_post_title\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:18:\"social_sharing_box\";a:7:{s:5:\"label\";s:18:\"Social Sharing Box\";s:11:\"description\";s:42:\"Turn on to display the social sharing box.\";s:2:\"id\";s:18:\"social_sharing_box\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:11:\"author_info\";a:7:{s:5:\"label\";s:15:\"Author Info Box\";s:11:\"description\";s:51:\"Turn on to display the author info box below posts.\";s:2:\"id\";s:11:\"author_info\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:13:\"related_posts\";a:7:{s:5:\"label\";s:13:\"Related Posts\";s:11:\"description\";s:33:\"Turn on to display related posts.\";s:2:\"id\";s:13:\"related_posts\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:13:\"blog_comments\";a:7:{s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:28:\"Turn on to display comments.\";s:2:\"id\";s:13:\"blog_comments\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:11:\"is_singular\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}}s:14:\"blog_meta_info\";a:7:{s:5:\"label\";s:9:\"Blog Meta\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:9:\"blog_meta\";s:7:\"default\";s:0:\"\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:10:{s:29:\"blog_meta_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:335:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The on/off meta options on this tab only control the assigned blog page in \"Settings > Reading\" or the blog archives, not the blog element. The only options on this tab that work with the blog element are the Meta Data Font Size and Date Format options.</div>\";s:2:\"id\";s:29:\"blog_meta_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:9:\"post_meta\";a:5:{s:5:\"label\";s:9:\"Post Meta\";s:11:\"description\";s:178:\"Turn on to display post meta on blog posts. If set to &quot;On&quot;, you can also control individual meta items below. If set to &quot;Off&quot; all meta items will be disabled.\";s:2:\"id\";s:9:\"post_meta\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:16:\"post_meta_author\";a:6:{s:5:\"label\";s:16:\"Post Meta Author\";s:11:\"description\";s:45:\"Turn on to display the post meta author name.\";s:2:\"id\";s:16:\"post_meta_author\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"post_meta_date\";a:6:{s:5:\"label\";s:14:\"Post Meta Date\";s:11:\"description\";s:38:\"Turn on to display the post meta date.\";s:2:\"id\";s:14:\"post_meta_date\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"post_meta_cats\";a:6:{s:5:\"label\";s:20:\"Post Meta Categories\";s:11:\"description\";s:44:\"Turn on to display the post meta categories.\";s:2:\"id\";s:14:\"post_meta_cats\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:18:\"post_meta_comments\";a:6:{s:5:\"label\";s:18:\"Post Meta Comments\";s:11:\"description\";s:42:\"Turn on to display the post meta comments.\";s:2:\"id\";s:18:\"post_meta_comments\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"post_meta_read\";a:6:{s:5:\"label\";s:24:\"Post Meta Read More Link\";s:11:\"description\";s:48:\"Turn on to display the post meta read more link.\";s:2:\"id\";s:14:\"post_meta_read\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"post_meta_tags\";a:6:{s:5:\"label\";s:14:\"Post Meta Tags\";s:11:\"description\";s:38:\"Turn on to display the post meta tags.\";s:2:\"id\";s:14:\"post_meta_tags\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:9:\"post_meta\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"meta_font_size\";a:6:{s:5:\"label\";s:19:\"Meta Data Font Size\";s:11:\"description\";s:42:\"Controls the font size for meta data text.\";s:2:\"id\";s:14:\"meta_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:16:\"--meta_font_size\";}}}s:11:\"date_format\";a:5:{s:5:\"label\";s:11:\"Date Format\";s:11:\"description\";s:343:\"Controls the date format for date meta data.  <a href=\"https://wordpress.org/support/article/formatting-date-and-time/\" target=\"_blank\" rel=\"noopener noreferrer\">Formatting Date and Time</a>. Leave empty to use the default value from your <a href=\"https://drkarimbennani.com/wp-admin/options-general.php\" target=\"_blank\">WordPress Settings</a>\";s:2:\"id\";s:11:\"date_format\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}}}s:9:\"portfolio\";a:7:{s:5:\"label\";s:9:\"Portfolio\";s:2:\"id\";s:17:\"heading_portfolio\";s:8:\"priority\";i:16;s:4:\"icon\";s:10:\"el-icon-th\";s:8:\"alt_icon\";s:21:\"fusiona-insertpicture\";s:5:\"class\";s:22:\"hidden-section-heading\";s:6:\"fields\";a:2:{s:36:\"general_portfolio_options_subsection\";a:6:{s:5:\"label\";s:17:\"General Portfolio\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:36:\"general_portfolio_options_subsection\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:22:{s:24:\"portfolio_archive_layout\";a:7:{s:5:\"label\";s:24:\"Portfolio Archive Layout\";s:11:\"description\";s:52:\"Controls the layout for the portfolio archive pages.\";s:2:\"id\";s:24:\"portfolio_archive_layout\";s:7:\"default\";s:4:\"grid\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"grid\";s:4:\"Grid\";s:7:\"masonry\";s:7:\"Masonry\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:37:\"portfolio_archive_featured_image_size\";a:8:{s:5:\"label\";s:37:\"Portfolio Archive Featured Image Size\";s:11:\"description\";s:230:\"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for portfolio archive pages. <strong>IMPORTANT:</strong> Fixed works best with a standard 940px site width. Auto works best with larger site widths.\";s:2:\"id\";s:37:\"portfolio_archive_featured_image_size\";s:7:\"default\";s:4:\"full\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"cropped\";s:5:\"Fixed\";s:4:\"full\";s:4:\"Auto\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:24:\"portfolio_archive_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"grid\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"portfolio_archive_columns\";a:7:{s:5:\"label\";s:35:\"Portfolio Archive Number of Columns\";s:11:\"description\";s:201:\"Set the number of columns per row for portfolio archive pages. With Carousel layout this specifies the maximum amount of columns. <strong>IMPORTANT:</strong> Masonry layout does not work with 1 column.\";s:2:\"id\";s:25:\"portfolio_archive_columns\";s:7:\"default\";i:1;s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";s:1:\"1\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:32:\"portfolio_archive_column_spacing\";a:7:{s:5:\"label\";s:32:\"Portfolio Archive Column Spacing\";s:11:\"description\";s:66:\"Controls the column spacing for portfolio items for archive pages.\";s:2:\"id\";s:32:\"portfolio_archive_column_spacing\";s:7:\"default\";s:2:\"20\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"300\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--portfolio_archive_column_spacing\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:23:\"portfolio_equal_heights\";a:8:{s:5:\"label\";s:13:\"Equal Heights\";s:11:\"description\";s:57:\"Turn on to display grid boxes with equal heights per row.\";s:2:\"id\";s:23:\"portfolio_equal_heights\";s:7:\"default\";i:0;s:4:\"type\";s:6:\"switch\";s:5:\"class\";s:16:\"fusion-or-gutter\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:24:\"portfolio_archive_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}}s:9:\"transport\";s:11:\"postMessage\";}s:42:\"portfolio_archive_one_column_text_position\";a:8:{s:5:\"label\";s:34:\"Portfolio Archive Content Position\";s:11:\"description\";s:93:\"Select if title, terms and excerpts should be displayed below or next to the featured images.\";s:2:\"id\";s:42:\"portfolio_archive_one_column_text_position\";s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:5:\"below\";s:11:\"Below image\";s:7:\"floated\";s:13:\"Next to Image\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:24:\"portfolio_archive_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:25:\"portfolio_archive_columns\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:23:\"portfolio_archive_items\";a:7:{s:5:\"label\";s:42:\"Number of Portfolio Items Per Archive Page\";s:11:\"description\";s:169:\"Controls the number of posts that display per page for portfolio archive pages. Set to -1 to display all. Set to 0 to use the number of posts from Settings &gt; Reading.\";s:2:\"id\";s:23:\"portfolio_archive_items\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"-1\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:29:\"portfolio_archive_text_layout\";a:9:{s:5:\"label\";s:29:\"Portfolio Archive Text Layout\";s:11:\"description\";s:123:\"Controls if the portfolio text content is displayed boxed or unboxed or is completely disabled for portfolio archive pages.\";s:2:\"id\";s:29:\"portfolio_archive_text_layout\";s:7:\"default\";s:7:\"no_text\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:7:\"no_text\";s:7:\"No Text\";s:5:\"boxed\";s:5:\"Boxed\";s:7:\"unboxed\";s:7:\"Unboxed\";}s:9:\"transport\";s:7:\"refresh\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:39:\"--portfolio_archive_text_layout-padding\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:6:\"20px 0\";i:1;s:181:\"var(--portfolio_archive_layout_padding-top) var(--portfolio_archive_layout_padding-right) var(--portfolio_archive_layout_padding-bottom) var(--portfolio_archive_layout_padding-left)\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:29:\"portfolio_archive_text_layout\";i:1;s:3:\"!==\";i:2;s:5:\"boxed\";}}}}}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:32:\"portfolio_archive_content_length\";a:8:{s:5:\"label\";s:30:\"Portfolio Archive Text Display\";s:11:\"description\";s:67:\"Choose how to display the post excerpt for portfolio archive pages.\";s:2:\"id\";s:32:\"portfolio_archive_content_length\";s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:7:\"no_text\";s:7:\"No Text\";s:7:\"excerpt\";s:7:\"Excerpt\";s:12:\"full_content\";s:12:\"Full Content\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:29:\"portfolio_archive_text_layout\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"no_text\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:32:\"portfolio_archive_excerpt_length\";a:8:{s:5:\"label\";s:32:\"Portfolio Archive Excerpt Length\";s:11:\"description\";s:468:\"Controls the number of <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&lang=en#excerpt_base\" target=\"_blank\" rel=\"noopener noreferrer\">words</a> in the excerpts on portfolio archive pages.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:32:\"portfolio_archive_excerpt_length\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:36:\"portfolio_archive_strip_html_excerpt\";a:6:{s:5:\"label\";s:23:\"Strip HTML from Excerpt\";s:11:\"description\";s:75:\"Turn on to strip HTML content from the excerpt for portfolio archive pages.\";s:2:\"id\";s:36:\"portfolio_archive_strip_html_excerpt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:31:\"portfolio_archive_title_display\";a:7:{s:5:\"label\";s:31:\"Portfolio Archive Title Display\";s:11:\"description\";s:81:\"Controls what displays with the portfolio post title for portfolio archive pages.\";s:2:\"id\";s:31:\"portfolio_archive_title_display\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:3:\"all\";s:20:\"Title and Categories\";s:5:\"title\";s:10:\"Only Title\";s:4:\"cats\";s:15:\"Only Categories\";s:4:\"none\";s:4:\"None\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:32:\"portfolio_archive_text_alignment\";a:7:{s:5:\"label\";s:32:\"Portfolio Archive Text Alignment\";s:11:\"description\";s:140:\"Controls the alignment of the portfolio title, categories and excerpt text when using the Portfolio Text layouts in portfolio archive pages.\";s:2:\"id\";s:32:\"portfolio_archive_text_alignment\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"left\";s:4:\"Left\";s:6:\"center\";s:6:\"Center\";s:5:\"right\";s:5:\"Right\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--portfolio_archive_text_alignment\";s:7:\"element\";s:33:\".fusion-portfolio-content-wrapper\";}}}s:32:\"portfolio_archive_layout_padding\";a:8:{s:5:\"label\";s:37:\"Portfolio Archive Text Layout Padding\";s:11:\"description\";s:353:\"Controls the padding for the portfolio text layout when using boxed mode in portfolio archive pages.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:32:\"portfolio_archive_layout_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:4:\"25px\";s:6:\"bottom\";s:4:\"25px\";s:4:\"left\";s:4:\"25px\";s:5:\"right\";s:4:\"25px\";}s:4:\"type\";s:7:\"spacing\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:38:\"--portfolio_archive_layout_padding-top\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:6:\"choice\";s:3:\"top\";}i:1;a:3:{s:4:\"name\";s:41:\"--portfolio_archive_layout_padding-bottom\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:3:{s:4:\"name\";s:39:\"--portfolio_archive_layout_padding-left\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:6:\"choice\";s:4:\"left\";}i:3;a:3:{s:4:\"name\";s:40:\"--portfolio_archive_layout_padding-right\";s:7:\"element\";s:25:\".fusion-portfolio-content\";s:6:\"choice\";s:5:\"right\";}}}s:33:\"portfolio_archive_pagination_type\";a:7:{s:5:\"label\";s:33:\"Portfolio Archive Pagination Type\";s:11:\"description\";s:57:\"Controls the pagination type for portfolio archive pages.\";s:2:\"id\";s:33:\"portfolio_archive_pagination_type\";s:7:\"default\";s:10:\"pagination\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:10:\"pagination\";s:10:\"Pagination\";s:15:\"infinite_scroll\";s:15:\"Infinite Scroll\";s:16:\"load_more_button\";s:16:\"Load More Button\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:20:\"is_portfolio_archive\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:49:\"portfolio_archive_load_more_posts_button_bg_color\";a:7:{s:5:\"label\";s:39:\"Load More Posts Button Background Color\";s:11:\"description\";s:99:\"Controls the background color of the load more button for ajax post loading for portfolio archives.\";s:2:\"id\";s:49:\"portfolio_archive_load_more_posts_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:51:\"--portfolio_archive_load_more_posts_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:33:\"portfolio_archive_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:51:\"portfolio_archive_load_more_posts_button_text_color\";a:7:{s:5:\"label\";s:33:\"Load More Posts Button Text Color\";s:11:\"description\";s:93:\"Controls the text color of the load more button for ajax post loading for portfolio archives.\";s:2:\"id\";s:51:\"portfolio_archive_load_more_posts_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:53:\"--portfolio_archive_load_more_posts_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:33:\"portfolio_archive_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:55:\"portfolio_archive_load_more_posts_hover_button_bg_color\";a:7:{s:5:\"label\";s:45:\"Load More Posts Button Hover Background Color\";s:11:\"description\";s:105:\"Controls the hover background color of the load more button for ajax post loading for portfolio archives.\";s:2:\"id\";s:55:\"portfolio_archive_load_more_posts_hover_button_bg_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:57:\"--portfolio_archive_load_more_posts_hover_button_bg_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:33:\"portfolio_archive_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:57:\"portfolio_archive_load_more_posts_hover_button_text_color\";a:7:{s:5:\"label\";s:39:\"Load More Posts Hover Button Text Color\";s:11:\"description\";s:99:\"Controls the hover text color of the load more button for ajax post loading for portfolio archives.\";s:2:\"id\";s:57:\"portfolio_archive_load_more_posts_hover_button_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:59:\"--portfolio_archive_load_more_posts_hover_button_text_color\";s:7:\"element\";s:24:\".fusion-load-more-button\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:33:\"portfolio_archive_pagination_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:16:\"load_more_button\";}}}s:14:\"portfolio_slug\";a:5:{s:5:\"label\";s:14:\"Portfolio Slug\";s:11:\"description\";s:195:\"The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.\";s:2:\"id\";s:14:\"portfolio_slug\";s:7:\"default\";s:15:\"portfolio-items\";s:4:\"type\";s:4:\"text\";}s:20:\"portfolio_with_front\";a:5:{s:5:\"label\";s:38:\"Portfolio Include Permalink Front Base\";s:11:\"description\";s:137:\"Turn on to include the front base defined by the permalink structure set in Settings &gt; Permalinks. Make sure to regenerate permalinks.\";s:2:\"id\";s:20:\"portfolio_with_front\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:24:\"portfolio_meta_font_size\";a:6:{s:5:\"label\";s:19:\"Meta Data Font Size\";s:11:\"description\";s:42:\"Controls the font size for meta data text.\";s:2:\"id\";s:24:\"portfolio_meta_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--portfolio_meta_font_size\";}}}}}s:45:\"portfolio_single_post_page_options_subsection\";a:6:{s:5:\"label\";s:21:\"Portfolio Single Post\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:45:\"portfolio_single_post_page_options_subsection\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:14:{s:46:\"portfolio_single_post_template_override_notice\";a:5:{s:2:\"id\";s:46:\"portfolio_single_post_template_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:37:\"portfolio_single_post_template_notice\";a:4:{s:2:\"id\";s:37:\"portfolio_single_post_template_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Live Builder to create a custom Content Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:16:\"portfolio_pn_nav\";a:7:{s:5:\"label\";s:24:\"Previous/Next Pagination\";s:11:\"description\";s:80:\"Turn on to display the previous/next post pagination for single portfolio posts.\";s:2:\"id\";s:16:\"portfolio_pn_nav\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:19:\"portfolio_width_100\";a:7:{s:5:\"label\";s:15:\"100% Width Page\";s:11:\"description\";s:117:\"Turn on to display portfolio posts at 100% browser width according to the window size. Turn off to follow site width.\";s:2:\"id\";s:19:\"portfolio_width_100\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:30:\"portfolio_featured_image_width\";a:9:{s:5:\"label\";s:26:\"Featured Image Column Size\";s:11:\"description\";s:79:\"Controls if the featured image is half or full width on single portfolio posts.\";s:2:\"id\";s:30:\"portfolio_featured_image_width\";s:7:\"default\";s:4:\"full\";s:4:\"type\";s:15:\"radio-buttonset\";s:6:\"hidden\";b:0;s:7:\"choices\";a:2:{s:4:\"full\";s:10:\"Full Width\";s:4:\"half\";s:10:\"Half Width\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:25:\"portfolio_featured_images\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"portfolio_featured_images\";a:7:{s:5:\"label\";s:42:\"Featured Image / Video on Single Post Page\";s:11:\"description\";s:72:\"Turn on to display featured images and videos on single portfolio posts.\";s:2:\"id\";s:25:\"portfolio_featured_images\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"show_first_featured_image\";a:8:{s:5:\"label\";s:20:\"First Featured Image\";s:11:\"description\";s:68:\"Turn on to display the 1st featured image on single portfolio posts.\";s:2:\"id\";s:25:\"show_first_featured_image\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:25:\"portfolio_featured_images\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:33:\"show_first_featured_image_partial\";a:4:{s:8:\"selector\";s:30:\".fusion-featured-image-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:23:\"singular_featured_image\";}s:21:\"success_trigger_event\";s:35:\"fusion-reinit-single-post-slideshow\";}}}s:28:\"portfolio_project_desc_title\";a:7:{s:5:\"label\";s:25:\"Project Description Title\";s:11:\"description\";s:72:\"Turn on to show the project description title on single portfolio posts.\";s:2:\"id\";s:28:\"portfolio_project_desc_title\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"portfolio_project_details\";a:7:{s:5:\"label\";s:15:\"Project Details\";s:11:\"description\";s:80:\"Turn on to show the project details title and content on single portfolio posts.\";s:2:\"id\";s:25:\"portfolio_project_details\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:26:\"portfolio_link_icon_target\";a:7:{s:5:\"label\";s:34:\"Open Portfolio Links In New Window\";s:11:\"description\";s:90:\"Turn on to open the single post page, project url and copyright url links in a new window.\";s:2:\"id\";s:26:\"portfolio_link_icon_target\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:9:\"transport\";s:11:\"postMessage\";}s:16:\"portfolio_author\";a:7:{s:5:\"label\";s:6:\"Author\";s:11:\"description\";s:61:\"Turn on to display the author name on single portfolio posts.\";s:2:\"id\";s:16:\"portfolio_author\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:28:\"portfolio_social_sharing_box\";a:7:{s:5:\"label\";s:18:\"Social Sharing Box\";s:11:\"description\";s:68:\"Turn on to display the social sharing box on single portfolio posts.\";s:2:\"id\";s:28:\"portfolio_social_sharing_box\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:23:\"portfolio_related_posts\";a:7:{s:5:\"label\";s:16:\"Related Projects\";s:11:\"description\";s:62:\"Turn on to display related projects on single portfolio posts.\";s:2:\"id\";s:23:\"portfolio_related_posts\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:18:\"portfolio_comments\";a:7:{s:5:\"label\";s:8:\"Comments\";s:11:\"description\";s:54:\"Turn on to display comments on single portfolio posts.\";s:2:\"id\";s:18:\"portfolio_comments\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:19:\"is_portfolio_single\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}}}}s:12:\"social_media\";a:6:{s:5:\"label\";s:12:\"Social Media\";s:2:\"id\";s:20:\"heading_social_media\";s:8:\"priority\";i:18;s:4:\"icon\";s:17:\"el-icon-share-alt\";s:8:\"alt_icon\";s:12:\"fusiona-link\";s:6:\"fields\";a:4:{s:26:\"social_media_icons_section\";a:5:{s:5:\"label\";s:18:\"Social Media Icons\";s:2:\"id\";s:26:\"social_media_icons_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:2:{s:38:\"social_media_icons_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:250:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> This tab controls the social networks that display in legacy headers and footers. Custom icons created here can also be used in the Social Links and the Person element.</div>\";s:2:\"id\";s:38:\"social_media_icons_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:18:\"social_media_icons\";a:9:{s:5:\"label\";s:26:\"Social Media Icons / Links\";s:11:\"description\";s:131:\"Social media links use a repeater field and allow one network per field. Click the &quot;Add&quot; button to add additional fields.\";s:2:\"id\";s:18:\"social_media_icons\";s:7:\"default\";a:6:{s:25:\"fusionredux_repeater_data\";a:4:{i:0;a:1:{s:5:\"title\";s:0:\"\";}i:1;a:1:{s:5:\"title\";s:0:\"\";}i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:0:\"\";}}s:4:\"icon\";a:4:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:9:\"instagram\";i:3;s:9:\"pinterest\";}s:3:\"url\";a:4:{i:0;s:1:\"#\";i:1;s:1:\"#\";i:2;s:1:\"#\";i:3;s:1:\"#\";}s:12:\"custom_title\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:16:\"custom_icon_mark\";a:4:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";}s:13:\"custom_source\";a:4:{i:0;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:1;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:2;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}i:3;a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}}s:4:\"type\";s:8:\"repeater\";s:10:\"bind_title\";s:4:\"icon\";s:5:\"limit\";i:50;s:6:\"fields\";a:5:{s:4:\"icon\";a:6:{s:2:\"id\";s:4:\"icon\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Social Network\";s:11:\"description\";s:53:\"Select a social network to automatically add its icon\";s:7:\"default\";s:4:\"none\";s:7:\"choices\";a:41:{s:7:\"blogger\";s:7:\"Blogger\";s:7:\"bluesky\";s:7:\"Bluesky\";s:10:\"deviantart\";s:10:\"Deviantart\";s:7:\"discord\";s:7:\"Discord\";s:4:\"digg\";s:4:\"Digg\";s:8:\"dribbble\";s:8:\"Dribbble\";s:7:\"dropbox\";s:7:\"Dropbox\";s:8:\"facebook\";s:8:\"Facebook\";s:6:\"flickr\";s:6:\"Flickr\";s:6:\"forrst\";s:6:\"Forrst\";s:6:\"github\";s:6:\"GitHub\";s:9:\"instagram\";s:9:\"Instagram\";s:8:\"linkedin\";s:8:\"LinkedIn\";s:8:\"mastodon\";s:8:\"Mastodon\";s:7:\"myspace\";s:7:\"Myspace\";s:6:\"paypal\";s:6:\"Paypal\";s:9:\"pinterest\";s:9:\"Pinterest\";s:6:\"reddit\";s:6:\"Reddit\";s:3:\"rss\";s:3:\"RSS\";s:5:\"skype\";s:5:\"Skype\";s:8:\"snapchat\";s:8:\"Snapchat\";s:10:\"soundcloud\";s:10:\"Soundcloud\";s:7:\"spotify\";s:7:\"Spotify\";s:5:\"teams\";s:5:\"Teams\";s:8:\"telegram\";s:8:\"Telegram\";s:7:\"threads\";s:7:\"Threads\";s:6:\"tiktok\";s:6:\"Tiktok\";s:6:\"tumblr\";s:6:\"Tumblr\";s:7:\"twitter\";s:1:\"X\";s:6:\"twitch\";s:6:\"Twitch\";s:5:\"vimeo\";s:5:\"Vimeo\";s:2:\"vk\";s:2:\"VK\";s:6:\"wechat\";s:6:\"WeChat\";s:8:\"whatsapp\";s:8:\"WhatsApp\";s:4:\"xing\";s:4:\"Xing\";s:5:\"yahoo\";s:5:\"Yahoo\";s:4:\"yelp\";s:4:\"Yelp\";s:7:\"youtube\";s:7:\"Youtube\";s:5:\"email\";s:13:\"Email Address\";s:5:\"phone\";s:5:\"Phone\";s:6:\"custom\";s:6:\"Custom\";}}s:9:\"icon_mark\";a:5:{s:4:\"type\";s:10:\"iconpicker\";s:2:\"id\";s:9:\"icon_mark\";s:7:\"heading\";s:4:\"Icon\";s:11:\"description\";s:49:\"Click an icon to select, click again to deselect.\";s:7:\"default\";s:0:\"\";}s:3:\"url\";a:5:{s:2:\"id\";s:3:\"url\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Custom Link\";s:11:\"description\";s:28:\"Insert your custom link here\";s:7:\"default\";s:0:\"\";}s:12:\"custom_title\";a:6:{s:2:\"id\";s:12:\"custom_title\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:17:\"Custom Icon Title\";s:11:\"description\";s:40:\"Insert a title for your custom icon here\";s:7:\"default\";s:0:\"\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:4:\"icon\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}s:13:\"custom_source\";a:7:{s:2:\"id\";s:13:\"custom_source\";s:4:\"type\";s:5:\"media\";s:5:\"label\";s:40:\"Choose the image you want to use as icon\";s:11:\"description\";s:23:\"Upload your custom icon\";s:7:\"default\";s:0:\"\";s:4:\"mode\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:4:\"icon\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}}}s:15:\"partial_refresh\";a:5:{s:52:\"header_content_social_media_icons_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:51:\"header_content_social_media_icons_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:33:\"header_content_social_media_icons\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}s:33:\"footer_content_social_media_icons\";a:4:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}s:29:\"sharingbox_social_media_icons\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}}}s:27:\"header_social_icons_options\";a:7:{s:5:\"label\";s:27:\"Header Social Icons Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"header_social_icons_options\";s:7:\"default\";s:0:\"\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:10:{s:35:\"header_social_links_override_notice\";a:5:{s:2:\"id\";s:35:\"header_social_links_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:321:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Header override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:26:\"header_social_links_notice\";a:5:{s:2:\"id\";s:26:\"header_social_links_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Header Builder to create a custom Header Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:29:\"header_social_links_font_size\";a:7:{s:5:\"label\";s:28:\"Header Social Icon Font Size\";s:11:\"description\";s:50:\"Controls the font size of the header social icons.\";s:2:\"id\";s:29:\"header_social_links_font_size\";s:7:\"default\";s:4:\"16px\";s:6:\"hidden\";b:1;s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--header_social_links_font_size\";s:7:\"element\";s:23:\".fusion-social-networks\";}}}s:37:\"header_social_links_tooltip_placement\";a:8:{s:5:\"label\";s:35:\"Header Social Icon Tooltip Position\";s:11:\"description\";s:57:\"Controls the tooltip position of the header social icons.\";s:2:\"id\";s:37:\"header_social_links_tooltip_placement\";s:7:\"default\";s:6:\"Bottom\";s:6:\"hidden\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";s:4:\"none\";s:4:\"None\";}s:15:\"partial_refresh\";a:3:{s:71:\"header_content_header_social_links_tooltip_placement_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:70:\"header_content_header_social_links_tooltip_placement_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:52:\"header_content_header_social_links_tooltip_placement\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";a:2:{i:0;s:15:\"header-rendered\";i:1;s:18:\"fusionInitTooltips\";}}}}s:30:\"header_social_links_color_type\";a:8:{s:5:\"label\";s:29:\"Header Social Icon Color Type\";s:11:\"description\";s:146:\"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.\";s:2:\"id\";s:30:\"header_social_links_color_type\";s:7:\"default\";s:6:\"custom\";s:6:\"hidden\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:6:\"custom\";s:13:\"Custom Colors\";s:5:\"brand\";s:12:\"Brand Colors\";}s:15:\"partial_refresh\";a:3:{s:64:\"header_content_header_social_links_color_type_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:63:\"header_content_header_social_links_color_type_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:45:\"header_content_header_social_links_color_type\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";a:2:{i:0;s:15:\"header-rendered\";i:1;s:18:\"fusionInitTooltips\";}}}}s:30:\"header_social_links_icon_color\";a:8:{s:5:\"label\";s:24:\"Header Social Icon Color\";s:11:\"description\";s:106:\"Controls the color of the header social icons. This color will be used for all social icons in the header.\";s:2:\"id\";s:30:\"header_social_links_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:6:\"hidden\";b:1;s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:30:\"header_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--header_social_links_icon_color\";s:7:\"element\";s:27:\".fusion-social-network-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"header_social_links_boxed\";a:7:{s:5:\"label\";s:25:\"Header Social Icons Boxed\";s:11:\"description\";s:50:\"Controls if each icon is displayed in a small box.\";s:2:\"id\";s:25:\"header_social_links_boxed\";s:7:\"default\";s:1:\"0\";s:6:\"hidden\";b:1;s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:3:{s:59:\"header_content_header_social_links_boxed_remove_before_hook\";a:3:{s:8:\"selector\";s:33:\".avada-hook-before-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:58:\"header_content_header_social_links_boxed_remove_after_hook\";a:3:{s:8:\"selector\";s:32:\".avada-hook-after-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";s:13:\"__return_null\";}s:40:\"header_content_header_social_links_boxed\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";a:2:{i:0;s:15:\"header-rendered\";i:1;s:18:\"fusionInitTooltips\";}}}}s:29:\"header_social_links_box_color\";a:8:{s:5:\"label\";s:28:\"Header Social Icon Box Color\";s:11:\"description\";s:42:\"Controls the color of the social icon box.\";s:2:\"id\";s:29:\"header_social_links_box_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:6:\"hidden\";b:1;s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:25:\"header_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:30:\"header_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--header_social_links_box_color\";s:7:\"element\";s:27:\".fusion-social-network-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"header_social_links_boxed_radius\";a:8:{s:5:\"label\";s:31:\"Header Social Icon Boxed Radius\";s:11:\"description\";s:24:\"Controls the box radius.\";s:2:\"id\";s:32:\"header_social_links_boxed_radius\";s:7:\"default\";s:3:\"4px\";s:6:\"hidden\";b:1;s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:25:\"header_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--header_social_links_boxed_radius\";s:7:\"element\";s:27:\".fusion-social-network-icon\";}}}s:33:\"header_social_links_boxed_padding\";a:8:{s:5:\"label\";s:32:\"Header Social Icon Boxed Padding\";s:11:\"description\";s:41:\"Controls the interior padding of the box.\";s:2:\"id\";s:33:\"header_social_links_boxed_padding\";s:7:\"default\";s:3:\"8px\";s:6:\"hidden\";b:1;s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:25:\"header_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:35:\"--header_social_links_boxed_padding\";s:7:\"element\";s:23:\".fusion-social-networks\";}}}}}s:27:\"footer_social_icons_options\";a:7:{s:5:\"label\";s:27:\"Footer Social Icons Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"footer_social_icons_options\";s:7:\"default\";s:0:\"\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:11:{s:35:\"footer_social_links_override_notice\";a:5:{s:2:\"id\";s:35:\"footer_social_links_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:0:\"\";s:4:\"type\";s:6:\"custom\";}s:26:\"footer_social_links_notice\";a:5:{s:2:\"id\";s:26:\"footer_social_links_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:323:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Footer Builder to create a custom Footer Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:12:\"icons_footer\";a:7:{s:5:\"label\";s:34:\"Display Social Icons In The Footer\";s:11:\"description\";s:60:\"Turn on to display social icons in the footer copyright bar.\";s:2:\"id\";s:12:\"icons_footer\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"partial_refresh\";a:1:{s:27:\"footer_content_icons_footer\";a:5:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:29:\"footer_social_links_font_size\";a:8:{s:5:\"label\";s:28:\"Footer Social Icon Font Size\";s:11:\"description\";s:50:\"Controls the font size of the footer social icons.\";s:2:\"id\";s:29:\"footer_social_links_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:6:\"hidden\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--footer_social_links_font_size\";s:7:\"element\";s:23:\".fusion-social-networks\";}}}s:37:\"footer_social_links_tooltip_placement\";a:9:{s:5:\"label\";s:35:\"Footer Social Icon Tooltip Position\";s:11:\"description\";s:57:\"Controls the tooltip position of the footer social icons.\";s:2:\"id\";s:37:\"footer_social_links_tooltip_placement\";s:7:\"default\";s:3:\"Top\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:5:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";s:4:\"none\";s:4:\"None\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:52:\"footer_content_footer_social_links_tooltip_placement\";a:5:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:21:\"success_trigger_event\";a:1:{i:0;s:18:\"fusionInitTooltips\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:30:\"footer_social_links_color_type\";a:9:{s:5:\"label\";s:29:\"Footer Social Icon Color Type\";s:11:\"description\";s:146:\"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.\";s:2:\"id\";s:30:\"footer_social_links_color_type\";s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:2:{s:6:\"custom\";s:13:\"Custom Colors\";s:5:\"brand\";s:12:\"Brand Colors\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:45:\"footer_content_footer_social_links_color_type\";a:5:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:21:\"success_trigger_event\";a:1:{i:0;s:18:\"fusionInitTooltips\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:30:\"footer_social_links_icon_color\";a:8:{s:5:\"label\";s:24:\"Footer Social Icon Color\";s:11:\"description\";s:106:\"Controls the color of the footer social icons. This color will be used for all social icons in the footer.\";s:2:\"id\";s:30:\"footer_social_links_icon_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:97:\"hsla(var(--awb-color1-h),var(--awb-color1-s),var(--awb-color1-l),calc(var(--awb-color1-a) - 20%))\";s:6:\"hidden\";b:0;s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:30:\"footer_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--footer_social_links_icon_color\";s:7:\"element\";s:27:\".fusion-social-network-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"footer_social_links_boxed\";a:8:{s:5:\"label\";s:25:\"Footer Social Icons Boxed\";s:11:\"description\";s:50:\"Controls if each icon is displayed in a small box.\";s:2:\"id\";s:25:\"footer_social_links_boxed\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:40:\"footer_content_footer_social_links_boxed\";a:5:{s:8:\"selector\";s:14:\".fusion-footer\";s:19:\"container_inclusive\";b:0;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"footer\";}s:21:\"success_trigger_event\";a:1:{i:0;s:18:\"fusionInitTooltips\";}s:17:\"skip_for_template\";a:1:{i:0;s:6:\"footer\";}}}}s:29:\"footer_social_links_box_color\";a:8:{s:5:\"label\";s:28:\"Footer Social Icon Box Color\";s:11:\"description\";s:42:\"Controls the color of the social icon box.\";s:2:\"id\";s:29:\"footer_social_links_box_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:6:\"hidden\";b:0;s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:25:\"footer_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:30:\"footer_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:31:\"--footer_social_links_box_color\";s:7:\"element\";s:27:\".fusion-social-network-icon\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"footer_social_links_boxed_radius\";a:8:{s:5:\"label\";s:31:\"Footer Social Icon Boxed Radius\";s:11:\"description\";s:24:\"Controls the box radius.\";s:2:\"id\";s:32:\"footer_social_links_boxed_radius\";s:7:\"default\";s:3:\"4px\";s:4:\"type\";s:9:\"dimension\";s:6:\"hidden\";b:0;s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:25:\"footer_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--footer_social_links_boxed_radius\";s:7:\"element\";s:27:\".fusion-social-network-icon\";}}}s:33:\"footer_social_links_boxed_padding\";a:8:{s:5:\"label\";s:32:\"Footer Social Icon Boxed Padding\";s:11:\"description\";s:41:\"Controls the interior padding of the box.\";s:2:\"id\";s:33:\"footer_social_links_boxed_padding\";s:7:\"default\";s:3:\"8px\";s:4:\"type\";s:9:\"dimension\";s:6:\"hidden\";b:0;s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:12:\"icons_footer\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:25:\"footer_social_links_boxed\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:35:\"--footer_social_links_boxed_padding\";s:7:\"element\";s:23:\".fusion-social-networks\";}}}}}s:26:\"heading_social_sharing_box\";a:5:{s:5:\"label\";s:14:\"Social Sharing\";s:2:\"id\";s:26:\"heading_social_sharing_box\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:14:{s:22:\"sharing_social_tagline\";a:6:{s:5:\"label\";s:22:\"Social Sharing Tagline\";s:11:\"description\";s:46:\"Insert a tagline for the social sharing boxes.\";s:2:\"id\";s:22:\"sharing_social_tagline\";s:7:\"default\";s:39:\"Share This Story, Choose Your Platform!\";s:4:\"type\";s:4:\"text\";s:15:\"partial_refresh\";a:1:{s:33:\"sharingbox_sharing_social_tagline\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:30:\"sharing_box_tagline_text_color\";a:6:{s:5:\"label\";s:33:\"Social Sharing Tagline Text Color\";s:11:\"description\";s:67:\"Controls the color of the tagline text in the social sharing boxes.\";s:2:\"id\";s:30:\"sharing_box_tagline_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:32:\"--sharing_box_tagline_text_color\";s:7:\"element\";s:25:\".fusion-theme-sharing-box\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:15:\"social_bg_color\";a:7:{s:5:\"label\";s:31:\"Social Sharing Background Color\";s:11:\"description\";s:58:\"Controls the background color of the social sharing boxes.\";s:2:\"id\";s:15:\"social_bg_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:17:\"--social_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:31:\"--social_bg_color-0-transparent\";s:8:\"callback\";a:2:{i:0;s:28:\"return_string_if_transparent\";i:1;a:2:{s:11:\"transparent\";s:3:\"0px\";s:6:\"opaque\";s:0:\"\";}}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"full-transparent\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:29:\"avada-social-full-transparent\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"social_sharing_padding\";a:8:{s:5:\"label\";s:22:\"Social Sharing Padding\";s:11:\"description\";s:44:\"Set the padding for the social sharing box. \";s:2:\"id\";s:22:\"social_sharing_padding\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:5:\"right\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:6:\"1.25em\";s:5:\"right\";s:6:\"1.25em\";s:6:\"bottom\";s:6:\"1.25em\";s:4:\"left\";s:6:\"1.25em\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:28:\"--social_sharing_padding-top\";s:6:\"choice\";s:3:\"top\";s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:30:\"--social_sharing_padding-right\";s:6:\"choice\";s:5:\"right\";s:2:\"po\";b:0;}i:2;a:3:{s:4:\"name\";s:31:\"--social_sharing_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";s:2:\"po\";b:0;}i:3;a:3:{s:4:\"name\";s:29:\"--social_sharing_padding-left\";s:6:\"choice\";s:4:\"left\";s:2:\"po\";b:0;}}}s:26:\"social_share_box_icon_info\";a:5:{s:5:\"label\";s:20:\"Social Sharing Icons\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:26:\"social_share_box_icon_info\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:14:\"social_sharing\";a:8:{s:5:\"label\";s:14:\"Social Sharing\";s:11:\"description\";s:71:\"Select social network you want to be displayed in the social share box.\";s:2:\"id\";s:14:\"social_sharing\";s:7:\"default\";a:11:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:7:\"bluesky\";i:3;s:6:\"reddit\";i:4;s:8:\"linkedin\";i:5;s:8:\"whatsapp\";i:6;s:8:\"telegram\";i:7;s:6:\"tumblr\";i:8;s:4:\"xing\";i:9;s:5:\"email\";i:10;s:9:\"copy_link\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:15:{s:8:\"facebook\";s:8:\"Facebook\";s:7:\"twitter\";s:1:\"X\";s:7:\"bluesky\";s:7:\"Bluesky\";s:6:\"reddit\";s:6:\"Reddit\";s:8:\"linkedin\";s:8:\"LinkedIn\";s:8:\"mastodon\";s:8:\"Mastodon\";s:8:\"whatsapp\";s:8:\"WhatsApp\";s:8:\"telegram\";s:8:\"Telegram\";s:7:\"threads\";s:7:\"Threads\";s:6:\"tumblr\";s:6:\"Tumblr\";s:9:\"pinterest\";s:9:\"Pinterest\";s:2:\"vk\";s:2:\"VK\";s:4:\"xing\";s:4:\"Xing\";s:5:\"email\";s:5:\"Email\";s:9:\"copy_link\";s:9:\"Copy Link\";}s:22:\"social_share_box_links\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}s:30:\"sharing_social_links_font_size\";a:6:{s:5:\"label\";s:29:\"Social Sharing Icon Font Size\";s:11:\"description\";s:71:\"Controls the font size of the social icons in the social sharing boxes.\";s:2:\"id\";s:30:\"sharing_social_links_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--sharing_social_links_font_size\";s:7:\"element\";s:19:\".fusion-sharing-box\";}}}s:38:\"sharing_social_links_tooltip_placement\";a:7:{s:5:\"label\";s:37:\"Social Sharing Icons Tooltip Position\";s:11:\"description\";s:78:\"Controls the tooltip position of the social icons in the social sharing boxes.\";s:2:\"id\";s:38:\"sharing_social_links_tooltip_placement\";s:7:\"default\";s:3:\"Top\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:3:\"top\";s:3:\"Top\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:4:\"left\";s:4:\"Left\";s:4:\"none\";s:4:\"None\";}s:15:\"partial_refresh\";a:1:{s:49:\"sharingbox_sharing_social_links_tooltip_placement\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:31:\"sharing_social_links_color_type\";a:7:{s:5:\"label\";s:30:\"Social Sharing Icon Color Type\";s:11:\"description\";s:146:\"Custom colors allow you to choose a color for icons and boxes. Brand colors will use the exact brand color of each network for the icons or boxes.\";s:2:\"id\";s:31:\"sharing_social_links_color_type\";s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:6:\"custom\";s:13:\"Custom Colors\";s:5:\"brand\";s:12:\"Brand Colors\";}s:15:\"partial_refresh\";a:1:{s:50:\"sharingbox_sharing_sharing_social_links_color_type\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:31:\"sharing_social_links_icon_color\";a:7:{s:5:\"label\";s:25:\"Social Sharing Icon Color\";s:11:\"description\";s:113:\"Controls the color of the social icons in the social sharing boxes. This color will be used for all social icons.\";s:2:\"id\";s:31:\"sharing_social_links_icon_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"sharing_social_links_color_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:33:\"--sharing_social_links_icon_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"sharing_social_links_boxed\";a:6:{s:5:\"label\";s:26:\"Social Sharing Icons Boxed\";s:11:\"description\";s:57:\"Controls if each social icon is displayed in a small box.\";s:2:\"id\";s:26:\"sharing_social_links_boxed\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:37:\"sharingbox_sharing_social_links_boxed\";a:4:{s:8:\"selector\";s:51:\".fusion-theme-sharing-box.fusion-single-sharing-box\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"sharingbox\";}s:21:\"success_trigger_event\";s:18:\"fusionInitTooltips\";}}}s:30:\"sharing_social_links_box_color\";a:7:{s:5:\"label\";s:29:\"Social Sharing Icon Box Color\";s:11:\"description\";s:295:\"Controls the color of the social icon box.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:30:\"sharing_social_links_box_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--sharing_social_links_box_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:33:\"sharing_social_links_boxed_radius\";a:7:{s:5:\"label\";s:32:\"Social Sharing Icon Boxed Radius\";s:11:\"description\";s:300:\"Controls the box radius of the social icon box.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:33:\"sharing_social_links_boxed_radius\";s:7:\"default\";s:3:\"4px\";s:4:\"type\";s:9:\"dimension\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:35:\"--sharing_social_links_boxed_radius\";s:7:\"element\";s:27:\".fusion-social-network-icon\";}}}s:34:\"sharing_social_links_boxed_padding\";a:7:{s:5:\"label\";s:34:\"Social Sharing Icons Boxed Padding\";s:11:\"description\";s:306:\"Controls the interior padding of the social icon box.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:34:\"sharing_social_links_boxed_padding\";s:7:\"default\";s:3:\"8px\";s:4:\"type\";s:9:\"dimension\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:36:\"--sharing_social_links_boxed_padding\";s:7:\"element\";s:19:\".fusion-sharing-box\";}}}}}}}s:10:\"slideshows\";a:6:{s:5:\"label\";s:10:\"Slideshows\";s:2:\"id\";s:18:\"heading_slideshows\";s:8:\"priority\";i:19;s:4:\"icon\";s:15:\"el-icon-picture\";s:8:\"alt_icon\";s:15:\"fusiona-uniF61C\";s:6:\"fields\";a:7:{s:22:\"posts_slideshow_number\";a:6:{s:5:\"label\";s:22:\"Posts Slideshow Images\";s:11:\"description\";s:79:\"Controls the number of featured image boxes for blog/portfolio posts and pages.\";s:2:\"id\";s:22:\"posts_slideshow_number\";s:7:\"default\";s:1:\"5\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"30\";s:4:\"step\";s:1:\"1\";}}s:18:\"slideshow_autoplay\";a:6:{s:5:\"label\";s:8:\"Autoplay\";s:11:\"description\";s:35:\"Turn on to autoplay the slideshows.\";s:2:\"id\";s:18:\"slideshow_autoplay\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"slideshow_smooth_height\";a:5:{s:5:\"label\";s:13:\"Smooth Height\";s:11:\"description\";s:147:\"Turn on to enable smooth height on slideshows when using images with different heights. Please note, smooth height is disabled on blog grid layout.\";s:2:\"id\";s:23:\"slideshow_smooth_height\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:15:\"slideshow_speed\";a:7:{s:5:\"label\";s:15:\"Slideshow Speed\";s:11:\"description\";s:102:\"Controls the speed of slideshows for the slider element and sliders within posts. ex: 1000 = 1 second.\";s:2:\"id\";s:15:\"slideshow_speed\";s:7:\"default\";s:4:\"7000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"100\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:2:\"50\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionFlexSliderVars\";s:2:\"id\";s:15:\"slideshow_speed\";s:7:\"trigger\";a:2:{i:0;s:27:\"fusionDestroyPostFlexSlider\";i:1;s:24:\"fusionInitPostFlexSlider\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"pagination_video_slide\";a:6:{s:5:\"label\";s:37:\"Pagination Circles Below Video Slides\";s:11:\"description\";s:117:\"Turn on to show pagination circles below a video slide for the slider element. Turn off to hide them on video slides.\";s:2:\"id\";s:22:\"pagination_video_slide\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionFlexSliderVars\";s:2:\"id\";s:22:\"pagination_video_slide\";s:7:\"trigger\";a:2:{i:0;s:27:\"fusionDestroyPostFlexSlider\";i:1;s:24:\"fusionInitPostFlexSlider\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"slider_nav_box_dimensions\";a:7:{s:5:\"label\";s:25:\"Navigation Box Dimensions\";s:11:\"description\";s:52:\"Controls the width and height of the navigation box.\";s:2:\"id\";s:25:\"slider_nav_box_dimensions\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"30px\";s:6:\"height\";s:4:\"30px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:33:\"--slider_nav_box_dimensions-width\";s:6:\"choice\";s:5:\"width\";}i:1;a:2:{s:4:\"name\";s:34:\"--slider_nav_box_dimensions-height\";s:6:\"choice\";s:6:\"height\";}}}s:17:\"slider_arrow_size\";a:6:{s:5:\"label\";s:21:\"Navigation Arrow Size\";s:11:\"description\";s:47:\"Controls the font size of the navigation arrow.\";s:2:\"id\";s:17:\"slider_arrow_size\";s:7:\"default\";s:4:\"14px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:19:\"--slider_arrow_size\";}}}}}s:14:\"elastic_slider\";a:6:{s:5:\"label\";s:14:\"Elastic Slider\";s:2:\"id\";s:22:\"heading_elastic_slider\";s:8:\"priority\";i:20;s:4:\"icon\";s:17:\"el-icon-photo-alt\";s:8:\"alt_icon\";s:14:\"fusiona-images\";s:6:\"fields\";a:11:{s:18:\"tfes_disabled_note\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:179:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Elastic Slider is disabled in Advanced > Post Types section. Please enable it to see the options.</div>\";s:2:\"id\";s:18:\"tfes_disabled_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}}}s:15:\"tfes_dimensions\";a:8:{s:5:\"label\";s:25:\"Elastic Slider Dimensions\";s:11:\"description\";s:53:\"Controls the width and height for the elastic slider.\";s:2:\"id\";s:15:\"tfes_dimensions\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"400px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:23:\"--tfes_dimensions-width\";s:6:\"choice\";s:5:\"width\";s:7:\"element\";s:10:\".ei-slider\";}i:1;a:3:{s:4:\"name\";s:24:\"--tfes_dimensions-height\";s:6:\"choice\";s:6:\"height\";s:7:\"element\";s:10:\".ei-slider\";}}}s:14:\"tfes_animation\";a:8:{s:5:\"label\";s:14:\"Animation Type\";s:11:\"description\";s:64:\"Controls if the elastic slides animate from the sides or center.\";s:2:\"id\";s:14:\"tfes_animation\";s:7:\"default\";s:5:\"sides\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"sides\";s:5:\"Sides\";s:6:\"center\";s:6:\"Center\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:14:\"tfes_animation\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"tfes_autoplay\";a:7:{s:5:\"label\";s:8:\"Autoplay\";s:11:\"description\";s:39:\"Turn on to autoplay the elastic slides.\";s:2:\"id\";s:13:\"tfes_autoplay\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:13:\"tfes_autoplay\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"tfes_interval\";a:8:{s:5:\"label\";s:18:\"Slideshow Interval\";s:11:\"description\";s:69:\"Controls how long each elastic slide is visible. ex: 1000 = 1 second.\";s:2:\"id\";s:13:\"tfes_interval\";s:7:\"default\";s:4:\"3000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:5:\"30000\";s:4:\"step\";s:2:\"50\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:13:\"tfes_interval\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:10:\"tfes_speed\";a:8:{s:5:\"label\";s:13:\"Sliding Speed\";s:11:\"description\";s:72:\"Controls the speed of the elastic slider slideshow. ex: 1000 = 1 second.\";s:2:\"id\";s:10:\"tfes_speed\";s:7:\"default\";s:3:\"800\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"5000\";s:4:\"step\";s:2:\"50\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:10:\"tfes_speed\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:10:\"tfes_width\";a:8:{s:5:\"label\";s:15:\"Thumbnail Width\";s:11:\"description\";s:58:\"Controls the width of the elastic slider thumbnail images.\";s:2:\"id\";s:10:\"tfes_width\";s:7:\"default\";s:3:\"150\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"500\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:22:\"avadaElasticSliderVars\";s:2:\"id\";s:10:\"tfes_width\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"es_title_font_size\";a:7:{s:5:\"label\";s:15:\"Title Font Size\";s:11:\"description\";s:48:\"Controls the font size for elastic slider title.\";s:2:\"id\";s:18:\"es_title_font_size\";s:7:\"default\";s:4:\"42px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--es_title_font_size\";s:7:\"element\";s:10:\".ei-slider\";}}}s:20:\"es_caption_font_size\";a:7:{s:5:\"label\";s:17:\"Caption Font Size\";s:11:\"description\";s:50:\"Controls the font size for elastic slider caption.\";s:2:\"id\";s:20:\"es_caption_font_size\";s:7:\"default\";s:4:\"20px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:22:\"--es_caption_font_size\";}}}s:14:\"es_title_color\";a:7:{s:5:\"label\";s:11:\"Title Color\";s:11:\"description\";s:47:\"Controls the color of the elastic slider title.\";s:2:\"id\";s:14:\"es_title_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:16:\"--es_title_color\";s:7:\"element\";s:10:\".ei-slider\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"es_caption_color\";a:7:{s:5:\"label\";s:13:\"Caption Color\";s:11:\"description\";s:49:\"Controls the color of the elastic slider caption.\";s:2:\"id\";s:16:\"es_caption_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"status_eslider\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--es_caption_color\";s:7:\"element\";s:10:\".ei-slider\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:8:\"lightbox\";a:6:{s:5:\"label\";s:8:\"Lightbox\";s:2:\"id\";s:16:\"heading_lightbox\";s:8:\"priority\";i:21;s:4:\"icon\";s:19:\"el-icon-info-circle\";s:8:\"alt_icon\";s:15:\"fusiona-uniF602\";s:6:\"fields\";a:19:{s:15:\"status_lightbox\";a:5:{s:5:\"label\";s:8:\"Lightbox\";s:11:\"description\";s:52:\"Turn on to enable the lightbox throughout the theme.\";s:2:\"id\";s:15:\"status_lightbox\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:22:\"status_lightbox_single\";a:6:{s:5:\"label\";s:49:\"Lightbox For Featured Images On Single Post Pages\";s:11:\"description\";s:95:\"Turn on to enable the lightbox on single blog and portfolio posts for the main featured images.\";s:2:\"id\";s:22:\"status_lightbox_single\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:17:\"lightbox_behavior\";a:7:{s:5:\"label\";s:17:\"Lightbox Behavior\";s:11:\"description\";s:72:\"Controls what the lightbox displays for single blog and portfolio posts.\";s:2:\"id\";s:17:\"lightbox_behavior\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:3:\"all\";s:34:\"First featured image of every post\";s:10:\"individual\";s:39:\"Only featured images of individual post\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:13:\"lightbox_skin\";a:8:{s:5:\"label\";s:13:\"Lightbox Skin\";s:11:\"description\";s:34:\"Controls the lightbox skin design.\";s:2:\"id\";s:13:\"lightbox_skin\";s:7:\"default\";s:11:\"metro-white\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";s:3:\"mac\";s:3:\"Mac\";s:11:\"metro-black\";s:11:\"Metro Black\";s:11:\"metro-white\";s:11:\"Metro White\";s:6:\"parade\";s:6:\"Parade\";s:6:\"smooth\";s:6:\"Smooth\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_skin\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"lightbox_path\";a:8:{s:5:\"label\";s:19:\"Thumbnails Position\";s:11:\"description\";s:49:\"Controls the position of the lightbox thumbnails.\";s:2:\"id\";s:13:\"lightbox_path\";s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:8:\"vertical\";s:5:\"Right\";s:10:\"horizontal\";s:6:\"Bottom\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_path\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"lightbox_animation_speed\";a:8:{s:5:\"label\";s:15:\"Animation Speed\";s:11:\"description\";s:45:\"Controls the animation speed of the lightbox.\";s:2:\"id\";s:24:\"lightbox_animation_speed\";s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"fast\";s:4:\"Fast\";s:6:\"normal\";s:6:\"Normal\";s:4:\"slow\";s:4:\"Slow\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:24:\"lightbox_animation_speed\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"lightbox_zoom\";a:8:{s:5:\"label\";s:25:\"Lightbox Image Hover Zoom\";s:11:\"description\";s:86:\"Set the scale factor for hovered images inside the lightbox. Set to 1 to disable zoom.\";s:2:\"id\";s:13:\"lightbox_zoom\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:1:\"2\";s:4:\"step\";s:4:\"0.05\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_zoom\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"lightbox_arrows\";a:7:{s:5:\"label\";s:6:\"Arrows\";s:11:\"description\";s:41:\"Turn on to display arrows in the lightbox\";s:2:\"id\";s:15:\"lightbox_arrows\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"lightbox_skin\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:6:\"parade\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:15:\"lightbox_arrows\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"lightbox_gallery\";a:7:{s:5:\"label\";s:25:\"Gallery Start/Stop Button\";s:11:\"description\";s:53:\"Turn on to display the gallery start and stop button.\";s:2:\"id\";s:16:\"lightbox_gallery\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:16:\"lightbox_gallery\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"lightbox_loop\";a:7:{s:5:\"label\";s:21:\"Loop Lightbox Gallery\";s:11:\"description\";s:37:\"Turn on to loop the lightbox gallery.\";s:2:\"id\";s:13:\"lightbox_loop\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_loop\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:17:\"lightbox_autoplay\";a:7:{s:5:\"label\";s:29:\"Autoplay the Lightbox Gallery\";s:11:\"description\";s:41:\"Turn on to autoplay the lightbox gallery.\";s:2:\"id\";s:17:\"lightbox_autoplay\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:17:\"lightbox_autoplay\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"lightbox_slideshow_speed\";a:8:{s:5:\"label\";s:15:\"Slideshow Speed\";s:11:\"description\";s:75:\"Controls the slideshow speed if autoplay is turned on. ex: 1000 = 1 second.\";s:2:\"id\";s:24:\"lightbox_slideshow_speed\";s:7:\"default\";s:4:\"5000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:4:\"1000\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:2:\"50\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:24:\"lightbox_slideshow_speed\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:16:\"lightbox_opacity\";a:8:{s:5:\"label\";s:18:\"Background Opacity\";s:11:\"description\";s:66:\"Controls the opacity level for the background behind the lightbox.\";s:2:\"id\";s:16:\"lightbox_opacity\";s:7:\"default\";s:3:\"0.9\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"0.1\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:4:\"0.01\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:16:\"lightbox_opacity\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:14:\"lightbox_title\";a:7:{s:5:\"label\";s:5:\"Title\";s:11:\"description\";s:51:\"Turn on to display the image title in the lightbox.\";s:2:\"id\";s:14:\"lightbox_title\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:14:\"lightbox_title\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:13:\"lightbox_desc\";a:7:{s:5:\"label\";s:7:\"Caption\";s:11:\"description\";s:53:\"Turn on to display the image caption in the lightbox.\";s:2:\"id\";s:13:\"lightbox_desc\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:13:\"lightbox_desc\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:15:\"lightbox_social\";a:7:{s:5:\"label\";s:14:\"Social Sharing\";s:11:\"description\";s:54:\"Turn on to display social sharing buttons on lightbox.\";s:2:\"id\";s:15:\"lightbox_social\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:18:\"fusionLightboxVars\";s:2:\"id\";s:15:\"lightbox_social\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"lightbox_deeplinking\";a:7:{s:5:\"label\";s:11:\"Deeplinking\";s:11:\"description\";s:43:\"Turn on to deeplink images in the lightbox.\";s:2:\"id\";s:20:\"lightbox_deeplinking\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"lightbox_post_images\";a:7:{s:5:\"label\";s:28:\"Show Post Images in Lightbox\";s:11:\"description\";s:85:\"Turn on to display post images in the lightbox that are inside the post content area.\";s:2:\"id\";s:20:\"lightbox_post_images\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:23:\"fusionLightboxVideoVars\";s:2:\"id\";s:20:\"lightbox_post_images\";s:7:\"trigger\";a:1:{i:0;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"lightbox_video_dimensions\";a:8:{s:5:\"label\";s:26:\"Slideshow Video Dimensions\";s:11:\"description\";s:61:\"Controls the width and height for videos inside the lightbox.\";s:2:\"id\";s:25:\"lightbox_video_dimensions\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:6:\"1280px\";s:6:\"height\";s:5:\"720px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:15:\"status_lightbox\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:9:\"globalVar\";s:23:\"fusionLightboxVideoVars\";s:2:\"id\";s:20:\"lightbox_video_width\";s:6:\"choice\";s:5:\"width\";s:7:\"trigger\";a:4:{i:0;s:4:\"load\";i:1;s:5:\"ready\";i:2;s:6:\"resize\";i:3;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:9:\"globalVar\";s:23:\"fusionLightboxVideoVars\";s:2:\"id\";s:21:\"lightbox_video_height\";s:6:\"choice\";s:6:\"height\";s:7:\"trigger\";a:4:{i:0;s:4:\"load\";i:1;s:5:\"ready\";i:2;s:6:\"resize\";i:3;s:31:\"avadaLightBoxInitializeLightbox\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}}}s:5:\"forms\";a:7:{s:5:\"label\";s:5:\"Forms\";s:2:\"id\";s:5:\"forms\";s:8:\"priority\";i:21;s:8:\"is_panel\";b:1;s:4:\"icon\";s:16:\"el-icon-envelope\";s:8:\"alt_icon\";s:26:\"fusiona-avada-form-element\";s:6:\"fields\";a:5:{s:21:\"forms_styling_section\";a:5:{s:5:\"label\";s:13:\"Forms Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:21:\"forms_styling_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:12:{s:33:\"forms_styling_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:233:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab apply to all forms throughout the site, including Avada Forms and the 3rd party plugins that Avada has design integration with.</div>\";s:2:\"id\";s:33:\"forms_styling_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:17:\"form_input_height\";a:7:{s:5:\"label\";s:28:\"Form Input and Select Height\";s:11:\"description\";s:64:\"Controls the height of all search, form input and select fields.\";s:2:\"id\";s:17:\"form_input_height\";s:7:\"default\";s:4:\"50px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{i:0;s:2:\"px\";}s:8:\"css_vars\";a:2:{i:0;a:1:{s:4:\"name\";s:19:\"--form_input_height\";}i:1;a:2:{s:4:\"name\";s:42:\"--form_input_height-main-menu-search-width\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:22:\"calc(250px + 1.43 * $)\";i:1;s:5:\"250px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:17:\"form_input_height\";i:1;s:1:\">\";i:2;s:2:\"35\";}}}}}}}s:14:\"form_text_size\";a:6:{s:5:\"label\";s:14:\"Form Font Size\";s:11:\"description\";s:35:\"Controls the size of the form text.\";s:2:\"id\";s:14:\"form_text_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--form_text_size\";s:2:\"po\";b:0;}}}s:13:\"form_bg_color\";a:6:{s:5:\"label\";s:27:\"Form Field Background Color\";s:11:\"description\";s:45:\"Controls the background color of form fields.\";s:2:\"id\";s:13:\"form_bg_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:15:\"--form_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}s:2:\"po\";b:0;}}}s:15:\"form_text_color\";a:6:{s:5:\"label\";s:15:\"Form Text Color\";s:11:\"description\";s:36:\"Controls the color of the form text.\";s:2:\"id\";s:15:\"form_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:17:\"--form_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:21:\"--form_text_color-35a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:4:\"0.35\";}s:2:\"po\";b:0;}}}s:17:\"form_border_width\";a:7:{s:5:\"label\";s:16:\"Form Border Size\";s:11:\"description\";s:44:\"Controls the border size of the form fields.\";s:2:\"id\";s:17:\"form_border_width\";s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:7:\"default\";a:4:{s:3:\"top\";s:3:\"1px\";s:6:\"bottom\";s:3:\"1px\";s:4:\"left\";s:3:\"1px\";s:5:\"right\";s:3:\"1px\";}s:4:\"type\";s:7:\"spacing\";s:8:\"css_vars\";a:4:{i:0;a:3:{s:4:\"name\";s:23:\"--form_border_width-top\";s:6:\"choice\";s:3:\"top\";s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:26:\"--form_border_width-bottom\";s:6:\"choice\";s:6:\"bottom\";s:2:\"po\";b:0;}i:2;a:3:{s:4:\"name\";s:24:\"--form_border_width-left\";s:6:\"choice\";s:4:\"left\";s:2:\"po\";b:0;}i:3;a:3:{s:4:\"name\";s:25:\"--form_border_width-right\";s:6:\"choice\";s:5:\"right\";s:2:\"po\";b:0;}}}s:17:\"form_border_color\";a:7:{s:5:\"label\";s:17:\"Form Border Color\";s:11:\"description\";s:298:\"Controls the border color of the form fields.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:17:\"form_border_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:19:\"--form_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}s:2:\"po\";b:0;}}}s:23:\"form_focus_border_color\";a:7:{s:5:\"label\";s:26:\"Form Border Color On Focus\";s:11:\"description\";s:319:\"Controls the border color of the form fields when they have focus.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:23:\"form_focus_border_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:25:\"--form_focus_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}s:2:\"po\";b:0;}i:1;a:3:{s:4:\"name\";s:28:\"--form_focus_border_color-5a\";s:8:\"callback\";a:2:{i:0;s:15:\"color_alpha_set\";i:1;s:3:\"0.5\";}s:2:\"po\";b:0;}}}s:18:\"form_border_radius\";a:7:{s:5:\"label\";s:18:\"Form Border Radius\";s:11:\"description\";s:86:\"Controls the border radius of the form fields. Also works, if border size is set to 0.\";s:2:\"id\";s:18:\"form_border_radius\";s:7:\"default\";s:1:\"6\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:20:\"--form_border_radius\";s:13:\"value_pattern\";s:3:\"$px\";s:2:\"po\";b:0;}}}s:10:\"form_views\";a:6:{s:5:\"label\";s:18:\"Form Views Counter\";s:11:\"description\";s:214:\"Set the method to update the form views, or disable them entirely. &quot;Page Load&quot; option will update using PHP when a page is retrieved. &quot;Ajax&quot; will send an additional request after the page loads.\";s:2:\"id\";s:10:\"form_views\";s:7:\"default\";s:4:\"ajax\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:9:\"page_load\";s:9:\"Page Load\";s:4:\"ajax\";s:4:\"Ajax\";s:8:\"disabled\";s:8:\"Disabled\";}}s:19:\"form_views_counting\";a:6:{s:5:\"label\";s:19:\"Form Views Counting\";s:11:\"description\";s:66:\"Select which types of users will increase the form views on visit.\";s:2:\"id\";s:19:\"form_views_counting\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:3:\"all\";s:3:\"All\";s:10:\"logged_out\";s:10:\"Logged Out\";s:10:\"non_admins\";s:10:\"Non-Admins\";}}s:35:\"forms_enable_flatpickr_localization\";a:6:{s:5:\"label\";s:36:\"Enable Date/Time Picker Localization\";s:11:\"description\";s:158:\"If your site is using a language other than English, enabling this option will load the localization file, fitting your WordPress language setting, via a CDN.\";s:2:\"id\";s:35:\"forms_enable_flatpickr_localization\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}}}s:17:\"turnstile_section\";a:5:{s:5:\"label\";s:20:\"Cloudflare Turnstile\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:17:\"turnstile_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:7:{s:18:\"turnstile_site_key\";a:6:{s:5:\"label\";s:8:\"Site Key\";s:11:\"description\";s:190:\"Follow the steps in <a href=\"https://developers.cloudflare.com/turnstile/get-started/\" target=\"_blank\" rel=\"noopener noreferrer\">Cloudflare Turnstile docs</a> to create/access your site key.\";s:2:\"id\";s:18:\"turnstile_site_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"turnstile_secret_key\";a:6:{s:5:\"label\";s:10:\"Secret Key\";s:11:\"description\";s:192:\"Follow the steps in <a href=\"https://developers.cloudflare.com/turnstile/get-started/\" target=\"_blank\" rel=\"noopener noreferrer\">Cloudflare Turnstile docs</a> to create/access your secret key.\";s:2:\"id\";s:20:\"turnstile_secret_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"turnstile_appearance\";a:6:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:15:\"Appearance Mode\";s:11:\"description\";s:205:\"Choose the Turnstile appearance mode. &quot;Always&quot; will display the widget on page load in any case, while &quot;Interaction Only&quot; will make it visible only when visitor interaction is required.\";s:2:\"id\";s:20:\"turnstile_appearance\";s:7:\"default\";s:6:\"always\";s:7:\"choices\";a:2:{s:6:\"always\";s:6:\"Always\";s:16:\"interaction-only\";s:16:\"Interaction Only\";}}s:15:\"turnstile_theme\";a:6:{s:4:\"type\";s:15:\"radio-buttonset\";s:5:\"label\";s:12:\"Color Scheme\";s:11:\"description\";s:34:\"Choose the Turnstile color scheme.\";s:2:\"id\";s:15:\"turnstile_theme\";s:7:\"default\";s:4:\"auto\";s:7:\"choices\";a:3:{s:4:\"auto\";s:4:\"Auto\";s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";}}s:14:\"turnstile_size\";a:6:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:11:\"Widget Size\";s:11:\"description\";s:33:\"Choose the Turnstile widget size.\";s:2:\"id\";s:14:\"turnstile_size\";s:7:\"default\";s:6:\"normal\";s:7:\"choices\";a:3:{s:6:\"normal\";s:14:\"Normal (300px)\";s:8:\"flexible\";s:15:\"Flexible (100%)\";s:7:\"compact\";s:15:\"Compact (150px)\";}}s:18:\"turnstile_language\";a:6:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:8:\"Language\";s:11:\"description\";s:37:\"Choose the Turnstile widget language.\";s:2:\"id\";s:18:\"turnstile_language\";s:7:\"default\";s:4:\"auto\";s:7:\"choices\";a:40:{s:4:\"auto\";s:28:\"Auto (User browser language)\";s:5:\"ar-eg\";s:14:\"Arabic (Egypt)\";s:5:\"bg-bg\";s:20:\"Bulgarian (Bulgaria)\";s:5:\"zh-cn\";s:27:\"Chinese (Simplified, China)\";s:5:\"zh-tw\";s:29:\"Chinese (Traditional, Taiwan)\";s:5:\"hr-hr\";s:18:\"Croatian (Croatia)\";s:5:\"cs-cz\";s:22:\"Czech (Czech Republic)\";s:5:\"da-dk\";s:16:\"Danish (Denmark)\";s:5:\"nl-nl\";s:19:\"Dutch (Netherlands)\";s:5:\"en-us\";s:23:\"English (United States)\";s:5:\"fa-ir\";s:12:\"Farsi (Iran)\";s:5:\"fi-fi\";s:17:\"Finnish (Finland)\";s:5:\"fr-fr\";s:15:\"French (France)\";s:5:\"de-de\";s:16:\"German (Germany)\";s:5:\"el-gr\";s:14:\"Greek (Greece)\";s:5:\"he-il\";s:15:\"Hebrew (Israel)\";s:5:\"hi-in\";s:13:\"Hindi (India)\";s:5:\"hu-hu\";s:19:\"Hungarian (Hungary)\";s:5:\"id-id\";s:22:\"Indonesian (Indonesia)\";s:5:\"it-it\";s:15:\"Italian (Italy)\";s:5:\"ja-jp\";s:16:\"Japanese (Japan)\";s:3:\"tlh\";s:18:\"Klingon (Qo’noS)\";s:5:\"ko-kr\";s:14:\"Korean (Korea)\";s:5:\"lt-lt\";s:22:\"Lithuanian (Lithuania)\";s:5:\"ms-my\";s:16:\"Malay (Malaysia)\";s:5:\"nb-no\";s:26:\"Norwegian Bokmål (Norway)\";s:5:\"pl-pl\";s:15:\"Polish (Poland)\";s:5:\"pt-br\";s:19:\"Portuguese (Brazil)\";s:5:\"ro-ro\";s:18:\"Romanian (Romania)\";s:5:\"ru-ru\";s:16:\"Russian (Russia)\";s:5:\"sr-ba\";s:32:\"Serbian (Bosnia and Herzegovina)\";s:5:\"sk-sk\";s:17:\"Slovak (Slovakia)\";s:5:\"sl-si\";s:20:\"Slovenian (Slovenia)\";s:5:\"es-es\";s:15:\"Spanish (Spain)\";s:5:\"sv-se\";s:16:\"Swedish (Sweden)\";s:5:\"tl-ph\";s:21:\"Tagalog (Philippines)\";s:5:\"th-th\";s:15:\"Thai (Thailand)\";s:5:\"tr-tr\";s:16:\"Turkish (Turkey)\";s:5:\"uk-ua\";s:19:\"Ukrainian (Ukraine)\";s:5:\"vi-vn\";s:20:\"Vietnamese (Vietnam)\";}}s:22:\"turnstile_comment_form\";a:5:{s:5:\"label\";s:22:\"Turnstile For Comments\";s:11:\"description\";s:42:\"Turn on to add Turnstile to comment forms.\";s:2:\"id\";s:22:\"turnstile_comment_form\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}}}s:17:\"recaptcha_section\";a:4:{s:5:\"label\";s:16:\"Google reCaptcha\";s:2:\"id\";s:17:\"recaptcha_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:8:{s:17:\"recaptcha_version\";a:7:{s:5:\"label\";s:17:\"reCAPTCHA Version\";s:11:\"description\";s:94:\"Set the reCAPTCHA version you want to use and make sure your keys below match the set version.\";s:2:\"id\";s:17:\"recaptcha_version\";s:7:\"default\";s:2:\"v3\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:2:\"v2\";s:2:\"V2\";s:2:\"v3\";s:2:\"V3\";}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:16:\"recaptcha_public\";a:6:{s:5:\"label\";s:18:\"reCAPTCHA Site Key\";s:11:\"description\";s:169:\"Follow the steps in <a href=\"https://avada.com/documentation/how-to-set-up-google-recaptcha/\" target=\"_blank\" rel=\"noopener noreferrer\">our docs</a> to get the site key.\";s:2:\"id\";s:16:\"recaptcha_public\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:17:\"recaptcha_private\";a:6:{s:5:\"label\";s:20:\"reCAPTCHA Secret Key\";s:11:\"description\";s:171:\"Follow the steps in <a href=\"https://avada.com/documentation/how-to-set-up-google-recaptcha/\" target=\"_blank\" rel=\"noopener noreferrer\">our docs</a> to get the secret key.\";s:2:\"id\";s:17:\"recaptcha_private\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:22:\"recaptcha_color_scheme\";a:8:{s:5:\"label\";s:22:\"reCAPTCHA Color Scheme\";s:11:\"description\";s:36:\"Controls the reCAPTCHA color scheme.\";s:2:\"id\";s:22:\"recaptcha_color_scheme\";s:7:\"default\";s:5:\"light\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"light\";s:5:\"Light\";s:4:\"dark\";s:4:\"Dark\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"recaptcha_version\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v2\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:15:\"recaptcha_score\";a:8:{s:5:\"label\";s:24:\"reCAPTCHA Security Score\";s:11:\"description\";s:153:\"Set a threshold score that must be met by the reCAPTCHA response. The higher the score the harder it becomes for bots, but also false positives increase.\";s:2:\"id\";s:15:\"recaptcha_score\";s:7:\"default\";s:3:\"0.5\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"0.1\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:3:\"0.1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"recaptcha_version\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v3\";}}s:9:\"transport\";s:11:\"postMessage\";}s:24:\"recaptcha_badge_position\";a:8:{s:5:\"label\";s:24:\"reCAPTCHA Badge Position\";s:11:\"description\";s:162:\"Set where and if the reCAPTCHA badge should be displayed. <strong>NOTE:</strong> Google\'s Terms and Privacy information needs to be displayed on the contact form.\";s:2:\"id\";s:24:\"recaptcha_badge_position\";s:7:\"default\";s:6:\"inline\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:6:\"inline\";s:6:\"Inline\";s:10:\"bottomleft\";s:11:\"Bottom Left\";s:11:\"bottomright\";s:12:\"Bottom Right\";s:4:\"hide\";s:4:\"Hide\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"recaptcha_version\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"v3\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:20:\"recaptcha_login_form\";a:5:{s:5:\"label\";s:27:\"reCAPTCHA For User Elements\";s:11:\"description\";s:91:\"Turn on to add reCAPTCHA to the user login, user lost password and user registration forms.\";s:2:\"id\";s:20:\"recaptcha_login_form\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:22:\"recaptcha_comment_form\";a:5:{s:5:\"label\";s:22:\"reCAPTCHA For Comments\";s:11:\"description\";s:42:\"Turn on to add reCAPTCHA to comment forms.\";s:2:\"id\";s:22:\"recaptcha_comment_form\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}}}s:15:\"hubspot_section\";a:5:{s:5:\"label\";s:7:\"HubSpot\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:15:\"hubspot_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:3:{s:11:\"hubspot_api\";a:7:{s:5:\"label\";s:11:\"HubSpot API\";s:11:\"description\";s:51:\"Select a method to connect to your HubSpot account.\";s:2:\"id\";s:11:\"hubspot_api\";s:7:\"default\";s:3:\"off\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"auth\";s:5:\"OAuth\";s:3:\"key\";s:7:\"API Key\";s:3:\"off\";s:3:\"Off\";}s:9:\"transport\";s:11:\"postMessage\";}s:11:\"hubspot_key\";a:7:{s:5:\"label\";s:15:\"HubSpot API Key\";s:11:\"description\";s:187:\"Follow the steps in <a href=\"https://knowledge.hubspot.com/integrations/how-do-i-get-my-hubspot-api-key\" target=\"_blank\" rel=\"noopener noreferrer\">HubSpot docs</a> to access your API key.\";s:2:\"id\";s:11:\"hubspot_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"hubspot_api\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"key\";}}s:9:\"transport\";s:11:\"postMessage\";}s:13:\"hubspot_oauth\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:1846:\"<div id=\"fusion-hubspot-content\"><div data-id=\"error\" style=\"display:none\"><span><strong>There was a problem when trying to connect. </strong><a target=\"_blank\" href=\"https://avada.com/documentation/how-to-integrate-hubspot-with-avada-forms/\">HubSpot integration with Avada Forms documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://app.hubspot.com/oauth/authorize?client_id=999cc7c3-e358-4a3b-9984-a37dfbd319fa&redirect_uri=https://updates.theme-fusion.com/hubspot-api&scope=actions%20timeline%20oauth%20forms%20communication_preferences.read_write%20crm.objects.contacts.write%20crm.schemas.contacts.read%20crm.schemas.companies.read%20crm.schemas.deals.read&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada%26_wpnonce%3D01f0c9b89d\">Try again.</a></div><div data-id=\"no_token\"  style=\"display:flex\"><span><strong>Currently not connected. </strong><a target=\"_blank\" href=\"https://avada.com/documentation/how-to-integrate-hubspot-with-avada-forms/\">HubSpot integration with Avada Forms documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://app.hubspot.com/oauth/authorize?client_id=999cc7c3-e358-4a3b-9984-a37dfbd319fa&redirect_uri=https://updates.theme-fusion.com/hubspot-api&scope=actions%20timeline%20oauth%20forms%20communication_preferences.read_write%20crm.objects.contacts.write%20crm.schemas.contacts.read%20crm.schemas.companies.read%20crm.schemas.deals.read&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada%26_wpnonce%3D01f0c9b89d\">Connect with HubSpot</a></div><div data-id=\"connected\"  style=\"display:none\"><strong>Connected with HubSpot</strong><a class=\"button-primary\" target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada&#038;revoke_hubspot=1&#038;_wpnonce=01f0c9b89d\">Revoke Access</a></div>\";s:2:\"id\";s:13:\"hubspot_oauth\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"hubspot_api\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"auth\";}}}}}s:17:\"mailchimp_section\";a:5:{s:5:\"label\";s:9:\"Mailchimp\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:17:\"mailchimp_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:3:{s:13:\"mailchimp_api\";a:7:{s:5:\"label\";s:13:\"Mailchimp API\";s:11:\"description\";s:53:\"Select a method to connect to your Mailchimp account.\";s:2:\"id\";s:13:\"mailchimp_api\";s:7:\"default\";s:3:\"off\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"auth\";s:5:\"OAuth\";s:3:\"key\";s:7:\"API Key\";s:3:\"off\";s:3:\"Off\";}s:9:\"transport\";s:11:\"postMessage\";}s:13:\"mailchimp_key\";a:7:{s:5:\"label\";s:17:\"Mailchimp API Key\";s:11:\"description\";s:157:\"Follow the steps in <a href=\"https://mailchimp.com/help/about-api-keys/\" target=\"_blank\" rel=\"noopener noreferrer\">Mailchimp docs</a> to access your API key.\";s:2:\"id\";s:13:\"mailchimp_key\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"mailchimp_api\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"key\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"mailchimp_oauth\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:1484:\"<div id=\"fusion-mailchimp-content\"><div data-id=\"error\" style=\"display:none\"><span><strong>There was a problem when trying to connect. </strong><a target=\"_blank\" href=\"https://avada.com/documentation/how-to-integrate-mailchimp-with-avada-forms/\">Mailchimp integration with Avada Forms documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://login.mailchimp.com/oauth2/authorize?response_type=code&client_id=594428288149&redirect_uri=https://updates.theme-fusion.com/mailchimp-api&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada%26_wpnonce%3D370b542970\">Try again.</a></div><div data-id=\"no_token\"  style=\"display:flex\"><span><strong>Currently not connected. </strong><a target=\"_blank\" href=\"https://avada.com/documentation/how-to-integrate-mailchimp-with-avada-forms/\">Mailchimp integration with Avada Forms documentation.</a></span><a class=\"button-primary\" target=\"_blank\" href=\"https://login.mailchimp.com/oauth2/authorize?response_type=code&client_id=594428288149&redirect_uri=https://updates.theme-fusion.com/mailchimp-api&state=https%3A%2F%2Fdrkarimbennani.com%2Fwp-admin%2Fadmin.php%3Fpage%3Davada%26_wpnonce%3D370b542970\">Connect with Mailchimp</a></div><div data-id=\"connected\"  style=\"display:none\"><strong>Connected with Mailchimp</strong><a class=\"button-primary\" target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada&#038;revoke_mailchimp=1&#038;_wpnonce=370b542970\">Revoke Access</a></div>\";s:2:\"id\";s:15:\"mailchimp_oauth\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"mailchimp_api\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"auth\";}}}}}}}s:7:\"contact\";a:7:{s:5:\"label\";s:16:\"Contact Template\";s:2:\"id\";s:15:\"heading_contact\";s:8:\"priority\";i:22;s:8:\"is_panel\";b:1;s:4:\"icon\";s:16:\"el el-map-marker\";s:8:\"alt_icon\";s:16:\"fusiona-envelope\";s:6:\"fields\";a:3:{s:31:\"contact_form_options_subsection\";a:6:{s:5:\"label\";s:16:\"Contact Template\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:31:\"contact_form_options_subsection\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:5:{s:32:\"contact_form_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:181:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are only for the contact form that displays on the \"Contact\" page template.</div>\";s:2:\"id\";s:32:\"contact_form_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:13:\"email_address\";a:6:{s:5:\"label\";s:13:\"Email Address\";s:11:\"description\";s:110:\"Enter the email address the form should be sent to. This only works for the form on the contact page template.\";s:2:\"id\";s:13:\"email_address\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:24:\"contact_comment_position\";a:8:{s:5:\"label\";s:34:\"Contact Form Comment Area Position\";s:11:\"description\";s:76:\"Controls the position of the comment field with respect to the other fields.\";s:2:\"id\";s:24:\"contact_comment_position\";s:7:\"default\";s:5:\"below\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"above\";s:5:\"Above\";s:5:\"below\";s:5:\"Below\";}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:20:\".fusion-contact-form\";}s:9:\"shortcuts\";a:1:{i:0;a:3:{s:10:\"aria_label\";s:17:\"Edit Contact Form\";s:4:\"icon\";s:11:\"fusiona-pen\";s:11:\"open_parent\";b:1;}}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:29:\"contact_form_privacy_checkbox\";a:6:{s:5:\"label\";s:37:\"Display Data Privacy Confirmation Box\";s:11:\"description\";s:139:\"Turn on to display a checkbox and custom label that has to be checked in order to confirm data privacy terms and that the form can be sent.\";s:2:\"id\";s:29:\"contact_form_privacy_checkbox\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:26:\"contact_form_privacy_label\";a:8:{s:5:\"label\";s:27:\"Data Privacy Checkbox Label\";s:11:\"description\";s:101:\"Enter the contents that should be displayed as label for the data privacy checkbox. Can contain HTML.\";s:2:\"id\";s:26:\"contact_form_privacy_label\";s:7:\"default\";s:152:\"By checking this box, you confirm that you have read and are agreeing to our terms of use regarding the storage of the data submitted through this form.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:29:\"contact_form_privacy_checkbox\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:2:{s:7:\"element\";s:39:\"#comment-privacy-checkbox-wrapper label\";s:8:\"function\";s:4:\"html\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}}}s:18:\"google_map_section\";a:7:{s:5:\"label\";s:10:\"Google Map\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:18:\"google_map_section\";s:7:\"default\";s:10:\"Google Map\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:17:{s:24:\"google_map_disabled_note\";a:6:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:187:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Google Maps Script is disabled in Advanced > Theme Features section. Please enable it to see the options.</div>\";s:2:\"id\";s:24:\"google_map_disabled_note\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:30:\"google_map_important_note_info\";a:6:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:269:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are for the google map that displays on the \"Contact\" page template. The only option that controls the Avada Builder google map element is the Google Maps API Key.</div>\";s:2:\"id\";s:30:\"google_map_important_note_info\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:8:\"gmap_api\";a:8:{s:5:\"label\";s:19:\"Google Maps API Key\";s:11:\"description\";s:271:\"Follow the steps in <a href=\"https://developers.google.com/maps/documentation/javascript/get-api-key#key\" target=\"_blank\" rel=\"noopener noreferrer\">the Google docs</a> to get the API key. This key applies to both the contact page map and Avada Builder google map element.\";s:2:\"id\";s:8:\"gmap_api\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}s:17:\"validate_callback\";s:42:\"fusion_fusionredux_validate_google_api_key\";}s:13:\"gmap_api_type\";a:8:{s:5:\"label\";s:15:\"Google API Type\";s:11:\"description\";s:394:\"Select the Google API type that should be used to load your map. The JavaScript API allows for more options and custom styling, but could be charged for by Google depending on map loads, while the embed API can be used for free regardless of map loads. For more information please see the <a href=\"https://cloud.google.com/maps-platform/user-guide/\" target=\"_blank\">Google Maps Users Guide</a>.\";s:2:\"id\";s:13:\"gmap_api_type\";s:7:\"default\";s:2:\"js\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:2:\"js\";s:6:\"JS API\";s:5:\"embed\";s:9:\"Embed API\";}s:13:\"edit_shortcut\";a:2:{s:8:\"selector\";a:1:{i:0;s:22:\"#fusion-gmap-container\";}s:9:\"shortcuts\";a:1:{i:0;a:3:{s:10:\"aria_label\";s:15:\"Edit Google Map\";s:4:\"icon\";s:11:\"fusiona-pen\";s:11:\"open_parent\";b:1;}}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:18:\"gmap_embed_address\";a:7:{s:5:\"label\";s:7:\"Address\";s:11:\"description\";s:283:\"Add the address of the location you wish to display. Leave empty, if you don&#039;t want to display a map on the contact page. Address example: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates. ex: 12.381068,-1.492711.\";s:2:\"id\";s:18:\"gmap_embed_address\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:5:\"embed\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:19:\"gmap_embed_map_type\";a:8:{s:5:\"label\";s:8:\"Map Type\";s:11:\"description\";s:41:\"Select the type of google map to display.\";s:2:\"id\";s:19:\"gmap_embed_map_type\";s:7:\"default\";s:7:\"roadmap\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"roadmap\";s:7:\"Roadmap\";s:9:\"satellite\";s:9:\"Satellite\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:5:\"embed\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:12:\"gmap_address\";a:7:{s:5:\"label\";s:18:\"Google Map Address\";s:11:\"description\";s:411:\"Add the address to the location you wish to display. Leave empty, if you don&#039;t want to display a map on the contact page. Single address example: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates with latlng=. ex: latlng=12.381068,-1.492711. For multiple addresses, separate addresses by using the | symbol. ex: Address 1|Address 2|Address 3.\";s:2:\"id\";s:12:\"gmap_address\";s:7:\"default\";s:49:\"775 New York Ave, Brooklyn, Kings, New York 11203\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:9:\"gmap_type\";a:8:{s:5:\"label\";s:15:\"Google Map Type\";s:11:\"description\";s:46:\"Controls the type of google map that displays.\";s:2:\"id\";s:9:\"gmap_type\";s:7:\"default\";s:7:\"roadmap\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:7:\"roadmap\";s:7:\"Roadmap\";s:9:\"satellite\";s:9:\"Satellite\";s:6:\"hybrid\";s:6:\"Hybrid\";s:7:\"terrain\";s:7:\"Terrain\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:15:\"gmap_dimensions\";a:8:{s:5:\"label\";s:21:\"Google Map Dimensions\";s:11:\"description\";s:95:\"Controls the width and height of the google map. NOTE: height does not accept percentage value.\";s:2:\"id\";s:15:\"gmap_dimensions\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:5:\"415px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:14:\"gmap_topmargin\";a:7:{s:5:\"label\";s:21:\"Google Map Top Margin\";s:11:\"description\";s:105:\"This is only applied to google maps that are not 100% width. It controls the distance to menu/page title.\";s:2:\"id\";s:14:\"gmap_topmargin\";s:7:\"default\";s:4:\"55px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:16:\"--gmap_topmargin\";s:7:\"element\";s:17:\".avada-google-map\";s:8:\"callback\";a:2:{i:0;s:24:\"conditional_return_value\";i:1;a:2:{s:13:\"value_pattern\";a:2:{i:0;s:1:\"$\";i:1;s:4:\"55px\";}s:10:\"conditions\";a:1:{i:0;a:3:{i:0;s:22:\"gmap_dimensions[width]\";i:1;s:3:\"===\";i:2;s:4:\"100%\";}}}}}}}s:14:\"map_zoom_level\";a:8:{s:5:\"label\";s:14:\"Map Zoom Level\";s:11:\"description\";s:143:\"Choose the zoom level for the map. 0 corresponds to a map of the earth fully zoomed out, and larger zoom levels zoom in at a higher resolution.\";s:2:\"id\";s:14:\"map_zoom_level\";s:7:\"default\";i:8;s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:0;s:3:\"max\";i:22;s:4:\"step\";i:1;}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:7:\"map_pin\";a:7:{s:5:\"label\";s:11:\"Address Pin\";s:11:\"description\";s:46:\"Turn on to display the google map address pin.\";s:2:\"id\";s:7:\"map_pin\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:18:\"gmap_pin_animation\";a:7:{s:5:\"label\";s:21:\"Address Pin Animation\";s:11:\"description\";s:65:\"Turn on to enable address pin animation when the map first loads.\";s:2:\"id\";s:18:\"gmap_pin_animation\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:9:\"map_popup\";a:7:{s:5:\"label\";s:18:\"Map Popup On Click\";s:11:\"description\";s:97:\"Turn on to require a click to display the popup graphic with address info for the pin on the map.\";s:2:\"id\";s:9:\"map_popup\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:15:\"map_scrollwheel\";a:7:{s:5:\"label\";s:25:\"Map Zoom With Scrollwheel\";s:11:\"description\";s:189:\"Turn on to enable zooming using the mouse scroll wheel. Use Cmd/Ctrl key + scroll to zoom. If set to no, zooming through two-finger movements (cooperative gesture handling) will be enabled.\";s:2:\"id\";s:15:\"map_scrollwheel\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:9:\"map_scale\";a:7:{s:5:\"label\";s:9:\"Map Scale\";s:11:\"description\";s:40:\"Turn on to display the google map scale.\";s:2:\"id\";s:9:\"map_scale\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:15:\"map_zoomcontrol\";a:7:{s:5:\"label\";s:22:\"Map Zoom Control Icons\";s:11:\"description\";s:53:\"Turn on to display the google map zoom control icons.\";s:2:\"id\";s:15:\"map_zoomcontrol\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}}}s:33:\"google_map_design_styling_section\";a:6:{s:5:\"label\";s:18:\"Google Map Styling\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:33:\"google_map_design_styling_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:9:{s:26:\"google_map_disabled_note_1\";a:6:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:187:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> Google Maps Script is disabled in Advanced > Theme Features section. Please enable it to see the options.</div>\";s:2:\"id\";s:26:\"google_map_disabled_note_1\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:38:\"google_map_styling_important_note_info\";a:5:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:278:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are only for the google map that displays on the \"Contact\" page template, they do not control the google map element.  These options are only available for the JS API type.</div>\";s:2:\"id\";s:38:\"google_map_styling_important_note_info\";s:4:\"type\";s:6:\"custom\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}}s:11:\"map_styling\";a:8:{s:5:\"label\";s:22:\"Select the Map Styling\";s:11:\"description\";s:133:\"Controls the google map styles. Default is google style, Theme is our style, or choose Custom to select your own style options below.\";s:2:\"id\";s:11:\"map_styling\";s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:7:\"default\";s:15:\"Default Styling\";s:5:\"theme\";s:13:\"Theme Styling\";s:6:\"custom\";s:14:\"Custom Styling\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:17:\"map_overlay_color\";a:7:{s:5:\"label\";s:17:\"Map Overlay Color\";s:11:\"description\";s:137:\"Custom styling setting only. Pick any overlaying color for the map besides pure black or white. Works best with &quot;roadmap&quot; type.\";s:2:\"id\";s:17:\"map_overlay_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:19:\"map_infobox_styling\";a:8:{s:5:\"label\";s:16:\"Info Box Styling\";s:11:\"description\";s:66:\"Custom styling setting only. Controls the styling of the info box.\";s:2:\"id\";s:19:\"map_infobox_styling\";s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:7:\"default\";s:15:\"Default Infobox\";s:6:\"custom\";s:14:\"Custom Infobox\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:19:\"map_infobox_content\";a:7:{s:5:\"label\";s:16:\"Info Box Content\";s:11:\"description\";s:207:\"Custom styling setting only. Type in custom info box content to replace the default address string. For multiple addresses, separate info box contents by using the | symbol. ex: InfoBox 1|InfoBox 2|InfoBox 3\";s:2:\"id\";s:19:\"map_infobox_content\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:20:\"map_infobox_bg_color\";a:7:{s:5:\"label\";s:25:\"Info Box Background Color\";s:11:\"description\";s:68:\"Custom styling setting only. Controls the info box background color.\";s:2:\"id\";s:20:\"map_infobox_bg_color\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:19:\"map_infobox_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:2;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:22:\"map_infobox_text_color\";a:7:{s:5:\"label\";s:19:\"Info Box Text Color\";s:11:\"description\";s:62:\"Custom styling setting only. Controls the info box text color.\";s:2:\"id\";s:22:\"map_infobox_text_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:19:\"map_infobox_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:2;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}s:22:\"map_custom_marker_icon\";a:7:{s:5:\"label\";s:18:\"Custom Marker Icon\";s:11:\"description\";s:228:\"Custom styling setting only. Use full image urls for custom marker icons or input &quot;theme&quot; for our custom marker. For multiple addresses, separate icons by using the | symbol or use one for all. ex: Icon 1|Icon 2|Icon 3\";s:2:\"id\";s:22:\"map_custom_marker_icon\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:4:{i:0;a:3:{s:7:\"setting\";s:19:\"map_infobox_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:1;a:3:{s:7:\"setting\";s:11:\"map_styling\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"custom\";}i:2;a:3:{s:7:\"setting\";s:11:\"status_gmap\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}i:3;a:3:{s:7:\"setting\";s:13:\"gmap_api_type\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:2:\"js\";}}s:15:\"update_callback\";a:1:{i:0;a:4:{s:5:\"where\";s:8:\"postMeta\";s:9:\"condition\";s:17:\"_wp_page_template\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";s:11:\"contact.php\";}}}}}}}s:6:\"search\";a:6:{s:5:\"label\";s:6:\"Search\";s:2:\"id\";s:14:\"heading_search\";s:8:\"priority\";i:23;s:4:\"icon\";s:14:\"el-icon-search\";s:8:\"alt_icon\";s:14:\"fusiona-search\";s:6:\"fields\";a:2:{s:27:\"search_form_options_section\";a:6:{s:5:\"label\";s:11:\"Search Form\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"search_form_options_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:11:{s:21:\"search_filter_results\";a:6:{s:5:\"label\";s:31:\"Limit Search Results Post Types\";s:11:\"description\";s:74:\"Turn on to limit the search results to specific post types you can choose.\";s:2:\"id\";s:21:\"search_filter_results\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:14:\"search_content\";a:10:{s:5:\"label\";s:22:\"Search Results Content\";s:11:\"description\";s:61:\"Controls the type of content that displays in search results.\";s:2:\"id\";s:14:\"search_content\";s:7:\"default\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:15:\"avada_portfolio\";i:3;s:9:\"avada_faq\";}s:4:\"type\";s:6:\"select\";s:4:\"data\";s:10:\"post_types\";s:5:\"multi\";b:1;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:21:\"search_filter_results\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}s:7:\"choices\";a:6:{s:4:\"post\";s:5:\"Posts\";s:4:\"page\";s:5:\"Pages\";s:15:\"avada_portfolio\";s:15:\"Portfolio Items\";s:9:\"avada_faq\";s:9:\"FAQ Items\";s:7:\"product\";s:20:\"WooCommerce Products\";s:12:\"tribe_events\";s:21:\"Events Calendar Posts\";}}s:27:\"search_limit_to_post_titles\";a:6:{s:5:\"label\";s:27:\"Limit Search to Post Titles\";s:11:\"description\";s:48:\"Turn on to limit the search to post titles only.\";s:2:\"id\";s:27:\"search_limit_to_post_titles\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:27:\"search_add_woo_product_skus\";a:6:{s:5:\"label\";s:35:\"Search for WooCommerce Product SKUs\";s:11:\"description\";s:132:\"Turn on to also search for WooCommerce product SKUs. This will only work, if products have been added to the search results content.\";s:2:\"id\";s:27:\"search_add_woo_product_skus\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:18:\"search_form_design\";a:7:{s:5:\"label\";s:18:\"Search Form Design\";s:11:\"description\";s:40:\"Controls the design of the search forms.\";s:2:\"id\";s:18:\"search_form_design\";s:7:\"default\";s:5:\"clean\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"classic\";s:7:\"Classic\";s:5:\"clean\";s:5:\"Clean\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:20:\"fusion-search-form-$\";s:12:\"remove_attrs\";a:2:{i:0;s:26:\"fusion-search-form-classic\";i:1;s:24:\"fusion-search-form-clean\";}}}}s:11:\"live_search\";a:7:{s:5:\"label\";s:18:\"Enable Live Search\";s:11:\"description\";s:90:\"Turn on to enable live search results on menu search field and other fitting search forms.\";s:2:\"id\";s:11:\"live_search\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:22:\"searchform_live_search\";a:4:{s:8:\"selector\";s:30:\".searchform.fusion-search-form\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"searchform\";}s:21:\"success_trigger_event\";s:15:\"avadaLiveSearch\";}}i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:11:\"live_search\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:26:\"live_search_min_char_count\";a:9:{s:5:\"label\";s:35:\"Live Search Minimal Character Count\";s:11:\"description\";s:312:\"Set the minimal character count to trigger the live search.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"live_search_min_char_count\";s:7:\"default\";s:1:\"4\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:2:\"20\";s:4:\"step\";s:1:\"1\";}s:15:\"soft_dependency\";b:1;s:15:\"partial_refresh\";a:1:{s:37:\"searchform_live_search_min_char_count\";a:4:{s:8:\"selector\";s:30:\".searchform.fusion-search-form\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:10:\"searchform\";}s:21:\"success_trigger_event\";s:15:\"avadaLiveSearch\";}}i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:14:\"min_char_count\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:28:\"live_search_results_per_page\";a:8:{s:5:\"label\";s:27:\"Live Search Number of Posts\";s:11:\"description\";s:336:\"Controls the number of posts that should be displayed as search result suggestions.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:28:\"live_search_results_per_page\";s:7:\"default\";s:3:\"100\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"10\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:2:\"10\";}s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:8:\"per_page\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:26:\"live_search_results_height\";a:8:{s:5:\"label\";s:36:\"Live Search Results Container Height\";s:11:\"description\";s:333:\"Controls the height of the container in which the search results will be listed.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"live_search_results_height\";s:7:\"default\";s:3:\"250\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:3:\"100\";s:3:\"max\";s:3:\"800\";s:4:\"step\";s:1:\"5\";}s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--live_search_results_height\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:34:\"live_search_display_featured_image\";a:7:{s:5:\"label\";s:34:\"Live Search Display Featured Image\";s:11:\"description\";s:318:\"Turn on to display the featured image of each live search result.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:34:\"live_search_display_featured_image\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:13:\"show_feat_img\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:29:\"live_search_display_post_type\";a:7:{s:5:\"label\";s:29:\"Live Search Display Post Type\";s:11:\"description\";s:313:\"Turn on to display the post type of each live search result.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:29:\"live_search_display_post_type\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:19:\"avadaLiveSearchVars\";s:2:\"id\";s:17:\"display_post_type\";s:7:\"trigger\";a:1:{i:0;s:15:\"avadaLiveSearch\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}}}s:27:\"search_page_options_section\";a:6:{s:5:\"label\";s:11:\"Search Page\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:27:\"search_page_options_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:13:{s:44:\"search_page_options_template_override_notice\";a:5:{s:2:\"id\";s:44:\"search_page_options_template_override_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:1;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab are not available because a global Content override is currently used. To edit your global layout please visit <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">this page</a>.</div>\";s:4:\"type\";s:6:\"custom\";}s:35:\"search_page_options_template_notice\";a:5:{s:2:\"id\";s:35:\"search_page_options_template_notice\";s:5:\"label\";s:0:\"\";s:6:\"hidden\";b:0;s:11:\"description\";s:322:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> For more flexibility and a modern, more performant setup, we recommend using the Live Builder to create a custom Content Layout. <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-layouts\" target=\"_blank\">visit this page.</a></div>\";s:4:\"type\";s:6:\"custom\";}s:13:\"search_layout\";a:8:{s:5:\"label\";s:21:\"Search Results Layout\";s:11:\"description\";s:48:\"Controls the layout for the search results page.\";s:2:\"id\";s:13:\"search_layout\";s:7:\"default\";s:4:\"grid\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:6:{s:5:\"large\";s:5:\"Large\";s:6:\"medium\";s:6:\"Medium\";s:15:\"large alternate\";s:15:\"Large Alternate\";s:16:\"medium alternate\";s:16:\"Medium Alternate\";s:4:\"grid\";s:4:\"Grid\";s:8:\"timeline\";s:8:\"Timeline\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:23:\"search_results_per_page\";a:8:{s:5:\"label\";s:33:\"Number of Search Results Per Page\";s:11:\"description\";s:47:\"Controls the number of search results per page.\";s:2:\"id\";s:23:\"search_results_per_page\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:22:\"search_pagination_type\";a:8:{s:5:\"label\";s:22:\"Search Pagination Type\";s:11:\"description\";s:57:\"Controls the pagination type for the search results page.\";s:2:\"id\";s:22:\"search_pagination_type\";s:7:\"default\";s:10:\"pagination\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:10:\"pagination\";s:10:\"Pagination\";s:15:\"infinite_scroll\";s:15:\"Infinite Scroll\";s:16:\"load_more_button\";s:16:\"Load More Button\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:19:\"search_grid_columns\";a:10:{s:5:\"label\";s:17:\"Number of Columns\";s:11:\"description\";s:48:\"Controls the number of columns for grid layouts.\";s:2:\"id\";s:19:\"search_grid_columns\";s:7:\"default\";i:3;s:4:\"type\";s:6:\"slider\";s:6:\"hidden\";b:0;s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";i:1;}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"search_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:13:\"search_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:26:\"search_grid_column_spacing\";a:10:{s:5:\"label\";s:14:\"Column Spacing\";s:11:\"description\";s:47:\"Controls the column spacing for search results.\";s:2:\"id\";s:26:\"search_grid_column_spacing\";s:7:\"default\";s:2:\"40\";s:4:\"type\";s:6:\"slider\";s:6:\"hidden\";b:0;s:5:\"class\";s:16:\"fusion-or-gutter\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"300\";s:4:\"edit\";s:3:\"yes\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"search_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"grid\";}i:1;a:3:{s:7:\"setting\";s:13:\"search_layout\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"masonry\";}}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:28:\"--search_grid_column_spacing\";s:7:\"element\";s:24:\".fusion-blog-layout-grid\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:21:\"search_content_length\";a:8:{s:5:\"label\";s:22:\"Search Content Display\";s:11:\"description\";s:104:\"Controls if the search results content displays as an excerpt or full content or is completely disabled.\";s:2:\"id\";s:21:\"search_content_length\";s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:7:\"excerpt\";s:7:\"Excerpt\";s:12:\"full_content\";s:12:\"Full Content\";s:7:\"no_text\";s:7:\"No Text\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:21:\"search_excerpt_length\";a:9:{s:5:\"label\";s:21:\"Search Excerpt Length\";s:11:\"description\";s:206:\"Controls the number of <a href=\"https://drkarimbennani.com/wp-admin/themes.php?page=avada_options&lang=en#excerpt_base\" target=\"_blank\" rel=\"noopener noreferrer\">words</a> in the excerpts on search results.\";s:2:\"id\";s:21:\"search_excerpt_length\";s:7:\"default\";s:2:\"10\";s:4:\"type\";s:6:\"slider\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:3:\"500\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:21:\"search_content_length\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"excerpt\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:25:\"search_strip_html_excerpt\";a:8:{s:5:\"label\";s:30:\"Search Strip HTML from Excerpt\";s:11:\"description\";s:75:\"Turn on to strip HTML content from the excerpt for the search results page.\";s:2:\"id\";s:25:\"search_strip_html_excerpt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:21:\"search_content_length\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"excerpt\";}}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:22:\"search_featured_images\";a:7:{s:5:\"label\";s:34:\"Featured Images for Search Results\";s:11:\"description\";s:54:\"Turn on to display featured images for search results.\";s:2:\"id\";s:22:\"search_featured_images\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"hidden\";b:0;s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:11:\"search_meta\";a:9:{s:5:\"label\";s:19:\"Search Results Meta\";s:11:\"description\";s:84:\"Select the post meta data you want to be displayed in the individual search results.\";s:2:\"id\";s:11:\"search_meta\";s:7:\"default\";a:5:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";i:4;s:9:\"read_more\";}s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:5:\"multi\";b:1;s:7:\"choices\";a:7:{s:6:\"author\";s:6:\"Author\";s:4:\"date\";s:4:\"Date\";s:10:\"categories\";s:10:\"Categories\";s:4:\"tags\";s:4:\"Tags\";s:8:\"comments\";s:8:\"Comments\";s:9:\"read_more\";s:14:\"Read More Link\";s:9:\"post_type\";s:9:\"Post Type\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}s:26:\"search_new_search_position\";a:8:{s:5:\"label\";s:21:\"Search Field Position\";s:11:\"description\";s:67:\"Controls the position of the search bar on the search results page.\";s:2:\"id\";s:26:\"search_new_search_position\";s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"select\";s:6:\"hidden\";b:0;s:7:\"choices\";a:3:{s:3:\"top\";s:13:\"Above Results\";s:6:\"bottom\";s:13:\"Below Results\";s:6:\"hidden\";s:4:\"Hide\";}s:15:\"update_callback\";a:1:{i:0;a:3:{s:9:\"condition\";s:9:\"is_search\";s:8:\"operator\";s:3:\"===\";s:5:\"value\";b:1;}}}}}}}s:7:\"privacy\";a:6:{s:5:\"label\";s:21:\"Privacy &amp; Consent\";s:2:\"id\";s:15:\"heading_privacy\";s:8:\"priority\";i:25;s:4:\"icon\";s:12:\"el-icon-user\";s:8:\"alt_icon\";s:15:\"fusiona-privacy\";s:6:\"fields\";a:69:{s:12:\"privacy_note\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:589:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options in this section help you comply more easily with data privacy regulations such as the GDPR. When the \"Privacy Consent\" option is enabled, Avada creates a cookie named <b>\"privacy_embeds\"</b> in visitors’ browsers to store and manage consent preferences for third-party embeds and tracking scripts. This also includes scripts added through \"Custom Code Snippets\" (Advanced > Code Fields) that use a privacy category. You may want to include information about this cookie in your privacy policy.</div>\";s:2:\"id\";s:12:\"privacy_note\";s:4:\"type\";s:6:\"custom\";}s:18:\"gfonts_load_method\";a:7:{s:2:\"id\";s:18:\"gfonts_load_method\";s:5:\"label\";s:36:\"Google &amp; Font Awesome Fonts Mode\";s:11:\"description\";s:184:\"When set to &quot;Local&quot;, the Google and Font Awesome fonts set in Global Options will be downloaded to your server. Set to &quot;CDN&quot; to use the Google and FontAwesome CDNs.\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"default\";s:3:\"cdn\";s:7:\"choices\";a:2:{s:5:\"local\";s:5:\"Local\";s:3:\"cdn\";s:3:\"CDN\";}s:9:\"transport\";s:11:\"postMessage\";}s:14:\"privacy_embeds\";a:6:{s:5:\"label\";s:21:\"Privacy Consent Tools\";s:11:\"description\";s:79:\"Turn on to prevent scripts and embeds from loading until user consent is given.\";s:2:\"id\";s:14:\"privacy_embeds\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:14:\"privacy_expiry\";a:8:{s:5:\"label\";s:33:\"Privacy Consent Cookie Expiration\";s:11:\"description\";s:68:\"Controls how long the consent cookie should be stored for.  In days.\";s:2:\"id\";s:14:\"privacy_expiry\";s:7:\"default\";s:2:\"30\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"366\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"privacy_embed_types\";a:9:{s:5:\"label\";s:21:\"Privacy Consent Types\";s:11:\"description\";s:176:\"Select the types of embeds which you would like to require consent. Custom Code Snippets with a privacy category are automatically included and do not need to be selected here.\";s:2:\"id\";s:19:\"privacy_embed_types\";s:7:\"default\";a:13:{i:0;s:7:\"youtube\";i:1;s:5:\"vimeo\";i:2;s:10:\"soundcloud\";i:3;s:8:\"facebook\";i:4;s:6:\"flickr\";i:5;s:7:\"twitter\";i:6;s:5:\"gmaps\";i:7;s:9:\"instagram\";i:8;s:7:\"hubspot\";i:9;s:24:\"google_analytics_storage\";i:10;s:17:\"google_ad_storage\";i:11;s:19:\"google_ad_user_data\";i:12;s:25:\"google_ad_personalization\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:13:{s:7:\"youtube\";s:7:\"YouTube\";s:5:\"vimeo\";s:5:\"Vimeo\";s:10:\"soundcloud\";s:10:\"SoundCloud\";s:8:\"facebook\";s:8:\"Facebook\";s:6:\"flickr\";s:6:\"Flickr\";s:7:\"twitter\";s:1:\"X\";s:5:\"gmaps\";s:11:\"Google Maps\";s:9:\"instagram\";s:9:\"Instagram\";s:7:\"hubspot\";s:7:\"HubSpot\";s:24:\"google_analytics_storage\";s:24:\"Google Analytics Storage\";s:17:\"google_ad_storage\";s:17:\"Google Ad Storage\";s:19:\"google_ad_user_data\";s:19:\"Google Ad User Data\";s:25:\"google_ad_personalization\";s:25:\"Google Ad Personalization\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:22:\"privacy_embed_defaults\";a:9:{s:5:\"label\";s:30:\"Privacy Selected Consent Types\";s:11:\"description\";s:138:\"Select the types of embeds which you would like to have checked by default.  This applies to both the privacy bar and the privacy element.\";s:2:\"id\";s:22:\"privacy_embed_defaults\";s:7:\"default\";a:0:{}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:13:{s:7:\"youtube\";s:7:\"YouTube\";s:5:\"vimeo\";s:5:\"Vimeo\";s:10:\"soundcloud\";s:10:\"SoundCloud\";s:8:\"facebook\";s:8:\"Facebook\";s:6:\"flickr\";s:6:\"Flickr\";s:7:\"twitter\";s:1:\"X\";s:5:\"gmaps\";s:11:\"Google Maps\";s:9:\"instagram\";s:9:\"Instagram\";s:7:\"hubspot\";s:7:\"HubSpot\";s:24:\"google_analytics_storage\";s:24:\"Google Analytics Storage\";s:17:\"google_ad_storage\";s:17:\"Google Ad Storage\";s:19:\"google_ad_user_data\";s:19:\"Google Ad User Data\";s:25:\"google_ad_personalization\";s:25:\"Google Ad Personalization\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:21:\"privacy_embed_section\";a:5:{s:5:\"label\";s:18:\"Third-Party Embeds\";s:2:\"id\";s:21:\"privacy_embed_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:25:\"privacy_embed_description\";a:7:{s:5:\"label\";s:29:\"Third-Party Embed Description\";s:11:\"description\";s:126:\"Controls the frontend description shown below each third-party embed consent checkbox (YouTube, Instagram, Google Maps, etc.).\";s:2:\"id\";s:25:\"privacy_embed_description\";s:7:\"default\";s:91:\"Embeds from this vendor are blocked and replaced with a placeholder until consent is given.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:16:\"privacy_bg_color\";a:7:{s:5:\"label\";s:36:\"Privacy Placeholder Background Color\";s:11:\"description\";s:59:\"Controls the background color for the privacy placeholders.\";s:2:\"id\";s:16:\"privacy_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:97:\"hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc(var(--awb-color8-a) - 90%))\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--privacy_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:13:\"privacy_color\";a:7:{s:5:\"label\";s:30:\"Privacy Placeholder Text Color\";s:11:\"description\";s:51:\"Controls the text color for the embed placeholders.\";s:2:\"id\";s:13:\"privacy_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:97:\"hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc(var(--awb-color8-a) - 70%))\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:15:\"--privacy_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"google_consent_mode_section\";a:6:{s:5:\"label\";s:22:\"Google Consent Mode v2\";s:2:\"id\";s:27:\"google_consent_mode_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";s:5:\"class\";s:26:\"fusion-gutter-and-or-or-or\";s:8:\"required\";a:5:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:24:\"google_analytics_storage\";}i:2;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:17:\"google_ad_storage\";}i:3;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:19:\"google_ad_user_data\";}i:4;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:25:\"google_ad_personalization\";}}}s:38:\"privacy_google_analytics_storage_label\";a:7:{s:5:\"label\";s:22:\"Google Analytics Label\";s:11:\"description\";s:78:\"Controls the frontend label for the Google Analytics Storage consent checkbox.\";s:2:\"id\";s:38:\"privacy_google_analytics_storage_label\";s:7:\"default\";s:16:\"Google Analytics\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:24:\"google_analytics_storage\";}}s:9:\"transport\";s:11:\"postMessage\";}s:44:\"privacy_google_analytics_storage_description\";a:7:{s:5:\"label\";s:28:\"Google Analytics Description\";s:11:\"description\";s:92:\"Controls the frontend description shown below the Google Analytics Storage consent checkbox.\";s:2:\"id\";s:44:\"privacy_google_analytics_storage_description\";s:7:\"default\";s:163:\"Enables Google Analytics to store data about your visit, such as pages viewed, time spent, and interactions, to help us understand and improve website performance.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:24:\"google_analytics_storage\";}}s:9:\"transport\";s:11:\"postMessage\";}s:31:\"privacy_google_ad_storage_label\";a:7:{s:5:\"label\";s:32:\"Google Advertising Cookies Label\";s:11:\"description\";s:71:\"Controls the frontend label for the Google Ad Storage consent checkbox.\";s:2:\"id\";s:31:\"privacy_google_ad_storage_label\";s:7:\"default\";s:26:\"Google Advertising Cookies\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:17:\"google_ad_storage\";}}s:9:\"transport\";s:11:\"postMessage\";}s:37:\"privacy_google_ad_storage_description\";a:7:{s:5:\"label\";s:38:\"Google Advertising Cookies Description\";s:11:\"description\";s:85:\"Controls the frontend description shown below the Google Ad Storage consent checkbox.\";s:2:\"id\";s:37:\"privacy_google_ad_storage_description\";s:7:\"default\";s:112:\"Enables Google to store cookies used for advertising, such as tracking ad clicks and measuring conversion rates.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:17:\"google_ad_storage\";}}s:9:\"transport\";s:11:\"postMessage\";}s:33:\"privacy_google_ad_user_data_label\";a:7:{s:5:\"label\";s:34:\"Google Advertising User Data Label\";s:11:\"description\";s:73:\"Controls the frontend label for the Google Ad User Data consent checkbox.\";s:2:\"id\";s:33:\"privacy_google_ad_user_data_label\";s:7:\"default\";s:28:\"Google Advertising User Data\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:19:\"google_ad_user_data\";}}s:9:\"transport\";s:11:\"postMessage\";}s:39:\"privacy_google_ad_user_data_description\";a:7:{s:5:\"label\";s:40:\"Google Advertising User Data Description\";s:11:\"description\";s:87:\"Controls the frontend description shown below the Google Ad User Data consent checkbox.\";s:2:\"id\";s:39:\"privacy_google_ad_user_data_description\";s:7:\"default\";s:116:\"Allows Google to collect and use your data for ad targeting and to measure the performance of advertising campaigns.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:19:\"google_ad_user_data\";}}s:9:\"transport\";s:11:\"postMessage\";}s:39:\"privacy_google_ad_personalization_label\";a:7:{s:5:\"label\";s:40:\"Google Advertising Personalization Label\";s:11:\"description\";s:79:\"Controls the frontend label for the Google Ad Personalization consent checkbox.\";s:2:\"id\";s:39:\"privacy_google_ad_personalization_label\";s:7:\"default\";s:34:\"Google Advertising Personalization\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:25:\"google_ad_personalization\";}}s:9:\"transport\";s:11:\"postMessage\";}s:45:\"privacy_google_ad_personalization_description\";a:7:{s:5:\"label\";s:46:\"Google Advertising Personalization Description\";s:11:\"description\";s:93:\"Controls the frontend description shown below the Google Ad Personalization consent checkbox.\";s:2:\"id\";s:45:\"privacy_google_ad_personalization_description\";s:7:\"default\";s:88:\"Allows Google to show you personalised ads based on your interests and browsing history.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:25:\"google_ad_personalization\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"hubspot_section\";a:5:{s:5:\"label\";s:15:\"HubSpot Consent\";s:2:\"id\";s:15:\"hubspot_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"hubspot\";}}}s:21:\"privacy_hubspot_label\";a:7:{s:5:\"label\";s:13:\"HubSpot Label\";s:11:\"description\";s:61:\"Controls the frontend label for the HubSpot consent checkbox.\";s:2:\"id\";s:21:\"privacy_hubspot_label\";s:7:\"default\";s:7:\"HubSpot\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"hubspot\";}}s:9:\"transport\";s:11:\"postMessage\";}s:27:\"privacy_hubspot_description\";a:7:{s:5:\"label\";s:19:\"HubSpot Description\";s:11:\"description\";s:75:\"Controls the frontend description shown below the HubSpot consent checkbox.\";s:2:\"id\";s:27:\"privacy_hubspot_description\";s:7:\"default\";s:115:\"Enables HubSpot to track your activity on this site, power the live chat widget, and manage marketing interactions.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:19:\"privacy_embed_types\";s:8:\"operator\";s:8:\"contains\";s:5:\"value\";s:7:\"hubspot\";}}s:9:\"transport\";s:11:\"postMessage\";}s:31:\"privacy_consent_content_section\";a:5:{s:5:\"label\";s:18:\"Consent Categories\";s:2:\"id\";s:31:\"privacy_consent_content_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:19:\"privacy_bar_content\";a:10:{s:5:\"label\";s:18:\"Consent Categories\";s:11:\"description\";s:280:\"Defines the consent categories displayed in the Privacy &amp; Consent Bar and the Privacy &amp; Consent Element. Each entry sets the category type, title, and description shown to visitors when grouped layout is used. Click the &quot;Add&quot; button to add additional categories.\";s:2:\"id\";s:19:\"privacy_bar_content\";s:7:\"default\";a:0:{}s:4:\"type\";s:8:\"repeater\";s:10:\"bind_title\";s:5:\"title\";s:5:\"limit\";i:6;s:6:\"fields\";a:3:{s:4:\"type\";a:5:{s:2:\"id\";s:4:\"type\";s:4:\"type\";s:6:\"select\";s:11:\"description\";s:45:\"Select the type of cookie/content to display.\";s:7:\"default\";s:9:\"necessary\";s:7:\"choices\";a:5:{s:9:\"necessary\";s:17:\"Necessary Cookies\";s:6:\"embeds\";s:39:\"Functional Cookies (Third Party Embeds)\";s:10:\"statistics\";s:30:\"Statistics Cookies (Analytics)\";s:8:\"tracking\";s:47:\"Marketing Cookies (Advertising &amp; Targeting)\";s:6:\"custom\";s:14:\"Custom Content\";}}s:5:\"title\";a:4:{s:2:\"id\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:21:\"Title for the content\";s:7:\"default\";s:0:\"\";}s:11:\"description\";a:4:{s:2:\"id\";s:11:\"description\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:27:\"Description for the content\";s:7:\"default\";s:0:\"\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_button_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:29:\"privacy_bar_show_group_toggle\";a:6:{s:5:\"label\";s:19:\"Group Master Toggle\";s:11:\"description\";s:148:\"Display a master checkbox next to each group title to enable or disable all items in the group at once. The &quot;Necessary&quot; group is excluded.\";s:2:\"id\";s:29:\"privacy_bar_show_group_toggle\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:27:\"privacy_bar_show_wp_cookies\";a:6:{s:5:\"label\";s:32:\"List WordPress Necessary Cookies\";s:11:\"description\";s:312:\"Enable to automatically list standard WordPress necessary cookies. If WooCommerce or The Events Calendar are active, their necessary cookies are included automatically. Note: This will only be displayed if a consent category with the &quot;Necessary Cookies&quot; type is present in the Consent Categories above.\";s:2:\"id\";s:27:\"privacy_bar_show_wp_cookies\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:25:\"privacy_necessary_opacity\";a:8:{s:5:\"label\";s:25:\"Necessary Cookies Opacity\";s:11:\"description\";s:95:\"Controls the opacity of necessary cookie items to visually indicate they cannot be toggled off.\";s:2:\"id\";s:25:\"privacy_necessary_opacity\";s:7:\"default\";s:3:\"0.7\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"1\";s:4:\"step\";s:3:\"0.1\";}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:27:\"--privacy_necessary_opacity\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:27:\"privacy_bar_show_wp_cookies\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:25:\"privacy_bar_show_lifespan\";a:6:{s:5:\"label\";s:20:\"Show Cookie Lifespan\";s:11:\"description\";s:65:\"Whether to display the cookie lifespan next to each consent item.\";s:2:\"id\";s:25:\"privacy_bar_show_lifespan\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:28:\"privacy_bar_show_cookie_desc\";a:6:{s:5:\"label\";s:23:\"Show Cookie Description\";s:11:\"description\";s:64:\"Whether to display the cookie description for each consent item.\";s:2:\"id\";s:28:\"privacy_bar_show_cookie_desc\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:23:\"privacy_bar_desc_toggle\";a:6:{s:5:\"label\";s:25:\"Cookie Description Toggle\";s:11:\"description\";s:111:\"Add a toggle button next to each consent item to expand/collapse its description. Descriptions start collapsed.\";s:2:\"id\";s:23:\"privacy_bar_desc_toggle\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:28:\"privacy_bar_show_cookie_desc\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:19:\"privacy_bar_section\";a:4:{s:5:\"label\";s:25:\"Privacy &amp; Consent Bar\";s:2:\"id\";s:19:\"privacy_bar_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:11:\"privacy_bar\";a:5:{s:5:\"label\";s:25:\"Privacy &amp; Consent Bar\";s:11:\"description\";s:72:\"Turn on to enable a privacy &amp; consent bar at the bottom of the page.\";s:2:\"id\";s:11:\"privacy_bar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:19:\"privacy_bar_padding\";a:8:{s:5:\"label\";s:28:\"Privacy Bar Expanded Padding\";s:11:\"description\";s:68:\"Controls the top/right/bottom/left paddings of the privacy bar area.\";s:2:\"id\";s:19:\"privacy_bar_padding\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"15px\";s:6:\"bottom\";s:4:\"15px\";s:4:\"left\";s:4:\"30px\";s:5:\"right\";s:4:\"30px\";}s:7:\"choices\";a:4:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;}s:4:\"type\";s:7:\"spacing\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:25:\"--privacy_bar_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:28:\"--privacy_bar_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:26:\"--privacy_bar_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:27:\"--privacy_bar_padding-right\";s:6:\"choice\";s:5:\"right\";}}}s:20:\"privacy_bar_bg_color\";a:7:{s:5:\"label\";s:28:\"Privacy Bar Background Color\";s:11:\"description\";s:50:\"Controls the background color for the privacy bar.\";s:2:\"id\";s:20:\"privacy_bar_bg_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--privacy_bar_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:21:\"privacy_bar_font_size\";a:8:{s:5:\"label\";s:21:\"Privacy Bar Font Size\";s:11:\"description\";s:51:\"Controls the font size for the privacy bar content.\";s:2:\"id\";s:21:\"privacy_bar_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:23:\"--privacy_bar_font_size\";}}}s:17:\"privacy_bar_color\";a:7:{s:5:\"label\";s:22:\"Privacy Bar Text Color\";s:11:\"description\";s:52:\"Controls the text color for the privacy bar content.\";s:2:\"id\";s:17:\"privacy_bar_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:19:\"--privacy_bar_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"privacy_bar_link_color\";a:7:{s:5:\"label\";s:22:\"Privacy Bar Link Color\";s:11:\"description\";s:44:\"Controls the link color for the privacy bar.\";s:2:\"id\";s:22:\"privacy_bar_link_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--privacy_bar_link_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"privacy_bar_link_hover_color\";a:7:{s:5:\"label\";s:28:\"Privacy Bar Link Hover Color\";s:11:\"description\";s:50:\"Controls the link hover color for the privacy bar.\";s:2:\"id\";s:28:\"privacy_bar_link_hover_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--privacy_bar_link_hover_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:16:\"privacy_bar_text\";a:7:{s:5:\"label\";s:16:\"Privacy Bar Text\";s:11:\"description\";s:59:\"Enter the text which you want to appear on the privacy bar.\";s:2:\"id\";s:16:\"privacy_bar_text\";s:7:\"default\";s:51:\"This website uses cookies and third party services.\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:24:\"privacy_bar_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:23:\"privacy_bar_button_save\";a:8:{s:5:\"label\";s:33:\"Privacy Bar Primary Button Action\";s:11:\"description\";s:569:\"&quot;Dismiss Only&quot; — the button closes the bar without saving any consent; visitors grant consent via placeholders or the details panel. &quot;Save Pre-selected&quot; — the button immediately saves the consent types selected under &quot;Privacy Selected Consent Types&quot;. &quot;Save on Change&quot; — the button is hidden until the visitor opens the details panel and changes a checkbox; it then appears as a contextual save action. Note: regardless of this setting, once the settings panel is open the button always saves the current checkbox selection.\";s:2:\"id\";s:23:\"privacy_bar_button_save\";s:7:\"default\";s:7:\"dismiss\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:7:\"dismiss\";s:12:\"Dismiss Only\";s:4:\"save\";s:17:\"Save Pre-selected\";s:10:\"contextual\";s:14:\"Save on Change\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:16:\"avadaPrivacyVars\";s:2:\"id\";s:6:\"button\";s:7:\"trigger\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:23:\"privacy_bar_button_text\";a:7:{s:5:\"label\";s:31:\"Privacy Bar Primary Button Text\";s:11:\"description\";s:245:\"Controls the text for the primary privacy bar button. With the &quot;Save on Change&quot; action this text is not shown, as the button only appears after a checkbox changes and uses the &quot;Privacy Bar Primary Button Update Text&quot; instead.\";s:2:\"id\";s:23:\"privacy_bar_button_text\";s:7:\"default\";s:2:\"OK\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:23:\"privacy_bar_button_save\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:10:\"contextual\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_button_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:28:\"privacy_bar_button_font_size\";a:8:{s:5:\"label\";s:28:\"Privacy Bar Button Font Size\";s:11:\"description\";s:102:\"Controls the font size of the privacy bar buttons. Leave empty to inherit the global button font size.\";s:2:\"id\";s:28:\"privacy_bar_button_font_size\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:30:\"--privacy_bar_button_font_size\";}}}s:23:\"privacy_bar_main_layout\";a:8:{s:5:\"label\";s:18:\"Privacy Bar Layout\";s:11:\"description\";s:296:\"Controls how the message text and action buttons are arranged. &quot;Centered&quot; keeps them together, centered on one row. &quot;Edges&quot; places the text and buttons on one row, pushed to opposite sides. &quot;Stacked&quot; moves the buttons to a centered second row below the message text.\";s:2:\"id\";s:23:\"privacy_bar_main_layout\";s:7:\"default\";s:8:\"centered\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:8:\"centered\";s:8:\"Centered\";s:5:\"edges\";s:5:\"Edges\";s:7:\"stacked\";s:7:\"Stacked\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_main_layout_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:26:\"privacy_bar_main_max_width\";a:8:{s:5:\"label\";s:29:\"Privacy Bar Message Max Width\";s:11:\"description\";s:235:\"Controls the maximum width of the privacy bar&#039;s main row (the message text and action buttons), centered within the bar. Leave empty for full width. With the &quot;Stacked&quot; layout, this width applies to the message text only.\";s:2:\"id\";s:26:\"privacy_bar_main_max_width\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"vw\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:28:\"--privacy_bar_main_max_width\";}}}s:16:\"privacy_bar_more\";a:7:{s:5:\"label\";s:20:\"Privacy Bar Settings\";s:11:\"description\";s:132:\"If enabled, a settings section will be added to show more information and to provide checkboxes for tracking and third party embeds.\";s:2:\"id\";s:16:\"privacy_bar_more\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:24:\"privacy_bar_more_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:22:\"privacy_bar_more_style\";a:8:{s:5:\"label\";s:26:\"Privacy Bar Settings Style\";s:11:\"description\";s:344:\"Controls how the settings entry is rendered. &quot;Inline Link&quot; shows it inline within the bar text. &quot;Button&quot; renders it as a button alongside the other action buttons (more visible, recommended for clearer consent UX). &quot;Standalone Link&quot; shows it as a link placed next to the action buttons rather than within the text.\";s:2:\"id\";s:22:\"privacy_bar_more_style\";s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:4:\"link\";s:11:\"Inline Link\";s:6:\"button\";s:6:\"Button\";s:12:\"link_buttons\";s:15:\"Standalone Link\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:30:\"privacy_bar_more_style_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:21:\"privacy_bar_more_text\";a:7:{s:5:\"label\";s:25:\"Privacy Bar Settings Text\";s:11:\"description\";s:52:\"Controls the link text for the privacy bar settings.\";s:2:\"id\";s:21:\"privacy_bar_more_text\";s:7:\"default\";s:8:\"Settings\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:29:\"privacy_bar_more_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:23:\"privacy_bar_update_text\";a:7:{s:5:\"label\";s:38:\"Privacy Bar Primary Button Update Text\";s:11:\"description\";s:108:\"Controls the text shown on the primary privacy bar button after a checkbox has changed in the details panel.\";s:2:\"id\";s:23:\"privacy_bar_update_text\";s:7:\"default\";s:15:\"Update Settings\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_update_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:26:\"privacy_bar_content_layout\";a:8:{s:5:\"label\";s:26:\"Privacy Bar Content Layout\";s:11:\"description\";s:48:\"Controls the layout for the privacy bar content.\";s:2:\"id\";s:26:\"privacy_bar_content_layout\";s:7:\"default\";s:7:\"columns\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"columns\";s:7:\"Columns\";s:4:\"tabs\";s:4:\"Tabs\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:26:\"privacy_bar_content_layout\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:29:\"privacy_bar_content_max_width\";a:8:{s:5:\"label\";s:29:\"Privacy Bar Content Max Width\";s:11:\"description\";s:52:\"Controls the maximum width of the content container.\";s:2:\"id\";s:29:\"privacy_bar_content_max_width\";s:7:\"default\";s:3:\"50%\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"vw\";}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:31:\"--privacy_bar_content_max_width\";}}}s:31:\"privacy_bar_tabs_content_height\";a:8:{s:5:\"label\";s:31:\"Privacy Bar Tabs Content Height\";s:11:\"description\";s:166:\"Set a height for the tab content area, that all tabs will share. Content taller than this height will be scrollable. Leave empty to auto-size each tab to its content.\";s:2:\"id\";s:31:\"privacy_bar_tabs_content_height\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:1:\"%\";i:2;s:2:\"vw\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:33:\"--privacy_bar_tabs_content_height\";s:8:\"callback\";a:1:{i:0;s:18:\"sanitize_dimension\";}}}}s:30:\"privacy_bar_headings_font_size\";a:8:{s:5:\"label\";s:29:\"Privacy Bar Heading Font Size\";s:11:\"description\";s:56:\"Controls the font size for the privacy bar heading text.\";s:2:\"id\";s:30:\"privacy_bar_headings_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--privacy_bar_headings_font_size\";s:8:\"callback\";a:1:{i:0;s:18:\"sanitize_dimension\";}}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:26:\"privacy_bar_headings_color\";a:7:{s:5:\"label\";s:26:\"Privacy Bar Headings Color\";s:11:\"description\";s:56:\"Controls the text color of the privacy bar heading font.\";s:2:\"id\";s:26:\"privacy_bar_headings_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--privacy_bar_headings_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:28:\"privacy_bar_tabs_border_size\";a:8:{s:5:\"label\";s:28:\"Privacy Bar Tabs Border Size\";s:11:\"description\";s:56:\"Controls the border size for the tabs layout. In Pixels.\";s:2:\"id\";s:28:\"privacy_bar_tabs_border_size\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"10\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--privacy_bar_tabs_border_size\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:29:\"privacy_bar_tabs_border_color\";a:7:{s:5:\"label\";s:29:\"Privacy Bar Tabs Border Color\";s:11:\"description\";s:46:\"Controls the border color for the tabs layout.\";s:2:\"id\";s:29:\"privacy_bar_tabs_border_color\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:31:\"--privacy_bar_tabs_border_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"privacy_bar_tabs_active_bg_color\";a:7:{s:5:\"label\";s:40:\"Privacy Bar Tabs Active Background Color\";s:11:\"description\";s:48:\"Controls the background color of the active tab.\";s:2:\"id\";s:32:\"privacy_bar_tabs_active_bg_color\";s:7:\"default\";s:17:\"var(--awb-color7)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:34:\"--privacy_bar_tabs_active_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:32:\"privacy_bar_tabs_content_padding\";a:8:{s:5:\"label\";s:32:\"Privacy Bar Tabs Content Padding\";s:11:\"description\";s:46:\"Controls the padding for the tab content area.\";s:2:\"id\";s:32:\"privacy_bar_tabs_content_padding\";s:7:\"default\";a:4:{s:3:\"top\";s:4:\"20px\";s:6:\"bottom\";s:4:\"20px\";s:4:\"left\";s:4:\"20px\";s:5:\"right\";s:4:\"20px\";}s:4:\"type\";s:7:\"spacing\";s:7:\"choices\";a:5:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;s:4:\"left\";b:1;s:5:\"right\";b:1;s:5:\"units\";a:1:{i:0;s:2:\"px\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tabs\";}}s:8:\"css_vars\";a:4:{i:0;a:2:{s:4:\"name\";s:30:\"--privacy_bar_tabs_padding-top\";s:6:\"choice\";s:3:\"top\";}i:1;a:2:{s:4:\"name\";s:33:\"--privacy_bar_tabs_padding-bottom\";s:6:\"choice\";s:6:\"bottom\";}i:2;a:2:{s:4:\"name\";s:31:\"--privacy_bar_tabs_padding-left\";s:6:\"choice\";s:4:\"left\";}i:3;a:2:{s:4:\"name\";s:32:\"--privacy_bar_tabs_padding-right\";s:6:\"choice\";s:5:\"right\";}}}s:22:\"privacy_bar_column_gap\";a:8:{s:5:\"label\";s:22:\"Privacy Bar Column Gap\";s:11:\"description\";s:60:\"Controls the gap between columns in the privacy bar content.\";s:2:\"id\";s:22:\"privacy_bar_column_gap\";s:7:\"default\";s:4:\"30px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:1:{i:0;s:2:\"px\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:26:\"privacy_bar_content_layout\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"columns\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:24:\"--privacy_bar_column_gap\";}}}s:30:\"privacy_bar_consent_item_style\";a:8:{s:5:\"label\";s:30:\"Privacy Bar Consent Item Style\";s:11:\"description\";s:74:\"Choose between standard checkboxes or slide toggles for the consent items.\";s:2:\"id\";s:30:\"privacy_bar_consent_item_style\";s:7:\"default\";s:8:\"checkbox\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:8:\"checkbox\";s:8:\"Checkbox\";s:6:\"toggle\";s:6:\"Toggle\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:38:\"privacy_bar_consent_item_style_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:28:\"privacy_bar_toggle_off_color\";a:7:{s:5:\"label\";s:41:\"Privacy Bar Consent Toggle Inactive Color\";s:11:\"description\";s:44:\"Track color when a consent item is disabled.\";s:2:\"id\";s:28:\"privacy_bar_toggle_off_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color6)\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:30:\"privacy_bar_consent_item_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"toggle\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--privacy_bar_toggle_off_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"privacy_bar_toggle_on_color\";a:7:{s:5:\"label\";s:39:\"Privacy Bar Consent Toggle Active Color\";s:11:\"description\";s:43:\"Track color when a consent item is enabled.\";s:2:\"id\";s:27:\"privacy_bar_toggle_on_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:30:\"privacy_bar_consent_item_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"toggle\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:29:\"--privacy_bar_toggle_on_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:30:\"privacy_bar_toggle_thumb_color\";a:7:{s:5:\"label\";s:38:\"Privacy Bar Consent Toggle Thumb Color\";s:11:\"description\";s:26:\"Color of the toggle thumb.\";s:2:\"id\";s:30:\"privacy_bar_toggle_thumb_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:30:\"privacy_bar_consent_item_style\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"toggle\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:32:\"--privacy_bar_toggle_thumb_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"privacy_bar_lifespan_color\";a:7:{s:5:\"label\";s:33:\"Privacy Bar Cookie Lifespan Color\";s:11:\"description\";s:146:\"Controls the text color for the cookie lifespan shown next to each consent option. Leave empty to inherit from &quot;Privacy Bar Text Color&quot;.\";s:2:\"id\";s:26:\"privacy_bar_lifespan_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:0:\"\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:25:\"privacy_bar_show_lifespan\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--privacy_bar_lifespan_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:22:\"privacy_bar_desc_color\";a:7:{s:5:\"label\";s:36:\"Privacy Bar Cookie Description Color\";s:11:\"description\";s:149:\"Controls the text color for the cookie descriptions shown below each consent option.  Leave empty to inherit from &quot;Privacy Bar Text Color&quot;.\";s:2:\"id\";s:22:\"privacy_bar_desc_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:0:\"\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:28:\"privacy_bar_show_cookie_desc\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:24:\"--privacy_bar_desc_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:26:\"privacy_bar_desc_font_size\";a:8:{s:5:\"label\";s:40:\"Privacy Bar Cookie Description Font Size\";s:11:\"description\";s:83:\"Controls the font size for the cookie descriptions shown below each consent option.\";s:2:\"id\";s:26:\"privacy_bar_desc_font_size\";s:7:\"default\";s:6:\"0.85em\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:3:{i:0;s:2:\"px\";i:1;s:2:\"em\";i:2;s:3:\"rem\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:16:\"privacy_bar_more\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:28:\"privacy_bar_show_cookie_desc\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:28:\"--privacy_bar_desc_font_size\";s:8:\"callback\";a:1:{i:0;s:18:\"sanitize_dimension\";}}}}s:22:\"privacy_bar_accept_all\";a:7:{s:5:\"label\";s:29:\"Privacy Bar Accept All Button\";s:11:\"description\";s:160:\"If enabled, the privacy bar will be extended with a button that grants consent for every available type, regardless of which checkboxes the visitor has toggled.\";s:2:\"id\";s:22:\"privacy_bar_accept_all\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:30:\"privacy_bar_accept_all_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:27:\"privacy_bar_accept_all_text\";a:7:{s:5:\"label\";s:34:\"Privacy Bar Accept All Button Text\";s:11:\"description\";s:61:\"Controls the link text for the privacy bar accept all button.\";s:2:\"id\";s:27:\"privacy_bar_accept_all_text\";s:7:\"default\";s:10:\"Accept All\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:22:\"privacy_bar_accept_all\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:35:\"privacy_bar_accept_all_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:18:\"privacy_bar_reject\";a:7:{s:5:\"label\";s:29:\"Privacy Bar Reject All Button\";s:11:\"description\";s:91:\"If enabled, the privacy bar will be extended with a button that allows users to reject all.\";s:2:\"id\";s:18:\"privacy_bar_reject\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:26:\"privacy_bar_reject_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}s:23:\"privacy_bar_reject_text\";a:7:{s:5:\"label\";s:34:\"Privacy Bar Reject All Button Text\";s:11:\"description\";s:61:\"Controls the link text for the privacy bar reject all button.\";s:2:\"id\";s:23:\"privacy_bar_reject_text\";s:7:\"default\";s:10:\"Reject All\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:11:\"privacy_bar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:1;a:3:{s:7:\"setting\";s:18:\"privacy_bar_reject\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}i:2;a:3:{s:7:\"setting\";s:14:\"privacy_embeds\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:15:\"partial_refresh\";a:1:{s:31:\"privacy_bar_reject_text_partial\";a:4:{s:8:\"selector\";s:45:\".fusion-privacy-bar.fusion-privacy-bar-bottom\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:11:\"privacy_bar\";}s:21:\"success_trigger_event\";a:1:{i:0;s:16:\"fusionPrivacyBar\";}}}}}}s:6:\"extras\";a:6:{s:5:\"label\";s:6:\"Extras\";s:2:\"id\";s:13:\"extra_section\";s:8:\"priority\";i:24;s:4:\"icon\";s:12:\"el-icon-cogs\";s:8:\"alt_icon\";s:11:\"fusiona-cog\";s:6:\"fields\";a:7:{s:20:\"misc_options_section\";a:6:{s:5:\"label\";s:13:\"Miscellaneous\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:20:\"misc_options_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:19:{s:16:\"sidenav_behavior\";a:7:{s:5:\"label\";s:24:\"Side Navigation Behavior\";s:11:\"description\";s:89:\"Controls if the child pages show on click or hover for the side navigation page template.\";s:2:\"id\";s:16:\"sidenav_behavior\";s:7:\"default\";s:5:\"hover\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"hover\";s:5:\"Hover\";s:5:\"click\";s:5:\"Click\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:6:\"choice\";s:3:\"top\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:16:\"avadaSideNavVars\";s:2:\"id\";s:16:\"sidenav_behavior\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:18:\"side_nav_font_size\";a:7:{s:5:\"label\";s:25:\"Side Navigation Font Size\";s:11:\"description\";s:86:\"Controls the font size for the menu text when using the side navigation page template.\";s:2:\"id\";s:18:\"side_nav_font_size\";s:7:\"default\";s:4:\"16px\";s:4:\"type\";s:9:\"dimension\";s:7:\"choices\";a:1:{s:5:\"units\";a:2:{i:0;s:2:\"px\";i:1;s:2:\"em\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:20:\"--side_nav_font_size\";s:7:\"element\";s:9:\".side-nav\";}}}s:26:\"featured_image_placeholder\";a:6:{s:5:\"label\";s:18:\"Image Placeholders\";s:11:\"description\";s:175:\"Turn on to display a placeholder image for posts that do not have a featured image. This allows the post to display on portfolio archives and related posts/projects carousels.\";s:2:\"id\";s:26:\"featured_image_placeholder\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:28:\"related_posts_layout_partial\";a:5:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";s:11:\"js_callback\";a:1:{i:0;s:17:\"noPortfolioOnPage\";}}}}s:12:\"excerpt_base\";a:6:{s:5:\"label\";s:24:\"Basis for Excerpt Length\";s:11:\"description\";s:63:\"Controls if the excerpt length is based on words or characters.\";s:2:\"id\";s:12:\"excerpt_base\";s:7:\"default\";s:5:\"words\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:5:\"words\";s:5:\"Words\";s:10:\"characters\";s:10:\"Characters\";}}s:16:\"disable_excerpts\";a:5:{s:5:\"label\";s:32:\"Display Excerpt Read More Symbol\";s:11:\"description\";s:72:\"Turn on to display the read more symbol on excerpts throughout the site.\";s:2:\"id\";s:16:\"disable_excerpts\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:13:\"blog_subtitle\";a:6:{s:5:\"label\";s:24:\"Excerpt Read More Symbol\";s:11:\"description\";s:94:\"Set the excerpt read more symbol, HTML code is allowed. If left empty it will be set to [...].\";s:2:\"id\";s:24:\"excerpt_read_more_symbol\";s:7:\"default\";s:6:\" [...]\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"disable_excerpts\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:14:\"link_read_more\";a:6:{s:5:\"label\";s:44:\"Make Excerpt Symbol Link to Single Post Page\";s:11:\"description\";s:78:\"Turn on to have the read more symbol on excerpts link to the single post page.\";s:2:\"id\";s:14:\"link_read_more\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"disable_excerpts\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:12:\"avatar_shape\";a:7:{s:5:\"label\";s:12:\"Avatar Shape\";s:11:\"description\";s:72:\"Set the shape for Avatars used in comments, author info and other areas.\";s:2:\"id\";s:12:\"avatar_shape\";s:7:\"default\";s:6:\"circle\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:6:\"square\";s:6:\"Square\";s:6:\"circle\";s:6:\"Circle\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:15:\"fusion-avatar-$\";s:12:\"remove_attrs\";a:2:{i:0;s:20:\"fusion-avatar-square\";i:1;s:20:\"fusion-avatar-circle\";}}}}s:14:\"comments_pages\";a:5:{s:5:\"label\";s:17:\"Comments on Pages\";s:11:\"description\";s:43:\"Turn on to allow comments on regular pages.\";s:2:\"id\";s:14:\"comments_pages\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}s:21:\"featured_images_pages\";a:6:{s:5:\"label\";s:24:\"Featured Images on Pages\";s:11:\"description\";s:52:\"Turn on to display featured images on regular pages.\";s:2:\"id\";s:21:\"featured_images_pages\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:29:\"featured_images_pages_partial\";a:4:{s:8:\"selector\";s:30:\".fusion-featured-image-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:23:\"singular_featured_image\";}s:21:\"success_trigger_event\";s:35:\"fusion-reinit-single-post-slideshow\";}}}s:21:\"nofollow_social_links\";a:6:{s:5:\"label\";s:40:\"Add &quot;nofollow&quot; to social links\";s:11:\"description\";s:66:\"Turn on to add &quot;nofollow&quot; attribute to all social links.\";s:2:\"id\";s:21:\"nofollow_social_links\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"social_icons_new\";a:6:{s:5:\"label\";s:33:\"Open Social Icons in a New Window\";s:11:\"description\";s:54:\"Turn on to allow social icons to open in a new window.\";s:2:\"id\";s:16:\"social_icons_new\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"custom_scrollbar\";a:6:{s:5:\"label\";s:16:\"Custom Scrollbar\";s:11:\"description\";s:132:\"Turn on if you want to change the background and handle color of the scrollbar. Styling and support varies depending on the browser.\";s:2:\"id\";s:16:\"custom_scrollbar\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:10:\"awb-scroll\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"scrollbar_background\";a:7:{s:5:\"label\";s:20:\"Scrollbar Background\";s:11:\"description\";s:48:\"Controls the background color for the scrollbar.\";s:2:\"id\";s:20:\"scrollbar_background\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--scrollbar_background\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"custom_scrollbar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:16:\"scrollbar_handle\";a:7:{s:5:\"label\";s:22:\"Scrollbar Handle Color\";s:11:\"description\";s:44:\"Controls the color for the scrollbar handle.\";s:2:\"id\";s:16:\"scrollbar_handle\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:18:\"--scrollbar_handle\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"custom_scrollbar\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}s:8:\"faq_slug\";a:5:{s:5:\"label\";s:8:\"FAQ Slug\";s:11:\"description\";s:195:\"The slug name cannot be the same name as a page name or the layout will break. This option changes the permalink when you use the permalink type as %postname%. Make sure to regenerate permalinks.\";s:2:\"id\";s:8:\"faq_slug\";s:7:\"default\";s:9:\"faq-items\";s:4:\"type\";s:4:\"text\";}s:14:\"faq_with_front\";a:5:{s:5:\"label\";s:32:\"FAQ Include Permalink Front Base\";s:11:\"description\";s:137:\"Turn on to include the front base defined by the permalink structure set in Settings &gt; Permalinks. Make sure to regenerate permalinks.\";s:2:\"id\";s:14:\"faq_with_front\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";}s:13:\"cloning_posts\";a:6:{s:5:\"label\";s:26:\"Enable Cloning Pages/Posts\";s:11:\"description\";s:151:\"Adds a button in posts/pages view under each item to allow an easy and fast way to clone the item. The button is also added to avada custom post types.\";s:2:\"id\";s:13:\"cloning_posts\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"rendering_logic_binding\";a:7:{s:5:\"label\";s:23:\"Rendering Logic Binding\";s:11:\"description\";s:152:\"Choose the operator binding when using conditional rendering with several conditions. This option decides when a new evaluation group should be started.\";s:2:\"id\";s:23:\"rendering_logic_binding\";s:7:\"default\";s:2:\"or\";s:4:\"type\";s:15:\"radio-buttonset\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:2:{s:2:\"or\";s:2:\"OR\";s:9:\"op_change\";s:15:\"Operator Change\";}}}}s:21:\"related_posts_section\";a:5:{s:5:\"label\";s:24:\"Related Posts / Projects\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:21:\"related_posts_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:10:{s:20:\"related_posts_layout\";a:7:{s:5:\"label\";s:31:\"Related Posts / Projects Layout\";s:11:\"description\";s:65:\"Controls the layout style for related posts and related projects.\";s:2:\"id\";s:20:\"related_posts_layout\";s:7:\"default\";s:17:\"title_on_rollover\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:17:\"title_on_rollover\";s:17:\"Title on rollover\";s:17:\"title_below_image\";s:17:\"Title below image\";}s:15:\"partial_refresh\";a:1:{s:28:\"related_posts_layout_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:20:\"number_related_posts\";a:7:{s:5:\"label\";s:34:\"Number of Related Posts / Projects\";s:11:\"description\";s:80:\"Controls the number of related posts and projects that display on a single post.\";s:2:\"id\";s:20:\"number_related_posts\";s:7:\"default\";s:1:\"4\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"30\";s:4:\"step\";s:1:\"1\";}s:15:\"partial_refresh\";a:1:{s:28:\"number_related_posts_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:21:\"related_posts_columns\";a:8:{s:5:\"label\";s:40:\"Related Posts / Projects Maximum Columns\";s:11:\"description\";s:73:\"Controls the number of columns for the related posts and projects layout.\";s:2:\"id\";s:21:\"related_posts_columns\";s:7:\"default\";i:4;s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:1;s:3:\"max\";i:6;s:4:\"step\";i:1;}s:15:\"partial_refresh\";a:1:{s:29:\"related_posts_columns_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:23:\"--related_posts_columns\";}}}s:28:\"related_posts_column_spacing\";a:8:{s:5:\"label\";s:39:\"Related Posts / Projects Column Spacing\";s:11:\"description\";s:82:\"Controls the amount of spacing between columns for the related posts and projects.\";s:2:\"id\";s:28:\"related_posts_column_spacing\";s:7:\"default\";s:2:\"48\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:4:{s:3:\"min\";s:1:\"0\";s:4:\"step\";s:1:\"1\";s:3:\"max\";s:3:\"300\";s:4:\"edit\";s:3:\"yes\";}s:15:\"partial_refresh\";a:1:{s:36:\"related_posts_column_spacing_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:30:\"--related_posts_column_spacing\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:24:\"related_posts_image_size\";a:7:{s:5:\"label\";s:35:\"Related Posts / Projects Image Size\";s:11:\"description\";s:216:\"Controls if the featured image size is fixed (cropped) or auto (full image ratio) for related posts and projects. IMPORTANT: Fixed works best with a standard 940px site width. Auto works best with larger site widths.\";s:2:\"id\";s:24:\"related_posts_image_size\";s:7:\"default\";s:7:\"cropped\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"cropped\";s:5:\"Fixed\";s:4:\"full\";s:4:\"Auto\";}s:15:\"partial_refresh\";a:1:{s:32:\"related_posts_image_size_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:22:\"related_posts_autoplay\";a:6:{s:5:\"label\";s:33:\"Related Posts / Projects Autoplay\";s:11:\"description\";s:59:\"Turn on to autoplay the related posts and project carousel.\";s:2:\"id\";s:22:\"related_posts_autoplay\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:30:\"related_posts_autoplay_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:19:\"related_posts_speed\";a:7:{s:5:\"label\";s:30:\"Related Posts / Projects Speed\";s:11:\"description\";s:78:\"Controls the speed of related posts and project carousel. ex: 1000 = 1 second.\";s:2:\"id\";s:19:\"related_posts_speed\";s:7:\"default\";s:4:\"2500\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:4:\"1000\";s:3:\"max\";s:5:\"20000\";s:4:\"step\";s:3:\"250\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:18:\"fusionCarouselVars\";s:2:\"id\";s:19:\"related_posts_speed\";s:7:\"trigger\";a:1:{i:0;s:5:\"ready\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"related_posts_navigation\";a:6:{s:5:\"label\";s:40:\"Related Posts / Projects Show Navigation\";s:11:\"description\";s:53:\"Turn on to display navigation arrows on the carousel.\";s:2:\"id\";s:24:\"related_posts_navigation\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:32:\"related_posts_navigation_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:19:\"related_posts_swipe\";a:6:{s:5:\"label\";s:37:\"Related Posts / Projects Mouse Scroll\";s:11:\"description\";s:53:\"Turn on to enable mouse drag control on the carousel.\";s:2:\"id\";s:19:\"related_posts_swipe\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:27:\"related_posts_swipe_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}s:25:\"related_posts_swipe_items\";a:7:{s:5:\"label\";s:37:\"Related Posts / Projects Scroll Items\";s:11:\"description\";s:101:\"Controls the number of items that scroll at one time. Set to 0 to scroll the number of visible items.\";s:2:\"id\";s:25:\"related_posts_swipe_items\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"15\";s:4:\"step\";s:1:\"1\";}s:15:\"partial_refresh\";a:1:{s:33:\"related_posts_swipe_items_partial\";a:4:{s:8:\"selector\";s:21:\"section.related-posts\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:22:\"related_posts_template\";}s:21:\"success_trigger_event\";s:36:\"fusion-reinit-related-posts-carousel\";}}}}}s:20:\"rollover_sub_section\";a:5:{s:5:\"label\";s:23:\"Featured Image Rollover\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:20:\"rollover_sub_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:11:{s:14:\"image_rollover\";a:6:{s:5:\"label\";s:14:\"Image Rollover\";s:11:\"description\";s:78:\"Turn on to display the rollover graphic on blog and portfolio featured images.\";s:2:\"id\";s:14:\"image_rollover\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:12:\"full_refresh\";a:1:{s:29:\"image_rollover_layout_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:16:\"isRolloverOnPage\";}}}}s:24:\"image_rollover_direction\";a:8:{s:5:\"label\";s:24:\"Image Rollover Direction\";s:11:\"description\";s:301:\"Controls the direction the rollover starts from.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"image_rollover_direction\";s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:7:{s:4:\"fade\";s:4:\"Fade\";s:4:\"left\";s:4:\"Left\";s:5:\"right\";s:5:\"Right\";s:6:\"bottom\";s:6:\"Bottom\";s:3:\"top\";s:3:\"Top\";s:12:\"center_horiz\";s:17:\"Center Horizontal\";s:15:\"center_vertical\";s:15:\"Center Vertical\";}s:15:\"soft_dependency\";b:1;s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:32:\"avada-image-rollover-direction-$\";s:12:\"remove_attrs\";a:7:{i:0;s:35:\"avada-image-rollover-direction-fade\";i:1;s:35:\"avada-image-rollover-direction-left\";i:2;s:36:\"avada-image-rollover-direction-right\";i:3;s:37:\"avada-image-rollover-direction-bottom\";i:4;s:34:\"avada-image-rollover-direction-top\";i:5;s:43:\"avada-image-rollover-direction-center_horiz\";i:6;s:46:\"avada-image-rollover-direction-center_vertical\";}}}}s:24:\"image_rollover_icon_size\";a:7:{s:5:\"label\";s:29:\"Image Rollover Icon Font Size\";s:11:\"description\";s:40:\"Controls the size of the rollover icons.\";s:2:\"id\";s:24:\"image_rollover_icon_size\";s:7:\"default\";s:4:\"15px\";s:4:\"type\";s:9:\"dimension\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"image_rollover\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:26:\"--image_rollover_icon_size\";}}}s:20:\"image_rollover_icons\";a:8:{s:5:\"label\";s:20:\"Image Rollover Icons\";s:11:\"description\";s:27:\"Choose which icons display.\";s:2:\"id\";s:20:\"image_rollover_icons\";s:7:\"default\";s:8:\"linkzoom\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:8:\"linkzoom\";s:11:\"Link + Zoom\";s:4:\"link\";s:4:\"Link\";s:4:\"zoom\";s:4:\"Zoom\";s:2:\"no\";s:8:\"No Icons\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:14:\"image_rollover\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:12:\"full_refresh\";a:1:{s:28:\"image_rollover_icons_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:16:\"isRolloverOnPage\";}}}}s:20:\"title_image_rollover\";a:7:{s:5:\"label\";s:20:\"Image Rollover Title\";s:11:\"description\";s:309:\"Turn on to display the post title in the image rollover.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:20:\"title_image_rollover\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:12:\"full_refresh\";a:1:{s:28:\"title_image_rollover_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:16:\"isRolloverOnPage\";}}}}s:19:\"cats_image_rollover\";a:7:{s:5:\"label\";s:25:\"Image Rollover Categories\";s:11:\"description\";s:314:\"Turn on to display the post categories in the image rollover.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:19:\"cats_image_rollover\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:12:\"full_refresh\";a:1:{s:27:\"cats_image_rollover_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:16:\"isRolloverOnPage\";}}}}s:26:\"icon_circle_image_rollover\";a:7:{s:5:\"label\";s:26:\"Image Rollover Icon Circle\";s:11:\"description\";s:321:\"Turn on to display the icon background circle in the image rollover.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:26:\"icon_circle_image_rollover\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:15:\"soft_dependency\";b:1;s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:31:\"avada-image-rollover-circle-yes\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:5:\"false\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:30:\"avada-image-rollover-circle-no\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:24:\"image_gradient_top_color\";a:7:{s:5:\"label\";s:33:\"Image Rollover Gradient Top Color\";s:11:\"description\";s:309:\"Controls the top color of the image rollover background.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:24:\"image_gradient_top_color\";s:4:\"type\";s:11:\"color-alpha\";s:7:\"default\";s:97:\"hsla(var(--awb-color4-h),var(--awb-color4-s),var(--awb-color4-l),calc(var(--awb-color4-a) - 20%))\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:26:\"--image_gradient_top_color\";s:7:\"element\";s:21:\".fusion-image-wrapper\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:27:\"image_gradient_bottom_color\";a:7:{s:5:\"label\";s:36:\"Image Rollover Gradient Bottom Color\";s:11:\"description\";s:312:\"Controls the bottom color of the image rollover background.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:27:\"image_gradient_bottom_color\";s:7:\"default\";s:17:\"var(--awb-color4)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:29:\"--image_gradient_bottom_color\";s:7:\"element\";s:16:\".fusion-rollover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"image_rollover_text_color\";a:7:{s:5:\"label\";s:28:\"Image Rollover Element Color\";s:11:\"description\";s:325:\"Controls the color of image rollover text and icon circular backgrounds.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:25:\"image_rollover_text_color\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:27:\"--image_rollover_text_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}s:25:\"image_rollover_icon_color\";a:7:{s:5:\"label\";s:25:\"Image Rollover Icon Color\";s:11:\"description\";s:307:\"Controls the color of the icons in the image rollover.  <span class=\"fusion-hover-description\"><a href=\"https://avada.com/documentation/the-avada-options-network/\" target=\"_blank\" rel=\"noopener noreferrer\">This is a dependent option that always stays visible because other options can utilize it.</a></span>\";s:2:\"id\";s:25:\"image_rollover_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:15:\"soft_dependency\";b:1;s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:27:\"--image_rollover_icon_color\";s:7:\"element\";s:16:\".fusion-rollover\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}}}}s:22:\"pagination_box_section\";a:5:{s:5:\"label\";s:10:\"Pagination\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:22:\"pagination_box_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:10:{s:30:\"pagination_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:222:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> The options on this tab apply to all pagination throughout the site, including the 3rd party plugins that Avada has design integration with.</div>\";s:2:\"id\";s:30:\"pagination_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:17:\"pagination_sizing\";a:7:{s:4:\"type\";s:6:\"select\";s:5:\"label\";s:17:\"Pagination Sizing\";s:11:\"description\";s:63:\"Set on which dimension the pagination box size should be based.\";s:2:\"id\";s:17:\"pagination_sizing\";s:7:\"default\";s:12:\"width_height\";s:7:\"choices\";a:2:{s:12:\"width_height\";s:18:\"Width/Height Based\";s:7:\"padding\";s:13:\"Padding Based\";}s:6:\"output\";a:1:{i:0;a:5:{s:7:\"element\";s:4:\"body\";s:8:\"function\";s:4:\"attr\";s:4:\"attr\";s:5:\"class\";s:13:\"value_pattern\";s:22:\"avada-has-pagination-$\";s:12:\"remove_attrs\";a:2:{i:0;s:28:\"avada-has-pagination-padding\";i:1;s:33:\"avada-has-pagination-width_height\";}}}}s:23:\"pagination_width_height\";a:8:{s:5:\"label\";s:27:\"Pagination Box Width/Height\";s:11:\"description\";s:58:\"Controls the width and height of the displayed page links.\";s:2:\"id\";s:23:\"pagination_width_height\";s:7:\"default\";s:2:\"30\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"5\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"pagination_sizing\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"padding\";}}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--pagination_width_height\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:22:\"pagination_box_padding\";a:8:{s:5:\"label\";s:22:\"Pagination Box Padding\";s:11:\"description\";s:49:\"Controls the padding inside the pagination boxes.\";s:2:\"id\";s:22:\"pagination_box_padding\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:3:\"6px\";s:6:\"height\";s:3:\"2px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:17:\"pagination_sizing\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:7:\"padding\";}}s:8:\"css_vars\";a:2:{i:0;a:2:{s:4:\"name\";s:30:\"--pagination_box_padding-width\";s:6:\"choice\";s:5:\"width\";}i:1;a:2:{s:4:\"name\";s:31:\"--pagination_box_padding-height\";s:6:\"choice\";s:6:\"height\";}}}s:23:\"pagination_border_width\";a:7:{s:5:\"label\";s:23:\"Pagination Border Width\";s:11:\"description\";s:54:\"Controls the border width of the displayed page links.\";s:2:\"id\";s:23:\"pagination_border_width\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"25\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:25:\"--pagination_border_width\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:24:\"pagination_border_radius\";a:7:{s:5:\"label\";s:24:\"Pagination Border Radius\";s:11:\"description\";s:125:\"Controls the border radius of the displayed page links. Values of half the overall width or higher will yield circular links.\";s:2:\"id\";s:24:\"pagination_border_radius\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"--pagination_border_radius\";s:13:\"value_pattern\";s:3:\"$px\";}}}s:23:\"pagination_text_display\";a:6:{s:5:\"label\";s:23:\"Pagination Text Display\";s:11:\"description\";s:54:\"Turn on to display the &quot;Previous/Next&quot; text.\";s:2:\"id\";s:23:\"pagination_text_display\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"fusion-show-pagination-text\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"pagination_font_size\";a:6:{s:5:\"label\";s:20:\"Pagination Font Size\";s:11:\"description\";s:41:\"Controls the size of the pagination text.\";s:2:\"id\";s:20:\"pagination_font_size\";s:7:\"default\";s:4:\"13px\";s:4:\"type\";s:9:\"dimension\";s:8:\"css_vars\";a:1:{i:0;a:1:{s:4:\"name\";s:22:\"--pagination_font_size\";}}}s:16:\"pagination_range\";a:7:{s:5:\"label\";s:16:\"Pagination Range\";s:11:\"description\";s:75:\"Controls the number of page links displayed left and right of current page.\";s:2:\"id\";s:16:\"pagination_range\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"10\";s:4:\"step\";s:1:\"1\";}s:12:\"full_refresh\";a:1:{s:28:\"related_posts_layout_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:18:\"isPaginationOnPage\";}}}}s:26:\"pagination_start_end_range\";a:7:{s:5:\"label\";s:28:\"Pagination Start / End Range\";s:11:\"description\";s:86:\"Controls the number of page links displayed at the start and at the end of pagination.\";s:2:\"id\";s:26:\"pagination_start_end_range\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"10\";s:4:\"step\";s:1:\"1\";}s:12:\"full_refresh\";a:1:{s:34:\"pagination_start_end_range_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:18:\"isPaginationOnPage\";}}}}}}s:15:\"gridbox_section\";a:5:{s:5:\"label\";s:14:\"Grid / Masonry\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:15:\"gridbox_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:9:{s:35:\"gridbox_styling_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:302:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> These are Grid Box Styling global options that apply to grid boxes throughout the site; blog grid and timeline, portfolio boxed layout and WooCommerce boxes. Blog / Portfolio elements also have options to override these.</div>\";s:2:\"id\";s:35:\"gridbox_styling_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:17:\"timeline_bg_color\";a:6:{s:5:\"label\";s:14:\"Grid Box Color\";s:11:\"description\";s:49:\"Controls the background color for the grid boxes.\";s:2:\"id\";s:17:\"timeline_bg_color\";s:7:\"default\";s:19:\"rgba(255,255,255,0)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:3:{i:0;a:2:{s:4:\"name\";s:19:\"--timeline_bg_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}i:1;a:2:{s:4:\"name\";s:36:\"--timeline_bg_color-20px-transparent\";s:8:\"callback\";a:2:{i:0;s:28:\"return_string_if_transparent\";i:1;a:2:{s:11:\"transparent\";s:0:\"\";s:6:\"opaque\";s:4:\"20px\";}}}i:2;a:2:{s:4:\"name\";s:35:\"--timeline_bg_color-not-transparent\";s:8:\"callback\";a:2:{i:0;s:25:\"get_non_transparent_color\";i:1;s:0:\"\";}}}}s:14:\"timeline_color\";a:7:{s:5:\"label\";s:18:\"Grid Element Color\";s:11:\"description\";s:83:\"Controls the color of borders/date box/timeline dots and arrows for the grid boxes.\";s:2:\"id\";s:14:\"timeline_color\";s:7:\"default\";s:17:\"var(--awb-color2)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:16:\"--timeline_color\";s:11:\"js_callback\";a:1:{i:0;s:21:\"timeLineColorCallback\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"full-transparent\";}s:7:\"element\";s:4:\"html\";s:9:\"className\";s:36:\"avada-has-transparent-timeline_color\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:25:\"grid_separator_style_type\";a:7:{s:5:\"label\";s:20:\"Grid Separator Style\";s:11:\"description\";s:229:\"Controls the line style of grid separators. <strong>NOTE:</strong> For blog and portfolio grids at least one meta data field must be enabled and excerpt or full content must be shown in order that the separator will be displayed.\";s:2:\"id\";s:25:\"grid_separator_style_type\";s:7:\"default\";s:12:\"double|solid\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:8:{s:4:\"none\";s:8:\"No Style\";s:12:\"single|solid\";s:19:\"Single Border Solid\";s:12:\"double|solid\";s:19:\"Double Border Solid\";s:13:\"single|dashed\";s:20:\"Single Border Dashed\";s:13:\"double|dashed\";s:20:\"Double Border Dashed\";s:13:\"single|dotted\";s:20:\"Single Border Dotted\";s:13:\"double|dotted\";s:20:\"Double Border Dotted\";s:6:\"shadow\";s:6:\"Shadow\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:1:{i:0;s:14:\"updateGridSeps\";}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"grid_separator_color\";a:7:{s:5:\"label\";s:20:\"Grid Separator Color\";s:11:\"description\";s:49:\"Controls the line style color of grid separators.\";s:2:\"id\";s:20:\"grid_separator_color\";s:7:\"default\";s:17:\"var(--awb-color3)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:2:{s:4:\"name\";s:22:\"--grid_separator_color\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:16:\"full-transparent\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:36:\"avada-has-transparent-grid-sep-color\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:20:\"grid_masonry_heading\";a:4:{s:5:\"label\";s:15:\"Masonry Options\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:20:\"grid_masonry_heading\";s:4:\"type\";s:4:\"info\";}s:35:\"gridbox_masonry_important_note_info\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:285:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> These are Masonry global options that apply to the Blog / Portfolio / Gallery elements in addition to Blog and Portfolio archives. Blog / Portfolio / Gallery elements also have options to override these.</div>\";s:2:\"id\";s:35:\"gridbox_masonry_important_note_info\";s:4:\"type\";s:6:\"custom\";}s:18:\"masonry_grid_ratio\";a:7:{s:5:\"label\";s:26:\"Masonry Image Aspect Ratio\";s:11:\"description\";s:286:\"Set the ratio to decide when an image should become landscape (ratio being width : height) and portrait (ratio being height : width). <strong>IMPORTANT:</strong> The value of \"1.0\" represents a special case, which will use the auto calculated ratios like in versions prior to Avada 5.5.\";s:2:\"id\";s:18:\"masonry_grid_ratio\";s:7:\"default\";s:3:\"1.5\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";d:1;s:3:\"max\";d:4;s:4:\"step\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"full_refresh\";a:1:{s:26:\"masonry_grid_ratio_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:15:\"isMasonryOnPage\";}}}}s:20:\"masonry_width_double\";a:7:{s:5:\"label\";s:17:\"Masonry 2x2 Width\";s:11:\"description\";s:381:\"This option decides when a square 1x1 image should become 2x2. This will not apply to images that highly favor landscape or portrait layouts. <strong>IMPORTANT:</strong> There is a “Masonry Image Layout” setting for every image in the WP media library that allows you to manually set how an image will appear (1x1, landscape, portrait or 2x2), regardless of the original ratio.\";s:2:\"id\";s:20:\"masonry_width_double\";s:7:\"default\";s:4:\"2000\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";i:200;s:3:\"max\";i:5120;s:4:\"step\";i:1;}s:12:\"full_refresh\";a:1:{s:28:\"masonry_width_double_partial\";a:1:{s:11:\"js_callback\";a:1:{i:0;s:15:\"isMasonryOnPage\";}}}}}}s:13:\"totop_section\";a:5:{s:5:\"label\";s:5:\"ToTop\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:13:\"totop_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:10:{s:12:\"status_totop\";a:7:{s:5:\"label\";s:12:\"ToTop Script\";s:11:\"description\";s:81:\"Turn on to enable the ToTop script which adds the scrolling to top functionality.\";s:2:\"id\";s:12:\"status_totop\";s:7:\"default\";s:7:\"desktop\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:18:\"desktop_and_mobile\";s:20:\"Desktop &amp; Mobile\";s:7:\"desktop\";s:7:\"Desktop\";s:6:\"mobile\";s:6:\"Mobile\";s:3:\"off\";s:3:\"Off\";}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:7:\"desktop\";i:1;s:16:\"does-not-contain\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:16:\"no-desktop-totop\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:14:\"avadaToTopVars\";s:2:\"id\";s:12:\"status_totop\";s:7:\"trigger\";a:1:{i:0;s:6:\"scroll\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:14:\"totop_position\";a:8:{s:5:\"label\";s:21:\"ToTop Button Position\";s:11:\"description\";s:97:\"Controls the position of the ToTop button. On mobiles also non-floating layouts will be floating.\";s:2:\"id\";s:14:\"totop_position\";s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:4:\"left\";s:4:\"Left\";s:13:\"left_floating\";s:13:\"Left Floating\";s:5:\"right\";s:5:\"Right\";s:14:\"right_floating\";s:14:\"Right Floating\";}s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:14:\"avadaToTopVars\";s:2:\"id\";s:14:\"totop_position\";s:7:\"trigger\";a:1:{i:0;s:18:\"updateToTopPostion\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:21:\"totop_position_offset\";a:8:{s:5:\"label\";s:25:\"Bottom &amp; Side Spacing\";s:11:\"description\";s:181:\"Controls the distance between the ToTop button and the viewport edges. Side spacing follows the selected side (left or right), while bottom spacing applies only to floating layouts.\";s:2:\"id\";s:21:\"totop_position_offset\";s:5:\"units\";b:0;s:7:\"default\";a:2:{s:5:\"width\";s:4:\"75px\";s:6:\"height\";s:4:\"30px\";}s:4:\"type\";s:10:\"dimensions\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:20:\"--totop_spacing_side\";s:7:\"element\";s:6:\"#toTop\";s:6:\"choice\";s:5:\"width\";}i:1;a:3:{s:4:\"name\";s:22:\"--totop_spacing_bottom\";s:7:\"element\";s:6:\"#toTop\";s:6:\"choice\";s:6:\"height\";}}}s:19:\"totop_border_radius\";a:8:{s:5:\"label\";s:19:\"ToTop Border Radius\";s:11:\"description\";s:128:\"Controls the border radius of the ToTop button. For non-floating layouts the border radius will only apply to the upper corners.\";s:2:\"id\";s:19:\"totop_border_radius\";s:7:\"default\";s:1:\"6\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:2:\"50\";s:4:\"step\";s:1:\"1\";}s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:21:\"--totop_border_radius\";s:7:\"element\";s:6:\"#toTop\";s:13:\"value_pattern\";s:3:\"$px\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:16:\"totop_background\";a:7:{s:5:\"label\";s:16:\"ToTop Background\";s:11:\"description\";s:50:\"Controls the background color of the ToTop button.\";s:2:\"id\";s:16:\"totop_background\";s:7:\"default\";s:17:\"var(--awb-color8)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--totop_background\";s:7:\"element\";s:6:\"#toTop\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:22:\"totop_background_hover\";a:7:{s:5:\"label\";s:28:\"ToTop Background Hover Color\";s:11:\"description\";s:56:\"Controls the background hover color of the ToTop button.\";s:2:\"id\";s:22:\"totop_background_hover\";s:7:\"default\";s:17:\"var(--awb-color5)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:24:\"--totop_background_hover\";s:7:\"element\";s:6:\"#toTop\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:16:\"totop_icon_color\";a:7:{s:5:\"label\";s:16:\"ToTop Icon Color\";s:11:\"description\";s:50:\"Controls the icon color color of the ToTop button.\";s:2:\"id\";s:16:\"totop_icon_color\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--totop_icon_color\";s:7:\"element\";s:6:\"#toTop\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:16:\"totop_icon_hover\";a:7:{s:5:\"label\";s:22:\"ToTop Icon Hover Color\";s:11:\"description\";s:50:\"Controls the icon hover color of the ToTop button.\";s:2:\"id\";s:16:\"totop_icon_hover\";s:7:\"default\";s:17:\"var(--awb-color1)\";s:4:\"type\";s:11:\"color-alpha\";s:8:\"css_vars\";a:1:{i:0;a:3:{s:4:\"name\";s:18:\"--totop_icon_hover\";s:7:\"element\";s:6:\"#toTop\";s:8:\"callback\";a:1:{i:0;s:14:\"sanitize_color\";}}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}s:21:\"totop_scroll_progress\";a:7:{s:5:\"label\";s:26:\"ToTop Show Scroll Progress\";s:11:\"description\";s:65:\"Turn on to show the page scroll progress within the ToTop Button.\";s:2:\"id\";s:21:\"totop_scroll_progress\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:17:\".to-top-container\";s:9:\"className\";s:26:\"awb-to-top-scroll-progress\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"required\";a:3:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}i:1;a:3:{s:7:\"setting\";s:14:\"totop_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"left\";}i:2;a:3:{s:7:\"setting\";s:14:\"totop_position\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:5:\"right\";}}}s:22:\"totop_scroll_down_only\";a:7:{s:5:\"label\";s:30:\"ToTop Show on Scroll Down Only\";s:11:\"description\";s:108:\"Turn on to show the ToTop button on scroll down only. Otherwise it will always show if the page is scrolled.\";s:2:\"id\";s:22:\"totop_scroll_down_only\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:6:\"bottom\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:4:{s:6:\"choice\";s:3:\"top\";s:9:\"globalVar\";s:14:\"avadaToTopVars\";s:2:\"id\";s:22:\"totop_scroll_down_only\";s:7:\"trigger\";a:1:{i:0;s:5:\"ready\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:12:\"status_totop\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:3:\"off\";}}}}}s:24:\"post_views_count_section\";a:5:{s:5:\"label\";s:28:\"Post Views / Visits Counting\";s:11:\"description\";s:0:\"\";s:2:\"id\";s:24:\"post_views_count_section\";s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:8:{s:10:\"post_views\";a:7:{s:5:\"label\";s:18:\"Post Views Counter\";s:11:\"description\";s:214:\"Set the method to update the post views, or disable them entirely. &quot;Page Load&quot; option will update using PHP when a page is retrieved. &quot;Ajax&quot; will send an additional request after the page loads.\";s:2:\"id\";s:10:\"post_views\";s:7:\"default\";s:9:\"page_load\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:9:\"page_load\";s:9:\"Page Load\";s:4:\"ajax\";s:4:\"Ajax\";s:8:\"disabled\";s:8:\"Disabled\";}}s:19:\"post_views_counting\";a:7:{s:5:\"label\";s:29:\"Post Views User Type Counting\";s:11:\"description\";s:62:\"Select which types of users will increase post views on visit.\";s:2:\"id\";s:19:\"post_views_counting\";s:7:\"default\";s:3:\"all\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:3:\"all\";s:3:\"All\";s:10:\"logged_out\";s:10:\"Logged Out\";s:10:\"non_admins\";s:10:\"Non-Admins\";}}s:27:\"current_post_visitors_count\";a:7:{s:5:\"label\";s:28:\"Current Post Visitor Counter\";s:11:\"description\";s:232:\"Set how the current post visiotr counter should get updated, or disable the counter. &quot;Page Load&quot; option will update using PHP when a page is retrieved. &quot;Ajax&quot; will send an additional request after the page loads.\";s:2:\"id\";s:27:\"current_post_visitors_count\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:9:\"transport\";s:11:\"postMessage\";s:7:\"choices\";a:3:{s:9:\"page_load\";s:9:\"Page Load\";s:4:\"ajax\";s:4:\"Ajax\";s:8:\"disabled\";s:8:\"Disabled\";}}s:32:\"current_post_visitors_count_mode\";a:8:{s:5:\"label\";s:33:\"Current Post Visitor Counter Mode\";s:11:\"description\";s:131:\"Set the post visitors counter mode. &quot;Real&quot; will count the real visitors by IP, &quot;Fuzzy&quot; will use random numbers.\";s:2:\"id\";s:32:\"current_post_visitors_count_mode\";s:7:\"default\";s:4:\"real\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:4:\"real\";s:4:\"Real\";s:5:\"fuzzy\";s:5:\"Fuzzy\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}}}s:37:\"current_post_visitors_count_real_hash\";a:7:{s:5:\"label\";s:13:\"Anonymize IPs\";s:11:\"description\";s:75:\"When enabled, visitor IP addresses are converted into anonymous hashed IDs.\";s:2:\"id\";s:37:\"current_post_visitors_count_real_hash\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}i:1;a:3:{s:7:\"setting\";s:32:\"current_post_visitors_count_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"real\";}}}s:40:\"current_post_visitors_count_fuzzy_values\";a:8:{s:5:\"label\";s:41:\"Current Post Visitor Counter Fuzzy Values\";s:11:\"description\";s:74:\"Set the maximum and the minimum values for the fuzzy post visitor counter.\";s:2:\"id\";s:40:\"current_post_visitors_count_fuzzy_values\";s:7:\"choices\";a:2:{s:3:\"top\";b:1;s:6:\"bottom\";b:1;}s:7:\"default\";a:2:{s:3:\"top\";s:2:\"25\";s:6:\"bottom\";s:2:\"10\";}s:4:\"type\";s:7:\"spacing\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}i:1;a:3:{s:7:\"setting\";s:32:\"current_post_visitors_count_mode\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:5:\"fuzzy\";}}}s:32:\"current_post_visitors_count_live\";a:7:{s:5:\"label\";s:33:\"Current Post Visitor Live Counter\";s:11:\"description\";s:75:\"Turn on to update the counter while users are on the post in set intervals.\";s:2:\"id\";s:32:\"current_post_visitors_count_live\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}}}s:41:\"current_post_visitors_count_live_interval\";a:8:{s:5:\"label\";s:49:\"Current Post Visitor Live Counter Update Interval\";s:11:\"description\";s:88:\"Set the interval length between two consecutive AJAX updates of the counter. In seconds.\";s:2:\"id\";s:41:\"current_post_visitors_count_live_interval\";s:7:\"default\";s:2:\"60\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"15\";s:3:\"max\";s:3:\"300\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:27:\"current_post_visitors_count\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:8:\"disabled\";}i:1;a:3:{s:7:\"setting\";s:32:\"current_post_visitors_count_live\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}}}}}}s:8:\"advanced\";a:7:{s:5:\"label\";s:8:\"Advanced\";s:2:\"id\";s:16:\"heading_advanced\";s:8:\"is_panel\";b:1;s:8:\"priority\";i:25;s:4:\"icon\";s:14:\"el-icon-puzzle\";s:8:\"alt_icon\";s:17:\"fusiona-dashboard\";s:6:\"fields\";a:3:{s:22:\"theme_features_section\";a:5:{s:5:\"label\";s:8:\"Features\";s:2:\"id\";s:22:\"theme_features_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:25:{s:23:\"enable_language_updates\";a:6:{s:5:\"label\";s:23:\"Enable Language Updates\";s:11:\"description\";s:165:\"If your site is using a language other than English, enabling this option will allow you to get updated language files for your locale as soon as they are available.\";s:2:\"id\";s:23:\"enable_language_updates\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:19:\"dependencies_status\";a:6:{s:5:\"label\";s:40:\"Avada&#039;s Option Network Dependencies\";s:11:\"description\";s:381:\"Avada&#039;s Option Network consists of Global Options, Page Options and Builder Options and each of them have dependent options ON by default. This means the only options you see are the only ones currently available for your selection. However, if you wish to disable this feature, simply turn this option off, and all dependencies will be disabled (requires save &amp; refresh).\";s:2:\"id\";s:19:\"dependencies_status\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:27:\"disable_code_block_encoding\";a:6:{s:5:\"label\";s:19:\"Code Block Encoding\";s:11:\"description\";s:92:\"Turn on to enable encoding in the Avada Builder code block and syntax highlighting elements.\";s:2:\"id\";s:27:\"disable_code_block_encoding\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"disable_megamenu\";a:6:{s:5:\"label\";s:16:\"Legacy Mega Menu\";s:11:\"description\";s:48:\"Turn on to enable Avada&#039;s legacy mega menu.\";s:2:\"id\";s:16:\"disable_megamenu\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:15:\"partial_refresh\";a:1:{s:31:\"theme_features_disable_megamenu\";a:4:{s:8:\"selector\";s:22:\".fusion-header-wrapper\";s:19:\"container_inclusive\";b:1;s:15:\"render_callback\";a:2:{i:0;s:31:\"Avada_Partial_Refresh_Callbacks\";i:1;s:6:\"header\";}s:21:\"success_trigger_event\";s:15:\"header-rendered\";}}}s:19:\"status_widget_areas\";a:6:{s:5:\"label\";s:19:\"Legacy Widget Areas\";s:11:\"description\";s:55:\"Turn on to enable the legacy widget areas of WordPress.\";s:2:\"id\";s:19:\"status_widget_areas\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:19:\"status_avada_studio\";a:6:{s:5:\"label\";s:12:\"Avada Studio\";s:11:\"description\";s:31:\"Turn on to enable Avada studio.\";s:2:\"id\";s:19:\"status_avada_studio\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"avada_rev_styles\";a:7:{s:5:\"label\";s:34:\"Avada Styles For Slider Revolution\";s:11:\"description\";s:80:\"Turn on to enable the Avada styles and use the default Slider Revolution styles.\";s:2:\"id\";s:16:\"avada_rev_styles\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"css_vars\";a:2:{i:0;a:3:{s:4:\"name\";s:28:\"--avada-rev-image-shadow-top\";s:13:\"value_pattern\";s:86:\"url(\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/shadow-top.png\")\";s:7:\"element\";s:12:\".shadow-left\";}i:1;a:3:{s:4:\"name\";s:31:\"--avada-rev-image-shadow-bottom\";s:13:\"value_pattern\";s:89:\"url(\"https://drkarimbennani.com/wp-content/themes/Avada/assets/images/shadow-bottom.png\")\";s:7:\"element\";s:13:\".shadow-right\";}}s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:27:\"avada-has-rev-slider-styles\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:12:\"avadaRevVars\";s:2:\"id\";s:16:\"avada_rev_styles\";s:7:\"trigger\";a:2:{i:0;s:15:\"DestoryRevStyle\";i:1;s:12:\"AddRevStyles\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:22:\"avada_styles_dropdowns\";a:6:{s:5:\"label\";s:21:\"Avada Dropdown Styles\";s:11:\"description\";s:154:\"Turn on to enable the Avada styles for dropdown/select fields site wide. This should be done if you experience any issues with 3rd party plugin dropdowns.\";s:2:\"id\";s:22:\"avada_styles_dropdowns\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:2:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:21:\"avada-dropdown-styles\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:15:\"avadaSelectVars\";s:2:\"id\";s:15:\"avada_drop_down\";s:7:\"trigger\";a:2:{i:0;s:18:\"DestoryAvadaSelect\";i:1;s:14:\"AddAvadaSelect\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:27:\"disable_mobile_image_hovers\";a:6:{s:5:\"label\";s:37:\"CSS Image Hover Animations on Mobiles\";s:11:\"description\";s:56:\"Turn on to enable CSS image hover animations on mobiles.\";s:2:\"id\";s:27:\"disable_mobile_image_hovers\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"avadaMobileImageVars\";s:2:\"id\";s:27:\"disable_mobile_image_hovers\";s:7:\"trigger\";a:1:{i:0;s:32:\"fusionDeactivateMobileImagHovers\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:9:\"status_yt\";a:7:{s:5:\"label\";s:19:\"YouTube API Scripts\";s:11:\"description\";s:38:\"Turn on to enable YouTube API scripts.\";s:2:\"id\";s:9:\"status_yt\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";s:6:\"output\";a:4:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:17:\"fusionVideoBgVars\";s:2:\"id\";s:9:\"status_yt\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:22:\"fusionVideoGeneralVars\";s:2:\"id\";s:9:\"status_yt\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionFlexSliderVars\";s:2:\"id\";s:9:\"status_yt\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:3;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:14:\"fusionBlogVars\";s:2:\"id\";s:9:\"status_yt\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:12:\"status_vimeo\";a:7:{s:5:\"label\";s:17:\"Vimeo API Scripts\";s:11:\"description\";s:36:\"Turn on to enable Vimeo API scripts.\";s:2:\"id\";s:12:\"status_vimeo\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";s:6:\"output\";a:3:{i:0;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:17:\"fusionVideoBgVars\";s:2:\"id\";s:12:\"status_vimeo\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:1;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:22:\"fusionVideoGeneralVars\";s:2:\"id\";s:12:\"status_vimeo\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}i:2;a:3:{s:7:\"element\";s:13:\"helperElement\";s:11:\"js_callback\";a:2:{i:0;s:21:\"fusionGlobalScriptSet\";i:1;a:3:{s:9:\"globalVar\";s:20:\"fusionFlexSliderVars\";s:2:\"id\";s:12:\"status_vimeo\";s:7:\"trigger\";a:1:{i:0;s:4:\"load\";}}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:11:\"status_gmap\";a:6:{s:5:\"label\";s:18:\"Google Map Scripts\";s:11:\"description\";s:29:\"Turn on to enable google map.\";s:2:\"id\";s:11:\"status_gmap\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:18:\"status_fontawesome\";a:8:{s:5:\"label\";s:12:\"Font Awesome\";s:11:\"description\";s:128:\"Choose which Font Awesome icon subsets you want to load. Note that Light subset can only be used if Font Awesome Pro is enabled.\";s:2:\"id\";s:18:\"status_fontawesome\";s:7:\"default\";a:3:{i:0;s:3:\"fab\";i:1;s:3:\"far\";i:2;s:3:\"fas\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:4:{s:3:\"fab\";s:6:\"Brands\";s:3:\"far\";s:7:\"Regular\";s:3:\"fas\";s:5:\"Solid\";s:3:\"fal\";s:5:\"Light\";}s:9:\"transport\";s:11:\"postMessage\";}s:28:\"fontawesome_v4_compatibility\";a:6:{s:5:\"label\";s:29:\"Font Awesome v4 Compatibility\";s:11:\"description\";s:62:\"Turn on to enable support for Font Awesome 4 icon code format.\";s:2:\"id\";s:28:\"fontawesome_v4_compatibility\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:22:\"status_fontawesome_pro\";a:6:{s:5:\"label\";s:16:\"Font Awesome Pro\";s:11:\"description\";s:260:\"Font Awesome Pro <a href=\"https://fontawesome.com/buy/standard\" target=\"_blank\" rel=\"noopener noreferrer\">license</a> is required and you need to <a href=\"https://fontawesome.com/account/cdn\" target=\"_blank\" rel=\"noopener noreferrer\">whitelist</a> your domain.\";s:2:\"id\";s:22:\"status_fontawesome_pro\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:14:\"status_outline\";a:6:{s:5:\"label\";s:12:\"CSS Outlines\";s:11:\"description\";s:86:\"Turn on to enable browser specific CSS element outlines used to improve accessibility.\";s:2:\"id\";s:14:\"status_outline\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:6:\"output\";a:1:{i:0;a:4:{s:7:\"element\";s:13:\"helperElement\";s:8:\"property\";s:5:\"dummy\";s:8:\"callback\";a:2:{i:0;s:12:\"toggle_class\";i:1;a:3:{s:9:\"condition\";a:2:{i:0;s:0:\"\";i:1;s:4:\"true\";}s:7:\"element\";s:4:\"body\";s:9:\"className\";s:22:\"fusion-disable-outline\";}}s:17:\"sanitize_callback\";s:21:\"__return_empty_string\";}}}s:19:\"meta_tags_separator\";a:5:{s:5:\"label\";s:19:\"Meta Tags Separator\";s:11:\"description\";s:118:\"Set a separator character that can be used in the Avada Page Options SEO tab for post title and description meta tags.\";s:2:\"id\";s:19:\"meta_tags_separator\";s:7:\"default\";s:1:\"-\";s:4:\"type\";s:4:\"text\";}s:16:\"status_opengraph\";a:6:{s:5:\"label\";s:36:\"Description And Open Graph Meta Tags\";s:11:\"description\";s:352:\"Turn on to enable custom description meta tag and open graph meta tags. These are used for SEO and when sharing pages on social networks like Facebook. <strong>IMPORTANT:</strong> Some SEO plugins, like Yoast SEO or RankMath, add their own implementation of this, so either disable the option in the plugin, or disable it here, to avoid duplicate tags.\";s:2:\"id\";s:16:\"status_opengraph\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:31:\"disable_date_rich_snippet_pages\";a:6:{s:5:\"label\";s:13:\"Rich Snippets\";s:11:\"description\";s:172:\"Turn on to enable rich snippets data site wide. If set to &quot;On&quot;, you can also control individual items below. If set to &quot;Off&quot; all items will be disabled.\";s:2:\"id\";s:31:\"disable_date_rich_snippet_pages\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:26:\"disable_rich_snippet_title\";a:7:{s:5:\"label\";s:19:\"Rich Snippets Title\";s:11:\"description\";s:52:\"Turn on to enable title rich snippet data site wide.\";s:2:\"id\";s:26:\"disable_rich_snippet_title\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"disable_date_rich_snippet_pages\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:27:\"disable_rich_snippet_author\";a:7:{s:5:\"label\";s:25:\"Rich Snippets Author Info\";s:11:\"description\";s:53:\"Turn on to enable author rich snippet data site wide.\";s:2:\"id\";s:27:\"disable_rich_snippet_author\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"disable_date_rich_snippet_pages\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:25:\"disable_rich_snippet_date\";a:7:{s:5:\"label\";s:30:\"Rich Snippets Last Update Date\";s:11:\"description\";s:57:\"Turn on to enable udate date rich snippet data site wide.\";s:2:\"id\";s:25:\"disable_rich_snippet_date\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"disable_date_rich_snippet_pages\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:24:\"disable_rich_snippet_faq\";a:7:{s:5:\"label\";s:17:\"Rich Snippets FAQ\";s:11:\"description\";s:54:\"Turn on to enable the FAQ rich snippet data site wide.\";s:2:\"id\";s:24:\"disable_rich_snippet_faq\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:31:\"disable_date_rich_snippet_pages\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:34:\"enable_block_editor_backend_styles\";a:6:{s:5:\"label\";s:37:\"Enable WP Block Editor Backend Styles\";s:11:\"description\";s:77:\"Turn on to enable Avada&#039;s backend style support for the WP block editor.\";s:2:\"id\";s:34:\"enable_block_editor_backend_styles\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:17:\"load_block_styles\";a:7:{s:5:\"label\";s:26:\"Load Frontend Block Styles\";s:11:\"description\";s:126:\"Select &quot;Auto&quot; to automatically detect if there are blocks present in your page, and load block-styles in the footer.\";s:2:\"id\";s:17:\"load_block_styles\";s:7:\"default\";s:2:\"on\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:4:\"auto\";s:4:\"Auto\";s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}s:9:\"transport\";s:7:\"refresh\";}}}s:26:\"tracking_head_body_section\";a:5:{s:5:\"label\";s:28:\"Code Fields (Tracking, etc.)\";s:2:\"id\";s:26:\"tracking_head_body_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:4:{s:20:\"custom_code_snippets\";a:9:{s:5:\"label\";s:43:\"Custom Code Snippets (Tracking / Analytics)\";s:11:\"description\";s:577:\"Add custom code snippets (e.g. tracking pixels, analytics scripts) and control when they load and whether they require user consent. Each snippet can be assigned a consent category so it appears as a consent checkbox in the corresponding Consent Category content. Note: for consent-gated snippets to be blocked until the visitor agrees, the Privacy Consent Tools option (Privacy & Consent tab) must be enabled. You can leave the Code field empty to list a cookie for disclosure only, without injecting any script — useful for third-party services you cannot control directly.\";s:2:\"id\";s:20:\"custom_code_snippets\";s:7:\"default\";a:0:{}s:4:\"type\";s:8:\"repeater\";s:10:\"bind_title\";s:5:\"label\";s:5:\"limit\";i:50;s:9:\"transport\";s:11:\"postMessage\";s:6:\"fields\";a:8:{s:5:\"label\";a:5:{s:5:\"label\";s:5:\"Label\";s:11:\"description\";s:134:\"A display name for this snippet (e.g. &quot;Facebook Pixel&quot;). Used as the consent checkbox label in the Consent Category content.\";s:2:\"id\";s:5:\"label\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:4:\"code\";a:6:{s:5:\"label\";s:4:\"Code\";s:11:\"description\";s:57:\"Paste your script here including the &lt;script&gt; tags.\";s:2:\"id\";s:4:\"code\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:300;s:5:\"theme\";s:6:\"chrome\";}}s:8:\"category\";a:6:{s:5:\"label\";s:16:\"Consent Category\";s:11:\"description\";s:373:\"Assign this snippet to a consent category. &quot;Necessary&quot; snippets always load and show as a locked checkbox. Other categories require consent and appear as a checkbox in the matching Consent Category content. Choose &quot;Do Not Add To A Group&quot; to load the snippet without listing it — useful for consent-aware scripts that handle consent signals themselves.\";s:2:\"id\";s:8:\"category\";s:7:\"default\";s:8:\"tracking\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:5:{s:8:\"no_group\";s:21:\"Do Not Add To A Group\";s:9:\"necessary\";s:17:\"Necessary Cookies\";s:6:\"embeds\";s:39:\"Functional Cookies (Third Party Embeds)\";s:10:\"statistics\";s:30:\"Statistics Cookies (Analytics)\";s:8:\"tracking\";s:47:\"Marketing Cookies (Advertising &amp; Targeting)\";}}s:9:\"placement\";a:6:{s:5:\"label\";s:9:\"Placement\";s:11:\"description\";s:48:\"Where should this snippet be output in the page.\";s:2:\"id\";s:9:\"placement\";s:7:\"default\";s:4:\"head\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:4:\"head\";s:20:\"Before &lt;/head&gt;\";s:9:\"body_open\";s:18:\"After &lt;body&gt;\";s:10:\"body_close\";s:20:\"Before &lt;/body&gt;\";}}s:8:\"lifespan\";a:5:{s:5:\"label\";s:15:\"Cookie Lifespan\";s:11:\"description\";s:205:\"Optional. Describe how long the cookies set by this service persist (e.g. &quot;1 year&quot;, &quot;Session&quot;, &quot;180 days&quot;). Shown next to the consent checkbox in the Consent Category content.\";s:2:\"id\";s:8:\"lifespan\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:19:\"snippet_description\";a:5:{s:5:\"label\";s:11:\"Description\";s:11:\"description\";s:189:\"Optional. Shown below the consent checkbox in the Consent Category content. Use it to explain what this snippet does (e.g. &quot;Used to track conversions and show personalised ads.&quot;).\";s:2:\"id\";s:19:\"snippet_description\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}s:10:\"block_type\";a:6:{s:5:\"label\";s:16:\"Loading Behavior\";s:11:\"description\";s:260:\"&quot;Block until consent&quot; completely prevents the script from loading until the user agrees. &quot;Consent-aware&quot; always loads the script but passes the current consent state to it — only use this for scripts that natively support consent signals.\";s:2:\"id\";s:10:\"block_type\";s:7:\"default\";s:10:\"hard_block\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:10:\"hard_block\";s:19:\"Block until consent\";s:10:\"soft_block\";s:28:\"Consent-aware (always loads)\";}}s:10:\"prechecked\";a:5:{s:5:\"label\";s:11:\"Pre-checked\";s:11:\"description\";s:111:\"If enabled, the consent checkbox for this snippet will be checked by default before the visitor makes a choice.\";s:2:\"id\";s:10:\"prechecked\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";}}}s:10:\"space_head\";a:7:{s:5:\"label\";s:26:\"Space before &lt;/head&gt;\";s:11:\"description\";s:226:\"Only accepts JavaScript code wrapped with &lt;script&gt; tags and HTML markup that is valid inside the &lt;head&gt; tag. Code snippets for tracking purposes should be added to the above &quot;Custom Code Snippets&quot; option.\";s:2:\"id\";s:10:\"space_head\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:350;s:5:\"theme\";s:6:\"chrome\";}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"space_body_open\";a:7:{s:5:\"label\";s:24:\"Space after &lt;body&gt;\";s:11:\"description\";s:113:\"Only accepts JavaScript code, wrapped with &lt;script&gt; tags and valid HTML markup inside the &lt;body&gt; tag.\";s:2:\"id\";s:15:\"space_body_open\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:350;s:5:\"theme\";s:6:\"chrome\";}s:9:\"transport\";s:11:\"postMessage\";}s:10:\"space_body\";a:7:{s:5:\"label\";s:26:\"Space before &lt;/body&gt;\";s:11:\"description\";s:113:\"Only accepts JavaScript code, wrapped with &lt;script&gt; tags and valid HTML markup inside the &lt;body&gt; tag.\";s:2:\"id\";s:10:\"space_body\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:3:{s:8:\"language\";s:4:\"html\";s:6:\"height\";i:350;s:5:\"theme\";s:6:\"chrome\";}s:9:\"transport\";s:11:\"postMessage\";}}}s:18:\"post_types_section\";a:5:{s:5:\"label\";s:10:\"Post Types\";s:2:\"id\";s:18:\"post_types_section\";s:4:\"icon\";b:1;s:4:\"type\";s:11:\"sub-section\";s:6:\"fields\";a:6:{s:20:\"status_fusion_slider\";a:6:{s:5:\"label\";s:12:\"Avada Slider\";s:11:\"description\";s:35:\"Turn on to enable the Avada Slider.\";s:2:\"id\";s:20:\"status_fusion_slider\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:14:\"status_eslider\";a:6:{s:5:\"label\";s:14:\"Elastic Slider\";s:11:\"description\";s:37:\"Turn on to enable the elastic slider.\";s:2:\"id\";s:14:\"status_eslider\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:19:\"status_fusion_forms\";a:6:{s:5:\"label\";s:11:\"Avada Forms\";s:11:\"description\";s:34:\"Turn on to enable the Avada Forms.\";s:2:\"id\";s:19:\"status_fusion_forms\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:21:\"status_awb_Off_Canvas\";a:6:{s:5:\"label\";s:16:\"Avada Off Canvas\";s:11:\"description\";s:39:\"Turn on to enable the Avada Off Canvas.\";s:2:\"id\";s:21:\"status_awb_Off_Canvas\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:23:\"status_fusion_portfolio\";a:6:{s:5:\"label\";s:15:\"Avada Portfolio\";s:11:\"description\";s:38:\"Turn on to enable the Avada Portfolio.\";s:2:\"id\";s:23:\"status_fusion_portfolio\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:18:\"status_fusion_faqs\";a:6:{s:5:\"label\";s:10:\"Avada FAQs\";s:11:\"description\";s:33:\"Turn on to enable the Avada Faqs.\";s:2:\"id\";s:18:\"status_fusion_faqs\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}}}}}s:11:\"maintenance\";a:6:{s:5:\"label\";s:16:\"Maintenance Mode\";s:2:\"id\";s:19:\"heading_maintenance\";s:8:\"priority\";i:26;s:4:\"icon\";s:11:\"el-icon-off\";s:8:\"alt_icon\";s:17:\"fusiona-power-off\";s:6:\"fields\";a:7:{s:16:\"maintenance_mode\";a:6:{s:5:\"label\";s:4:\"Mode\";s:11:\"description\";s:177:\"Set your site to Maintenance Mode to take it offline temporarily (status code 503), or to Coming Soon mode (status code 200), taking it offline until it is ready to be launched.\";s:2:\"id\";s:16:\"maintenance_mode\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:0:\"\";s:3:\"Off\";s:11:\"maintenance\";s:11:\"Maintenance\";s:11:\"coming_soon\";s:11:\"Coming Soon\";}}s:24:\"maintenance_redirect_url\";a:6:{s:5:\"label\";s:12:\"URL Redirect\";s:11:\"description\";s:109:\"If set, this option will redirect users without access to the URL given. Enter with protocol (e.g. https://).\";s:2:\"id\";s:24:\"maintenance_redirect_url\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}}s:20:\"maintenance_template\";a:8:{s:5:\"label\";s:13:\"Page Template\";s:11:\"description\";s:73:\"Select an Avada Library template for the Maintenance or Coming Soon page.\";s:2:\"id\";s:20:\"maintenance_template\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:0:{}s:10:\"quick_edit\";a:3:{s:5:\"label\";s:13:\"Edit Template\";s:4:\"type\";s:8:\"template\";s:5:\"items\";a:0:{}}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:24:\"maintenance_redirect_url\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:0:\"\";}}}s:22:\"maintenance_user_roles\";a:8:{s:5:\"label\";s:21:\"User Roles For Access\";s:11:\"description\";s:159:\"Select the user roles that should be able to access the site when maintenance mode is turned on. <strong>NOTE:</strong> Administrators will always have access.\";s:2:\"id\";s:22:\"maintenance_user_roles\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:0:{}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}}s:19:\"maintenance_exclude\";a:6:{s:5:\"label\";s:7:\"Exclude\";s:11:\"description\";s:124:\"Exclude parts of your site like feed, pages, or archives from Maintenance or Coming Soon mode. Add one slug or URL per line.\";s:2:\"id\";s:19:\"maintenance_exclude\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}}}s:22:\"maintenance_page_title\";a:6:{s:5:\"label\";s:19:\"Page Title HTML Tag\";s:11:\"description\";s:83:\"This will also be used in the default page template. Leave empty for default title.\";s:2:\"id\";s:22:\"maintenance_page_title\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:24:\"maintenance_redirect_url\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:0:\"\";}}}s:23:\"maintenance_robots_meta\";a:7:{s:5:\"label\";s:15:\"Robots Meta Tag\";s:11:\"description\";s:88:\"Decide whether the Maintenance or Coming Soon page should get indexed by search engines.\";s:2:\"id\";s:23:\"maintenance_robots_meta\";s:7:\"default\";s:7:\"noindex\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:2:{s:5:\"index\";s:12:\"Index/Follow\";s:7:\"noindex\";s:16:\"Noindex/Nofollow\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:16:\"maintenance_mode\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:0:\"\";}i:1;a:3:{s:7:\"setting\";s:24:\"maintenance_redirect_url\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:0:\"\";}}}}}s:10:\"auth_pages\";a:6:{s:5:\"label\";s:17:\"Custom Auth Pages\";s:2:\"id\";s:25:\"heading_custom_auth_pages\";s:8:\"priority\";i:26;s:4:\"icon\";s:12:\"el-icon-lock\";s:8:\"alt_icon\";s:19:\"fusiona-af-password\";s:6:\"fields\";a:8:{s:17:\"auth_pages_notice\";a:4:{s:2:\"id\";s:17:\"auth_pages_notice\";s:5:\"label\";s:0:\"\";s:11:\"description\";s:250:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> When creating custom auth pages, it is essential that you also use Avada Forms to add a working form with the matching authentication action set on the Submissions tab.</div>\";s:4:\"type\";s:6:\"custom\";}s:21:\"auth_pages_login_page\";a:6:{s:5:\"label\";s:10:\"Login Page\";s:11:\"description\";s:48:\"Select which page you want as custom login page.\";s:2:\"id\";s:21:\"auth_pages_login_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}}s:28:\"auth_pages_registration_page\";a:6:{s:5:\"label\";s:17:\"Registration Page\";s:11:\"description\";s:55:\"Select which page you want as custom registration page.\";s:2:\"id\";s:28:\"auth_pages_registration_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}}s:29:\"auth_pages_lost_password_page\";a:6:{s:5:\"label\";s:18:\"Lost Password Page\";s:11:\"description\";s:56:\"Select which page you want as custom lost password page.\";s:2:\"id\";s:29:\"auth_pages_lost_password_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}}s:30:\"auth_pages_reset_password_page\";a:6:{s:5:\"label\";s:19:\"Reset Password Page\";s:11:\"description\";s:57:\"Select which page you want as custom reset password page.\";s:2:\"id\";s:30:\"auth_pages_reset_password_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}}s:26:\"auth_pages_custom_redirect\";a:6:{s:5:\"label\";s:39:\"WordPress Authentication Pages Redirect\";s:11:\"description\";s:107:\"Choose what should happen if a site user visits a default WordPress authentication page/URL (wp-login.php).\";s:2:\"id\";s:26:\"auth_pages_custom_redirect\";s:7:\"default\";s:10:\"auth_pages\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:10:\"auth_pages\";s:10:\"Auth Pages\";s:8:\"homepage\";s:8:\"Homepage\";i:404;s:8:\"404 Page\";s:11:\"custom_page\";s:11:\"Custom Page\";}}s:31:\"auth_pages_custom_redirect_page\";a:7:{s:5:\"label\";s:20:\"Custom Redirect Page\";s:11:\"description\";s:121:\"Select to which page you want to redirect site users visiting a default WordPress authentication page/URL (wp-login.php).\";s:2:\"id\";s:31:\"auth_pages_custom_redirect_page\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:1:{i:0;s:10:\"WP Default\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:26:\"auth_pages_custom_redirect\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:11:\"custom_page\";}}}s:23:\"auth_pages_bypass_param\";a:5:{s:5:\"label\";s:33:\"Custom Authentication Page Bypass\";s:11:\"description\";s:253:\"Set a value here, if you want to use that as a query var for bypassing the custom authentication pages. E.g. my-secret-login (https://example.com/wp-login.php?my-secret-login=1). The default login will be valid for 5 minutes, or until successful log in.\";s:2:\"id\";s:23:\"auth_pages_bypass_param\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}}s:11:\"performance\";a:7:{s:5:\"label\";s:11:\"Performance\";s:2:\"id\";s:19:\"heading_performance\";s:8:\"is_panel\";b:1;s:8:\"priority\";i:25;s:4:\"icon\";s:16:\"el-icon-time-alt\";s:8:\"alt_icon\";s:13:\"fusiona-check\";s:6:\"fields\";a:41:{s:17:\"lazy_load_iframes\";a:7:{s:5:\"label\";s:19:\"Iframe Lazy Loading\";s:11:\"description\";s:91:\"Choose your preferred lazy loading method for your website\'s iframe to improve performance.\";s:2:\"id\";s:17:\"lazy_load_iframes\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:5:\"avada\";s:5:\"Avada\";s:9:\"wordpress\";s:9:\"WordPress\";s:4:\"none\";s:4:\"None\";}s:9:\"transport\";s:11:\"postMessage\";}s:17:\"font_face_display\";a:7:{s:5:\"label\";s:19:\"Font Face Rendering\";s:11:\"description\";s:315:\"Choose &quot;Swap All&quot; for faster rendering with possible flash of unstyled text (FOUT) or &quot;Block&quot; for clean rendering but longer wait time until first paint. &quot;Swap Non-Icon Fonts&quot; will use a mix of the first 2 methods (&quot;swap&quot; for text fonts and &quot;block&quot; for icon-fonts).\";s:2:\"id\";s:17:\"font_face_display\";s:7:\"default\";s:5:\"block\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:5:\"block\";s:5:\"Block\";s:4:\"swap\";s:19:\"Swap Non-Icon Fonts\";s:8:\"swap-all\";s:8:\"Swap All\";}s:9:\"transport\";s:11:\"postMessage\";}s:13:\"preload_fonts\";a:7:{s:5:\"label\";s:17:\"Preload Key Fonts\";s:11:\"description\";s:210:\"Make a selection to prioritize fetching resources that will be requested later in page load. This improves page load time as the browser caches preloaded resources so they are available immediately when needed.\";s:2:\"id\";s:13:\"preload_fonts\";s:7:\"default\";s:10:\"icon_fonts\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:3:\"all\";s:3:\"All\";s:12:\"google_fonts\";s:12:\"Google Fonts\";s:10:\"icon_fonts\";s:10:\"Icon Fonts\";s:4:\"none\";s:4:\"None\";}s:9:\"transport\";s:11:\"postMessage\";}s:22:\"preload_fonts_variants\";a:9:{s:5:\"label\";s:28:\"Preload Google Font Variants\";s:11:\"description\";s:99:\"Select the variants of Google fonts that should get preloaded. Leave empty to preload all variants.\";s:2:\"id\";s:22:\"preload_fonts_variants\";s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:18:{i:100;s:15:\"Ultra-Light 100\";s:10:\"100-italic\";s:22:\"Ultra-Light 100 Italic\";i:200;s:9:\"Light 200\";s:10:\"200-italic\";s:16:\"Light 200 Italic\";i:300;s:8:\"Book 300\";s:10:\"300-italic\";s:15:\"Book 300 Italic\";i:400;s:10:\"Normal 400\";s:10:\"400-italic\";s:17:\"Normal 400 Italic\";i:500;s:10:\"Medium 500\";s:10:\"500-italic\";s:17:\"Medium 500 Italic\";i:600;s:13:\"Semi-Bold 600\";s:10:\"600-italic\";s:20:\"Semi-Bold 600 Italic\";i:700;s:8:\"Bold 700\";s:10:\"700-italic\";s:15:\"Bold 700 Italic\";i:800;s:14:\"Extra-Bold 800\";s:10:\"800-italic\";s:21:\"Extra-Bold 800 Italic\";i:900;s:14:\"Ultra-Bold 900\";s:10:\"900-italic\";s:21:\"Ultra-Bold 900 Italic\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"preload_fonts\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:1;a:3:{s:7:\"setting\";s:13:\"preload_fonts\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:10:\"icon_fonts\";}}s:9:\"transport\";s:11:\"postMessage\";}s:21:\"preload_fonts_subsets\";a:9:{s:5:\"label\";s:27:\"Preload Google Font Subsets\";s:11:\"description\";s:97:\"Select the subsets of Google fonts that should get preloaded. Leave empty to preload all subsets.\";s:2:\"id\";s:21:\"preload_fonts_subsets\";s:7:\"default\";s:5:\"latin\";s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:28:{s:6:\"arabic\";s:5:\"Latin\";s:7:\"bengali\";s:7:\"Bengali\";s:16:\"chinese-hongkong\";s:16:\"Chinese Hongkong\";s:18:\"chinese-simplified\";s:18:\"Chinese Simplified\";s:19:\"chinese-traditional\";s:19:\"Chinese Traditional\";s:8:\"cyrillic\";s:8:\"Cyrillic\";s:12:\"cyrillic-ext\";s:17:\"Cyrillic Extended\";s:10:\"devanagari\";s:10:\"Devanagari\";s:5:\"greek\";s:5:\"Greek\";s:9:\"greek-ext\";s:14:\"Greek Extended\";s:8:\"gujarati\";s:8:\"Gujarati\";s:8:\"gurmukhi\";s:8:\"Gurmukhi\";s:6:\"hebrew\";s:6:\"Hebrew\";s:8:\"japanese\";s:8:\"Japanese\";s:7:\"kannada\";s:7:\"Kannada\";s:5:\"khmer\";s:5:\"Khmer\";s:6:\"korean\";s:6:\"Korean\";s:5:\"latin\";s:5:\"Latin\";s:9:\"latin-ext\";s:14:\"Latin Extended\";s:9:\"malayalam\";s:9:\"Malayalam\";s:7:\"myanmar\";s:7:\"Myanmar\";s:5:\"oriya\";s:5:\"Oriya\";s:7:\"sinhala\";s:7:\"Sinhala\";s:5:\"tamil\";s:5:\"Tamil\";s:6:\"telugu\";s:6:\"Telugu\";s:4:\"thai\";s:4:\"Thai\";s:7:\"tibetan\";s:7:\"Tibetan\";s:10:\"vietnamese\";s:10:\"Vietnamese\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:13:\"preload_fonts\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:4:\"none\";}i:1;a:3:{s:7:\"setting\";s:13:\"preload_fonts\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:10:\"icon_fonts\";}}s:9:\"transport\";s:11:\"postMessage\";}s:32:\"offscreen_rendering_optimization\";a:6:{s:5:\"label\";s:28:\"Optimize Offscreen Rendering\";s:11:\"description\";s:459:\"When enabled, Containers that are below the fold are only rendered when the visitor scrolls near them. This reduces the amount of work the browser does during the initial load, which can make pages load faster and scroll more smoothly — especially on content-heavy pages. Headers, footers, and the first (few) above-the-fold Containers are automatically exempted so hero content is unaffected. You can override the behaviour per Container in its Extras tab.\";s:2:\"id\";s:32:\"offscreen_rendering_optimization\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:26:\"above_fold_container_count\";a:8:{s:5:\"label\";s:30:\"Above The Fold Container Count\";s:11:\"description\";s:363:\"Number of Containers at the top of the page body that are treated as above-the-fold and therefore kept out of the offscreen-rendering optimization. Increase this if your pages typically start with more than one hero-style Container. Lower it to 0 for page types that start straight into content with no hero. Individual Containers can still override this default.\";s:2:\"id\";s:26:\"above_fold_container_count\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:1:\"5\";s:4:\"step\";s:1:\"1\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:32:\"offscreen_rendering_optimization\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"emojis_disabled\";a:7:{s:5:\"label\";s:13:\"Emojis Script\";s:11:\"description\";s:99:\"If you don&#039;t use emojis you can improve performance by removing WordPress&#039; emojis script.\";s:2:\"id\";s:15:\"emojis_disabled\";s:7:\"default\";s:7:\"enabled\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"enabled\";s:6:\"Enable\";s:8:\"disabled\";s:7:\"Disable\";}s:9:\"transport\";s:11:\"postMessage\";}s:23:\"jquery_migrate_disabled\";a:7:{s:5:\"label\";s:21:\"jQuery Migrate Script\";s:11:\"description\";s:100:\"If you are not using any deprecated jQuery code, you can disable this script to improve performance.\";s:2:\"id\";s:23:\"jquery_migrate_disabled\";s:7:\"default\";s:7:\"enabled\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"enabled\";s:6:\"Enable\";s:8:\"disabled\";s:7:\"Disable\";}s:9:\"transport\";s:11:\"postMessage\";}s:12:\"defer_jquery\";a:6:{s:5:\"label\";s:21:\"Load jQuery In Footer\";s:11:\"description\";s:227:\"Set to &#039;on&#039; to defer loading of jQuery to the footer of the page. This will only take effect if no other jQuery dependent scripts are added to the head. Turning this on can cause JS scripts to break, use with caution.\";s:2:\"id\";s:12:\"defer_jquery\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:12:\"defer_styles\";a:6:{s:5:\"label\";s:26:\"Load Stylesheets In Footer\";s:11:\"description\";s:238:\"Set to &#039;on&#039; to defer loading of the stylesheets to the footer of the page. This improves page load time by making the styles non-render-blocking. Depending on the connection speed, a flash of unstyled content (FOUC) might occur.\";s:2:\"id\";s:12:\"defer_styles\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:11:\"gzip_status\";a:6:{s:5:\"label\";s:23:\"Enable Gzip Compression\";s:11:\"description\";s:176:\"Set to \'on\' to add Gzip Compression rules to the .htaccess file. <strong>IMPORTANT:</strong> This option works only on Apache web servers with mod_gzip and mod_deflate enabled.\";s:2:\"id\";s:11:\"gzip_status\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:12:\"video_facade\";a:7:{s:5:\"label\";s:19:\"Enable Video Facade\";s:11:\"description\";s:160:\"Use video facade in order to load video player only when video is played. <strong>IMPORTANT:</strong> This option is only applied to YouTube and Vimeo elements.\";s:2:\"id\";s:12:\"video_facade\";s:7:\"default\";s:3:\"off\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}s:9:\"transport\";s:11:\"postMessage\";}s:18:\"clear_object_cache\";a:6:{s:5:\"label\";s:19:\"Clear Object Cache \";s:11:\"description\";s:236:\"Set to \'on\' to clear WP\'s object cache on post edit, post deletion, and Avada Form Entries page view. This is useful, if your setup or hoster uses persistent object caching, to make sure that queries update when you add or remove posts.\";s:2:\"id\";s:18:\"clear_object_cache\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:20:\"post_revisions_limit\";a:7:{s:5:\"label\";s:24:\"Number Of Post Revisions\";s:11:\"description\";s:421:\"Controls how many revisions WordPress keeps for each post or page. Set to &quot;-1&quot; to use the WordPress default (unlimited), &quot;0&quot; to disable revisions completely, or any higher number to keep only that many of the most recent revisions. Limiting revisions keeps the database smaller and prevents the post editor from running out of memory on content-heavy pages that have built up a large revision history.\";s:2:\"id\";s:20:\"post_revisions_limit\";s:7:\"default\";s:2:\"-1\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:2:\"-1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";}s:14:\"images_section\";a:4:{s:5:\"label\";s:6:\"Images\";s:2:\"id\";s:14:\"images_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:10:\"svg_upload\";a:7:{s:5:\"label\";s:16:\"SVG Media Upload\";s:11:\"description\";s:98:\"Enable upload of SVG files and improve performance through their smaller image and logo file size.\";s:2:\"id\";s:10:\"svg_upload\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:7:\"enabled\";s:6:\"Enable\";s:8:\"disabled\";s:7:\"Disable\";}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"upload_image_format\";a:7:{s:5:\"label\";s:19:\"Upload Image Format\";s:11:\"description\";s:381:\"Select a modern format to use when uploading new images to the media library. If you choose AVIF but your server is not able to convert to this format, it will automatically fall back to webP. You can also convert all your existing images on the <a target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-status\" title=\"System Status\">System Status</a> page.\";s:2:\"id\";s:19:\"upload_image_format\";s:7:\"default\";s:7:\"default\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:7:\"default\";s:7:\"Default\";s:4:\"webp\";s:4:\"WebP\";s:4:\"avif\";s:4:\"AVIF\";}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"keep_original_images\";a:8:{s:5:\"label\";s:27:\"Keep Original Upload Images\";s:11:\"description\";s:171:\"If enabled, not only the image with its original upload format will be kept, but also the created thumbnails. This will increase the filesystem storage use of your images.\";s:2:\"id\";s:20:\"keep_original_images\";s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:6:\"enable\";s:6:\"Enable\";s:7:\"disable\";s:7:\"Disable\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:19:\"upload_image_format\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"default\";}}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"display_image_format\";a:8:{s:5:\"label\";s:20:\"Display Image Format\";s:11:\"description\";s:201:\"If set to &quot;original&quot;, Avada will try to load the images in their original upload format. If set to &quot;modern&quot;, it will try to load the images in the upload image format you set above.\";s:2:\"id\";s:20:\"display_image_format\";s:7:\"default\";s:6:\"modern\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:2:{s:6:\"modern\";s:6:\"Modern\";s:8:\"original\";s:8:\"Original\";}s:8:\"required\";a:2:{i:0;a:3:{s:7:\"setting\";s:19:\"upload_image_format\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:7:\"default\";}i:1;a:3:{s:7:\"setting\";s:20:\"keep_original_images\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:6:\"enable\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"pw_jpeg_quality\";a:7:{s:5:\"label\";s:23:\"WordPress Image Quality\";s:11:\"description\";s:452:\"Controls the quality of the generated image sizes for every uploaded image. Ranges between 0 and 100 percent. Higher values lead to better image quality but also higher file sizes. <strong>NOTE:</strong> After changing this value, please install and run the <a target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/plugin-install.php?s=Regenerate+Thumbnails&tab=search&type=term\" title=\"Regenerate Thumbnails\">Regenerate Thumbnails</a> plugin once.\";s:2:\"id\";s:15:\"pw_jpeg_quality\";s:7:\"default\";s:2:\"82\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";}s:18:\"webp_image_quality\";a:8:{s:5:\"label\";s:28:\"WordPress webP Image Quality\";s:11:\"description\";s:457:\"Controls the quality of the generated image sizes for every uploaded webP image. Ranges between 0 and 100 percent. Higher values lead to better image quality but also higher file sizes. <strong>NOTE:</strong> After changing this value, please install and run the <a target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/plugin-install.php?s=Regenerate+Thumbnails&tab=search&type=term\" title=\"Regenerate Thumbnails\">Regenerate Thumbnails</a> plugin once.\";s:2:\"id\";s:18:\"webp_image_quality\";s:7:\"default\";s:2:\"86\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"1\";s:3:\"max\";s:3:\"100\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:19:\"upload_image_format\";s:8:\"operator\";s:1:\"=\";s:5:\"value\";s:4:\"webp\";}}}s:15:\"awb_image_sizes\";a:8:{s:5:\"label\";s:17:\"Avada Image Sizes\";s:11:\"description\";s:540:\"Choose which Avada image sizes should be created for every image uploaded to the Media Library. <strong>NOTE:</strong> Image sizes used in legacy areas/features of Avada are marked with (L). When you remove image sizes here, please check your site to make sure all layouts display correctly. After changing this value, please install and run the <a target=\"_blank\" href=\"https://drkarimbennani.com/wp-admin/plugin-install.php?s=Regenerate+Thumbnails&tab=search&type=term\" title=\"Regenerate Thumbnails\">Regenerate Thumbnails</a> plugin once.\";s:2:\"id\";s:15:\"awb_image_sizes\";s:7:\"default\";a:14:{i:0;s:10:\"fusion-200\";i:1;s:10:\"fusion-400\";i:2;s:10:\"fusion-600\";i:3;s:10:\"fusion-800\";i:4;s:11:\"fusion-1200\";i:5;s:10:\"blog-large\";i:6;s:11:\"blog-medium\";i:7;s:12:\"recent-posts\";i:8;s:22:\"recent-works-thumbnail\";i:9;s:14:\"portfolio-full\";i:10;s:13:\"portfolio-one\";i:11;s:13:\"portfolio-two\";i:12;s:15:\"portfolio-three\";i:13;s:14:\"portfolio-five\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:14:{s:10:\"fusion-200\";s:11:\"200px Width\";s:10:\"fusion-400\";s:11:\"400px Width\";s:10:\"fusion-600\";s:11:\"600px Width\";s:10:\"fusion-800\";s:11:\"800px Width\";s:11:\"fusion-1200\";s:12:\"1200px Width\";s:10:\"blog-large\";s:14:\"Blog Large (L)\";s:11:\"blog-medium\";s:15:\"Blog Medium (L)\";s:12:\"recent-posts\";s:16:\"Recent Posts (L)\";s:22:\"recent-works-thumbnail\";s:16:\"Recent Works (L)\";s:14:\"portfolio-full\";s:18:\"Portfolio Full (L)\";s:13:\"portfolio-one\";s:19:\"Portfolio 1 Col (L)\";s:13:\"portfolio-two\";s:19:\"Portfolio 2 Col (L)\";s:15:\"portfolio-three\";s:19:\"Portfolio 3 Col (L)\";s:14:\"portfolio-five\";s:19:\"Portfolio 5 Col (L)\";}s:9:\"transport\";s:11:\"postMessage\";}s:27:\"wp_big_image_size_threshold\";a:7:{s:5:\"label\";s:34:\"WordPress Big Image Size Threshold\";s:11:\"description\";s:207:\"Sets the threshold for image height and width, above which WordPress will scale down newly uploaded images to this values as max-width or max-height. Set to &quot;0&quot; to disable the threshold completely.\";s:2:\"id\";s:27:\"wp_big_image_size_threshold\";s:7:\"default\";s:4:\"2560\";s:4:\"type\";s:6:\"slider\";s:7:\"choices\";a:3:{s:3:\"min\";s:1:\"0\";s:3:\"max\";s:4:\"5000\";s:4:\"step\";s:1:\"1\";}s:9:\"transport\";s:11:\"postMessage\";}s:9:\"lazy_load\";a:7:{s:5:\"label\";s:18:\"Image Lazy Loading\";s:11:\"description\";s:219:\"Choose your preferred lazy loading method for your website\'s images to improve performance. <strong>IMPORTANT:</strong> The WordPress native method can cause issues with dynamically loaded elements like image carousels.\";s:2:\"id\";s:9:\"lazy_load\";s:7:\"default\";s:4:\"none\";s:4:\"type\";s:15:\"radio-buttonset\";s:7:\"choices\";a:3:{s:5:\"avada\";s:5:\"Avada\";s:9:\"wordpress\";s:9:\"WordPress\";s:4:\"none\";s:4:\"None\";}s:9:\"transport\";s:11:\"postMessage\";}s:24:\"dynamic_compiler_section\";a:4:{s:5:\"label\";s:20:\"Dynamic CSS &amp; JS\";s:2:\"id\";s:24:\"dynamic_compiler_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:16:\"css_cache_method\";a:7:{s:5:\"label\";s:20:\"CSS Compiling Method\";s:11:\"description\";s:281:\"Select &quot;File&quot; mode to compile the dynamic CSS to files (a separate file will be created for each of your pages &amp; posts inside of the uploads/fusion-styles folder), &quot;Database&quot; mode to cache the CSS in your database, or select &quot;Disabled&quot; to disable.\";s:2:\"id\";s:16:\"css_cache_method\";s:7:\"default\";s:4:\"file\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:3:{s:4:\"file\";s:4:\"File\";s:2:\"db\";s:8:\"Database\";s:3:\"off\";s:8:\"Disabled\";}s:9:\"transport\";s:11:\"postMessage\";}s:30:\"css_combine_third_party_assets\";a:9:{s:5:\"label\";s:29:\"Combine Third Party CSS Files\";s:11:\"description\";s:324:\"Third party CSS files of the selected plugins will be combined into Avada\'s main stylesheet.<br><strong>IMPORTANT:</strong> Enabling this option is not recommended when you are are using third party file combining services, like cache plugins. When this option is changed, Avada Caches have to be reset for changes to apply.\";s:2:\"id\";s:30:\"css_combine_third_party_assets\";s:7:\"default\";a:0:{}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:5:{s:3:\"tec\";s:19:\"The Events Calendar\";s:10:\"slider_rev\";s:17:\"Slider Revolution\";s:12:\"convert_plus\";s:12:\"Convert Plus\";s:14:\"contact_form_7\";s:14:\"Contact Form 7\";s:7:\"bbpress\";s:7:\"bbPress\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:16:\"css_cache_method\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"file\";}}s:9:\"transport\";s:11:\"postMessage\";}s:19:\"media_queries_async\";a:6:{s:5:\"label\";s:39:\"Load Media-Queries Files Asynchronously\";s:11:\"description\";s:140:\"When enabled, the CSS media-queries will be enqueued separately and then loaded asynchronously, improving performance on mobile and desktop.\";s:2:\"id\";s:19:\"media_queries_async\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:12:\"critical_css\";a:6:{s:5:\"label\";s:19:\"Enable Critical CSS\";s:11:\"description\";s:210:\"Set to \'on\' to enable the generation of critical CSS. Once turned on you can manage it from the <a href=\"https://drkarimbennani.com/wp-admin/admin.php?page=avada-critical\" target=\"_blank\">critical CSS page</a>.\";s:2:\"id\";s:12:\"critical_css\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:15:\"cache_server_ip\";a:6:{s:5:\"label\";s:15:\"Cache Server IP\";s:11:\"description\";s:201:\"For unique cases where you are using CloudFlare and a cache server, ex: varnish cache. Enter your cache server IP to clear the Global Options dynamic CSS cache. Consult with your server admin for help.\";s:2:\"id\";s:15:\"cache_server_ip\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"transport\";s:11:\"postMessage\";}s:16:\"js_compiler_note\";a:4:{s:5:\"label\";s:0:\"\";s:11:\"description\";s:151:\"<div class=\"fusion-redux-important-notice\"><strong>IMPORTANT NOTE:</strong> JS Compiler is disabled. File does not exist or access is restricted.</div>\";s:2:\"id\";s:16:\"js_compiler_note\";s:4:\"type\";s:6:\"custom\";}s:11:\"js_compiler\";a:6:{s:5:\"label\";s:18:\"Enable JS Compiler\";s:11:\"description\";s:174:\"By default all the JavaScript files are combined. Disabling the JS compiler will load non-combined JavaScript files. This will have an impact on the performance of your site.\";s:2:\"id\";s:11:\"js_compiler\";s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:11:\"pwa_section\";a:4:{s:5:\"label\";s:19:\"Progressive Web App\";s:2:\"id\";s:11:\"pwa_section\";s:4:\"icon\";b:1;s:4:\"type\";s:4:\"info\";}s:10:\"pwa_enable\";a:6:{s:5:\"label\";s:26:\"Enable Progressive Web App\";s:11:\"description\";s:101:\"Enable this option if you want to enable the Progressive Web App feature and options on your website.\";s:2:\"id\";s:10:\"pwa_enable\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"switch\";s:9:\"transport\";s:11:\"postMessage\";}s:25:\"pwa_filetypes_cache_first\";a:9:{s:5:\"label\";s:31:\"Cache-First strategy file types\";s:11:\"description\";s:186:\"File types added in this list will be cached in the browser. Subsequent page requests will use the cached assets. Use this for static assets that don&#039;t change like images and fonts.\";s:2:\"id\";s:25:\"pwa_filetypes_cache_first\";s:7:\"default\";a:4:{i:0;s:6:\"images\";i:1;s:7:\"scripts\";i:2;s:6:\"styles\";i:3;s:5:\"fonts\";}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:4:{s:6:\"images\";s:6:\"Images\";s:5:\"fonts\";s:5:\"Fonts\";s:7:\"scripts\";s:7:\"Scripts\";s:6:\"styles\";s:6:\"Styles\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:27:\"pwa_filetypes_network_first\";a:9:{s:5:\"label\";s:33:\"Network-First strategy file types\";s:11:\"description\";s:326:\"File types added in this list will be cached in the browser. Subsequent page requests will first try to get a more recent version of these files from the network, and fallback to the cached files in case the network is unreachable. If your site&#039;s content gets updated often we recommend you can use this for your content.\";s:2:\"id\";s:27:\"pwa_filetypes_network_first\";s:7:\"default\";a:0:{}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:4:{s:6:\"images\";s:6:\"Images\";s:5:\"fonts\";s:5:\"Fonts\";s:7:\"scripts\";s:7:\"Scripts\";s:6:\"styles\";s:6:\"Styles\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:36:\"pwa_filetypes_stale_while_revalidate\";a:9:{s:5:\"label\";s:44:\"Stale-While-Revalidating strategy file types\";s:11:\"description\";s:292:\"Any file types added here will be served with a cache-first strategy, and after the page has been loaded the caches will be updated with more recent versions of the selected file types from the network. Use this for assets that may get updated but having their latest version is not critical.\";s:2:\"id\";s:36:\"pwa_filetypes_stale_while_revalidate\";s:7:\"default\";a:0:{}s:4:\"type\";s:6:\"select\";s:5:\"multi\";b:1;s:7:\"choices\";a:4:{s:6:\"images\";s:6:\"Images\";s:5:\"fonts\";s:5:\"Fonts\";s:7:\"scripts\";s:7:\"Scripts\";s:6:\"styles\";s:6:\"Styles\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:17:\"pwa_manifest_logo\";a:8:{s:5:\"label\";s:22:\"App Splash Screen Logo\";s:11:\"description\";s:109:\"Logo displayed for your website at 512px x 512px when installing as an app. Logo image must be in PNG format.\";s:2:\"id\";s:17:\"pwa_manifest_logo\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"media\";s:4:\"mode\";b:0;s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:20:\"pwa_manifest_display\";a:8:{s:5:\"label\";s:16:\"App Display Mode\";s:11:\"description\";s:248:\"If the user installs your site as an app, select how the app will behave. For more information about these options please refer to <a href=\"https://developers.google.com/web/fundamentals/web-app-manifest/#display\" target=\"_blank\">this document.</a>\";s:2:\"id\";s:20:\"pwa_manifest_display\";s:7:\"default\";s:10:\"minimal-ui\";s:4:\"type\";s:6:\"select\";s:7:\"choices\";a:4:{s:10:\"fullscreen\";s:10:\"Fullscreen\";s:10:\"standalone\";s:10:\"Standalone\";s:10:\"minimal-ui\";s:10:\"Minimal UI\";s:7:\"browser\";s:7:\"Browser\";}s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}s:15:\"pwa_theme_color\";a:7:{s:5:\"label\";s:15:\"App Theme Color\";s:11:\"description\";s:116:\"Select a color that will be used for the header of your app, as well as the browser toolbar-color on mobile devices.\";s:2:\"id\";s:15:\"pwa_theme_color\";s:4:\"type\";s:5:\"color\";s:7:\"default\";s:7:\"#ffffff\";s:8:\"required\";a:1:{i:0;a:3:{s:7:\"setting\";s:10:\"pwa_enable\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"1\";}}s:9:\"transport\";s:11:\"postMessage\";}}}s:11:\"woocommerce\";a:0:{}s:10:\"custom_css\";a:6:{s:5:\"label\";s:10:\"Custom CSS\";s:2:\"id\";s:18:\"custom_css_section\";s:8:\"priority\";i:27;s:4:\"icon\";s:11:\"el-icon-css\";s:8:\"alt_icon\";s:12:\"fusiona-code\";s:6:\"fields\";a:1:{s:10:\"custom_css\";a:6:{s:5:\"label\";s:8:\"CSS Code\";s:11:\"description\";s:287:\"Enter your CSS code in the field below. Do not include any tags or HTML in the field. Custom CSS entered here will override the theme CSS. In some cases, the <code>!important</code> tag may be needed. Don&#039;t URL encode image or svg paths. Contents of this field will be auto encoded.\";s:2:\"id\";s:10:\"custom_css\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"code\";s:7:\"choices\";a:5:{s:8:\"language\";s:3:\"css\";s:6:\"height\";i:450;s:5:\"theme\";s:6:\"chrome\";s:8:\"minLines\";i:40;s:8:\"maxLines\";i:50;}}}}s:17:\"shortcode_styling\";a:3:{s:5:\"label\";s:22:\"Avada Builder Elements\";s:2:\"id\";s:17:\"shortcode_styling\";s:4:\"icon\";s:23:\"fusiona-element-options\";}s:13:\"import_export\";a:6:{s:5:\"label\";s:13:\"Import/Export\";s:2:\"id\";s:13:\"import_export\";s:8:\"priority\";i:27;s:4:\"icon\";s:11:\"el-icon-css\";s:8:\"alt_icon\";s:17:\"fusiona-loop-alt2\";s:6:\"fields\";a:2:{s:9:\"import_to\";a:6:{s:5:\"label\";s:21:\"Import Global Options\";s:11:\"description\";s:99:\"Import Global Options. You can import via file, copy and paste or select an Avada prebuilt website.\";s:2:\"id\";s:9:\"import_to\";s:4:\"type\";s:6:\"import\";s:5:\"demos\";a:0:{}s:7:\"context\";s:2:\"TO\";}s:9:\"export_to\";a:6:{s:5:\"label\";s:21:\"Export Global Options\";s:11:\"description\";s:77:\"Export your Global Options. You can either export as a file or copy the data.\";s:2:\"id\";s:9:\"export_to\";s:4:\"type\";s:6:\"export\";s:7:\"context\";s:2:\"TO\";s:4:\"text\";s:21:\"Export Global Options\";}}}}', 'off');
INSERT INTO `wpme_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(296411, '_transient_timeout_select3-css_style_cdn_is_up', '1786386645', 'off'),
(296412, '_transient_select3-css_style_cdn_is_up', '1', 'off'),
(296413, '_transient_timeout_select3-js_script_cdn_is_up', '1786386645', 'off'),
(296414, '_transient_select3-js_script_cdn_is_up', '1', 'off'),
(296436, '_transient_avada_premium_plugins_info', 'a:14:{s:11:\"fusion-core\";a:18:{s:4:\"name\";s:11:\"Fusion Core\";s:11:\"plugin_name\";s:10:\"Avada Core\";s:4:\"slug\";s:11:\"fusion-core\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:17:\"https://avada.com\";s:5:\"image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg\";s:9:\"image_url\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-thumbnail.jpg\";s:12:\"external_url\";s:30:\"https://avada.theme-fusion.com\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:4:\"5.16\";s:8:\"required\";b:1;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:11:\"tf_cs_image\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-core-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:4:\"5.16\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:17:\"https://avada.com\";}s:14:\"fusion-builder\";a:18:{s:4:\"name\";s:14:\"Fusion Builder\";s:11:\"plugin_name\";s:13:\"Avada Builder\";s:4:\"slug\";s:14:\"fusion-builder\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:17:\"https://avada.com\";s:5:\"image\";s:87:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg\";s:9:\"image_url\";s:87:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-thumbnail.jpg\";s:12:\"external_url\";s:30:\"https://avada.theme-fusion.com\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:4:\"3.16\";s:8:\"required\";b:1;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada_banner.jpg\";s:11:\"tf_cs_image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-builder-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:4:\"3.16\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:17:\"https://avada.com\";}s:27:\"fusion-white-label-branding\";a:18:{s:4:\"name\";s:27:\"Fusion White Label Branding\";s:11:\"plugin_name\";s:21:\"Avada Custom Branding\";s:4:\"slug\";s:27:\"fusion-white-label-branding\";s:13:\"plugin_author\";s:11:\"ThemeFusion\";s:17:\"plugin_author_url\";s:17:\"https://avada.com\";s:5:\"image\";s:95:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg\";s:9:\"image_url\";s:95:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custom-branding-thumbnail.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:3:\"1.3\";s:8:\"required\";b:0;s:4:\"icon\";s:86:\"https://updates.theme-fusion.com/wp-content/uploads/2017/01/avada-icon-transparent.png\";s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:96:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/avada-custombranding-companysite.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:3:\"1.3\";s:6:\"Author\";s:11:\"ThemeFusion\";s:9:\"AuthorURI\";s:17:\"https://avada.com\";}s:9:\"revslider\";a:18:{s:4:\"name\";s:17:\"Slider Revolution\";s:11:\"plugin_name\";s:17:\"Slider Revolution\";s:4:\"slug\";s:9:\"revslider\";s:13:\"plugin_author\";s:10:\"ThemePunch\";s:17:\"plugin_author_url\";s:23:\"https://themepunch.com/\";s:5:\"image\";s:83:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png\";s:9:\"image_url\";s:83:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution-1.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:6:\"6.7.58\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/slider_revolution_cs.png\";s:11:\"has_package\";b:1;s:7:\"version\";s:6:\"6.7.58\";s:6:\"Author\";s:10:\"ThemePunch\";s:9:\"AuthorURI\";s:23:\"https://themepunch.com/\";}s:11:\"LayerSlider\";a:18:{s:4:\"name\";s:14:\"LayerSlider WP\";s:11:\"plugin_name\";s:14:\"LayerSlider WP\";s:4:\"slug\";s:11:\"LayerSlider\";s:13:\"plugin_author\";s:14:\"Kreatura Media\";s:17:\"plugin_author_url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:5:\"image\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:9:\"image_url\";s:89:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/layer_slider_plugin_thumb.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:3:\"8.3\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2016/08/layerslider_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:3:\"8.3\";s:6:\"Author\";s:14:\"Kreatura Media\";s:9:\"AuthorURI\";s:38:\"https://layerslider.kreaturamedia.com/\";}s:26:\"advanced-custom-fields-pro\";a:18:{s:4:\"name\";s:26:\"Advanced Custom Fields PRO\";s:11:\"plugin_name\";s:26:\"Advanced Custom Fields PRO\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:13:\"plugin_author\";s:13:\"Elliot Condon\";s:17:\"plugin_author_url\";s:37:\"https://www.advancedcustomfields.com/\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro.png\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.8.6\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/acf_pro_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"6.8.6\";s:6:\"Author\";s:13:\"Elliot Condon\";s:9:\"AuthorURI\";s:37:\"https://www.advancedcustomfields.com/\";}s:11:\"convertplug\";a:18:{s:4:\"name\";s:12:\"Convert Plus\";s:11:\"plugin_name\";s:12:\"Convert Plus\";s:4:\"slug\";s:11:\"convertplug\";s:13:\"plugin_author\";s:16:\"Brainstorm Force\";s:17:\"plugin_author_url\";s:31:\"https://www.brainstormforce.com\";s:5:\"image\";s:85:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg\";s:9:\"image_url\";s:85:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"3.6.3\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:98:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/convertplus_thumbnail_company_site.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"3.6.3\";s:6:\"Author\";s:16:\"Brainstorm Force\";s:9:\"AuthorURI\";s:31:\"https://www.brainstormforce.com\";}s:12:\"filebird-pro\";a:18:{s:4:\"name\";s:8:\"FileBird\";s:11:\"plugin_name\";s:8:\"FileBird\";s:4:\"slug\";s:12:\"filebird-pro\";s:13:\"plugin_author\";s:10:\"Ninja Team\";s:17:\"plugin_author_url\";s:54:\"https://ninjateam.org/wordpress-media-library-folders/\";s:5:\"image\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg\";s:9:\"image_url\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966046-a7930180-2d8d-11eb-9695-a4e6bd9c870e.jpg\";s:12:\"external_url\";s:0:\"\";s:7:\"premium\";b:1;s:14:\"latest_version\";s:5:\"6.5.7\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:109:\"https://updates.theme-fusion.com/wp-content/uploads/2020/11/99966169-d3ae8280-2d8d-11eb-895e-0191ae051d45.jpg\";s:11:\"has_package\";b:1;s:7:\"version\";s:5:\"6.5.7\";s:6:\"Author\";s:10:\"Ninja Team\";s:9:\"AuthorURI\";s:54:\"https://ninjateam.org/wordpress-media-library-folders/\";}s:6:\"leadin\";a:15:{s:4:\"name\";s:7:\"HubSpot\";s:11:\"plugin_name\";s:7:\"HubSpot\";s:4:\"slug\";s:6:\"leadin\";s:13:\"plugin_author\";s:7:\"HubSpot\";s:17:\"plugin_author_url\";s:23:\"https://www.hubspot.com\";s:5:\"image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:9:\"image_url\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:12:\"external_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:84:\"https://updates.theme-fusion.com/wp-content/uploads/2019/10/hubspot_plugin_thumb.jpg\";s:11:\"has_package\";b:0;}s:11:\"woocommerce\";a:15:{s:4:\"name\";s:11:\"WooCommerce\";s:11:\"plugin_name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:13:\"plugin_author\";s:10:\"Automattic\";s:17:\"plugin_author_url\";s:23:\"https://woocommerce.com\";s:5:\"image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:9:\"image_url\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:12:\"external_url\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:88:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/woocommerce_plugin_thumb.png\";s:11:\"has_package\";b:0;}s:19:\"the-events-calendar\";a:15:{s:4:\"name\";s:19:\"The Events Calendar\";s:11:\"plugin_name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:13:\"plugin_author\";s:18:\"Modern Tribe, Inc.\";s:17:\"plugin_author_url\";s:18:\"http://m.tri.be/1x\";s:5:\"image\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:9:\"image_url\";s:92:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/events_calendar_plugin_thumb.png\";s:12:\"external_url\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:13:\"wordpress-seo\";a:15:{s:4:\"name\";s:9:\"Yoast SEO\";s:11:\"plugin_name\";s:9:\"Yoast SEO\";s:4:\"slug\";s:13:\"wordpress-seo\";s:13:\"plugin_author\";s:10:\"Team Yoast\";s:17:\"plugin_author_url\";s:18:\"https://yoast.com/\";s:5:\"image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:9:\"image_url\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:12:\"external_url\";s:56:\"https://downloads.wordpress.org/plugin/wordpress-seo.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";b:0;s:6:\"banner\";b:0;s:11:\"tf_cs_image\";s:69:\"https://updates.theme-fusion.com/wp-content/uploads/2018/03/yoast.png\";s:11:\"has_package\";b:0;}s:7:\"bbpress\";a:15:{s:4:\"name\";s:7:\"bbPress\";s:11:\"plugin_name\";s:7:\"bbPress\";s:4:\"slug\";s:7:\"bbpress\";s:13:\"plugin_author\";s:21:\"The bbPress Community\";s:17:\"plugin_author_url\";s:19:\"https://bbpress.org\";s:5:\"image\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:9:\"image_url\";s:71:\"https://updates.theme-fusion.com/wp-content/uploads/2017/12/bbpress.png\";s:12:\"external_url\";s:57:\"https://downloads.wordpress.org/plugin/bbpress.2.5.14.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";N;s:6:\"banner\";N;s:11:\"tf_cs_image\";N;s:11:\"has_package\";b:0;}s:3:\"pwa\";a:15:{s:4:\"name\";s:3:\"PWA\";s:11:\"plugin_name\";s:3:\"PWA\";s:4:\"slug\";s:3:\"pwa\";s:13:\"plugin_author\";s:23:\"PWA Plugin Contributors\";s:17:\"plugin_author_url\";s:49:\"https://github.com/xwp/pwa-wp/graphs/contributors\";s:5:\"image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:9:\"image_url\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_880_660.jpg\";s:12:\"external_url\";s:46:\"https://downloads.wordpress.org/plugin/pwa.zip\";s:7:\"premium\";b:0;s:14:\"latest_version\";s:0:\"\";s:8:\"required\";b:0;s:4:\"icon\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_256_256.jpg\";s:6:\"banner\";s:76:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_1544_500.jpg\";s:11:\"tf_cs_image\";s:75:\"https://updates.theme-fusion.com/wp-content/uploads/2019/01/pwa_840_438.jpg\";s:11:\"has_package\";b:0;}}', 'off');

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

--
-- Table structure for table `wpme_postmeta`
--

CREATE TABLE `wpme_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_postmeta`
--

INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 4, '_form', '<label> Votre Nom*\n    [text* your-name] </label>\n\n<label> Votre Email*\n    [email* your-email] </label>\n\n<label> Objet\n    [text your-subject] </label>\n\n<label> Votre Message\n    [textarea your-message] </label>\n\n[submit \"ENVOYEZ\"]'),
(3, 4, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:20:\"DKB \"[your-subject]\"\";s:6:\"sender\";s:31:\"[your-name] <2771478289@qq.com>\";s:9:\"recipient\";s:17:\"2771478289@qq.com\";s:4:\"body\";s:166:\"De: [your-name] <[your-email]>\nObjet: [your-subject]\n\nMessage:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on www.DKB.ma (https://drkarimbennani.com)\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(4, 4, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:33:\"Avada Freelancer \"[your-subject]\"\";s:6:\"sender\";s:36:\"Avada Freelancer <2771478289@qq.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:123:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Avada Freelancer (https://drkarimbennani.com)\";s:18:\"additional_headers\";s:27:\"Reply-To: 2771478289@qq.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(5, 4, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Merci pour votre message. Il a été envoyé.\";s:12:\"mail_sent_ng\";s:103:\"Une erreur s\'est produite lors de la tentative d\'envoi de votre message. Veuillez réessayer plus tard.\";s:16:\"validation_error\";s:89:\"Un ou plusieurs champs ont une erreur. S\'il vous plaît, vérifiez et essayez à nouveau.\";s:4:\"spam\";s:103:\"Une erreur s\'est produite lors de la tentative d\'envoi de votre message. Veuillez réessayer plus tard.\";s:12:\"accept_terms\";s:75:\"Vous devez accepter les termes et conditions avant d\'envoyer votre message.\";s:16:\"invalid_required\";s:20:\"Ce champ est requis.\";s:16:\"invalid_too_long\";s:23:\"Le champ est trop long.\";s:17:\"invalid_too_short\";s:24:\"Le champ est trop court.\";s:12:\"invalid_date\";s:35:\"Le format de la date est incorrect.\";s:14:\"date_too_early\";s:51:\"La date est antérieure à la première autorisée.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:52:\"La date est postérieure à la dernière autorisée.\";s:24:\"upload_file_type_invalid\";s:68:\"Vous n\'êtes pas autorisé à télécharger des fichiers de ce type.\";s:21:\"upload_file_too_large\";s:25:\"Le fichier est trop gros.\";s:23:\"upload_failed_php_error\";s:62:\"Une erreur s\'est produite lors du téléchargement du fichier.\";s:14:\"invalid_number\";s:34:\"Le format numérique est invalide.\";s:16:\"number_too_small\";s:46:\"Le nombre est inférieur au minimum autorisé.\";s:16:\"number_too_large\";s:50:\"Le nombre est plus grand que le maximum autorisé.\";s:23:\"quiz_answer_not_correct\";s:35:\"La réponse au quiz est incorrecte.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"L\'adresse e-mail entrée est invalide.\";s:11:\"invalid_url\";s:23:\"L\'URL n\'est pas valide.\";s:11:\"invalid_tel\";s:39:\"Le numéro de téléphone est invalide.\";}'),
(6, 4, '_additional_settings', ''),
(7, 4, '_locale', 'en_US'),
(3915, 1958, 'fusion_builder_status', 'active'),
(3916, 1958, 'pyre_portfolio_options-hide', 'pyre_portfolio_options'),
(3917, 1958, 'pyre_post_pagination', 'default'),
(3918, 1958, 'pyre_portfolio_width_100', 'default'),
(3919, 1958, 'pyre_width', 'default'),
(3920, 1958, 'pyre_show_first_featured_image', 'default'),
(3921, 1958, 'pyre_fimg_width', ''),
(3922, 1958, 'pyre_fimg_height', ''),
(3923, 1958, 'pyre_video_url', ''),
(3924, 1958, 'pyre_project_desc_title', 'default'),
(3925, 1958, 'pyre_project_details', 'default'),
(3926, 1958, 'pyre_project_url', ''),
(3927, 1958, 'pyre_project_url_text', ''),
(3928, 1958, 'pyre_copy_url', ''),
(3929, 1958, 'pyre_copy_url_text', ''),
(3930, 1958, 'pyre_image_rollover_icons', 'default'),
(3931, 1958, 'pyre_link_icon_url', ''),
(3932, 1958, 'pyre_link_icon_target', 'default'),
(3933, 1958, 'pyre_portfolio_author', 'default'),
(3934, 1958, 'pyre_share_box', 'default'),
(3935, 1958, 'pyre_related_posts', 'default'),
(3936, 1958, 'pyre_portfolio_comments', 'default'),
(3937, 1958, 'pyre_slider_type', 'no'),
(3938, 1958, 'pyre_slider', '0'),
(3939, 1958, 'pyre_wooslider', 'home'),
(3940, 1958, 'pyre_revslider', '0'),
(3941, 1958, 'pyre_elasticslider', '0'),
(3942, 1958, 'pyre_slider_position', 'default'),
(3943, 1958, 'pyre_avada_rev_styles', 'default'),
(3944, 1958, 'pyre_fallback', ''),
(3945, 1958, 'pyre_fallback_id', ''),
(3946, 1958, 'pyre_demo_slider', ''),
(3947, 1958, 'pyre_main_top_padding', '0'),
(3948, 1958, 'pyre_main_bottom_padding', '0'),
(3949, 1958, 'pyre_hundredp_padding', ''),
(3950, 1958, 'pyre_display_header', 'yes'),
(3951, 1958, 'pyre_header_100_width', 'default'),
(3952, 1958, 'pyre_combined_header_bg_color', ''),
(3953, 1958, 'pyre_mobile_header_bg_color', ''),
(3954, 1958, 'pyre_header_bg', ''),
(3955, 1958, 'pyre_header_bg_id', ''),
(3956, 1958, 'pyre_header_bg_full', 'no'),
(3957, 1958, 'pyre_header_bg_repeat', 'repeat'),
(3958, 1958, 'pyre_displayed_menu', 'default'),
(3959, 1958, 'pyre_display_footer', 'default'),
(3960, 1958, 'pyre_display_copyright', 'default'),
(3961, 1958, 'pyre_footer_100_width', 'default'),
(3962, 1958, 'pyre_sidebar_1', ''),
(3963, 1958, 'pyre_sidebar_position', 'default'),
(3964, 1958, 'pyre_responsive_sidebar_order', ''),
(3965, 1958, 'pyre_sidebar_sticky', 'default'),
(3966, 1958, 'pyre_sidebar_bg_color', ''),
(3967, 1958, 'pyre_page_bg_layout', 'default'),
(3968, 1958, 'pyre_page_bg_color', ''),
(3969, 1958, 'pyre_page_bg', ''),
(3970, 1958, 'pyre_page_bg_id', ''),
(3971, 1958, 'pyre_page_bg_full', 'no'),
(3972, 1958, 'pyre_page_bg_repeat', 'repeat'),
(3973, 1958, 'pyre_wide_page_bg_color', ''),
(3974, 1958, 'pyre_wide_page_bg', ''),
(3975, 1958, 'pyre_wide_page_bg_id', ''),
(3976, 1958, 'pyre_wide_page_bg_full', 'no'),
(3977, 1958, 'pyre_wide_page_bg_repeat', 'repeat'),
(3978, 1958, 'pyre_page_title', 'default'),
(3979, 1958, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(3980, 1958, 'pyre_page_title_text', 'default'),
(3981, 1958, 'pyre_page_title_text_alignment', 'default'),
(3982, 1958, 'pyre_page_title_text_size', ''),
(3983, 1958, 'pyre_page_title_line_height', ''),
(3984, 1958, 'pyre_page_title_font_color', ''),
(3985, 1958, 'pyre_page_title_custom_subheader_text_size', ''),
(3986, 1958, 'pyre_page_title_subheader_font_color', ''),
(3987, 1958, 'pyre_page_title_100_width', 'default'),
(3988, 1958, 'pyre_page_title_height', ''),
(3989, 1958, 'pyre_page_title_mobile_height', ''),
(3990, 1958, 'pyre_page_title_bar_bg_color', ''),
(3991, 1958, 'pyre_page_title_bar_borders_color', ''),
(3992, 1958, 'pyre_page_title_bar_bg', 'http://drkarimbennani.com/wp-content/uploads/2016/03/course_graphic_design_portfolio_header.jpg'),
(3993, 1958, 'pyre_page_title_bar_bg_id', '1475'),
(3994, 1958, 'pyre_page_title_bar_bg_retina', ''),
(3995, 1958, 'pyre_page_title_bar_bg_retina_id', ''),
(3996, 1958, 'pyre_page_title_bar_bg_full', 'default'),
(3997, 1958, 'pyre_page_title_bg_parallax', 'default'),
(3998, 1959, 'fusion_page_options', 'a:77:{s:10:\"pyre_width\";s:7:\"default\";s:24:\"pyre_portfolio_width_100\";s:7:\"default\";s:23:\"pyre_project_desc_title\";s:7:\"default\";s:20:\"pyre_project_details\";s:7:\"default\";s:30:\"pyre_show_first_featured_image\";s:7:\"default\";s:10:\"pyre_video\";s:0:\"\";s:14:\"pyre_video_url\";s:0:\"\";s:16:\"pyre_project_url\";s:0:\"\";s:21:\"pyre_project_url_text\";s:0:\"\";s:13:\"pyre_copy_url\";s:0:\"\";s:18:\"pyre_copy_url_text\";s:0:\"\";s:15:\"pyre_fimg_width\";s:0:\"\";s:16:\"pyre_fimg_height\";s:0:\"\";s:25:\"pyre_image_rollover_icons\";s:7:\"default\";s:18:\"pyre_link_icon_url\";s:0:\"\";s:21:\"pyre_link_icon_target\";s:7:\"default\";s:18:\"pyre_related_posts\";s:7:\"default\";s:14:\"pyre_share_box\";s:7:\"default\";s:20:\"pyre_post_pagination\";s:7:\"default\";s:21:\"pyre_main_top_padding\";s:1:\"0\";s:24:\"pyre_main_bottom_padding\";s:1:\"0\";s:21:\"pyre_hundredp_padding\";s:0:\"\";s:20:\"pyre_slider_position\";s:7:\"default\";s:16:\"pyre_slider_type\";s:2:\"no\";s:11:\"pyre_slider\";s:1:\"0\";s:14:\"pyre_wooslider\";s:4:\"home\";s:14:\"pyre_revslider\";s:1:\"0\";s:18:\"pyre_elasticslider\";s:1:\"0\";s:13:\"pyre_fallback\";s:0:\"\";s:21:\"pyre_avada_rev_styles\";s:7:\"default\";s:19:\"pyre_display_header\";s:3:\"yes\";s:21:\"pyre_header_100_width\";s:7:\"default\";s:14:\"pyre_header_bg\";s:0:\"\";s:20:\"pyre_header_bg_color\";s:0:\"\";s:22:\"pyre_header_bg_opacity\";s:0:\"\";s:19:\"pyre_header_bg_full\";s:2:\"no\";s:21:\"pyre_header_bg_repeat\";s:6:\"repeat\";s:19:\"pyre_displayed_menu\";s:7:\"default\";s:19:\"pyre_display_footer\";s:7:\"default\";s:22:\"pyre_display_copyright\";s:7:\"default\";s:21:\"pyre_footer_100_width\";s:7:\"default\";s:21:\"pyre_sidebar_position\";s:7:\"default\";s:21:\"pyre_sidebar_bg_color\";s:0:\"\";s:19:\"pyre_page_bg_layout\";s:7:\"default\";s:12:\"pyre_page_bg\";s:0:\"\";s:18:\"pyre_page_bg_color\";s:0:\"\";s:17:\"pyre_page_bg_full\";s:2:\"no\";s:19:\"pyre_page_bg_repeat\";s:6:\"repeat\";s:17:\"pyre_wide_page_bg\";s:0:\"\";s:23:\"pyre_wide_page_bg_color\";s:0:\"\";s:22:\"pyre_wide_page_bg_full\";s:2:\"no\";s:24:\"pyre_wide_page_bg_repeat\";s:6:\"repeat\";s:15:\"pyre_page_title\";s:7:\"default\";s:20:\"pyre_page_title_text\";s:7:\"default\";s:30:\"pyre_page_title_text_alignment\";s:7:\"default\";s:25:\"pyre_page_title_100_width\";s:7:\"default\";s:27:\"pyre_page_title_custom_text\";s:0:\"\";s:25:\"pyre_page_title_text_size\";s:0:\"\";s:32:\"pyre_page_title_custom_subheader\";s:0:\"\";s:42:\"pyre_page_title_custom_subheader_text_size\";s:0:\"\";s:26:\"pyre_page_title_font_color\";s:0:\"\";s:22:\"pyre_page_title_height\";s:0:\"\";s:29:\"pyre_page_title_mobile_height\";s:0:\"\";s:22:\"pyre_page_title_bar_bg\";s:95:\"http://drkarimbennani.com/wp-content/uploads/2016/03/course_graphic_design_portfolio_header.jpg\";s:29:\"pyre_page_title_bar_bg_retina\";s:0:\"\";s:28:\"pyre_page_title_bar_bg_color\";s:0:\"\";s:33:\"pyre_page_title_bar_borders_color\";s:0:\"\";s:27:\"pyre_page_title_bar_bg_full\";s:7:\"default\";s:27:\"pyre_page_title_bg_parallax\";s:7:\"default\";s:38:\"pyre_page_title_breadcrumbs_search_bar\";s:7:\"default\";s:16:\"pyre_demo_slider\";s:0:\"\";s:19:\"pyre_sidebar_sticky\";s:7:\"default\";s:27:\"pyre_page_title_line_height\";s:0:\"\";s:20:\"sbg_selected_sidebar\";a:1:{i:0;s:1:\"0\";}s:32:\"sbg_selected_sidebar_replacement\";a:1:{i:0;s:0:\"\";}s:22:\"sbg_selected_sidebar_2\";a:1:{i:0;s:1:\"0\";}s:34:\"sbg_selected_sidebar_2_replacement\";a:1:{i:0;s:0:\"\";}}'),
(5159, 1701, '_menu_item_type', 'post_type'),
(5160, 1701, '_menu_item_menu_item_parent', '0'),
(5161, 1701, '_menu_item_object_id', '18'),
(5162, 1701, '_menu_item_object', 'page'),
(5163, 1701, '_menu_item_target', ''),
(5164, 1701, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(5165, 1701, '_menu_item_xfn', ''),
(5166, 1701, '_menu_item_url', ''),
(5167, 1701, '_menu_item_fusion_megamenu', 'a:25:{s:6:\"status\";s:3:\"off\";s:5:\"width\";s:9:\"fullwidth\";s:7:\"columns\";s:1:\"4\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"style\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:13:\"off_canvas_id\";s:0:\"\";}'),
(5169, 1701, 'fusion_demo_import', 'classic'),
(5838, 1929, '_wxr_import_user_slug', 'dario'),
(5839, 1929, 'fusion_demo_import', 'classic'),
(5854, 2025, 'fusion_builder_status', 'active'),
(5855, 2025, '_wp_page_template', '100-width.php'),
(5856, 2025, 'pyre_page_options-hide', 'pyre_page_options'),
(5857, 2025, 'pyre_slider_type', 'no'),
(5858, 2025, 'pyre_slider', '0'),
(5859, 2025, 'pyre_wooslider', '0'),
(5860, 2025, 'pyre_revslider', '0'),
(5861, 2025, 'pyre_elasticslider', '0'),
(5862, 2025, 'pyre_slider_position', 'default'),
(5863, 2025, 'pyre_avada_rev_styles', 'default'),
(5864, 2025, 'pyre_fallback', ''),
(5865, 2025, 'pyre_demo_slider', ''),
(5866, 2025, 'pyre_main_top_padding', '0px'),
(5867, 2025, 'pyre_main_bottom_padding', '0px'),
(5868, 2025, 'pyre_hundredp_padding', ''),
(5869, 2025, 'pyre_show_first_featured_image', 'no'),
(5870, 2025, 'pyre_display_header', 'yes'),
(5871, 2025, 'pyre_header_100_width', 'default'),
(5872, 2025, 'pyre_header_bg_color', ''),
(5873, 2025, 'pyre_header_bg_opacity', ''),
(5874, 2025, 'pyre_header_bg', ''),
(5875, 2025, 'pyre_header_bg_full', 'no'),
(5876, 2025, 'pyre_header_bg_repeat', 'repeat'),
(5877, 2025, 'pyre_displayed_menu', 'default'),
(5878, 2025, 'pyre_display_footer', 'default'),
(5879, 2025, 'pyre_display_copyright', 'default'),
(5880, 2025, 'pyre_footer_100_width', 'default'),
(5881, 2025, 'pyre_sidebar_1', ''),
(5882, 2025, 'pyre_sidebar_position', 'default'),
(5883, 2025, 'pyre_sidebar_bg_color', ''),
(5884, 2025, 'pyre_page_bg_layout', 'default'),
(5885, 2025, 'pyre_page_bg_color', ''),
(5886, 2025, 'pyre_page_bg', ''),
(5887, 2025, 'pyre_page_bg_full', 'no'),
(5888, 2025, 'pyre_page_bg_repeat', 'repeat'),
(5889, 2025, 'pyre_wide_page_bg_color', ''),
(5890, 2025, 'pyre_wide_page_bg', ''),
(5891, 2025, 'pyre_wide_page_bg_full', 'no'),
(5892, 2025, 'pyre_wide_page_bg_repeat', 'repeat'),
(5893, 2025, 'pyre_page_title', 'no'),
(5894, 2025, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(5895, 2025, 'pyre_page_title_text', 'default'),
(5896, 2025, 'pyre_page_title_text_alignment', 'default'),
(5897, 2025, 'pyre_page_title_text_size', ''),
(5898, 2025, 'pyre_page_title_custom_subheader_text_size', ''),
(5899, 2025, 'pyre_page_title_font_color', ''),
(5900, 2025, 'pyre_page_title_100_width', 'default'),
(5901, 2025, 'pyre_page_title_height', ''),
(5902, 2025, 'pyre_page_title_mobile_height', ''),
(5903, 2025, 'pyre_page_title_bar_bg_color', ''),
(5904, 2025, 'pyre_page_title_bar_borders_color', ''),
(5905, 2025, 'pyre_page_title_bar_bg', ''),
(5906, 2025, 'pyre_page_title_bar_bg_retina', ''),
(5907, 2025, 'pyre_page_title_bar_bg_full', 'default'),
(5908, 2025, 'pyre_page_title_bg_parallax', 'default'),
(5909, 2025, '_wxr_import_user_slug', 'dario'),
(5910, 2025, '_wxr_import_has_attachment_refs', '1'),
(5911, 2025, 'fusion_demo_import', 'classic'),
(5912, 18, '_wp_page_template', '100-width.php'),
(5914, 18, 'pyre_portfolio_width_100', 'no'),
(5915, 18, 'pyre_portfolio_content_length', 'default'),
(5916, 18, 'pyre_portfolio_excerpt', ''),
(5917, 18, 'pyre_portfolio_filters', 'yes'),
(5918, 18, 'pyre_portfolio_text_layout', 'default'),
(5919, 18, 'pyre_portfolio_featured_image_size', 'default'),
(5920, 18, 'pyre_portfolio_column_spacing', ''),
(5921, 18, 'fusion_builder_status', 'active'),
(5922, 18, 'fusion_builder_converted', 'yes'),
(5923, 18, 'pyre_slider_type', 'rev'),
(5924, 18, 'pyre_slider', '0'),
(5925, 18, 'pyre_wooslider', '0'),
(5926, 18, 'pyre_revslider', 'cube-animation1'),
(5927, 18, 'pyre_elasticslider', '0'),
(5928, 18, 'pyre_slider_position', 'default'),
(5929, 18, 'pyre_avada_rev_styles', 'default'),
(5930, 18, 'pyre_fallback', ''),
(5931, 18, 'pyre_demo_slider', ''),
(5932, 18, 'pyre_main_top_padding', '0px'),
(5933, 18, 'pyre_main_bottom_padding', '0px'),
(5934, 18, 'pyre_hundredp_padding', ''),
(5935, 18, 'pyre_show_first_featured_image', 'no'),
(5936, 18, 'pyre_display_header', 'yes'),
(5937, 18, 'pyre_header_100_width', 'default'),
(5938, 18, 'pyre_header_bg_color', ''),
(5939, 18, 'pyre_header_bg_opacity', ''),
(5940, 18, 'pyre_header_bg', ''),
(5941, 18, 'pyre_header_bg_full', 'no'),
(5942, 18, 'pyre_header_bg_repeat', 'repeat'),
(5943, 18, 'pyre_displayed_menu', '114'),
(5944, 18, 'pyre_display_footer', 'default'),
(5945, 18, 'pyre_display_copyright', 'default'),
(5946, 18, 'pyre_footer_100_width', 'default'),
(5947, 18, 'pyre_sidebar_position', 'default'),
(5948, 18, 'pyre_sidebar_bg_color', ''),
(5949, 18, 'pyre_page_bg_layout', 'default'),
(5950, 18, 'pyre_page_bg_color', ''),
(5951, 18, 'pyre_page_bg', ''),
(5952, 18, 'pyre_page_bg_full', 'no'),
(5953, 18, 'pyre_page_bg_repeat', 'repeat'),
(5954, 18, 'pyre_wide_page_bg_color', ''),
(5955, 18, 'pyre_wide_page_bg', ''),
(5956, 18, 'pyre_wide_page_bg_full', 'no'),
(5957, 18, 'pyre_wide_page_bg_repeat', 'repeat'),
(5958, 18, 'pyre_page_title', 'no'),
(5959, 18, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(5960, 18, 'pyre_page_title_text', 'default'),
(5961, 18, 'pyre_page_title_text_alignment', 'default'),
(5962, 18, 'pyre_page_title_custom_text', ''),
(5963, 18, 'pyre_page_title_text_size', ''),
(5964, 18, 'pyre_page_title_custom_subheader', ''),
(5965, 18, 'pyre_page_title_custom_subheader_text_size', ''),
(5966, 18, 'pyre_page_title_font_color', ''),
(5967, 18, 'pyre_page_title_100_width', 'default'),
(5968, 18, 'pyre_page_title_height', ''),
(5969, 18, 'pyre_page_title_mobile_height', ''),
(5970, 18, 'pyre_page_title_bar_bg_color', ''),
(5971, 18, 'pyre_page_title_bar_borders_color', ''),
(5972, 18, 'pyre_page_title_bar_bg', ''),
(5973, 18, 'pyre_page_title_bar_bg_retina', ''),
(5974, 18, 'pyre_page_title_bar_bg_full', 'default'),
(5975, 18, 'pyre_page_title_bg_parallax', 'default'),
(5976, 18, 'pyre_fallback_id', ''),
(5977, 18, 'pyre_combined_header_bg_color', ''),
(5978, 18, 'pyre_mobile_header_bg_color', ''),
(5979, 18, 'pyre_header_bg_id', ''),
(5980, 18, 'pyre_responsive_sidebar_order', ''),
(5981, 18, 'pyre_sidebar_sticky', 'default'),
(5982, 18, 'pyre_page_bg_id', ''),
(5983, 18, 'pyre_wide_page_bg_id', ''),
(5984, 18, 'pyre_page_title_line_height', ''),
(5985, 18, 'pyre_page_title_subheader_font_color', ''),
(5986, 18, 'pyre_page_title_bar_bg_id', ''),
(5987, 18, 'pyre_page_title_bar_bg_retina_id', ''),
(5988, 18, 'kd_featured-image-2_page_id', ''),
(5989, 18, 'kd_featured-image-3_page_id', ''),
(5990, 18, 'kd_featured-image-4_page_id', ''),
(5991, 18, 'kd_featured-image-5_page_id', ''),
(5992, 18, 'pyre_sidebar_1', ''),
(5993, 18, 'pyre_sidebar_2', ''),
(6000, 18, 'fusion_demo_import', 'classic'),
(8624, 3163, '_form', '<div class=\"fusion-one-half fusion-layout-column fusion-spacing-yes\">[text* your-name placeholder \"Name\"]</div>\n<div class=\"fusion-one-half fusion-layout-column fusion-column-last fusion-spacing-yes\">[email* your-email placeholder \"Email\"] </div>\n\n<div class=\"fusion-one-half fusion-layout-column fusion-spacing-yes\">[text* your-name placeholder \"Telephone\"]</div>\n<div class=\"fusion-one-half fusion-layout-column fusion-column-last fusion-spacing-yes\">[text* your-name placeholder \"Company\"]</div>\n\n<p>[textarea your-message placeholder \"Message\"]</p>\n\n<p>[submit class:fusion-button class:fusion-xlarge, class:button-default class:\"send\"] </p>'),
(8625, 3163, '_mail', ''),
(8626, 3163, '_mail_2', ''),
(8627, 3163, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";}'),
(8628, 3163, '_additional_settings', ''),
(8629, 3163, '_locale', 'en_US'),
(8631, 3163, '_wxr_import_user_slug', 'admin'),
(8632, 3163, 'fusion_demo_import', 'classic'),
(8633, 2880, '_wc_review_count', '0'),
(8634, 2880, '_wc_rating_count', 'a:0:{}'),
(8635, 2880, '_wc_average_rating', '0'),
(8637, 2880, '_sku', 'HS001'),
(8638, 2880, '_regular_price', '60.00'),
(8639, 2880, '_sale_price', ''),
(8640, 2880, '_sale_price_dates_from', ''),
(8641, 2880, '_sale_price_dates_to', ''),
(8642, 2880, 'total_sales', '0'),
(8643, 2880, '_tax_status', 'taxable'),
(8644, 2880, '_tax_class', ''),
(8645, 2880, '_manage_stock', 'no'),
(8646, 2880, '_backorders', 'no'),
(8647, 2880, '_low_stock_amount', ''),
(8648, 2880, '_sold_individually', 'no'),
(8649, 2880, '_weight', ''),
(8650, 2880, '_length', ''),
(8651, 2880, '_width', ''),
(8652, 2880, '_height', ''),
(8653, 2880, '_upsell_ids', 'a:0:{}'),
(8654, 2880, '_crosssell_ids', 'a:0:{}'),
(8655, 2880, '_purchase_note', ''),
(8656, 2880, '_default_attributes', 'a:0:{}'),
(8657, 2880, '_virtual', 'no'),
(8658, 2880, '_downloadable', 'no'),
(8659, 2880, '_product_image_gallery', ''),
(8660, 2880, '_download_limit', '-1'),
(8661, 2880, '_download_expiry', '-1'),
(8662, 2880, '_stock', ''),
(8663, 2880, '_stock_status', 'instock'),
(8664, 2880, '_product_version', '3.5.5'),
(8665, 2880, '_price', '60.00'),
(8666, 2880, 'slide_template', 'default'),
(8667, 2880, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(8668, 2880, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(8669, 2880, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(8670, 2880, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(8671, 2880, 'pyre_main_top_padding', ''),
(8672, 2880, 'pyre_main_bottom_padding', ''),
(8673, 2880, 'pyre_portfolio_width_100', 'default'),
(8674, 2880, 'pyre_hundredp_padding', ''),
(8675, 2880, 'pyre_display_header', 'yes'),
(8676, 2880, 'pyre_header_100_width', 'default'),
(8677, 2880, 'pyre_combined_header_bg_color', ''),
(8678, 2880, 'pyre_mobile_header_bg_color', ''),
(8679, 2880, 'pyre_header_bg', ''),
(8680, 2880, 'pyre_header_bg_id', ''),
(8681, 2880, 'pyre_header_bg_full', 'no'),
(8682, 2880, 'pyre_header_bg_repeat', 'repeat'),
(8683, 2880, 'pyre_displayed_menu', 'default'),
(8684, 2880, 'pyre_display_footer', 'default'),
(8685, 2880, 'pyre_display_copyright', 'default'),
(8686, 2880, 'pyre_footer_100_width', 'default'),
(8687, 2880, 'pyre_sidebar_position', 'default'),
(8688, 2880, 'pyre_responsive_sidebar_order', ''),
(8689, 2880, 'pyre_sidebar_sticky', 'default'),
(8690, 2880, 'pyre_sidebar_bg_color', ''),
(8691, 2880, 'pyre_slider_type', 'no'),
(8692, 2880, 'pyre_slider', '0'),
(8693, 2880, 'pyre_wooslider', ''),
(8694, 2880, 'pyre_revslider', '0'),
(8695, 2880, 'pyre_elasticslider', '0'),
(8696, 2880, 'pyre_slider_position', 'default'),
(8697, 2880, 'pyre_avada_rev_styles', 'default'),
(8698, 2880, 'pyre_fallback', ''),
(8699, 2880, 'pyre_fallback_id', ''),
(8700, 2880, 'pyre_demo_slider', ''),
(8701, 2880, 'pyre_page_bg_layout', 'default'),
(8702, 2880, 'pyre_page_bg_color', ''),
(8703, 2880, 'pyre_page_bg', ''),
(8704, 2880, 'pyre_page_bg_id', ''),
(8705, 2880, 'pyre_page_bg_full', 'no'),
(8706, 2880, 'pyre_page_bg_repeat', 'default'),
(8707, 2880, 'pyre_wide_page_bg_color', ''),
(8708, 2880, 'pyre_wide_page_bg', ''),
(8709, 2880, 'pyre_wide_page_bg_id', ''),
(8710, 2880, 'pyre_wide_page_bg_full', 'no'),
(8711, 2880, 'pyre_wide_page_bg_repeat', 'default'),
(8712, 2880, 'pyre_page_title', 'default'),
(8713, 2880, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(8714, 2880, 'pyre_page_title_text', 'default'),
(8715, 2880, 'pyre_page_title_text_alignment', 'default'),
(8716, 2880, 'pyre_page_title_custom_text', ''),
(8717, 2880, 'pyre_page_title_text_size', ''),
(8718, 2880, 'pyre_page_title_font_color', ''),
(8719, 2880, 'pyre_page_title_line_height', ''),
(8720, 2880, 'pyre_page_title_custom_subheader', ''),
(8721, 2880, 'pyre_page_title_custom_subheader_text_size', ''),
(8722, 2880, 'pyre_page_title_subheader_font_color', ''),
(8723, 2880, 'pyre_page_title_100_width', 'default'),
(8724, 2880, 'pyre_page_title_height', ''),
(8725, 2880, 'pyre_page_title_mobile_height', ''),
(8726, 2880, 'pyre_page_title_bar_bg_color', ''),
(8727, 2880, 'pyre_page_title_bar_borders_color', ''),
(8728, 2880, 'pyre_page_title_bar_bg', ''),
(8729, 2880, 'pyre_page_title_bar_bg_id', ''),
(8730, 2880, 'pyre_page_title_bar_bg_retina', ''),
(8731, 2880, 'pyre_page_title_bar_bg_retina_id', ''),
(8732, 2880, 'pyre_page_title_bar_bg_full', 'default'),
(8733, 2880, 'pyre_page_title_bg_parallax', 'default'),
(8734, 2880, '_wxr_import_user_slug', 'anthony'),
(8735, 2880, 'fusion_demo_import', 'classic'),
(8736, 2882, '_wc_review_count', '0'),
(8737, 2882, '_wc_rating_count', 'a:0:{}'),
(8738, 2882, '_wc_average_rating', '0'),
(8740, 2882, '_sku', 'CT001'),
(8741, 2882, '_regular_price', '60'),
(8742, 2882, '_sale_price', ''),
(8743, 2882, '_sale_price_dates_from', ''),
(8744, 2882, '_sale_price_dates_to', ''),
(8745, 2882, 'total_sales', '0'),
(8746, 2882, '_tax_status', 'taxable'),
(8747, 2882, '_tax_class', ''),
(8748, 2882, '_manage_stock', 'no'),
(8749, 2882, '_backorders', 'no'),
(8750, 2882, '_low_stock_amount', ''),
(8751, 2882, '_sold_individually', 'no'),
(8752, 2882, '_weight', ''),
(8753, 2882, '_length', ''),
(8754, 2882, '_width', ''),
(8755, 2882, '_height', ''),
(8756, 2882, '_upsell_ids', 'a:0:{}'),
(8757, 2882, '_crosssell_ids', 'a:0:{}'),
(8758, 2882, '_purchase_note', ''),
(8759, 2882, '_default_attributes', 'a:0:{}'),
(8760, 2882, '_virtual', 'no'),
(8761, 2882, '_downloadable', 'no'),
(8762, 2882, '_product_image_gallery', ''),
(8763, 2882, '_download_limit', '-1'),
(8764, 2882, '_download_expiry', '-1'),
(8765, 2882, '_stock', ''),
(8766, 2882, '_stock_status', 'instock'),
(8767, 2882, '_product_version', '3.5.5'),
(8768, 2882, '_price', '60'),
(8769, 2882, 'slide_template', 'default'),
(8770, 2882, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(8771, 2882, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(8772, 2882, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(8773, 2882, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(8774, 2882, 'pyre_main_top_padding', ''),
(8775, 2882, 'pyre_main_bottom_padding', ''),
(8776, 2882, 'pyre_portfolio_width_100', 'default'),
(8777, 2882, 'pyre_hundredp_padding', ''),
(8778, 2882, 'pyre_display_header', 'yes'),
(8779, 2882, 'pyre_header_100_width', 'default'),
(8780, 2882, 'pyre_combined_header_bg_color', ''),
(8781, 2882, 'pyre_mobile_header_bg_color', ''),
(8782, 2882, 'pyre_header_bg', ''),
(8783, 2882, 'pyre_header_bg_id', ''),
(8784, 2882, 'pyre_header_bg_full', 'no'),
(8785, 2882, 'pyre_header_bg_repeat', 'repeat'),
(8786, 2882, 'pyre_displayed_menu', 'default'),
(8787, 2882, 'pyre_display_footer', 'default'),
(8788, 2882, 'pyre_display_copyright', 'default'),
(8789, 2882, 'pyre_footer_100_width', 'default'),
(8790, 2882, 'pyre_sidebar_position', 'default'),
(8791, 2882, 'pyre_responsive_sidebar_order', ''),
(8792, 2882, 'pyre_sidebar_sticky', 'default'),
(8793, 2882, 'pyre_sidebar_bg_color', ''),
(8794, 2882, 'pyre_slider_type', 'no'),
(8795, 2882, 'pyre_slider', '0'),
(8796, 2882, 'pyre_wooslider', ''),
(8797, 2882, 'pyre_revslider', '0'),
(8798, 2882, 'pyre_elasticslider', '0'),
(8799, 2882, 'pyre_slider_position', 'default'),
(8800, 2882, 'pyre_avada_rev_styles', 'default'),
(8801, 2882, 'pyre_fallback', ''),
(8802, 2882, 'pyre_fallback_id', ''),
(8803, 2882, 'pyre_demo_slider', ''),
(8804, 2882, 'pyre_page_bg_layout', 'default'),
(8805, 2882, 'pyre_page_bg_color', ''),
(8806, 2882, 'pyre_page_bg', ''),
(8807, 2882, 'pyre_page_bg_id', ''),
(8808, 2882, 'pyre_page_bg_full', 'no'),
(8809, 2882, 'pyre_page_bg_repeat', 'default'),
(8810, 2882, 'pyre_wide_page_bg_color', ''),
(8811, 2882, 'pyre_wide_page_bg', ''),
(8812, 2882, 'pyre_wide_page_bg_id', ''),
(8813, 2882, 'pyre_wide_page_bg_full', 'no'),
(8814, 2882, 'pyre_wide_page_bg_repeat', 'default'),
(8815, 2882, 'pyre_page_title', 'default'),
(8816, 2882, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(8817, 2882, 'pyre_page_title_text', 'default'),
(8818, 2882, 'pyre_page_title_text_alignment', 'default'),
(8819, 2882, 'pyre_page_title_custom_text', ''),
(8820, 2882, 'pyre_page_title_text_size', ''),
(8821, 2882, 'pyre_page_title_font_color', ''),
(8822, 2882, 'pyre_page_title_line_height', ''),
(8823, 2882, 'pyre_page_title_custom_subheader', ''),
(8824, 2882, 'pyre_page_title_custom_subheader_text_size', ''),
(8825, 2882, 'pyre_page_title_subheader_font_color', ''),
(8826, 2882, 'pyre_page_title_100_width', 'default'),
(8827, 2882, 'pyre_page_title_height', ''),
(8828, 2882, 'pyre_page_title_mobile_height', ''),
(8829, 2882, 'pyre_page_title_bar_bg_color', ''),
(8830, 2882, 'pyre_page_title_bar_borders_color', ''),
(8831, 2882, 'pyre_page_title_bar_bg', ''),
(8832, 2882, 'pyre_page_title_bar_bg_id', ''),
(8833, 2882, 'pyre_page_title_bar_bg_retina', ''),
(8834, 2882, 'pyre_page_title_bar_bg_retina_id', ''),
(8835, 2882, 'pyre_page_title_bar_bg_full', 'default'),
(8836, 2882, 'pyre_page_title_bg_parallax', 'default'),
(8837, 2882, '_wxr_import_user_slug', 'anthony'),
(8838, 2882, 'fusion_demo_import', 'classic'),
(8839, 2889, '_wc_review_count', '0'),
(8840, 2889, '_wc_rating_count', 'a:0:{}'),
(8841, 2889, '_wc_average_rating', '0'),
(8843, 2889, '_sku', 'MX001'),
(8844, 2889, '_regular_price', '1200'),
(8845, 2889, '_sale_price', ''),
(8846, 2889, '_sale_price_dates_from', ''),
(8847, 2889, '_sale_price_dates_to', ''),
(8848, 2889, 'total_sales', '0'),
(8849, 2889, '_tax_status', 'taxable'),
(8850, 2889, '_tax_class', ''),
(8851, 2889, '_manage_stock', 'no'),
(8852, 2889, '_backorders', 'no'),
(8853, 2889, '_low_stock_amount', ''),
(8854, 2889, '_sold_individually', 'no'),
(8855, 2889, '_weight', ''),
(8856, 2889, '_length', ''),
(8857, 2889, '_width', ''),
(8858, 2889, '_height', ''),
(8859, 2889, '_upsell_ids', 'a:0:{}'),
(8860, 2889, '_crosssell_ids', 'a:0:{}'),
(8861, 2889, '_purchase_note', ''),
(8862, 2889, '_default_attributes', 'a:0:{}'),
(8863, 2889, '_virtual', 'no'),
(8864, 2889, '_downloadable', 'no'),
(8865, 2889, '_product_image_gallery', ''),
(8866, 2889, '_download_limit', '-1'),
(8867, 2889, '_download_expiry', '-1'),
(8868, 2889, '_stock', ''),
(8869, 2889, '_stock_status', 'instock'),
(8870, 2889, '_product_version', '3.5.5'),
(8871, 2889, '_price', '1200'),
(8872, 2889, 'slide_template', 'default'),
(8873, 2889, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(8874, 2889, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(8875, 2889, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(8876, 2889, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(8877, 2889, 'pyre_main_top_padding', ''),
(8878, 2889, 'pyre_main_bottom_padding', ''),
(8879, 2889, 'pyre_portfolio_width_100', 'default'),
(8880, 2889, 'pyre_hundredp_padding', ''),
(8881, 2889, 'pyre_display_header', 'yes'),
(8882, 2889, 'pyre_header_100_width', 'default'),
(8883, 2889, 'pyre_combined_header_bg_color', ''),
(8884, 2889, 'pyre_mobile_header_bg_color', ''),
(8885, 2889, 'pyre_header_bg', ''),
(8886, 2889, 'pyre_header_bg_id', ''),
(8887, 2889, 'pyre_header_bg_full', 'no'),
(8888, 2889, 'pyre_header_bg_repeat', 'repeat'),
(8889, 2889, 'pyre_displayed_menu', 'default'),
(8890, 2889, 'pyre_display_footer', 'default'),
(8891, 2889, 'pyre_display_copyright', 'default'),
(8892, 2889, 'pyre_footer_100_width', 'default'),
(8893, 2889, 'pyre_sidebar_position', 'default'),
(8894, 2889, 'pyre_responsive_sidebar_order', ''),
(8895, 2889, 'pyre_sidebar_sticky', 'default'),
(8896, 2889, 'pyre_sidebar_bg_color', ''),
(8897, 2889, 'pyre_slider_type', 'no'),
(8898, 2889, 'pyre_slider', '0'),
(8899, 2889, 'pyre_wooslider', ''),
(8900, 2889, 'pyre_revslider', '0'),
(8901, 2889, 'pyre_elasticslider', '0'),
(8902, 2889, 'pyre_slider_position', 'default'),
(8903, 2889, 'pyre_avada_rev_styles', 'default'),
(8904, 2889, 'pyre_fallback', ''),
(8905, 2889, 'pyre_fallback_id', ''),
(8906, 2889, 'pyre_demo_slider', ''),
(8907, 2889, 'pyre_page_bg_layout', 'default'),
(8908, 2889, 'pyre_page_bg_color', ''),
(8909, 2889, 'pyre_page_bg', ''),
(8910, 2889, 'pyre_page_bg_id', ''),
(8911, 2889, 'pyre_page_bg_full', 'no'),
(8912, 2889, 'pyre_page_bg_repeat', 'default'),
(8913, 2889, 'pyre_wide_page_bg_color', ''),
(8914, 2889, 'pyre_wide_page_bg', ''),
(8915, 2889, 'pyre_wide_page_bg_id', ''),
(8916, 2889, 'pyre_wide_page_bg_full', 'no'),
(8917, 2889, 'pyre_wide_page_bg_repeat', 'default'),
(8918, 2889, 'pyre_page_title', 'default'),
(8919, 2889, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(8920, 2889, 'pyre_page_title_text', 'default'),
(8921, 2889, 'pyre_page_title_text_alignment', 'default'),
(8922, 2889, 'pyre_page_title_custom_text', ''),
(8923, 2889, 'pyre_page_title_text_size', ''),
(8924, 2889, 'pyre_page_title_font_color', ''),
(8925, 2889, 'pyre_page_title_line_height', ''),
(8926, 2889, 'pyre_page_title_custom_subheader', ''),
(8927, 2889, 'pyre_page_title_custom_subheader_text_size', ''),
(8928, 2889, 'pyre_page_title_subheader_font_color', ''),
(8929, 2889, 'pyre_page_title_100_width', 'default'),
(8930, 2889, 'pyre_page_title_height', ''),
(8931, 2889, 'pyre_page_title_mobile_height', ''),
(8932, 2889, 'pyre_page_title_bar_bg_color', ''),
(8933, 2889, 'pyre_page_title_bar_borders_color', ''),
(8934, 2889, 'pyre_page_title_bar_bg', ''),
(8935, 2889, 'pyre_page_title_bar_bg_id', ''),
(8936, 2889, 'pyre_page_title_bar_bg_retina', ''),
(8937, 2889, 'pyre_page_title_bar_bg_retina_id', ''),
(8938, 2889, 'pyre_page_title_bar_bg_full', 'default'),
(8939, 2889, 'pyre_page_title_bg_parallax', 'default'),
(8940, 2889, '_wxr_import_user_slug', 'anthony'),
(8941, 2889, 'fusion_demo_import', 'classic'),
(8942, 2891, '_wc_review_count', '0'),
(8943, 2891, '_wc_rating_count', 'a:0:{}'),
(8944, 2891, '_wc_average_rating', '0'),
(8946, 2891, '_sku', ''),
(8947, 2891, '_regular_price', '800'),
(8948, 2891, '_sale_price', ''),
(8949, 2891, '_sale_price_dates_from', ''),
(8950, 2891, '_sale_price_dates_to', ''),
(8951, 2891, 'total_sales', '0'),
(8952, 2891, '_tax_status', 'taxable'),
(8953, 2891, '_tax_class', ''),
(8954, 2891, '_manage_stock', 'no'),
(8955, 2891, '_backorders', 'no'),
(8956, 2891, '_low_stock_amount', ''),
(8957, 2891, '_sold_individually', 'no'),
(8958, 2891, '_weight', ''),
(8959, 2891, '_length', ''),
(8960, 2891, '_width', ''),
(8961, 2891, '_height', ''),
(8962, 2891, '_upsell_ids', 'a:0:{}'),
(8963, 2891, '_crosssell_ids', 'a:0:{}'),
(8964, 2891, '_purchase_note', ''),
(8965, 2891, '_default_attributes', 'a:0:{}'),
(8966, 2891, '_virtual', 'no'),
(8967, 2891, '_downloadable', 'no'),
(8968, 2891, '_product_image_gallery', ''),
(8969, 2891, '_download_limit', '-1'),
(8970, 2891, '_download_expiry', '-1'),
(8971, 2891, '_stock', ''),
(8972, 2891, '_stock_status', 'instock'),
(8973, 2891, '_product_version', '3.7.0'),
(8974, 2891, '_price', '800'),
(8975, 2891, 'slide_template', 'default'),
(8976, 2891, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(8977, 2891, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(8978, 2891, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(8979, 2891, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(8980, 2891, 'pyre_main_top_padding', ''),
(8981, 2891, 'pyre_main_bottom_padding', ''),
(8982, 2891, 'pyre_portfolio_width_100', 'default'),
(8983, 2891, 'pyre_hundredp_padding', ''),
(8984, 2891, 'pyre_display_header', 'yes'),
(8985, 2891, 'pyre_header_100_width', 'default'),
(8986, 2891, 'pyre_combined_header_bg_color', ''),
(8987, 2891, 'pyre_mobile_header_bg_color', ''),
(8988, 2891, 'pyre_header_bg', ''),
(8989, 2891, 'pyre_header_bg_id', ''),
(8990, 2891, 'pyre_header_bg_full', 'no'),
(8991, 2891, 'pyre_header_bg_repeat', 'repeat'),
(8992, 2891, 'pyre_displayed_menu', 'default'),
(8993, 2891, 'pyre_display_footer', 'default'),
(8994, 2891, 'pyre_display_copyright', 'default'),
(8995, 2891, 'pyre_footer_100_width', 'default'),
(8996, 2891, 'pyre_sidebar_position', 'default'),
(8997, 2891, 'pyre_responsive_sidebar_order', ''),
(8998, 2891, 'pyre_sidebar_sticky', 'default'),
(8999, 2891, 'pyre_sidebar_bg_color', ''),
(9000, 2891, 'pyre_slider_type', 'no'),
(9001, 2891, 'pyre_slider', '0'),
(9002, 2891, 'pyre_wooslider', ''),
(9003, 2891, 'pyre_revslider', '0'),
(9004, 2891, 'pyre_elasticslider', '0'),
(9005, 2891, 'pyre_slider_position', 'default'),
(9006, 2891, 'pyre_avada_rev_styles', 'default'),
(9007, 2891, 'pyre_fallback', ''),
(9008, 2891, 'pyre_fallback_id', ''),
(9009, 2891, 'pyre_demo_slider', ''),
(9010, 2891, 'pyre_page_bg_layout', 'default'),
(9011, 2891, 'pyre_page_bg_color', ''),
(9012, 2891, 'pyre_page_bg', ''),
(9013, 2891, 'pyre_page_bg_id', ''),
(9014, 2891, 'pyre_page_bg_full', 'no'),
(9015, 2891, 'pyre_page_bg_repeat', 'default'),
(9016, 2891, 'pyre_wide_page_bg_color', ''),
(9017, 2891, 'pyre_wide_page_bg', ''),
(9018, 2891, 'pyre_wide_page_bg_id', ''),
(9019, 2891, 'pyre_wide_page_bg_full', 'no'),
(9020, 2891, 'pyre_wide_page_bg_repeat', 'default'),
(9021, 2891, 'pyre_page_title', 'default'),
(9022, 2891, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(9023, 2891, 'pyre_page_title_text', 'default'),
(9024, 2891, 'pyre_page_title_text_alignment', 'default'),
(9025, 2891, 'pyre_page_title_custom_text', ''),
(9026, 2891, 'pyre_page_title_text_size', ''),
(9027, 2891, 'pyre_page_title_font_color', ''),
(9028, 2891, 'pyre_page_title_line_height', ''),
(9029, 2891, 'pyre_page_title_custom_subheader', ''),
(9030, 2891, 'pyre_page_title_custom_subheader_text_size', ''),
(9031, 2891, 'pyre_page_title_subheader_font_color', ''),
(9032, 2891, 'pyre_page_title_100_width', 'default'),
(9033, 2891, 'pyre_page_title_height', ''),
(9034, 2891, 'pyre_page_title_mobile_height', ''),
(9035, 2891, 'pyre_page_title_bar_bg_color', ''),
(9036, 2891, 'pyre_page_title_bar_borders_color', ''),
(9037, 2891, 'pyre_page_title_bar_bg', ''),
(9038, 2891, 'pyre_page_title_bar_bg_id', ''),
(9039, 2891, 'pyre_page_title_bar_bg_retina', ''),
(9040, 2891, 'pyre_page_title_bar_bg_retina_id', ''),
(9041, 2891, 'pyre_page_title_bar_bg_full', 'default'),
(9042, 2891, 'pyre_page_title_bg_parallax', 'default'),
(9043, 2891, '_wxr_import_user_slug', 'anthony'),
(9044, 2891, 'fusion_demo_import', 'classic'),
(9049, 3145, '_form', '[text* your-name placeholder \"Name\"]\n\n[email* your-email placeholder \"Email\"]\n\n<p>[submit class:fusion-button class:fusion-xlarge, class:button-default class:\"send\"] </p>'),
(9050, 3145, '_mail', ''),
(9051, 3145, '_mail_2', ''),
(9052, 3145, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(9053, 3145, '_additional_settings', ''),
(9054, 3145, '_locale', 'en_US'),
(9055, 3145, '_wxr_import_user_slug', 'dario'),
(9056, 3145, 'fusion_demo_import', 'classic'),
(9062, 18, '_edit_last', '1'),
(9107, 3178, '_wp_attached_file', '2019/09/DKB_Logo_Default.png'),
(9108, 3178, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:65;s:4:\"file\";s:28:\"2019/09/DKB_Logo_Default.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"DKB_Logo_Default-150x65.png\";s:5:\"width\";i:150;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"DKB_Logo_Default-177x65.png\";s:5:\"width\";i:177;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:26:\"DKB_Logo_Default-66x65.png\";s:5:\"width\";i:66;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:27:\"DKB_Logo_Default-200x62.png\";s:5:\"width\";i:200;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"DKB_Logo_Default-100x65.png\";s:5:\"width\";i:100;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"DKB_Logo_Default-100x65.png\";s:5:\"width\";i:100;s:6:\"height\";i:65;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9109, 3179, '_wp_attached_file', '2019/09/DKB_Logo_Default_Retina.png'),
(9110, 3179, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:421;s:6:\"height\";i:130;s:4:\"file\";s:35:\"2019/09/DKB_Logo_Default_Retina.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"DKB_Logo_Default_Retina-150x130.png\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"DKB_Logo_Default_Retina-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:35:\"DKB_Logo_Default_Retina-300x130.png\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:35:\"DKB_Logo_Default_Retina-177x130.png\";s:5:\"width\";i:177;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"DKB_Logo_Default_Retina-320x130.png\";s:5:\"width\";i:320;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:33:\"DKB_Logo_Default_Retina-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:34:\"DKB_Logo_Default_Retina-200x62.png\";s:5:\"width\";i:200;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:35:\"DKB_Logo_Default_Retina-400x124.png\";s:5:\"width\";i:400;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"DKB_Logo_Default_Retina-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"DKB_Logo_Default_Retina-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9198, 3202, '_wp_attached_file', '2019/09/Slider_03c.jpg'),
(9199, 3202, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/09/Slider_03c.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_03c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Slider_03c-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Slider_03c-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Slider_03c-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"Slider_03c-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"Slider_03c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"Slider_03c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"Slider_03c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"Slider_03c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"Slider_03c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"Slider_03c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"Slider_03c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slider_03c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"Slider_03c-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"Slider_03c-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"Slider_03c-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"Slider_03c-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"Slider_03c-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Slider_03c-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Slider_03c-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_03c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Slider_03c-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Slider_03c-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_03c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9200, 3203, '_wp_attached_file', '2019/09/Slider_04c.jpg');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(9201, 3203, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/09/Slider_04c.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_04c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Slider_04c-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Slider_04c-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Slider_04c-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"Slider_04c-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"Slider_04c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"Slider_04c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"Slider_04c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"Slider_04c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"Slider_04c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"Slider_04c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"Slider_04c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slider_04c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"Slider_04c-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"Slider_04c-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"Slider_04c-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"Slider_04c-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"Slider_04c-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Slider_04c-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Slider_04c-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_04c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Slider_04c-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Slider_04c-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_04c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9202, 3204, '_wp_attached_file', '2019/09/Slider_05c.jpg'),
(9203, 3204, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2019/09/Slider_05c.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_05c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Slider_05c-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Slider_05c-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Slider_05c-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:22:\"Slider_05c-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:22:\"Slider_05c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:22:\"Slider_05c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:22:\"Slider_05c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:22:\"Slider_05c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:22:\"Slider_05c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:22:\"Slider_05c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:22:\"Slider_05c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slider_05c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"Slider_05c-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:22:\"Slider_05c-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:22:\"Slider_05c-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:22:\"Slider_05c-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:23:\"Slider_05c-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Slider_05c-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Slider_05c-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_05c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Slider_05c-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Slider_05c-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_05c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9772, 3256, '_wp_attached_file', '2019/09/Background_01.jpg'),
(9773, 3256, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:25:\"2019/09/Background_01.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Background_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Background_01-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Background_01-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Background_01-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:25:\"Background_01-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:25:\"Background_01-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:25:\"Background_01-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:25:\"Background_01-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:25:\"Background_01-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:25:\"Background_01-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"Background_01-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:25:\"Background_01-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:23:\"Background_01-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:25:\"Background_01-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:25:\"Background_01-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:25:\"Background_01-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:25:\"Background_01-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:26:\"Background_01-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Background_01-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"Background_01-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Background_01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Background_01-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Background_01-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Background_01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10222, 3317, '_wp_attached_file', '2019/09/General-Medicine_05.jpg'),
(10223, 3317, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:449;s:4:\"file\";s:31:\"2019/09/General-Medicine_05.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-768x337.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"General-Medicine_05-1024x449.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:29:\"General-Medicine_05-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:30:\"General-Medicine_05-200x88.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:31:\"General-Medicine_05-400x175.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:31:\"General-Medicine_05-600x263.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:31:\"General-Medicine_05-800x351.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"General-Medicine_05-500x219.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-700x307.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-500x219.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-700x307.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"General-Medicine_05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10760, 3389, '_wp_attached_file', '2019/09/BO-01-1.png'),
(10761, 3389, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-01-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-01-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-01-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-01-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"BO-01-1-200x148.png\";s:5:\"width\";i:200;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-01-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-01-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10762, 3390, '_wp_attached_file', '2019/09/BO-02-1.png'),
(10763, 3390, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:162;s:4:\"file\";s:19:\"2019/09/BO-02-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-02-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"BO-02-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"BO-02-1-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-02-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"BO-02-1-320x162.png\";s:5:\"width\";i:320;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-02-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"BO-02-1-200x100.png\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-02-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-02-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10764, 3391, '_wp_attached_file', '2019/09/BO-03-1.png'),
(10765, 3391, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-03-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-03-1-130x150.png\";s:5:\"width\";i:130;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-03-1-130x142.png\";s:5:\"width\";i:130;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-03-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-03-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-03-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10766, 3392, '_wp_attached_file', '2019/09/BO-04-1.png'),
(10767, 3392, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:187;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-04-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-04-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-04-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-04-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-04-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-04-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10768, 3393, '_wp_attached_file', '2019/09/BO-05-1.png'),
(10769, 3393, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:178;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-05-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-05-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-05-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-05-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-05-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-05-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10770, 3394, '_wp_attached_file', '2019/09/BO-06-1.png'),
(10771, 3394, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-06-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-06-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-06-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-06-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"BO-06-1-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-06-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-06-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10772, 3395, '_wp_attached_file', '2019/09/BO-07-1.png'),
(10773, 3395, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:189;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-07-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-07-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-07-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-07-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-07-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-07-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10774, 3396, '_wp_attached_file', '2019/09/BO-08-1.png'),
(10775, 3396, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:183;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-08-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-08-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-08-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-08-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-08-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-08-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10776, 3397, '_wp_attached_file', '2019/09/BO-09-1.png'),
(10777, 3397, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-09-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-09-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-09-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-09-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"BO-09-1-200x182.png\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-09-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-09-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10778, 3398, '_wp_attached_file', '2019/09/BO-10-1.png'),
(10779, 3398, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:135;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-10-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-10-1-135x150.png\";s:5:\"width\";i:135;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-10-1-135x142.png\";s:5:\"width\";i:135;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-10-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-10-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-10-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10780, 3399, '_wp_attached_file', '2019/09/BO-11-1.png'),
(10781, 3399, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:307;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-11-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-11-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"BO-11-1-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"BO-11-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-11-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-11-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"BO-11-1-200x130.png\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-11-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-11-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10782, 3400, '_wp_attached_file', '2019/09/BO-12-1.png'),
(10783, 3400, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:217;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-12-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-12-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-12-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-12-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"BO-12-1-200x184.png\";s:5:\"width\";i:200;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-12-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-12-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10784, 3401, '_wp_attached_file', '2019/09/BO-13-1.png'),
(10785, 3401, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:114;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-13-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-13-1-114x150.png\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-13-1-114x142.png\";s:5:\"width\";i:114;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-13-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-13-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-13-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10786, 3402, '_wp_attached_file', '2019/09/BO-14-1.png'),
(10787, 3402, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:183;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-14-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-14-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-14-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-14-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-14-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-14-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10788, 3403, '_wp_attached_file', '2019/09/BO-15-1.png'),
(10789, 3403, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:193;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-15-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-15-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-15-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-15-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-15-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-15-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10790, 3404, '_wp_attached_file', '2019/09/BO-16-1.png'),
(10791, 3404, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:127;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-16-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-16-1-127x150.png\";s:5:\"width\";i:127;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-16-1-127x142.png\";s:5:\"width\";i:127;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-16-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-16-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-16-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10792, 3405, '_wp_attached_file', '2019/09/BO-17-1.png'),
(10793, 3405, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-17-1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-17-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"BO-17-1-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"BO-17-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-17-1-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"BO-17-1-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-17-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"BO-17-1-200x123.png\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-17-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-17-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10794, 3406, '_wp_attached_file', '2019/09/BO-18-3.png'),
(10795, 3406, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:307;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-18-3.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-18-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"BO-18-3-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:19:\"BO-18-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-18-3-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-18-3-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:19:\"BO-18-3-200x130.png\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-18-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-18-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10796, 3407, '_wp_attached_file', '2019/09/BO-19-5.png'),
(10797, 3407, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:140;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-19-5.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-19-5-140x150.png\";s:5:\"width\";i:140;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-19-5-140x142.png\";s:5:\"width\";i:140;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-19-5-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-19-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-19-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10798, 3408, '_wp_attached_file', '2019/09/BO-20-1.png'),
(10799, 3408, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:147;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2019/09/BO-20-1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-20-1-147x150.png\";s:5:\"width\";i:147;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:19:\"BO-20-1-147x142.png\";s:5:\"width\";i:147;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:17:\"BO-20-1-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-20-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"BO-20-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10888, 3419, '_wp_attached_file', '2019/09/Services_01.jpg'),
(10889, 3419, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_01.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_01-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_01-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_01-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_01-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_01-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_01-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_01-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_01-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_01-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_01-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_01-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_01-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_01-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_01-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_01-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_01-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_01-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_01-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_01-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_01-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10890, 3420, '_wp_attached_file', '2019/09/Services_02.jpg'),
(10891, 3420, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_02.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_02-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_02-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_02-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_02-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_02-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_02-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_02-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_02-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_02-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_02-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_02-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_02-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_02-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_02-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_02-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_02-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_02-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_02-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_02-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_02-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10892, 3421, '_wp_attached_file', '2019/09/Services_03.jpg'),
(10893, 3421, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_03.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_03-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_03-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_03-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_03-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_03-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_03-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_03-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_03-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_03-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_03-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_03-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_03-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_03-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_03-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_03-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_03-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_03-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_03-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_03-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_03-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_03-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10894, 3422, '_wp_attached_file', '2019/09/Services_04.jpg'),
(10895, 3422, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_04.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_04-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_04-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_04-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_04-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_04-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_04-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_04-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_04-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_04-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_04-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_04-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_04-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_04-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_04-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_04-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_04-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_04-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_04-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_04-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_04-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_04-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10896, 3423, '_wp_attached_file', '2019/09/Services_05.jpg'),
(10897, 3423, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_05.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_05-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_05-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_05-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_05-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_05-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_05-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_05-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_05-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_05-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_05-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_05-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_05-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_05-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_05-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_05-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_05-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_05-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_05-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_05-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_05-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10898, 3424, '_wp_attached_file', '2019/09/Services_06.jpg'),
(10899, 3424, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_06.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_06-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_06-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_06-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_06-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_06-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_06-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_06-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_06-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_06-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_06-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_06-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_06-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_06-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_06-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_06-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_06-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_06-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_06-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_06-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_06-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_06-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_06-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10900, 3425, '_wp_attached_file', '2019/09/Services_07.jpg'),
(10901, 3425, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_07.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_07-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_07-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_07-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_07-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_07-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_07-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_07-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_07-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_07-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_07-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_07-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_07-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_07-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_07-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_07-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_07-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_07-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_07-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_07-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_07-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_07-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_07-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10902, 3426, '_wp_attached_file', '2019/09/Services_08.jpg'),
(10903, 3426, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_08.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_08-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_08-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_08-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_08-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_08-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_08-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_08-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_08-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_08-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_08-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_08-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_08-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_08-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_08-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_08-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_08-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_08-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_08-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_08-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_08-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_08-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_08-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_08-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10904, 3427, '_wp_attached_file', '2019/09/Services_09.jpg'),
(10905, 3427, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_09.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_09-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_09-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_09-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_09-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_09-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_09-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_09-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_09-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_09-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_09-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_09-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_09-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_09-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_09-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_09-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_09-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_09-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_09-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_09-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_09-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_09-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_09-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_09-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10906, 3428, '_wp_attached_file', '2019/09/Services_10.jpg'),
(10907, 3428, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_10.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_10-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_10-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_10-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_10-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_10-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_10-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_10-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_10-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_10-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_10-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_10-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_10-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_10-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_10-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_10-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_10-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_10-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_10-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_10-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10908, 3429, '_wp_attached_file', '2019/09/Services_11.jpg'),
(10909, 3429, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_11.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_11-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_11-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_11-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_11-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_11-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_11-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_11-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_11-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_11-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_11-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_11-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_11-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_11-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_11-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_11-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_11-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_11-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_11-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_11-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10910, 3430, '_wp_attached_file', '2019/09/Services_12.jpg'),
(10911, 3430, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_12.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_12-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_12-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_12-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_12-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_12-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_12-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_12-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_12-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_12-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_12-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_12-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_12-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_12-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_12-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_12-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_12-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_12-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_12-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_12-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10912, 3431, '_wp_attached_file', '2019/09/Services_13.jpg'),
(10913, 3431, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_13.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_13-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_13-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_13-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_13-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_13-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_13-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_13-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_13-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_13-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_13-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_13-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_13-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_13-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_13-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_13-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_13-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_13-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_13-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_13-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10914, 3432, '_wp_attached_file', '2019/09/Services_14.jpg');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(10915, 3432, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:846;s:4:\"file\";s:23:\"2019/09/Services_14.jpg\";s:5:\"sizes\";a:23:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Services_14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Services_14-768x615.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Services_14-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Services_14-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Services_14-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Services_14-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Services_14-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Services_14-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Services_14-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Services_14-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Services_14-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Services_14-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_14-200x160.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Services_14-400x320.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Services_14-600x481.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Services_14-800x641.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Services_14-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Services_14-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Services_14-500x401.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Services_14-700x561.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Services_14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11024, 3442, '_menu_item_type', 'custom'),
(11025, 3442, '_menu_item_menu_item_parent', '0'),
(11026, 3442, '_menu_item_object_id', '3442'),
(11027, 3442, '_menu_item_object', 'custom'),
(11028, 3442, '_menu_item_target', ''),
(11029, 3442, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(11030, 3442, '_menu_item_xfn', ''),
(11031, 3442, '_menu_item_url', 'http://drkarimbennani.com/#DKB'),
(11033, 3442, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:13:\"off_canvas_id\";s:0:\"\";}'),
(13228, 3622, '_edit_last', '1'),
(13239, 3622, 'pyre_post_pagination', 'no'),
(13240, 3622, 'pyre_portfolio_width_100', 'yes'),
(13241, 3622, 'pyre_width', 'full'),
(13242, 3622, 'pyre_show_first_featured_image', 'yes'),
(13243, 3622, 'pyre_fimg_width', ''),
(13244, 3622, 'pyre_fimg_height', ''),
(13245, 3622, 'pyre_video', ''),
(13246, 3622, 'pyre_video_url', ''),
(13247, 3622, 'pyre_project_desc_title', 'no'),
(13248, 3622, 'pyre_project_details', 'no'),
(13249, 3622, 'pyre_project_url', ''),
(13250, 3622, 'pyre_project_url_text', ''),
(13251, 3622, 'pyre_copy_url', ''),
(13252, 3622, 'pyre_copy_url_text', ''),
(13253, 3622, 'pyre_image_rollover_icons', 'default'),
(13254, 3622, 'pyre_link_icon_url', ''),
(13255, 3622, 'pyre_link_icon_target', 'no'),
(13256, 3622, 'pyre_portfolio_author', 'no'),
(13257, 3622, 'pyre_share_box', 'no'),
(13258, 3622, 'pyre_related_posts', 'no'),
(13259, 3622, 'pyre_portfolio_comments', 'no'),
(13260, 3622, 'pyre_slider_type', 'no'),
(13261, 3622, 'pyre_slider', '0'),
(13262, 3622, 'pyre_wooslider', '0'),
(13263, 3622, 'pyre_revslider', '0'),
(13264, 3622, 'pyre_slider_position', 'default'),
(13265, 3622, 'pyre_avada_rev_styles', 'default'),
(13266, 3622, 'pyre_fallback', ''),
(13267, 3622, 'pyre_fallback_id', ''),
(13268, 3622, 'pyre_demo_slider', ''),
(13269, 3622, 'pyre_main_top_padding', '0px'),
(13270, 3622, 'pyre_main_bottom_padding', '0px'),
(13271, 3622, 'pyre_hundredp_padding', '0px'),
(13272, 3622, 'pyre_display_header', 'yes'),
(13273, 3622, 'pyre_header_100_width', 'yes'),
(13274, 3622, 'pyre_combined_header_bg_color', '#ffffff'),
(13275, 3622, 'pyre_mobile_header_bg_color', ''),
(13276, 3622, 'pyre_header_bg', ''),
(13277, 3622, 'pyre_header_bg_id', ''),
(13278, 3622, 'pyre_header_bg_full', 'no'),
(13279, 3622, 'pyre_header_bg_repeat', 'repeat'),
(13280, 3622, 'pyre_displayed_menu', 'default'),
(13281, 3622, 'pyre_display_footer', 'default'),
(13282, 3622, 'pyre_display_copyright', 'default'),
(13283, 3622, 'pyre_footer_100_width', 'default'),
(13284, 3622, 'pyre_sidebar_position', 'default'),
(13285, 3622, 'pyre_responsive_sidebar_order', ''),
(13286, 3622, 'pyre_sidebar_sticky', 'default'),
(13287, 3622, 'pyre_sidebar_bg_color', ''),
(13288, 3622, 'pyre_page_bg_layout', 'wide'),
(13289, 3622, 'pyre_page_bg_color', ''),
(13290, 3622, 'pyre_page_bg', ''),
(13291, 3622, 'pyre_page_bg_id', ''),
(13292, 3622, 'pyre_page_bg_full', 'no'),
(13293, 3622, 'pyre_page_bg_repeat', 'default'),
(13294, 3622, 'pyre_wide_page_bg_color', ''),
(13295, 3622, 'pyre_wide_page_bg', ''),
(13296, 3622, 'pyre_wide_page_bg_id', ''),
(13297, 3622, 'pyre_wide_page_bg_full', 'no'),
(13298, 3622, 'pyre_wide_page_bg_repeat', 'default'),
(13299, 3622, 'pyre_page_title', 'default'),
(13300, 3622, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(13301, 3622, 'pyre_page_title_text', 'yes'),
(13302, 3622, 'pyre_page_title_text_alignment', 'left'),
(13303, 3622, 'pyre_page_title_custom_text', ''),
(13304, 3622, 'pyre_page_title_text_size', '39px'),
(13305, 3622, 'pyre_page_title_font_color', '#368498'),
(13306, 3622, 'pyre_page_title_line_height', ''),
(13307, 3622, 'pyre_page_title_custom_subheader', ''),
(13308, 3622, 'pyre_page_title_custom_subheader_text_size', ''),
(13309, 3622, 'pyre_page_title_subheader_font_color', ''),
(13310, 3622, 'pyre_page_title_100_width', 'yes'),
(13311, 3622, 'pyre_page_title_height', '99px'),
(13312, 3622, 'pyre_page_title_mobile_height', ''),
(13313, 3622, 'pyre_page_title_bar_bg_color', '#ffffff'),
(13314, 3622, 'pyre_page_title_bar_borders_color', '#ffffff'),
(13315, 3622, 'pyre_page_title_bar_bg', ''),
(13316, 3622, 'pyre_page_title_bar_bg_id', ''),
(13317, 3622, 'pyre_page_title_bar_bg_retina', ''),
(13318, 3622, 'pyre_page_title_bar_bg_retina_id', ''),
(13319, 3622, 'pyre_page_title_bar_bg_full', 'default'),
(13320, 3622, 'pyre_page_title_bg_parallax', 'default'),
(13321, 3622, 'fusion_builder_status', 'active'),
(13322, 3622, 'kd_featured-image-2_avada_portfolio_id', ''),
(13323, 3622, 'kd_featured-image-3_avada_portfolio_id', ''),
(13324, 3622, 'kd_featured-image-4_avada_portfolio_id', ''),
(13325, 3622, 'kd_featured-image-5_avada_portfolio_id', ''),
(13490, 3636, 'fusion_builder_status', 'active'),
(13491, 3636, 'pyre_portfolio_options-hide', 'pyre_portfolio_options'),
(13492, 3636, 'pyre_post_pagination', 'no'),
(13493, 3636, 'pyre_portfolio_width_100', 'yes'),
(13494, 3636, 'pyre_width', 'full'),
(13495, 3636, 'pyre_show_first_featured_image', 'yes'),
(13496, 3636, 'pyre_fimg_width', ''),
(13497, 3636, 'pyre_fimg_height', ''),
(13498, 3636, 'pyre_video_url', ''),
(13499, 3636, 'pyre_project_desc_title', 'no'),
(13500, 3636, 'pyre_project_details', 'no'),
(13501, 3636, 'pyre_project_url', ''),
(13502, 3636, 'pyre_project_url_text', ''),
(13503, 3636, 'pyre_copy_url', ''),
(13504, 3636, 'pyre_copy_url_text', ''),
(13505, 3636, 'pyre_image_rollover_icons', 'default'),
(13506, 3636, 'pyre_link_icon_url', ''),
(13507, 3636, 'pyre_link_icon_target', 'no'),
(13508, 3636, 'pyre_portfolio_author', 'no'),
(13509, 3636, 'pyre_share_box', 'no'),
(13510, 3636, 'pyre_related_posts', 'no'),
(13511, 3636, 'pyre_portfolio_comments', 'no'),
(13512, 3636, 'pyre_slider_type', 'no'),
(13513, 3636, 'pyre_slider', '0'),
(13514, 3636, 'pyre_wooslider', '0'),
(13515, 3636, 'pyre_revslider', '0'),
(13516, 3636, 'pyre_slider_position', 'default'),
(13517, 3636, 'pyre_avada_rev_styles', 'default'),
(13518, 3636, 'pyre_fallback', ''),
(13519, 3636, 'pyre_fallback_id', ''),
(13520, 3636, 'pyre_demo_slider', ''),
(13521, 3636, 'pyre_main_top_padding', '0px'),
(13522, 3636, 'pyre_main_bottom_padding', '0px'),
(13523, 3636, 'pyre_hundredp_padding', '0px'),
(13524, 3636, 'pyre_display_header', 'yes'),
(13525, 3636, 'pyre_header_100_width', 'yes'),
(13526, 3636, 'pyre_combined_header_bg_color', '#ffffff'),
(13527, 3636, 'pyre_mobile_header_bg_color', ''),
(13528, 3636, 'pyre_header_bg', ''),
(13529, 3636, 'pyre_header_bg_id', ''),
(13530, 3636, 'pyre_header_bg_full', 'no'),
(13531, 3636, 'pyre_header_bg_repeat', 'repeat'),
(13532, 3636, 'pyre_displayed_menu', 'default'),
(13533, 3636, 'pyre_display_footer', 'default'),
(13534, 3636, 'pyre_display_copyright', 'default'),
(13535, 3636, 'pyre_footer_100_width', 'default'),
(13536, 3636, 'pyre_sidebar_1', ''),
(13537, 3636, 'pyre_sidebar_position', 'default'),
(13538, 3636, 'pyre_responsive_sidebar_order', ''),
(13539, 3636, 'pyre_sidebar_sticky', 'default'),
(13540, 3636, 'pyre_sidebar_bg_color', ''),
(13541, 3636, 'pyre_page_bg_layout', 'wide'),
(13542, 3636, 'pyre_page_bg_color', ''),
(13543, 3636, 'pyre_page_bg', ''),
(13544, 3636, 'pyre_page_bg_id', ''),
(13545, 3636, 'pyre_page_bg_full', 'no'),
(13546, 3636, 'pyre_page_bg_repeat', 'default'),
(13547, 3636, 'pyre_wide_page_bg_color', ''),
(13548, 3636, 'pyre_wide_page_bg', ''),
(13549, 3636, 'pyre_wide_page_bg_id', ''),
(13550, 3636, 'pyre_wide_page_bg_full', 'no'),
(13551, 3636, 'pyre_wide_page_bg_repeat', 'default'),
(13552, 3636, 'pyre_page_title', 'default'),
(13553, 3636, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(13554, 3636, 'pyre_page_title_text', 'yes'),
(13555, 3636, 'pyre_page_title_text_alignment', 'left'),
(13556, 3636, 'pyre_page_title_text_size', '50px'),
(13557, 3636, 'pyre_page_title_font_color', '#5fb2dc'),
(13558, 3636, 'pyre_page_title_line_height', ''),
(13559, 3636, 'pyre_page_title_custom_subheader_text_size', ''),
(13560, 3636, 'pyre_page_title_subheader_font_color', ''),
(13561, 3636, 'pyre_page_title_100_width', 'yes'),
(13562, 3636, 'pyre_page_title_height', '115px'),
(13563, 3636, 'pyre_page_title_mobile_height', ''),
(13564, 3636, 'pyre_page_title_bar_bg_color', '#ffffff'),
(13565, 3636, 'pyre_page_title_bar_borders_color', '#ffffff'),
(13566, 3636, 'pyre_page_title_bar_bg', ''),
(13567, 3636, 'pyre_page_title_bar_bg_id', ''),
(13568, 3636, 'pyre_page_title_bar_bg_retina', ''),
(13569, 3636, 'pyre_page_title_bar_bg_retina_id', ''),
(13570, 3636, 'pyre_page_title_bar_bg_full', 'default'),
(13571, 3636, 'pyre_page_title_bg_parallax', 'default'),
(13573, 3637, '_edit_last', '1'),
(13574, 3638, '_wp_attached_file', '2019/09/Services_01c.jpg'),
(13575, 3638, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/09/Services_01c.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_01c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Services_01c-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Services_01c-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Services_01c-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"Services_01c-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"Services_01c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"Services_01c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"Services_01c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"Services_01c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"Services_01c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"Services_01c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"Services_01c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"Services_01c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_01c-200x75.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"Services_01c-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"Services_01c-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"Services_01c-800x300.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"Services_01c-1200x450.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Services_01c-500x188.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Services_01c-700x263.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_01c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Services_01c-500x188.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Services_01c-700x263.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_01c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13576, 3639, '_wp_attached_file', '2019/09/Services_02c.jpg'),
(13577, 3639, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/09/Services_02c.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_02c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Services_02c-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Services_02c-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Services_02c-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"Services_02c-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"Services_02c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"Services_02c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"Services_02c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"Services_02c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"Services_02c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"Services_02c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"Services_02c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"Services_02c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_02c-200x75.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"Services_02c-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"Services_02c-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"Services_02c-800x300.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"Services_02c-1200x450.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Services_02c-500x188.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Services_02c-700x263.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_02c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Services_02c-500x188.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Services_02c-700x263.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_02c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13578, 3640, '_wp_attached_file', '2019/09/Services_03c.jpg'),
(13579, 3640, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/09/Services_03c.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_03c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Services_03c-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Services_03c-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Services_03c-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"Services_03c-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"Services_03c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"Services_03c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"Services_03c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"Services_03c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"Services_03c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"Services_03c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"Services_03c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"Services_03c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_03c-200x75.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"Services_03c-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"Services_03c-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"Services_03c-800x300.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"Services_03c-1200x450.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Services_03c-500x188.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Services_03c-700x263.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_03c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Services_03c-500x188.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Services_03c-700x263.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_03c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13580, 3641, '_wp_attached_file', '2019/09/Services_04c.jpg'),
(13581, 3641, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:24:\"2019/09/Services_04c.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_04c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Services_04c-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Services_04c-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Services_04c-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"Services_04c-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"Services_04c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"Services_04c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"Services_04c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"Services_04c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"Services_04c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"Services_04c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"Services_04c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"Services_04c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:23:\"Services_04c-200x75.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"Services_04c-400x150.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"Services_04c-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"Services_04c-800x300.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"Services_04c-1200x450.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Services_04c-500x188.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Services_04c-700x263.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_04c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Services_04c-500x188.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Services_04c-700x263.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Services_04c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13591, 3637, 'pyre_post_pagination', 'no'),
(13592, 3637, 'pyre_portfolio_width_100', 'yes'),
(13593, 3637, 'pyre_width', 'full'),
(13594, 3637, 'pyre_show_first_featured_image', 'yes'),
(13595, 3637, 'pyre_fimg_width', ''),
(13596, 3637, 'pyre_fimg_height', ''),
(13597, 3637, 'pyre_video', ''),
(13598, 3637, 'pyre_video_url', ''),
(13599, 3637, 'pyre_project_desc_title', 'no'),
(13600, 3637, 'pyre_project_details', 'no'),
(13601, 3637, 'pyre_project_url', ''),
(13602, 3637, 'pyre_project_url_text', ''),
(13603, 3637, 'pyre_copy_url', ''),
(13604, 3637, 'pyre_copy_url_text', ''),
(13605, 3637, 'pyre_image_rollover_icons', 'default'),
(13606, 3637, 'pyre_link_icon_url', ''),
(13607, 3637, 'pyre_link_icon_target', 'no'),
(13608, 3637, 'pyre_portfolio_author', 'no'),
(13609, 3637, 'pyre_share_box', 'no'),
(13610, 3637, 'pyre_related_posts', 'no'),
(13611, 3637, 'pyre_portfolio_comments', 'no'),
(13612, 3637, 'pyre_slider_type', 'no'),
(13613, 3637, 'pyre_slider', '0'),
(13614, 3637, 'pyre_wooslider', '0'),
(13615, 3637, 'pyre_revslider', '0'),
(13616, 3637, 'pyre_slider_position', 'default'),
(13617, 3637, 'pyre_avada_rev_styles', 'default'),
(13618, 3637, 'pyre_fallback', ''),
(13619, 3637, 'pyre_fallback_id', ''),
(13620, 3637, 'pyre_demo_slider', ''),
(13621, 3637, 'pyre_main_top_padding', '0px'),
(13622, 3637, 'pyre_main_bottom_padding', '0px'),
(13623, 3637, 'pyre_hundredp_padding', '0px'),
(13624, 3637, 'pyre_display_header', 'yes'),
(13625, 3637, 'pyre_header_100_width', 'yes'),
(13626, 3637, 'pyre_combined_header_bg_color', '#ffffff'),
(13627, 3637, 'pyre_mobile_header_bg_color', ''),
(13628, 3637, 'pyre_header_bg', ''),
(13629, 3637, 'pyre_header_bg_id', ''),
(13630, 3637, 'pyre_header_bg_full', 'no'),
(13631, 3637, 'pyre_header_bg_repeat', 'repeat'),
(13632, 3637, 'pyre_displayed_menu', 'default'),
(13633, 3637, 'pyre_display_footer', 'default'),
(13634, 3637, 'pyre_display_copyright', 'default'),
(13635, 3637, 'pyre_footer_100_width', 'default'),
(13636, 3637, 'pyre_sidebar_position', 'default'),
(13637, 3637, 'pyre_responsive_sidebar_order', ''),
(13638, 3637, 'pyre_sidebar_sticky', 'default'),
(13639, 3637, 'pyre_sidebar_bg_color', ''),
(13640, 3637, 'pyre_page_bg_layout', 'wide'),
(13641, 3637, 'pyre_page_bg_color', ''),
(13642, 3637, 'pyre_page_bg', ''),
(13643, 3637, 'pyre_page_bg_id', ''),
(13644, 3637, 'pyre_page_bg_full', 'no'),
(13645, 3637, 'pyre_page_bg_repeat', 'default'),
(13646, 3637, 'pyre_wide_page_bg_color', ''),
(13647, 3637, 'pyre_wide_page_bg', ''),
(13648, 3637, 'pyre_wide_page_bg_id', ''),
(13649, 3637, 'pyre_wide_page_bg_full', 'no'),
(13650, 3637, 'pyre_wide_page_bg_repeat', 'default'),
(13651, 3637, 'pyre_page_title', 'default'),
(13652, 3637, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(13653, 3637, 'pyre_page_title_text', 'yes'),
(13654, 3637, 'pyre_page_title_text_alignment', 'left'),
(13655, 3637, 'pyre_page_title_custom_text', ''),
(13656, 3637, 'pyre_page_title_text_size', '39px'),
(13657, 3637, 'pyre_page_title_font_color', '#368498'),
(13658, 3637, 'pyre_page_title_line_height', ''),
(13659, 3637, 'pyre_page_title_custom_subheader', ''),
(13660, 3637, 'pyre_page_title_custom_subheader_text_size', ''),
(13661, 3637, 'pyre_page_title_subheader_font_color', ''),
(13662, 3637, 'pyre_page_title_100_width', 'yes'),
(13663, 3637, 'pyre_page_title_height', '99px'),
(13664, 3637, 'pyre_page_title_mobile_height', ''),
(13665, 3637, 'pyre_page_title_bar_bg_color', '#ffffff'),
(13666, 3637, 'pyre_page_title_bar_borders_color', '#ffffff'),
(13667, 3637, 'pyre_page_title_bar_bg', ''),
(13668, 3637, 'pyre_page_title_bar_bg_id', ''),
(13669, 3637, 'pyre_page_title_bar_bg_retina', ''),
(13670, 3637, 'pyre_page_title_bar_bg_retina_id', ''),
(13671, 3637, 'pyre_page_title_bar_bg_full', 'default'),
(13672, 3637, 'pyre_page_title_bg_parallax', 'default'),
(13673, 3637, 'fusion_builder_status', 'active'),
(13674, 3637, 'kd_featured-image-2_avada_portfolio_id', ''),
(13675, 3637, 'kd_featured-image-3_avada_portfolio_id', ''),
(13676, 3637, 'kd_featured-image-4_avada_portfolio_id', ''),
(13677, 3637, 'kd_featured-image-5_avada_portfolio_id', ''),
(13695, 3644, '_edit_last', '1'),
(13696, 3644, '_thumbnail_id', '3640'),
(13706, 3644, 'pyre_post_pagination', 'no'),
(13707, 3644, 'pyre_portfolio_width_100', 'yes'),
(13708, 3644, 'pyre_width', 'full'),
(13709, 3644, 'pyre_show_first_featured_image', 'yes'),
(13710, 3644, 'pyre_fimg_width', ''),
(13711, 3644, 'pyre_fimg_height', ''),
(13712, 3644, 'pyre_video', ''),
(13713, 3644, 'pyre_video_url', ''),
(13714, 3644, 'pyre_project_desc_title', 'no'),
(13715, 3644, 'pyre_project_details', 'no'),
(13716, 3644, 'pyre_project_url', ''),
(13717, 3644, 'pyre_project_url_text', ''),
(13718, 3644, 'pyre_copy_url', ''),
(13719, 3644, 'pyre_copy_url_text', ''),
(13720, 3644, 'pyre_image_rollover_icons', 'default'),
(13721, 3644, 'pyre_link_icon_url', ''),
(13722, 3644, 'pyre_link_icon_target', 'no'),
(13723, 3644, 'pyre_portfolio_author', 'no'),
(13724, 3644, 'pyre_share_box', 'no'),
(13725, 3644, 'pyre_related_posts', 'no'),
(13726, 3644, 'pyre_portfolio_comments', 'no'),
(13727, 3644, 'pyre_slider_type', 'no'),
(13728, 3644, 'pyre_slider', '0'),
(13729, 3644, 'pyre_wooslider', '0'),
(13730, 3644, 'pyre_revslider', '0'),
(13731, 3644, 'pyre_slider_position', 'default'),
(13732, 3644, 'pyre_avada_rev_styles', 'default'),
(13733, 3644, 'pyre_fallback', ''),
(13734, 3644, 'pyre_fallback_id', ''),
(13735, 3644, 'pyre_demo_slider', ''),
(13736, 3644, 'pyre_main_top_padding', '0px'),
(13737, 3644, 'pyre_main_bottom_padding', '0px'),
(13738, 3644, 'pyre_hundredp_padding', '0px'),
(13739, 3644, 'pyre_display_header', 'yes'),
(13740, 3644, 'pyre_header_100_width', 'yes'),
(13741, 3644, 'pyre_combined_header_bg_color', '#ffffff'),
(13742, 3644, 'pyre_mobile_header_bg_color', ''),
(13743, 3644, 'pyre_header_bg', ''),
(13744, 3644, 'pyre_header_bg_id', ''),
(13745, 3644, 'pyre_header_bg_full', 'no'),
(13746, 3644, 'pyre_header_bg_repeat', 'repeat'),
(13747, 3644, 'pyre_displayed_menu', 'default'),
(13748, 3644, 'pyre_display_footer', 'default'),
(13749, 3644, 'pyre_display_copyright', 'default'),
(13750, 3644, 'pyre_footer_100_width', 'default'),
(13751, 3644, 'pyre_sidebar_position', 'default'),
(13752, 3644, 'pyre_responsive_sidebar_order', ''),
(13753, 3644, 'pyre_sidebar_sticky', 'default'),
(13754, 3644, 'pyre_sidebar_bg_color', ''),
(13755, 3644, 'pyre_page_bg_layout', 'wide'),
(13756, 3644, 'pyre_page_bg_color', ''),
(13757, 3644, 'pyre_page_bg', ''),
(13758, 3644, 'pyre_page_bg_id', ''),
(13759, 3644, 'pyre_page_bg_full', 'no'),
(13760, 3644, 'pyre_page_bg_repeat', 'default'),
(13761, 3644, 'pyre_wide_page_bg_color', ''),
(13762, 3644, 'pyre_wide_page_bg', ''),
(13763, 3644, 'pyre_wide_page_bg_id', ''),
(13764, 3644, 'pyre_wide_page_bg_full', 'no'),
(13765, 3644, 'pyre_wide_page_bg_repeat', 'default'),
(13766, 3644, 'pyre_page_title', 'default'),
(13767, 3644, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(13768, 3644, 'pyre_page_title_text', 'yes'),
(13769, 3644, 'pyre_page_title_text_alignment', 'left'),
(13770, 3644, 'pyre_page_title_custom_text', ''),
(13771, 3644, 'pyre_page_title_text_size', '39px'),
(13772, 3644, 'pyre_page_title_font_color', '#368498'),
(13773, 3644, 'pyre_page_title_line_height', ''),
(13774, 3644, 'pyre_page_title_custom_subheader', ''),
(13775, 3644, 'pyre_page_title_custom_subheader_text_size', ''),
(13776, 3644, 'pyre_page_title_subheader_font_color', ''),
(13777, 3644, 'pyre_page_title_100_width', 'yes'),
(13778, 3644, 'pyre_page_title_height', '99px'),
(13779, 3644, 'pyre_page_title_mobile_height', ''),
(13780, 3644, 'pyre_page_title_bar_bg_color', '#ffffff'),
(13781, 3644, 'pyre_page_title_bar_borders_color', '#ffffff'),
(13782, 3644, 'pyre_page_title_bar_bg', ''),
(13783, 3644, 'pyre_page_title_bar_bg_id', ''),
(13784, 3644, 'pyre_page_title_bar_bg_retina', ''),
(13785, 3644, 'pyre_page_title_bar_bg_retina_id', ''),
(13786, 3644, 'pyre_page_title_bar_bg_full', 'default'),
(13787, 3644, 'pyre_page_title_bg_parallax', 'default'),
(13788, 3644, 'fusion_builder_status', 'active'),
(13789, 3644, 'kd_featured-image-2_avada_portfolio_id', ''),
(13790, 3644, 'kd_featured-image-3_avada_portfolio_id', ''),
(13791, 3644, 'kd_featured-image-4_avada_portfolio_id', ''),
(13792, 3644, 'kd_featured-image-5_avada_portfolio_id', ''),
(13797, 3637, '_thumbnail_id', '3639'),
(13814, 3646, '_edit_lock', '1682501528:1'),
(13815, 3646, '_edit_last', '1'),
(13816, 3646, '_thumbnail_id', '3641'),
(13826, 3646, 'pyre_post_pagination', 'no'),
(13827, 3646, 'pyre_portfolio_width_100', 'yes'),
(13828, 3646, 'pyre_width', 'full'),
(13829, 3646, 'pyre_show_first_featured_image', 'yes'),
(13830, 3646, 'pyre_fimg_width', ''),
(13831, 3646, 'pyre_fimg_height', ''),
(13832, 3646, 'pyre_video', ''),
(13833, 3646, 'pyre_video_url', ''),
(13834, 3646, 'pyre_project_desc_title', 'no'),
(13835, 3646, 'pyre_project_details', 'no'),
(13836, 3646, 'pyre_project_url', ''),
(13837, 3646, 'pyre_project_url_text', ''),
(13838, 3646, 'pyre_copy_url', ''),
(13839, 3646, 'pyre_copy_url_text', ''),
(13840, 3646, 'pyre_image_rollover_icons', 'default'),
(13841, 3646, 'pyre_link_icon_url', ''),
(13842, 3646, 'pyre_link_icon_target', 'no'),
(13843, 3646, 'pyre_portfolio_author', 'no'),
(13844, 3646, 'pyre_share_box', 'no'),
(13845, 3646, 'pyre_related_posts', 'no'),
(13846, 3646, 'pyre_portfolio_comments', 'no'),
(13847, 3646, 'pyre_slider_type', 'no'),
(13848, 3646, 'pyre_slider', '0'),
(13849, 3646, 'pyre_wooslider', '0'),
(13850, 3646, 'pyre_revslider', '0'),
(13851, 3646, 'pyre_slider_position', 'default'),
(13852, 3646, 'pyre_avada_rev_styles', 'default'),
(13853, 3646, 'pyre_fallback', ''),
(13854, 3646, 'pyre_fallback_id', ''),
(13855, 3646, 'pyre_demo_slider', ''),
(13856, 3646, 'pyre_main_top_padding', '0px'),
(13857, 3646, 'pyre_main_bottom_padding', '0px'),
(13858, 3646, 'pyre_hundredp_padding', '0px'),
(13859, 3646, 'pyre_display_header', 'yes'),
(13860, 3646, 'pyre_header_100_width', 'yes'),
(13861, 3646, 'pyre_combined_header_bg_color', '#ffffff'),
(13862, 3646, 'pyre_mobile_header_bg_color', ''),
(13863, 3646, 'pyre_header_bg', ''),
(13864, 3646, 'pyre_header_bg_id', ''),
(13865, 3646, 'pyre_header_bg_full', 'no'),
(13866, 3646, 'pyre_header_bg_repeat', 'repeat'),
(13867, 3646, 'pyre_displayed_menu', 'default'),
(13868, 3646, 'pyre_display_footer', 'default'),
(13869, 3646, 'pyre_display_copyright', 'default'),
(13870, 3646, 'pyre_footer_100_width', 'default'),
(13871, 3646, 'pyre_sidebar_position', 'default'),
(13872, 3646, 'pyre_responsive_sidebar_order', ''),
(13873, 3646, 'pyre_sidebar_sticky', 'default'),
(13874, 3646, 'pyre_sidebar_bg_color', ''),
(13875, 3646, 'pyre_page_bg_layout', 'wide'),
(13876, 3646, 'pyre_page_bg_color', ''),
(13877, 3646, 'pyre_page_bg', ''),
(13878, 3646, 'pyre_page_bg_id', ''),
(13879, 3646, 'pyre_page_bg_full', 'no'),
(13880, 3646, 'pyre_page_bg_repeat', 'default'),
(13881, 3646, 'pyre_wide_page_bg_color', ''),
(13882, 3646, 'pyre_wide_page_bg', ''),
(13883, 3646, 'pyre_wide_page_bg_id', ''),
(13884, 3646, 'pyre_wide_page_bg_full', 'no'),
(13885, 3646, 'pyre_wide_page_bg_repeat', 'default'),
(13886, 3646, 'pyre_page_title', 'default'),
(13887, 3646, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(13888, 3646, 'pyre_page_title_text', 'yes'),
(13889, 3646, 'pyre_page_title_text_alignment', 'left'),
(13890, 3646, 'pyre_page_title_custom_text', ''),
(13891, 3646, 'pyre_page_title_text_size', '39px'),
(13892, 3646, 'pyre_page_title_font_color', '#368498'),
(13893, 3646, 'pyre_page_title_line_height', ''),
(13894, 3646, 'pyre_page_title_custom_subheader', ''),
(13895, 3646, 'pyre_page_title_custom_subheader_text_size', ''),
(13896, 3646, 'pyre_page_title_subheader_font_color', ''),
(13897, 3646, 'pyre_page_title_100_width', 'yes'),
(13898, 3646, 'pyre_page_title_height', '99px'),
(13899, 3646, 'pyre_page_title_mobile_height', ''),
(13900, 3646, 'pyre_page_title_bar_bg_color', '#ffffff'),
(13901, 3646, 'pyre_page_title_bar_borders_color', '#ffffff'),
(13902, 3646, 'pyre_page_title_bar_bg', ''),
(13903, 3646, 'pyre_page_title_bar_bg_id', ''),
(13904, 3646, 'pyre_page_title_bar_bg_retina', ''),
(13905, 3646, 'pyre_page_title_bar_bg_retina_id', ''),
(13906, 3646, 'pyre_page_title_bar_bg_full', 'default'),
(13907, 3646, 'pyre_page_title_bg_parallax', 'default'),
(13908, 3646, 'fusion_builder_status', 'active'),
(13909, 3646, 'kd_featured-image-2_avada_portfolio_id', ''),
(13910, 3646, 'kd_featured-image-3_avada_portfolio_id', ''),
(13911, 3646, 'kd_featured-image-4_avada_portfolio_id', ''),
(13912, 3646, 'kd_featured-image-5_avada_portfolio_id', ''),
(13977, 3654, '_wp_attached_file', '2019/09/Slider_05c-1.jpg'),
(13978, 3654, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2019/09/Slider_05c-1.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Slider_05c-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:22:\"Slider_05c-1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:24:\"Slider_05c-1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:24:\"Slider_05c-1-400x225.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:24:\"Slider_05c-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:24:\"Slider_05c-1-800x450.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:25:\"Slider_05c-1-1200x675.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Slider_05c-1-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-500x281.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-700x394.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Slider_05c-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13979, 3655, '_menu_item_type', 'custom'),
(13980, 3655, '_menu_item_menu_item_parent', '0'),
(13981, 3655, '_menu_item_object_id', '3655'),
(13982, 3655, '_menu_item_object', 'custom'),
(13983, 3655, '_menu_item_target', ''),
(13984, 3655, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13985, 3655, '_menu_item_xfn', ''),
(13986, 3655, '_menu_item_url', 'http://drkarimbennani.com/#TEMOIGNAGES'),
(13988, 3655, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:13:\"off_canvas_id\";s:0:\"\";}'),
(13989, 3622, '_thumbnail_id', '3638'),
(14517, 3708, '_wp_attached_file', '2019/09/Contact_c.jpg');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(14518, 3708, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:789;s:4:\"file\";s:21:\"2019/09/Contact_c.jpg\";s:5:\"sizes\";a:24:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Contact_c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Contact_c-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Contact_c-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Contact_c-1024x421.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"Contact_c-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"Contact_c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"Contact_c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"Contact_c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"Contact_c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"Contact_c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"Contact_c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"Contact_c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"Contact_c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"Contact_c-200x82.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:82;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"Contact_c-400x164.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"Contact_c-600x247.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"Contact_c-800x329.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"Contact_c-1200x493.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Contact_c-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Contact_c-700x288.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Contact_c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"Contact_c-500x205.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Contact_c-700x288.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Contact_c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14825, 3732, '_menu_item_type', 'custom'),
(14826, 3732, '_menu_item_menu_item_parent', '0'),
(14827, 3732, '_menu_item_object_id', '3732'),
(14828, 3732, '_menu_item_object', 'custom'),
(14829, 3732, '_menu_item_target', ''),
(14830, 3732, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(14831, 3732, '_menu_item_xfn', ''),
(14832, 3732, '_menu_item_url', '#'),
(14834, 3732, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:3:\"off\";s:5:\"width\";s:9:\"fullwidth\";s:7:\"columns\";s:1:\"3\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:6:\"select\";s:4:\"4574\";s:13:\"off_canvas_id\";s:0:\"\";}'),
(15095, 3756, '_wp_attached_file', '2019/09/Logo_DKB_footer.png'),
(15096, 3756, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:278;s:6:\"height\";i:86;s:4:\"file\";s:27:\"2019/09/Logo_DKB_footer.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Logo_DKB_footer-150x86.png\";s:5:\"width\";i:150;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"Logo_DKB_footer-177x86.png\";s:5:\"width\";i:177;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"Logo_DKB_footer-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:26:\"Logo_DKB_footer-200x62.png\";s:5:\"width\";i:200;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17785, 4004, '_wp_attached_file', '2019/10/background_10c.jpg'),
(17786, 4004, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:1049;s:4:\"file\";s:26:\"2019/10/background_10c.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"background_10c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"background_10c-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"background_10c-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"background_10c-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"background_10c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"background_10c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"background_10c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"background_10c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"background_10c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"background_10c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"background_10c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"background_10c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"background_10c-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"background_10c-400x599.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"background_10c-600x899.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17787, 4005, '_wp_attached_file', '2019/10/background_11c.jpg'),
(17788, 4005, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:748;s:6:\"height\";i:1007;s:4:\"file\";s:26:\"2019/10/background_11c.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"background_11c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"background_11c-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"background_11c-748x400.jpg\";s:5:\"width\";i:748;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"background_11c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"background_11c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"background_11c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"background_11c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"background_11c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"background_11c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"background_11c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"background_11c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"background_11c-200x269.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"background_11c-400x539.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"background_11c-600x808.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:808;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17789, 4006, '_wp_attached_file', '2019/10/background_04c.jpg'),
(17790, 4006, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:636;s:4:\"file\";s:26:\"2019/10/background_04c.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"background_04c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"background_04c-300x273.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"background_04c-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"background_04c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"background_04c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"background_04c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"background_04c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"background_04c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"background_04c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"background_04c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"background_04c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"background_04c-200x182.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"background_04c-400x363.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"background_04c-600x545.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17791, 4007, '_wp_attached_file', '2019/10/background_06c.jpg'),
(17792, 4007, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:750;s:6:\"height\";i:1065;s:4:\"file\";s:26:\"2019/10/background_06c.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"background_06c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"background_06c-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"background_06c-721x1024.jpg\";s:5:\"width\";i:721;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"background_06c-750x400.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"background_06c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"background_06c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"background_06c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"background_06c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"background_06c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"background_06c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"background_06c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"background_06c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"background_06c-200x284.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"background_06c-400x568.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"background_06c-600x852.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(17793, 4008, '_wp_attached_file', '2019/10/background_08c.jpg'),
(17794, 4008, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:700;s:6:\"height\";i:1050;s:4:\"file\";s:26:\"2019/10/background_08c.jpg\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"background_08c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"background_08c-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"background_08c-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:26:\"background_08c-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:26:\"background_08c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:26:\"background_08c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:26:\"background_08c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"background_08c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:26:\"background_08c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"background_08c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:26:\"background_08c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:24:\"background_08c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:26:\"background_08c-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:26:\"background_08c-400x600.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:26:\"background_08c-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18661, 4080, '_wp_attached_file', '2019/10/DKB_Logo_Mobile.png'),
(18662, 4080, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:275;s:6:\"height\";i:85;s:4:\"file\";s:27:\"2019/10/DKB_Logo_Mobile.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DKB_Logo_Mobile-150x85.png\";s:5:\"width\";i:150;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:26:\"DKB_Logo_Mobile-177x85.png\";s:5:\"width\";i:177;s:6:\"height\";i:85;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"DKB_Logo_Mobile-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:26:\"DKB_Logo_Mobile-200x62.png\";s:5:\"width\";i:200;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18663, 4081, '_wp_attached_file', '2019/10/DKB_Logo_MobileRetina.png'),
(18664, 4081, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:551;s:6:\"height\";i:170;s:4:\"file\";s:33:\"2019/10/DKB_Logo_MobileRetina.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"DKB_Logo_MobileRetina-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"DKB_Logo_MobileRetina-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:33:\"DKB_Logo_MobileRetina-540x170.png\";s:5:\"width\";i:540;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:33:\"DKB_Logo_MobileRetina-460x170.png\";s:5:\"width\";i:460;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:33:\"DKB_Logo_MobileRetina-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:33:\"DKB_Logo_MobileRetina-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"DKB_Logo_MobileRetina-320x170.png\";s:5:\"width\";i:320;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:31:\"DKB_Logo_MobileRetina-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:32:\"DKB_Logo_MobileRetina-200x62.png\";s:5:\"width\";i:200;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}i:400;a:4:{s:4:\"file\";s:33:\"DKB_Logo_MobileRetina-400x123.png\";s:5:\"width\";i:400;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18689, 4082, 'fusion_builder_status', 'active'),
(18690, 4082, '_wp_page_template', '100-width.php'),
(18691, 4082, 'pyre_page_options-hide', 'pyre_page_options'),
(18692, 4082, 'pyre_slider_type', 'no'),
(18693, 4082, 'pyre_slider', '0'),
(18694, 4082, 'pyre_wooslider', '0'),
(18695, 4082, 'pyre_revslider', '0'),
(18696, 4082, 'pyre_slider_position', 'default'),
(18697, 4082, 'pyre_avada_rev_styles', 'default'),
(18698, 4082, 'pyre_fallback', ''),
(18699, 4082, 'pyre_fallback_id', ''),
(18700, 4082, 'pyre_demo_slider', ''),
(18701, 4082, 'pyre_main_top_padding', '0px'),
(18702, 4082, 'pyre_main_bottom_padding', '0px'),
(18703, 4082, 'pyre_hundredp_padding', '0px'),
(18704, 4082, 'pyre_show_first_featured_image', 'no'),
(18705, 4082, 'pyre_display_header', 'yes'),
(18706, 4082, 'pyre_header_100_width', 'no'),
(18707, 4082, 'pyre_combined_header_bg_color', ''),
(18708, 4082, 'pyre_mobile_header_bg_color', '#e91e63'),
(18709, 4082, 'pyre_header_bg', ''),
(18710, 4082, 'pyre_header_bg_id', ''),
(18711, 4082, 'pyre_header_bg_full', 'no'),
(18712, 4082, 'pyre_header_bg_repeat', 'repeat'),
(18713, 4082, 'pyre_displayed_menu', '114'),
(18714, 4082, 'pyre_display_footer', 'default'),
(18715, 4082, 'pyre_display_copyright', 'default'),
(18716, 4082, 'pyre_footer_100_width', 'default'),
(18717, 4082, 'pyre_sidebar_1', 'default_sidebar'),
(18718, 4082, 'pyre_sidebar_position', 'default'),
(18719, 4082, 'pyre_responsive_sidebar_order', ''),
(18720, 4082, 'pyre_sidebar_sticky', 'default'),
(18721, 4082, 'pyre_sidebar_bg_color', ''),
(18722, 4082, 'pyre_page_bg_layout', 'default'),
(18723, 4082, 'pyre_page_bg_color', ''),
(18724, 4082, 'pyre_page_bg', ''),
(18725, 4082, 'pyre_page_bg_id', ''),
(18726, 4082, 'pyre_page_bg_full', 'default'),
(18727, 4082, 'pyre_page_bg_repeat', 'default'),
(18728, 4082, 'pyre_wide_page_bg_color', ''),
(18729, 4082, 'pyre_wide_page_bg', ''),
(18730, 4082, 'pyre_wide_page_bg_id', ''),
(18731, 4082, 'pyre_wide_page_bg_full', 'default'),
(18732, 4082, 'pyre_wide_page_bg_repeat', 'default'),
(18733, 4082, 'pyre_page_title', 'no'),
(18734, 4082, 'pyre_page_title_breadcrumbs_search_bar', 'none'),
(18735, 4082, 'pyre_page_title_text', 'default'),
(18736, 4082, 'pyre_page_title_text_alignment', 'default'),
(18737, 4082, 'pyre_page_title_text_size', ''),
(18738, 4082, 'pyre_page_title_font_color', ''),
(18739, 4082, 'pyre_page_title_line_height', ''),
(18740, 4082, 'pyre_page_title_custom_subheader_text_size', ''),
(18741, 4082, 'pyre_page_title_subheader_font_color', ''),
(18742, 4082, 'pyre_page_title_100_width', 'default'),
(18743, 4082, 'pyre_page_title_height', ''),
(18744, 4082, 'pyre_page_title_mobile_height', ''),
(18745, 4082, 'pyre_page_title_bar_bg_color', ''),
(18746, 4082, 'pyre_page_title_bar_borders_color', ''),
(18747, 4082, 'pyre_page_title_bar_bg', ''),
(18748, 4082, 'pyre_page_title_bar_bg_id', ''),
(18749, 4082, 'pyre_page_title_bar_bg_retina', ''),
(18750, 4082, 'pyre_page_title_bar_bg_retina_id', ''),
(18751, 4082, 'pyre_page_title_bar_bg_full', 'default'),
(18752, 4082, 'pyre_page_title_bg_parallax', 'yes'),
(18757, 4084, '_edit_last', '1'),
(18758, 4084, '_wp_page_template', '100-width.php'),
(18768, 4084, 'pyre_slider_type', 'no'),
(18769, 4084, 'pyre_slider', '0'),
(18770, 4084, 'pyre_wooslider', '0'),
(18771, 4084, 'pyre_revslider', '0'),
(18772, 4084, 'pyre_slider_position', 'default'),
(18773, 4084, 'pyre_avada_rev_styles', 'default'),
(18774, 4084, 'pyre_fallback', ''),
(18775, 4084, 'pyre_fallback_id', ''),
(18776, 4084, 'pyre_demo_slider', ''),
(18777, 4084, 'pyre_main_top_padding', '0px'),
(18778, 4084, 'pyre_main_bottom_padding', '0px'),
(18779, 4084, 'pyre_hundredp_padding', '0px'),
(18780, 4084, 'pyre_show_first_featured_image', 'no'),
(18781, 4084, 'pyre_display_header', 'yes'),
(18782, 4084, 'pyre_header_100_width', 'no'),
(18783, 4084, 'pyre_combined_header_bg_color', ''),
(18784, 4084, 'pyre_mobile_header_bg_color', '#ffffff'),
(18785, 4084, 'pyre_header_bg', ''),
(18786, 4084, 'pyre_header_bg_id', ''),
(18787, 4084, 'pyre_header_bg_full', 'no'),
(18788, 4084, 'pyre_header_bg_repeat', 'repeat'),
(18789, 4084, 'pyre_displayed_menu', '114'),
(18790, 4084, 'pyre_display_footer', 'default'),
(18791, 4084, 'pyre_display_copyright', 'default'),
(18792, 4084, 'pyre_footer_100_width', 'default'),
(18793, 4084, 'pyre_sidebar_position', 'default'),
(18794, 4084, 'pyre_responsive_sidebar_order', ''),
(18795, 4084, 'pyre_sidebar_sticky', 'default'),
(18796, 4084, 'pyre_sidebar_bg_color', ''),
(18797, 4084, 'pyre_page_bg_layout', 'default'),
(18798, 4084, 'pyre_page_bg_color', ''),
(18799, 4084, 'pyre_page_bg', ''),
(18800, 4084, 'pyre_page_bg_id', ''),
(18801, 4084, 'pyre_page_bg_full', 'default'),
(18802, 4084, 'pyre_page_bg_repeat', 'default'),
(18803, 4084, 'pyre_wide_page_bg_color', ''),
(18804, 4084, 'pyre_wide_page_bg', ''),
(18805, 4084, 'pyre_wide_page_bg_id', ''),
(18806, 4084, 'pyre_wide_page_bg_full', 'default'),
(18807, 4084, 'pyre_wide_page_bg_repeat', 'default'),
(18808, 4084, 'pyre_page_title', 'no'),
(18809, 4084, 'pyre_page_title_breadcrumbs_search_bar', 'none'),
(18810, 4084, 'pyre_page_title_text', 'default'),
(18811, 4084, 'pyre_page_title_text_alignment', 'default'),
(18812, 4084, 'pyre_page_title_custom_text', ''),
(18813, 4084, 'pyre_page_title_text_size', ''),
(18814, 4084, 'pyre_page_title_font_color', ''),
(18815, 4084, 'pyre_page_title_line_height', ''),
(18816, 4084, 'pyre_page_title_custom_subheader', ''),
(18817, 4084, 'pyre_page_title_custom_subheader_text_size', ''),
(18818, 4084, 'pyre_page_title_subheader_font_color', ''),
(18819, 4084, 'pyre_page_title_100_width', 'default'),
(18820, 4084, 'pyre_page_title_height', ''),
(18821, 4084, 'pyre_page_title_mobile_height', ''),
(18822, 4084, 'pyre_page_title_bar_bg_color', ''),
(18823, 4084, 'pyre_page_title_bar_borders_color', ''),
(18824, 4084, 'pyre_page_title_bar_bg', ''),
(18825, 4084, 'pyre_page_title_bar_bg_id', ''),
(18826, 4084, 'pyre_page_title_bar_bg_retina', ''),
(18827, 4084, 'pyre_page_title_bar_bg_retina_id', ''),
(18828, 4084, 'pyre_page_title_bar_bg_full', 'default'),
(18829, 4084, 'pyre_page_title_bg_parallax', 'yes'),
(18830, 4084, 'fusion_builder_status', 'active'),
(18831, 4084, 'kd_featured-image-2_page_id', ''),
(18832, 4084, 'kd_featured-image-3_page_id', ''),
(18833, 4084, 'kd_featured-image-4_page_id', ''),
(18834, 4084, 'kd_featured-image-5_page_id', ''),
(18855, 4086, '_menu_item_type', 'post_type'),
(18856, 4086, '_menu_item_menu_item_parent', '0'),
(18857, 4086, '_menu_item_object_id', '4084'),
(18858, 4086, '_menu_item_object', 'page'),
(18859, 4086, '_menu_item_target', ''),
(18860, 4086, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(18861, 4086, '_menu_item_xfn', ''),
(18862, 4086, '_menu_item_url', ''),
(18864, 4086, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:13:\"off_canvas_id\";s:0:\"\";}'),
(18933, 4094, '_wp_attached_file', '2019/10/Slider_01.jpg'),
(18934, 4094, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/10/Slider_01.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Slider_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Slider_01-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Slider_01-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Slider_01-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"Slider_01-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"Slider_01-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"Slider_01-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"Slider_01-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"Slider_01-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"Slider_01-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"Slider_01-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"Slider_01-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"Slider_01-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"Slider_01-200x94.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"Slider_01-400x188.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"Slider_01-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"Slider_01-800x375.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"Slider_01-1200x563.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18935, 4095, '_wp_attached_file', '2019/10/Slider_02.jpg'),
(18936, 4095, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/10/Slider_02.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Slider_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Slider_02-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Slider_02-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Slider_02-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"Slider_02-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"Slider_02-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"Slider_02-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"Slider_02-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"Slider_02-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"Slider_02-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"Slider_02-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"Slider_02-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"Slider_02-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"Slider_02-200x94.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"Slider_02-400x188.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"Slider_02-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"Slider_02-800x375.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"Slider_02-1200x563.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18937, 4096, '_wp_attached_file', '2019/10/Slider_03.jpg'),
(18938, 4096, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/10/Slider_03.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Slider_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Slider_03-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Slider_03-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Slider_03-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"Slider_03-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"Slider_03-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"Slider_03-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"Slider_03-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"Slider_03-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"Slider_03-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"Slider_03-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"Slider_03-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"Slider_03-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"Slider_03-200x94.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"Slider_03-400x188.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"Slider_03-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"Slider_03-800x375.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"Slider_03-1200x563.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18939, 4097, '_wp_attached_file', '2019/10/Slider_04.jpg'),
(18940, 4097, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2019/10/Slider_04.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Slider_04-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Slider_04-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Slider_04-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Slider_04-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:21:\"Slider_04-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:21:\"Slider_04-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:21:\"Slider_04-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:21:\"Slider_04-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:21:\"Slider_04-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:21:\"Slider_04-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"Slider_04-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:21:\"Slider_04-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:19:\"Slider_04-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:20:\"Slider_04-200x94.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:21:\"Slider_04-400x188.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:21:\"Slider_04-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:21:\"Slider_04-800x375.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:22:\"Slider_04-1200x563.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(18941, 4098, '_wp_attached_file', '2019/10/Slider_02.1.jpg'),
(18942, 4098, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2019/10/Slider_02.1.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-768x360.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Slider_02.1-1024x480.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"Slider_02.1-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"Slider_02.1-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"Slider_02.1-200x94.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"Slider_02.1-400x188.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"Slider_02.1-600x281.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"Slider_02.1-800x375.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"Slider_02.1-1200x563.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19051, 4108, '_menu_item_type', 'post_type'),
(19052, 4108, '_menu_item_menu_item_parent', '0'),
(19053, 4108, '_menu_item_object_id', '18'),
(19054, 4108, '_menu_item_object', 'page'),
(19055, 4108, '_menu_item_target', ''),
(19056, 4108, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19057, 4108, '_menu_item_xfn', ''),
(19058, 4108, '_menu_item_url', ''),
(19060, 4108, '_menu_item_fusion_megamenu', 'a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(19061, 4109, '_menu_item_type', 'custom'),
(19062, 4109, '_menu_item_menu_item_parent', '0'),
(19063, 4109, '_menu_item_object_id', '4109'),
(19064, 4109, '_menu_item_object', 'custom'),
(19065, 4109, '_menu_item_target', ''),
(19066, 4109, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19067, 4109, '_menu_item_xfn', ''),
(19068, 4109, '_menu_item_url', 'http://drkarimbennani.com/#DKB'),
(19070, 4109, '_menu_item_fusion_megamenu', 'a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(19071, 4110, '_menu_item_type', 'custom'),
(19072, 4110, '_menu_item_menu_item_parent', '0'),
(19073, 4110, '_menu_item_object_id', '4110'),
(19074, 4110, '_menu_item_object', 'custom'),
(19075, 4110, '_menu_item_target', ''),
(19076, 4110, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19077, 4110, '_menu_item_xfn', ''),
(19078, 4110, '_menu_item_url', '#'),
(19080, 4110, '_menu_item_fusion_megamenu', 'a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(19081, 4111, '_menu_item_type', 'custom'),
(19082, 4111, '_menu_item_menu_item_parent', '0');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(19083, 4111, '_menu_item_object_id', '4111'),
(19084, 4111, '_menu_item_object', 'custom'),
(19085, 4111, '_menu_item_target', ''),
(19086, 4111, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19087, 4111, '_menu_item_xfn', ''),
(19088, 4111, '_menu_item_url', 'http://drkarimbennani.com/#TEMOIGNAGES'),
(19090, 4111, '_menu_item_fusion_megamenu', 'a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(19091, 4112, '_menu_item_type', 'post_type'),
(19092, 4112, '_menu_item_menu_item_parent', '0'),
(19093, 4112, '_menu_item_object_id', '4084'),
(19094, 4112, '_menu_item_object', 'page'),
(19095, 4112, '_menu_item_target', ''),
(19096, 4112, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19097, 4112, '_menu_item_xfn', ''),
(19098, 4112, '_menu_item_url', ''),
(19100, 4112, '_menu_item_fusion_megamenu', 'a:15:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:3:\"off\";s:5:\"width\";s:3:\"off\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(19101, 4113, '_menu_item_type', 'custom'),
(19102, 4113, '_menu_item_menu_item_parent', '4110'),
(19103, 4113, '_menu_item_object_id', '4113'),
(19104, 4113, '_menu_item_object', 'custom'),
(19105, 4113, '_menu_item_target', ''),
(19106, 4113, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19107, 4113, '_menu_item_xfn', ''),
(19108, 4113, '_menu_item_url', 'http://drkarimbennani.com/?avada_portfolio=medecine-generale'),
(19110, 4113, '_menu_item_fusion_megamenu', 'a:17:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";}'),
(19111, 4114, '_menu_item_type', 'custom'),
(19112, 4114, '_menu_item_menu_item_parent', '4110'),
(19113, 4114, '_menu_item_object_id', '4114'),
(19114, 4114, '_menu_item_object', 'custom'),
(19115, 4114, '_menu_item_target', ''),
(19116, 4114, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19117, 4114, '_menu_item_xfn', ''),
(19118, 4114, '_menu_item_url', 'http://drkarimbennani.com/?avada_portfolio=diabete'),
(19120, 4114, '_menu_item_fusion_megamenu', 'a:17:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";}'),
(19121, 4115, '_menu_item_type', 'custom'),
(19122, 4115, '_menu_item_menu_item_parent', '4110'),
(19123, 4115, '_menu_item_object_id', '4115'),
(19124, 4115, '_menu_item_object', 'custom'),
(19125, 4115, '_menu_item_target', ''),
(19126, 4115, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19127, 4115, '_menu_item_xfn', ''),
(19128, 4115, '_menu_item_url', 'http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale'),
(19130, 4115, '_menu_item_fusion_megamenu', 'a:17:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";}'),
(19131, 4116, '_menu_item_type', 'custom'),
(19132, 4116, '_menu_item_menu_item_parent', '4110'),
(19133, 4116, '_menu_item_object_id', '4116'),
(19134, 4116, '_menu_item_object', 'custom'),
(19135, 4116, '_menu_item_target', ''),
(19136, 4116, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(19137, 4116, '_menu_item_xfn', ''),
(19138, 4116, '_menu_item_url', 'http://drkarimbennani.com/?avada_portfolio=nutrition'),
(19140, 4116, '_menu_item_fusion_megamenu', 'a:17:{s:5:\"style\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:0:\"\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:5:\"title\";s:0:\"\";s:10:\"widgetarea\";s:1:\"0\";}'),
(19141, 4117, '_wp_attached_file', '2019/10/BO-01b.png'),
(19142, 4117, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:270;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-01b.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-01b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-01b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-01b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"BO-01b-200x148.png\";s:5:\"width\";i:200;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19143, 4118, '_wp_attached_file', '2019/10/BO-02b.png'),
(19144, 4118, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:162;s:4:\"file\";s:18:\"2019/10/BO-02b.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-02b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"BO-02b-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"BO-02b-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-02b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"BO-02b-320x162.png\";s:5:\"width\";i:320;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-02b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"BO-02b-200x100.png\";s:5:\"width\";i:200;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19145, 4119, '_wp_attached_file', '2019/10/BO-03b.png'),
(19146, 4119, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:130;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-03b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-03b-130x150.png\";s:5:\"width\";i:130;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-03b-130x142.png\";s:5:\"width\";i:130;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-03b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19147, 4120, '_wp_attached_file', '2019/10/BO-04b.png'),
(19148, 4120, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:187;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-04b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-04b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-04b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-04b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19149, 4121, '_wp_attached_file', '2019/10/BO-05b.png'),
(19150, 4121, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:178;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-05b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-05b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-05b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-05b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19151, 4122, '_wp_attached_file', '2019/10/BO-06b.png'),
(19152, 4122, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-06b.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-06b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-06b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-06b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"BO-06b-200x200.png\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19153, 4123, '_wp_attached_file', '2019/10/BO-07b.png'),
(19154, 4123, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:189;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-07b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-07b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-07b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-07b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19155, 4124, '_wp_attached_file', '2019/10/BO-08b.png'),
(19156, 4124, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:183;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-08b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-08b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-08b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-08b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19157, 4125, '_wp_attached_file', '2019/10/BO-09b.png'),
(19158, 4125, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:220;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-09b.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-09b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-09b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-09b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"BO-09b-200x182.png\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19159, 4126, '_wp_attached_file', '2019/10/BO-10b.png'),
(19160, 4126, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:135;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-10b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-10b-135x150.png\";s:5:\"width\";i:135;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-10b-135x142.png\";s:5:\"width\";i:135;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-10b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19161, 4127, '_wp_attached_file', '2019/10/BO-11b.png'),
(19162, 4127, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:307;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-11b.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-11b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"BO-11b-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"BO-11b-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-11b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-11b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"BO-11b-200x130.png\";s:5:\"width\";i:200;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19163, 4128, '_wp_attached_file', '2019/10/BO-12b.png'),
(19164, 4128, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:217;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-12b.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-12b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-12b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-12b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"BO-12b-200x184.png\";s:5:\"width\";i:200;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19165, 4129, '_wp_attached_file', '2019/10/BO-13b.png'),
(19166, 4129, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:114;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-13b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-13b-114x150.png\";s:5:\"width\";i:114;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-13b-114x142.png\";s:5:\"width\";i:114;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-13b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19167, 4130, '_wp_attached_file', '2019/10/BO-14b.png'),
(19168, 4130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:183;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-14b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-14b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-14b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-14b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19169, 4131, '_wp_attached_file', '2019/10/BO-15b.png'),
(19170, 4131, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:193;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-15b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-15b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-15b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-15b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19171, 4132, '_wp_attached_file', '2019/10/BO-16b.png'),
(19172, 4132, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:127;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-16b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-16b-127x150.png\";s:5:\"width\";i:127;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-16b-127x142.png\";s:5:\"width\";i:127;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-16b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19173, 4133, '_wp_attached_file', '2019/10/BO-17b.png'),
(19174, 4133, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-17b.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-17b-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"BO-17b-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:18:\"BO-17b-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-17b-177x142.png\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:18:\"BO-17b-320x200.png\";s:5:\"width\";i:320;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-17b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}i:200;a:4:{s:4:\"file\";s:18:\"BO-17b-200x123.png\";s:5:\"width\";i:200;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19175, 4134, '_wp_attached_file', '2019/10/BO-19b.png'),
(19176, 4134, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:140;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-19b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-19b-140x150.png\";s:5:\"width\";i:140;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-19b-140x142.png\";s:5:\"width\";i:140;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-19b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19177, 4135, '_wp_attached_file', '2019/10/BO-20b.png'),
(19178, 4135, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:147;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2019/10/BO-20b.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"BO-20b-147x150.png\";s:5:\"width\";i:147;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:18:\"BO-20b-147x142.png\";s:5:\"width\";i:147;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:16:\"BO-20b-66x66.png\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(19395, 4155, '_wp_attached_file', '2019/10/CalendarBGc.jpg'),
(19396, 4155, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:908;s:4:\"file\";s:23:\"2019/10/CalendarBGc.jpg\";s:5:\"sizes\";a:18:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"CalendarBGc-1024x484.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-940x400.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:23:\"CalendarBGc-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:21:\"CalendarBGc-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:200;a:4:{s:4:\"file\";s:22:\"CalendarBGc-200x95.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:95;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:400;a:4:{s:4:\"file\";s:23:\"CalendarBGc-400x189.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:600;a:4:{s:4:\"file\";s:23:\"CalendarBGc-600x284.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:800;a:4:{s:4:\"file\";s:23:\"CalendarBGc-800x378.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1200;a:4:{s:4:\"file\";s:24:\"CalendarBGc-1200x568.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20521, 4244, '_wp_attached_file', '2019/11/Site-Portrait_c.jpg'),
(20522, 4244, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1087;s:4:\"file\";s:27:\"2019/11/Site-Portrait_c.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-221x300.jpg\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Site-Portrait_c-754x1024.jpg\";s:5:\"width\";i:754;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Site-Portrait_c-768x1044.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-full\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-one\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-540x272.jpg\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"portfolio-two\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-460x295.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio-three\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"portfolio-five\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-177x142.jpg\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"blog-large\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-669x272.jpg\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-320x202.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"recent-posts\";a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-700x441.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"recent-works-thumbnail\";a:4:{s:4:\"file\";s:25:\"Site-Portrait_c-66x66.jpg\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:0;a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-200x272.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:1;a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-400x544.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}i:2;a:4:{s:4:\"file\";s:27:\"Site-Portrait_c-600x815.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(20913, 4278, 'fusion_builder_status', 'active'),
(20914, 4278, 'pyre_portfolio_options-hide', 'pyre_portfolio_options'),
(20915, 4278, 'pyre_post_pagination', 'no'),
(20916, 4278, 'pyre_portfolio_width_100', 'yes'),
(20917, 4278, 'pyre_width', 'full'),
(20918, 4278, 'pyre_show_first_featured_image', 'yes'),
(20919, 4278, 'pyre_fimg_width', ''),
(20920, 4278, 'pyre_fimg_height', ''),
(20921, 4278, 'pyre_video_url', ''),
(20922, 4278, 'pyre_project_desc_title', 'no'),
(20923, 4278, 'pyre_project_details', 'no'),
(20924, 4278, 'pyre_project_url', ''),
(20925, 4278, 'pyre_project_url_text', ''),
(20926, 4278, 'pyre_copy_url', ''),
(20927, 4278, 'pyre_copy_url_text', ''),
(20928, 4278, 'pyre_image_rollover_icons', 'default'),
(20929, 4278, 'pyre_link_icon_url', ''),
(20930, 4278, 'pyre_link_icon_target', 'no'),
(20931, 4278, 'pyre_portfolio_author', 'no'),
(20932, 4278, 'pyre_share_box', 'no'),
(20933, 4278, 'pyre_related_posts', 'no'),
(20934, 4278, 'pyre_portfolio_comments', 'no'),
(20935, 4278, 'pyre_slider_type', 'no'),
(20936, 4278, 'pyre_slider', '0'),
(20937, 4278, 'pyre_wooslider', '0'),
(20938, 4278, 'pyre_revslider', '0'),
(20939, 4278, 'pyre_slider_position', 'default'),
(20940, 4278, 'pyre_avada_rev_styles', 'default'),
(20941, 4278, 'pyre_fallback', ''),
(20942, 4278, 'pyre_fallback_id', ''),
(20943, 4278, 'pyre_demo_slider', ''),
(20944, 4278, 'pyre_main_top_padding', '0px'),
(20945, 4278, 'pyre_main_bottom_padding', '0px'),
(20946, 4278, 'pyre_hundredp_padding', '0px'),
(20947, 4278, 'pyre_display_header', 'yes'),
(20948, 4278, 'pyre_header_100_width', 'yes'),
(20949, 4278, 'pyre_combined_header_bg_color', '#ffffff'),
(20950, 4278, 'pyre_mobile_header_bg_color', ''),
(20951, 4278, 'pyre_header_bg', ''),
(20952, 4278, 'pyre_header_bg_id', ''),
(20953, 4278, 'pyre_header_bg_full', 'no'),
(20954, 4278, 'pyre_header_bg_repeat', 'repeat'),
(20955, 4278, 'pyre_displayed_menu', 'default'),
(20956, 4278, 'pyre_display_footer', 'default'),
(20957, 4278, 'pyre_display_copyright', 'default'),
(20958, 4278, 'pyre_footer_100_width', 'default'),
(20959, 4278, 'pyre_sidebar_1', ''),
(20960, 4278, 'pyre_sidebar_position', 'default'),
(20961, 4278, 'pyre_responsive_sidebar_order', ''),
(20962, 4278, 'pyre_sidebar_sticky', 'default'),
(20963, 4278, 'pyre_sidebar_bg_color', ''),
(20964, 4278, 'pyre_page_bg_layout', 'wide'),
(20965, 4278, 'pyre_page_bg_color', ''),
(20966, 4278, 'pyre_page_bg', ''),
(20967, 4278, 'pyre_page_bg_id', ''),
(20968, 4278, 'pyre_page_bg_full', 'no'),
(20969, 4278, 'pyre_page_bg_repeat', 'default'),
(20970, 4278, 'pyre_wide_page_bg_color', ''),
(20971, 4278, 'pyre_wide_page_bg', ''),
(20972, 4278, 'pyre_wide_page_bg_id', ''),
(20973, 4278, 'pyre_wide_page_bg_full', 'no'),
(20974, 4278, 'pyre_wide_page_bg_repeat', 'default'),
(20975, 4278, 'pyre_page_title', 'default'),
(20976, 4278, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(20977, 4278, 'pyre_page_title_text', 'yes'),
(20978, 4278, 'pyre_page_title_text_alignment', 'left'),
(20979, 4278, 'pyre_page_title_text_size', '39px'),
(20980, 4278, 'pyre_page_title_font_color', '#368498'),
(20981, 4278, 'pyre_page_title_line_height', ''),
(20982, 4278, 'pyre_page_title_custom_subheader_text_size', ''),
(20983, 4278, 'pyre_page_title_subheader_font_color', ''),
(20984, 4278, 'pyre_page_title_100_width', 'yes'),
(20985, 4278, 'pyre_page_title_height', '99px'),
(20986, 4278, 'pyre_page_title_mobile_height', ''),
(20987, 4278, 'pyre_page_title_bar_bg_color', '#ffffff'),
(20988, 4278, 'pyre_page_title_bar_borders_color', '#ffffff'),
(20989, 4278, 'pyre_page_title_bar_bg', ''),
(20990, 4278, 'pyre_page_title_bar_bg_id', ''),
(20991, 4278, 'pyre_page_title_bar_bg_retina', ''),
(20992, 4278, 'pyre_page_title_bar_bg_retina_id', ''),
(20993, 4278, 'pyre_page_title_bar_bg_full', 'default'),
(20994, 4278, 'pyre_page_title_bg_parallax', 'default'),
(21409, 18, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(21410, 18, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(21411, 18, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(21412, 18, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:0:\"\";}'),
(21457, 3646, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(21458, 3646, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(21459, 3646, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(21460, 3646, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(21469, 3622, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(21470, 3622, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(21471, 3622, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(21472, 3622, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(21481, 3637, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(21482, 3637, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(21483, 3637, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(21484, 3637, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(21493, 3644, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(21494, 3644, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(21495, 3644, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(21496, 3644, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(21513, 4084, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(21514, 4084, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(21515, 4084, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(21516, 4084, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(21517, 18, '_fusion', 'a:16:{s:7:\"bg_full\";s:2:\"no\";s:16:\"avada_rev_styles\";s:3:\"yes\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:6:\"repeat\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:11:\"slider_type\";s:3:\"rev\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:15:\"cube-animation1\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:9:\"no-repeat\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(21518, 3622, '_fusion', 'a:37:{s:16:\"portfolio_pn_nav\";s:2:\"no\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"show_first_featured_image\";s:2:\"no\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:28:\"portfolio_project_desc_title\";s:2:\"no\";s:25:\"portfolio_project_details\";s:2:\"no\";s:26:\"portfolio_link_icon_target\";s:2:\"no\";s:16:\"portfolio_author\";s:2:\"no\";s:28:\"portfolio_social_sharing_box\";s:2:\"no\";s:23:\"portfolio_related_posts\";s:2:\"no\";s:18:\"portfolio_comments\";s:2:\"no\";s:6:\"layout\";s:4:\"wide\";s:7:\"bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:19:\"page_title_bar_text\";s:3:\"yes\";s:20:\"page_title_alignment\";s:4:\"left\";s:20:\"page_title_font_size\";s:4:\"39px\";s:16:\"page_title_color\";s:7:\"#368498\";s:20:\"page_title_100_width\";s:3:\"yes\";s:17:\"page_title_height\";s:4:\"99px\";s:19:\"page_title_bg_color\";s:7:\"#ffffff\";s:23:\"page_title_border_color\";s:7:\"#ffffff\";s:19:\"portfolio_width_100\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(21519, 3644, '_fusion', 'a:37:{s:16:\"portfolio_pn_nav\";s:2:\"no\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"show_first_featured_image\";s:2:\"no\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:28:\"portfolio_project_desc_title\";s:2:\"no\";s:25:\"portfolio_project_details\";s:2:\"no\";s:26:\"portfolio_link_icon_target\";s:2:\"no\";s:16:\"portfolio_author\";s:2:\"no\";s:28:\"portfolio_social_sharing_box\";s:2:\"no\";s:23:\"portfolio_related_posts\";s:2:\"no\";s:18:\"portfolio_comments\";s:2:\"no\";s:6:\"layout\";s:4:\"wide\";s:7:\"bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:19:\"page_title_bar_text\";s:3:\"yes\";s:20:\"page_title_alignment\";s:4:\"left\";s:20:\"page_title_font_size\";s:4:\"39px\";s:16:\"page_title_color\";s:7:\"#368498\";s:20:\"page_title_100_width\";s:3:\"yes\";s:17:\"page_title_height\";s:4:\"99px\";s:19:\"page_title_bg_color\";s:7:\"#ffffff\";s:23:\"page_title_border_color\";s:7:\"#ffffff\";s:19:\"portfolio_width_100\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(21520, 3637, '_fusion', 'a:37:{s:16:\"portfolio_pn_nav\";s:2:\"no\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"show_first_featured_image\";s:2:\"no\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:28:\"portfolio_project_desc_title\";s:2:\"no\";s:25:\"portfolio_project_details\";s:2:\"no\";s:26:\"portfolio_link_icon_target\";s:2:\"no\";s:16:\"portfolio_author\";s:2:\"no\";s:28:\"portfolio_social_sharing_box\";s:2:\"no\";s:23:\"portfolio_related_posts\";s:2:\"no\";s:18:\"portfolio_comments\";s:2:\"no\";s:6:\"layout\";s:4:\"wide\";s:7:\"bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:19:\"page_title_bar_text\";s:3:\"yes\";s:20:\"page_title_alignment\";s:4:\"left\";s:20:\"page_title_font_size\";s:4:\"39px\";s:16:\"page_title_color\";s:7:\"#368498\";s:20:\"page_title_100_width\";s:3:\"yes\";s:17:\"page_title_height\";s:4:\"99px\";s:19:\"page_title_bg_color\";s:7:\"#ffffff\";s:23:\"page_title_border_color\";s:7:\"#ffffff\";s:19:\"portfolio_width_100\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(21521, 3646, '_fusion', 'a:37:{s:16:\"portfolio_pn_nav\";s:2:\"no\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"show_first_featured_image\";s:2:\"no\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:28:\"portfolio_project_desc_title\";s:2:\"no\";s:25:\"portfolio_project_details\";s:2:\"no\";s:26:\"portfolio_link_icon_target\";s:2:\"no\";s:16:\"portfolio_author\";s:2:\"no\";s:28:\"portfolio_social_sharing_box\";s:2:\"no\";s:23:\"portfolio_related_posts\";s:2:\"no\";s:18:\"portfolio_comments\";s:2:\"no\";s:6:\"layout\";s:4:\"wide\";s:7:\"bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:19:\"page_title_bar_text\";s:3:\"yes\";s:20:\"page_title_alignment\";s:4:\"left\";s:20:\"page_title_font_size\";s:4:\"39px\";s:16:\"page_title_color\";s:7:\"#368498\";s:20:\"page_title_100_width\";s:3:\"yes\";s:17:\"page_title_height\";s:4:\"99px\";s:19:\"page_title_bg_color\";s:7:\"#ffffff\";s:23:\"page_title_border_color\";s:7:\"#ffffff\";s:19:\"portfolio_width_100\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(21522, 4084, '_fusion', 'a:20:{s:7:\"bg_full\";s:2:\"no\";s:14:\"display_header\";s:3:\"yes\";s:16:\"header_100_width\";s:2:\"no\";s:22:\"mobile_header_bg_color\";s:7:\"#ffffff\";s:14:\"header_bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:17:\"page_title_bar_bs\";s:4:\"none\";s:22:\"page_title_bg_parallax\";s:3:\"yes\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:16:\"header_bg_repeat\";s:6:\"repeat\";s:14:\"displayed_menu\";s:3:\"114\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:13:\"pages_sidebar\";s:15:\"default_sidebar\";s:15:\"pages_sidebar_2\";s:15:\"default_sidebar\";}'),
(21543, 3178, 'original-file', '2019/09/DKB_Logo_Default-updraft-pre-smush-original.png'),
(21544, 3178, 'smush-info', 'The file was compressed from 7.27 KB to 3.40 KB saving 53.28 percent using WP-Optimize'),
(21545, 3178, 'smush-complete', '1'),
(21546, 3178, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:7442;s:12:\"smushed-size\";i:3477;s:15:\"savings-percent\";d:53.280000000000001136868377216160297393798828125;}'),
(21547, 3179, 'original-file', '2019/09/DKB_Logo_Default_Retina-updraft-pre-smush-original.png'),
(21548, 3179, 'smush-complete', '1'),
(21549, 3179, 'smush-info', 'The file was compressed from 22.37 KB to 7.14 KB saving 68.09 percent using WP-Optimize'),
(21550, 3179, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:22904;s:12:\"smushed-size\";i:7309;s:15:\"savings-percent\";d:68.090000000000003410605131648480892181396484375;}'),
(21551, 3202, 'original-file', '2019/09/Slider_03c-updraft-pre-smush-original.jpg'),
(21552, 3202, 'smush-complete', '1'),
(21553, 3202, 'smush-info', 'The file was compressed from 125.45 KB to 121.36 KB saving 3.26 percent using WP-Optimize'),
(21554, 3202, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:128457;s:12:\"smushed-size\";i:124275;s:15:\"savings-percent\";d:3.2599999999999997868371792719699442386627197265625;}'),
(21555, 3203, 'original-file', '2019/09/Slider_04c-updraft-pre-smush-original.jpg'),
(21556, 3203, 'smush-info', 'The file was compressed from 185.81 KB to 185.81 KB saving 0 percent using WP-Optimize'),
(21557, 3203, 'smush-complete', '1'),
(21558, 3203, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:190269;s:12:\"smushed-size\";i:190269;s:15:\"savings-percent\";d:0;}'),
(21559, 3204, 'original-file', '2019/09/Slider_05c-updraft-pre-smush-original.jpg'),
(21560, 3204, 'smush-info', 'The file was compressed from 139.69 KB to 139.69 KB saving 0 percent using WP-Optimize'),
(21561, 3204, 'smush-complete', '1'),
(21562, 3204, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:143042;s:12:\"smushed-size\";i:143042;s:15:\"savings-percent\";d:0;}'),
(21567, 3256, 'original-file', '2019/09/Background_01-updraft-pre-smush-original.jpg'),
(21568, 3256, 'smush-info', 'The file was compressed from 721.56 KB to 173.67 KB saving 75.93 percent using WP-Optimize'),
(21569, 3256, 'smush-complete', '1'),
(21570, 3256, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:738874;s:12:\"smushed-size\";i:177840;s:15:\"savings-percent\";d:75.93000000000000682121026329696178436279296875;}'),
(21571, 3317, 'original-file', '2019/09/General-Medicine_05-updraft-pre-smush-original.jpg'),
(21572, 3317, 'smush-complete', '1'),
(21573, 3317, 'smush-info', 'The file was compressed from 48.88 KB to 48.22 KB saving 1.34 percent using WP-Optimize'),
(21574, 3317, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:50052;s:12:\"smushed-size\";i:49382;s:15:\"savings-percent\";d:1.3400000000000000799360577730112709105014801025390625;}'),
(21575, 3389, 'original-file', '2019/09/BO-01-1-updraft-pre-smush-original.png'),
(21576, 3389, 'smush-complete', '1');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(21577, 3389, 'smush-info', 'The file was compressed from 2.94 KB to 2.94 KB saving 0 percent using WP-Optimize'),
(21578, 3389, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:3015;s:12:\"smushed-size\";i:3015;s:15:\"savings-percent\";d:0;}'),
(21579, 3390, 'original-file', '2019/09/BO-02-1-updraft-pre-smush-original.png'),
(21580, 3390, 'smush-complete', '1'),
(21581, 3390, 'smush-info', 'The file was compressed from 2.56 KB to 2.56 KB saving 0 percent using WP-Optimize'),
(21582, 3390, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2626;s:12:\"smushed-size\";i:2626;s:15:\"savings-percent\";d:0;}'),
(21583, 3391, 'original-file', '2019/09/BO-03-1-updraft-pre-smush-original.png'),
(21584, 3391, 'smush-complete', '1'),
(21585, 3391, 'smush-info', 'The file was compressed from 2.19 KB to 2.19 KB saving 0 percent using WP-Optimize'),
(21586, 3391, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2247;s:12:\"smushed-size\";i:2247;s:15:\"savings-percent\";d:0;}'),
(21587, 3392, 'original-file', '2019/09/BO-04-1-updraft-pre-smush-original.png'),
(21588, 3392, 'smush-complete', '1'),
(21589, 3392, 'smush-info', 'The file was compressed from 1.10 KB to 1.07 KB saving 3.11 percent using WP-Optimize'),
(21590, 3392, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1127;s:12:\"smushed-size\";i:1092;s:15:\"savings-percent\";d:3.109999999999999875655021241982467472553253173828125;}'),
(21591, 3393, 'original-file', '2019/09/BO-05-1-updraft-pre-smush-original.png'),
(21592, 3393, 'smush-complete', '1'),
(21593, 3393, 'smush-info', 'The file was compressed from 2.07 KB to 2.07 KB saving 0 percent using WP-Optimize'),
(21594, 3393, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2115;s:12:\"smushed-size\";i:2115;s:15:\"savings-percent\";d:0;}'),
(21595, 3394, 'original-file', '2019/09/BO-06-1-updraft-pre-smush-original.png'),
(21596, 3394, 'smush-complete', '1'),
(21597, 3394, 'smush-info', 'The file was compressed from 1.76 KB to 1.76 KB saving 0 percent using WP-Optimize'),
(21598, 3394, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1799;s:12:\"smushed-size\";i:1799;s:15:\"savings-percent\";d:0;}'),
(21599, 3395, 'original-file', '2019/09/BO-07-1-updraft-pre-smush-original.png'),
(21600, 3395, 'smush-complete', '1'),
(21601, 3395, 'smush-info', 'The file was compressed from 2.19 KB to 2.19 KB saving 0 percent using WP-Optimize'),
(21602, 3395, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2245;s:12:\"smushed-size\";i:2245;s:15:\"savings-percent\";d:0;}'),
(21603, 3396, 'original-file', '2019/09/BO-08-1-updraft-pre-smush-original.png'),
(21604, 3396, 'smush-complete', '1'),
(21605, 3396, 'smush-info', 'The file was compressed from 1.66 KB to 1.66 KB saving 0 percent using WP-Optimize'),
(21606, 3396, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1702;s:12:\"smushed-size\";i:1702;s:15:\"savings-percent\";d:0;}'),
(21607, 3397, 'original-file', '2019/09/BO-09-1-updraft-pre-smush-original.png'),
(21608, 3397, 'smush-complete', '1'),
(21609, 3397, 'smush-info', 'The file was compressed from 1.58 KB to 1.57 KB saving 0.31 percent using WP-Optimize'),
(21610, 3397, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1614;s:12:\"smushed-size\";i:1609;s:15:\"savings-percent\";d:0.309999999999999997779553950749686919152736663818359375;}'),
(21611, 3398, 'original-file', '2019/09/BO-10-1-updraft-pre-smush-original.png'),
(21612, 3398, 'smush-complete', '1'),
(21613, 3398, 'smush-info', 'The file was compressed from 2.24 KB to 2.24 KB saving 0 percent using WP-Optimize'),
(21614, 3398, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2296;s:12:\"smushed-size\";i:2296;s:15:\"savings-percent\";d:0;}'),
(21615, 3399, 'original-file', '2019/09/BO-11-1-updraft-pre-smush-original.png'),
(21616, 3399, 'smush-complete', '1'),
(21617, 3399, 'smush-info', 'The file was compressed from 2.90 KB to 2.90 KB saving 0 percent using WP-Optimize'),
(21618, 3399, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2969;s:12:\"smushed-size\";i:2969;s:15:\"savings-percent\";d:0;}'),
(21619, 3400, 'original-file', '2019/09/BO-12-1-updraft-pre-smush-original.png'),
(21620, 3400, 'smush-complete', '1'),
(21621, 3400, 'smush-info', 'The file was compressed from 3.47 KB to 3.47 KB saving 0 percent using WP-Optimize'),
(21622, 3400, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:3552;s:12:\"smushed-size\";i:3552;s:15:\"savings-percent\";d:0;}'),
(21623, 3401, 'original-file', '2019/09/BO-13-1-updraft-pre-smush-original.png'),
(21624, 3401, 'smush-complete', '1'),
(21625, 3401, 'smush-info', 'The file was compressed from 2.08 KB to 2.08 KB saving 0 percent using WP-Optimize'),
(21626, 3401, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2127;s:12:\"smushed-size\";i:2127;s:15:\"savings-percent\";d:0;}'),
(21627, 3402, 'original-file', '2019/09/BO-14-1-updraft-pre-smush-original.png'),
(21628, 3402, 'smush-complete', '1'),
(21629, 3402, 'smush-info', 'The file was compressed from 1.34 KB to 1.34 KB saving 0 percent using WP-Optimize'),
(21630, 3402, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1370;s:12:\"smushed-size\";i:1370;s:15:\"savings-percent\";d:0;}'),
(21631, 3403, 'original-file', '2019/09/BO-15-1-updraft-pre-smush-original.png'),
(21632, 3403, 'smush-info', 'The file was compressed from 1.48 KB to 1.44 KB saving 2.9 percent using WP-Optimize'),
(21633, 3403, 'smush-complete', '1'),
(21634, 3403, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1516;s:12:\"smushed-size\";i:1472;s:15:\"savings-percent\";d:2.899999999999999911182158029987476766109466552734375;}'),
(21635, 3404, 'original-file', '2019/09/BO-16-1-updraft-pre-smush-original.png'),
(21636, 3404, 'smush-complete', '1'),
(21637, 3404, 'smush-info', 'The file was compressed from 1.45 KB to 1.45 KB saving 0 percent using WP-Optimize'),
(21638, 3404, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1487;s:12:\"smushed-size\";i:1487;s:15:\"savings-percent\";d:0;}'),
(21639, 3405, 'original-file', '2019/09/BO-17-1-updraft-pre-smush-original.png'),
(21640, 3405, 'smush-complete', '1'),
(21641, 3405, 'smush-info', 'The file was compressed from 1.98 KB to 1.98 KB saving 0 percent using WP-Optimize'),
(21642, 3405, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2025;s:12:\"smushed-size\";i:2025;s:15:\"savings-percent\";d:0;}'),
(21643, 3406, 'original-file', '2019/09/BO-18-3-updraft-pre-smush-original.png'),
(21644, 3406, 'smush-complete', '1'),
(21645, 3406, 'smush-info', 'The file was compressed from 2.90 KB to 2.90 KB saving 0 percent using WP-Optimize'),
(21646, 3406, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2966;s:12:\"smushed-size\";i:2966;s:15:\"savings-percent\";d:0;}'),
(21647, 3407, 'original-file', '2019/09/BO-19-5-updraft-pre-smush-original.png'),
(21648, 3407, 'smush-complete', '1'),
(21649, 3407, 'smush-info', 'The file was compressed from 1.15 KB to 1.15 KB saving 0 percent using WP-Optimize'),
(21650, 3407, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1173;s:12:\"smushed-size\";i:1173;s:15:\"savings-percent\";d:0;}'),
(21651, 3408, 'original-file', '2019/09/BO-20-1-updraft-pre-smush-original.png'),
(21652, 3408, 'smush-complete', '1'),
(21653, 3408, 'smush-info', 'The file was compressed from 2.54 KB to 2.54 KB saving 0 percent using WP-Optimize'),
(21654, 3408, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2598;s:12:\"smushed-size\";i:2598;s:15:\"savings-percent\";d:0;}'),
(21655, 3419, 'original-file', '2019/09/Services_01-updraft-pre-smush-original.jpg'),
(21656, 3419, 'smush-complete', '1'),
(21657, 3419, 'smush-info', 'The file was compressed from 132.20 KB to 77.94 KB saving 41.05 percent using WP-Optimize'),
(21658, 3419, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:135372;s:12:\"smushed-size\";i:79808;s:15:\"savings-percent\";d:41.0499999999999971578290569595992565155029296875;}'),
(21659, 3420, 'original-file', '2019/09/Services_02-updraft-pre-smush-original.jpg'),
(21660, 3420, 'smush-info', 'The file was compressed from 69.37 KB to 69.37 KB saving 0 percent using WP-Optimize'),
(21661, 3420, 'smush-complete', '1'),
(21662, 3420, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:71038;s:12:\"smushed-size\";i:71038;s:15:\"savings-percent\";d:0;}'),
(21663, 3421, 'original-file', '2019/09/Services_03-updraft-pre-smush-original.jpg'),
(21664, 3421, 'smush-info', 'The file was compressed from 30.73 KB to 30.73 KB saving 0 percent using WP-Optimize'),
(21665, 3421, 'smush-complete', '1'),
(21666, 3421, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:31466;s:12:\"smushed-size\";i:31466;s:15:\"savings-percent\";d:0;}'),
(21667, 3422, 'original-file', '2019/09/Services_04-updraft-pre-smush-original.jpg'),
(21668, 3422, 'smush-info', 'The file was compressed from 184.69 KB to 141.43 KB saving 23.42 percent using WP-Optimize'),
(21669, 3422, 'smush-complete', '1'),
(21670, 3422, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:189125;s:12:\"smushed-size\";i:144826;s:15:\"savings-percent\";d:23.4200000000000017053025658242404460906982421875;}'),
(21671, 3423, 'original-file', '2019/09/Services_05-updraft-pre-smush-original.jpg'),
(21672, 3423, 'smush-info', 'The file was compressed from 65.79 KB to 65.79 KB saving 0 percent using WP-Optimize'),
(21673, 3423, 'smush-complete', '1'),
(21674, 3423, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:67367;s:12:\"smushed-size\";i:67367;s:15:\"savings-percent\";d:0;}'),
(21675, 3424, 'original-file', '2019/09/Services_06-updraft-pre-smush-original.jpg'),
(21676, 3424, 'smush-info', 'The file was compressed from 109.60 KB to 106.85 KB saving 2.51 percent using WP-Optimize'),
(21677, 3424, 'smush-complete', '1'),
(21678, 3424, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:112232;s:12:\"smushed-size\";i:109411;s:15:\"savings-percent\";d:2.5099999999999997868371792719699442386627197265625;}'),
(21679, 3425, 'smush-info', 'The file was compressed from 54.05 KB to 54.05 KB saving 0 percent using WP-Optimize'),
(21680, 3425, 'smush-complete', '1'),
(21681, 3425, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:55344;s:12:\"smushed-size\";i:55344;s:15:\"savings-percent\";d:0;}'),
(21682, 3426, 'original-file', '2019/09/Services_08-updraft-pre-smush-original.jpg'),
(21683, 3426, 'smush-info', 'The file was compressed from 87.09 KB to 83.13 KB saving 4.55 percent using WP-Optimize'),
(21684, 3426, 'smush-complete', '1'),
(21685, 3426, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:89185;s:12:\"smushed-size\";i:85129;s:15:\"savings-percent\";d:4.54999999999999982236431605997495353221893310546875;}'),
(21686, 3427, 'original-file', '2019/09/Services_09-updraft-pre-smush-original.jpg'),
(21687, 3427, 'smush-complete', '1'),
(21688, 3427, 'smush-info', 'The file was compressed from 73.81 KB to 73.81 KB saving 0 percent using WP-Optimize'),
(21689, 3427, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:75580;s:12:\"smushed-size\";i:75580;s:15:\"savings-percent\";d:0;}'),
(21690, 3428, 'original-file', '2019/09/Services_10-updraft-pre-smush-original.jpg'),
(21691, 3428, 'smush-info', 'The file was compressed from 87.95 KB to 87.95 KB saving 0 percent using WP-Optimize'),
(21692, 3428, 'smush-complete', '1'),
(21693, 3428, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:90058;s:12:\"smushed-size\";i:90058;s:15:\"savings-percent\";d:0;}'),
(21694, 3429, 'original-file', '2019/09/Services_11-updraft-pre-smush-original.jpg'),
(21695, 3429, 'smush-complete', '1'),
(21696, 3429, 'smush-info', 'The file was compressed from 130.24 KB to 115.57 KB saving 11.26 percent using WP-Optimize'),
(21697, 3429, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:133366;s:12:\"smushed-size\";i:118346;s:15:\"savings-percent\";d:11.2599999999999997868371792719699442386627197265625;}'),
(21698, 3430, 'smush-info', 'The file was compressed from 94.32 KB to 94.32 KB saving 0 percent using WP-Optimize'),
(21699, 3430, 'smush-complete', '1'),
(21700, 3430, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:96580;s:12:\"smushed-size\";i:96580;s:15:\"savings-percent\";d:0;}'),
(21701, 3431, 'original-file', '2019/09/Services_13-updraft-pre-smush-original.jpg'),
(21702, 3431, 'smush-info', 'The file was compressed from 68.90 KB to 62.98 KB saving 8.59 percent using WP-Optimize'),
(21703, 3431, 'smush-complete', '1'),
(21704, 3431, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:70550;s:12:\"smushed-size\";i:64493;s:15:\"savings-percent\";d:8.589999999999999857891452847979962825775146484375;}'),
(21705, 3432, 'smush-info', 'The file was compressed from 63.35 KB to 63.35 KB saving 0 percent using WP-Optimize'),
(21706, 3432, 'smush-complete', '1'),
(21707, 3432, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:64874;s:12:\"smushed-size\";i:64874;s:15:\"savings-percent\";d:0;}'),
(21708, 3638, 'original-file', '2019/09/Services_01c-updraft-pre-smush-original.jpg'),
(21709, 3638, 'smush-info', 'The file was compressed from 139.60 KB to 131.42 KB saving 5.86 percent using WP-Optimize'),
(21710, 3638, 'smush-complete', '1'),
(21711, 3638, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:142952;s:12:\"smushed-size\";i:134579;s:15:\"savings-percent\";d:5.86000000000000031974423109204508364200592041015625;}'),
(21712, 3639, 'original-file', '2019/09/Services_02c-updraft-pre-smush-original.jpg'),
(21713, 3639, 'smush-complete', '1'),
(21714, 3639, 'smush-info', 'The file was compressed from 272.79 KB to 219.25 KB saving 19.63 percent using WP-Optimize'),
(21715, 3639, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:279335;s:12:\"smushed-size\";i:224514;s:15:\"savings-percent\";d:19.629999999999999005240169935859739780426025390625;}'),
(21716, 3640, 'original-file', '2019/09/Services_03c-updraft-pre-smush-original.jpg'),
(21717, 3640, 'smush-complete', '1'),
(21718, 3640, 'smush-info', 'The file was compressed from 114.24 KB to 96.67 KB saving 15.38 percent using WP-Optimize'),
(21719, 3640, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:116980;s:12:\"smushed-size\";i:98992;s:15:\"savings-percent\";d:15.3800000000000007815970093361102044582366943359375;}'),
(21720, 3641, 'original-file', '2019/09/Services_04c-updraft-pre-smush-original.jpg'),
(21721, 3641, 'smush-info', 'The file was compressed from 501.54 KB to 432.29 KB saving 13.81 percent using WP-Optimize'),
(21722, 3641, 'smush-complete', '1'),
(21723, 3641, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:513581;s:12:\"smushed-size\";i:442670;s:15:\"savings-percent\";d:13.8100000000000004973799150320701301097869873046875;}'),
(21724, 3654, 'original-file', '2019/09/Slider_05c-1-updraft-pre-smush-original.jpg'),
(21725, 3654, 'smush-info', 'The file was compressed from 139.69 KB to 139.69 KB saving 0 percent using WP-Optimize'),
(21726, 3654, 'smush-complete', '1'),
(21727, 3654, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:143042;s:12:\"smushed-size\";i:143042;s:15:\"savings-percent\";d:0;}'),
(21728, 3708, 'original-file', '2019/09/Contact_c-updraft-pre-smush-original.jpg'),
(21729, 3708, 'smush-info', 'The file was compressed from 130.89 KB to 130.89 KB saving 0 percent using WP-Optimize'),
(21730, 3708, 'smush-complete', '1'),
(21731, 3708, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:134036;s:12:\"smushed-size\";i:134036;s:15:\"savings-percent\";d:0;}'),
(21732, 3756, 'original-file', '2019/09/Logo_DKB_footer-updraft-pre-smush-original.png'),
(21733, 3756, 'smush-complete', '1'),
(21734, 3756, 'smush-info', 'The file was compressed from 10.52 KB to 4.21 KB saving 60.03 percent using WP-Optimize'),
(21735, 3756, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:10774;s:12:\"smushed-size\";i:4306;s:15:\"savings-percent\";d:60.030000000000001136868377216160297393798828125;}'),
(21736, 4004, 'original-file', '2019/10/background_10c-updraft-pre-smush-original.jpg'),
(21737, 4004, 'smush-complete', '1'),
(21738, 4004, 'smush-info', 'The file was compressed from 39.59 KB to 39.59 KB saving 0 percent using WP-Optimize'),
(21739, 4004, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:40537;s:12:\"smushed-size\";i:40537;s:15:\"savings-percent\";d:0;}'),
(21740, 4005, 'original-file', '2019/10/background_11c-updraft-pre-smush-original.jpg'),
(21741, 4005, 'smush-complete', '1'),
(21742, 4005, 'smush-info', 'The file was compressed from 49.55 KB to 49.55 KB saving 0 percent using WP-Optimize'),
(21743, 4005, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:50741;s:12:\"smushed-size\";i:50741;s:15:\"savings-percent\";d:0;}'),
(21744, 4006, 'original-file', '2019/10/background_04c-updraft-pre-smush-original.jpg'),
(21745, 4006, 'smush-info', 'The file was compressed from 113.66 KB to 65.45 KB saving 42.42 percent using WP-Optimize'),
(21746, 4006, 'smush-complete', '1'),
(21747, 4006, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:116383;s:12:\"smushed-size\";i:67018;s:15:\"savings-percent\";d:42.4200000000000017053025658242404460906982421875;}'),
(21748, 4007, 'original-file', '2019/10/background_06c-updraft-pre-smush-original.jpg'),
(21749, 4007, 'smush-complete', '1'),
(21750, 4007, 'smush-info', 'The file was compressed from 81.27 KB to 76.35 KB saving 6.05 percent using WP-Optimize'),
(21751, 4007, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:83221;s:12:\"smushed-size\";i:78186;s:15:\"savings-percent\";d:6.04999999999999982236431605997495353221893310546875;}'),
(21752, 4008, 'original-file', '2019/10/background_08c-updraft-pre-smush-original.jpg'),
(21753, 4008, 'smush-info', 'The file was compressed from 41.53 KB to 41.53 KB saving 0 percent using WP-Optimize'),
(21754, 4008, 'smush-complete', '1'),
(21755, 4008, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:42524;s:12:\"smushed-size\";i:42524;s:15:\"savings-percent\";d:0;}'),
(21756, 4080, 'smush-info', 'The file was compressed from 11.32 KB to 11.32 KB saving 0 percent using WP-Optimize'),
(21757, 4080, 'smush-complete', '1'),
(21758, 4080, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:11596;s:12:\"smushed-size\";i:11596;s:15:\"savings-percent\";d:0;}'),
(21759, 4081, 'original-file', '2019/10/DKB_Logo_MobileRetina-updraft-pre-smush-original.png'),
(21760, 4081, 'smush-complete', '1'),
(21761, 4081, 'smush-info', 'The file was compressed from 34.00 KB to 9.53 KB saving 71.98 percent using WP-Optimize'),
(21762, 4081, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:34815;s:12:\"smushed-size\";i:9754;s:15:\"savings-percent\";d:71.9800000000000039790393202565610408782958984375;}'),
(21763, 4094, 'original-file', '2019/10/Slider_01-updraft-pre-smush-original.jpg'),
(21764, 4094, 'smush-complete', '1'),
(21765, 4094, 'smush-info', 'The file was compressed from 189.49 KB to 189.49 KB saving 0 percent using WP-Optimize'),
(21766, 4094, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:194040;s:12:\"smushed-size\";i:194040;s:15:\"savings-percent\";d:0;}'),
(21767, 4095, 'original-file', '2019/10/Slider_02-updraft-pre-smush-original.jpg'),
(21768, 4095, 'smush-complete', '1'),
(21769, 4095, 'smush-info', 'The file was compressed from 95.17 KB to 95.17 KB saving 0 percent using WP-Optimize'),
(21770, 4095, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:97450;s:12:\"smushed-size\";i:97450;s:15:\"savings-percent\";d:0;}'),
(21771, 4096, 'original-file', '2019/10/Slider_03-updraft-pre-smush-original.jpg'),
(21772, 4096, 'smush-complete', '1'),
(21773, 4096, 'smush-info', 'The file was compressed from 86.32 KB to 86.32 KB saving 0 percent using WP-Optimize'),
(21774, 4096, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:88392;s:12:\"smushed-size\";i:88392;s:15:\"savings-percent\";d:0;}'),
(21775, 4097, 'original-file', '2019/10/Slider_04-updraft-pre-smush-original.jpg'),
(21776, 4097, 'smush-info', 'The file was compressed from 96.19 KB to 96.14 KB saving 0.05 percent using WP-Optimize'),
(21777, 4097, 'smush-complete', '1'),
(21778, 4097, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:98502;s:12:\"smushed-size\";i:98449;s:15:\"savings-percent\";d:0.05000000000000000277555756156289135105907917022705078125;}'),
(21779, 4098, 'original-file', '2019/10/Slider_02.1-updraft-pre-smush-original.jpg'),
(21780, 4098, 'smush-info', 'The file was compressed from 105.16 KB to 105.16 KB saving 0 percent using WP-Optimize'),
(21781, 4098, 'smush-complete', '1'),
(21782, 4098, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:107679;s:12:\"smushed-size\";i:107679;s:15:\"savings-percent\";d:0;}'),
(21783, 4117, 'original-file', '2019/10/BO-01b-updraft-pre-smush-original.png'),
(21784, 4117, 'smush-complete', '1'),
(21785, 4117, 'smush-info', 'The file was compressed from 2.95 KB to 2.95 KB saving 0 percent using WP-Optimize'),
(21786, 4117, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:3018;s:12:\"smushed-size\";i:3018;s:15:\"savings-percent\";d:0;}'),
(21787, 4118, 'original-file', '2019/10/BO-02b-updraft-pre-smush-original.png'),
(21788, 4118, 'smush-complete', '1'),
(21789, 4118, 'smush-info', 'The file was compressed from 2.56 KB to 2.56 KB saving 0 percent using WP-Optimize'),
(21790, 4118, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2625;s:12:\"smushed-size\";i:2625;s:15:\"savings-percent\";d:0;}'),
(21791, 4119, 'original-file', '2019/10/BO-03b-updraft-pre-smush-original.png'),
(21792, 4119, 'smush-complete', '1'),
(21793, 4119, 'smush-info', 'The file was compressed from 2.19 KB to 2.19 KB saving 0 percent using WP-Optimize'),
(21794, 4119, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2246;s:12:\"smushed-size\";i:2246;s:15:\"savings-percent\";d:0;}'),
(21795, 4120, 'original-file', '2019/10/BO-04b-updraft-pre-smush-original.png'),
(21796, 4120, 'smush-complete', '1'),
(21797, 4120, 'smush-info', 'The file was compressed from 1.10 KB to 1.07 KB saving 3.11 percent using WP-Optimize'),
(21798, 4120, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1127;s:12:\"smushed-size\";i:1092;s:15:\"savings-percent\";d:3.109999999999999875655021241982467472553253173828125;}'),
(21799, 4121, 'original-file', '2019/10/BO-05b-updraft-pre-smush-original.png'),
(21800, 4121, 'smush-complete', '1'),
(21801, 4121, 'smush-info', 'The file was compressed from 2.07 KB to 2.07 KB saving 0 percent using WP-Optimize'),
(21802, 4121, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2117;s:12:\"smushed-size\";i:2117;s:15:\"savings-percent\";d:0;}'),
(21803, 4122, 'original-file', '2019/10/BO-06b-updraft-pre-smush-original.png'),
(21804, 4122, 'smush-info', 'The file was compressed from 1.75 KB to 1.75 KB saving 0 percent using WP-Optimize'),
(21805, 4122, 'smush-complete', '1'),
(21806, 4122, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1797;s:12:\"smushed-size\";i:1797;s:15:\"savings-percent\";d:0;}'),
(21807, 4123, 'original-file', '2019/10/BO-07b-updraft-pre-smush-original.png'),
(21808, 4123, 'smush-complete', '1'),
(21809, 4123, 'smush-info', 'The file was compressed from 2.19 KB to 2.19 KB saving 0 percent using WP-Optimize'),
(21810, 4123, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2243;s:12:\"smushed-size\";i:2243;s:15:\"savings-percent\";d:0;}'),
(21811, 4124, 'original-file', '2019/10/BO-08b-updraft-pre-smush-original.png'),
(21812, 4124, 'smush-complete', '1'),
(21813, 4124, 'smush-info', 'The file was compressed from 1.66 KB to 1.66 KB saving 0 percent using WP-Optimize'),
(21814, 4124, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1702;s:12:\"smushed-size\";i:1702;s:15:\"savings-percent\";d:0;}'),
(21815, 4125, 'original-file', '2019/10/BO-09b-updraft-pre-smush-original.png'),
(21816, 4125, 'smush-complete', '1'),
(21817, 4125, 'smush-info', 'The file was compressed from 1.58 KB to 1.57 KB saving 0.43 percent using WP-Optimize'),
(21818, 4125, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1615;s:12:\"smushed-size\";i:1608;s:15:\"savings-percent\";d:0.429999999999999993338661852249060757458209991455078125;}'),
(21819, 4126, 'original-file', '2019/10/BO-10b-updraft-pre-smush-original.png'),
(21820, 4126, 'smush-complete', '1'),
(21821, 4126, 'smush-info', 'The file was compressed from 2.24 KB to 2.24 KB saving 0 percent using WP-Optimize'),
(21822, 4126, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2296;s:12:\"smushed-size\";i:2296;s:15:\"savings-percent\";d:0;}'),
(21823, 4127, 'original-file', '2019/10/BO-11b-updraft-pre-smush-original.png'),
(21824, 4127, 'smush-complete', '1'),
(21825, 4127, 'smush-info', 'The file was compressed from 2.90 KB to 2.90 KB saving 0 percent using WP-Optimize'),
(21826, 4127, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2970;s:12:\"smushed-size\";i:2970;s:15:\"savings-percent\";d:0;}'),
(21827, 4128, 'original-file', '2019/10/BO-12b-updraft-pre-smush-original.png'),
(21828, 4128, 'smush-complete', '1'),
(21829, 4128, 'smush-info', 'The file was compressed from 3.47 KB to 3.47 KB saving 0 percent using WP-Optimize'),
(21830, 4128, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:3552;s:12:\"smushed-size\";i:3552;s:15:\"savings-percent\";d:0;}'),
(21831, 4129, 'original-file', '2019/10/BO-13b-updraft-pre-smush-original.png'),
(21832, 4129, 'smush-complete', '1'),
(21833, 4129, 'smush-info', 'The file was compressed from 2.07 KB to 2.07 KB saving 0 percent using WP-Optimize'),
(21834, 4129, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2117;s:12:\"smushed-size\";i:2117;s:15:\"savings-percent\";d:0;}'),
(21835, 4130, 'original-file', '2019/10/BO-14b-updraft-pre-smush-original.png'),
(21836, 4130, 'smush-info', 'The file was compressed from 1.35 KB to 1.35 KB saving 0 percent using WP-Optimize'),
(21837, 4130, 'smush-complete', '1'),
(21838, 4130, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1379;s:12:\"smushed-size\";i:1379;s:15:\"savings-percent\";d:0;}'),
(21839, 4131, 'original-file', '2019/10/BO-15b-updraft-pre-smush-original.png'),
(21840, 4131, 'smush-complete', '1'),
(21841, 4131, 'smush-info', 'The file was compressed from 1.48 KB to 1.44 KB saving 2.9 percent using WP-Optimize'),
(21842, 4131, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1516;s:12:\"smushed-size\";i:1472;s:15:\"savings-percent\";d:2.899999999999999911182158029987476766109466552734375;}'),
(21843, 4132, 'original-file', '2019/10/BO-16b-updraft-pre-smush-original.png'),
(21844, 4132, 'smush-complete', '1'),
(21845, 4132, 'smush-info', 'The file was compressed from 1.45 KB to 1.45 KB saving 0 percent using WP-Optimize'),
(21846, 4132, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1487;s:12:\"smushed-size\";i:1487;s:15:\"savings-percent\";d:0;}'),
(21847, 4133, 'original-file', '2019/10/BO-17b-updraft-pre-smush-original.png'),
(21848, 4133, 'smush-complete', '1'),
(21849, 4133, 'smush-info', 'The file was compressed from 1.98 KB to 1.98 KB saving 0 percent using WP-Optimize'),
(21850, 4133, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2024;s:12:\"smushed-size\";i:2024;s:15:\"savings-percent\";d:0;}'),
(21851, 4134, 'original-file', '2019/10/BO-19b-updraft-pre-smush-original.png'),
(21852, 4134, 'smush-complete', '1'),
(21853, 4134, 'smush-info', 'The file was compressed from 1.15 KB to 1.15 KB saving 0 percent using WP-Optimize'),
(21854, 4134, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1173;s:12:\"smushed-size\";i:1173;s:15:\"savings-percent\";d:0;}'),
(21855, 4135, 'original-file', '2019/10/BO-20b-updraft-pre-smush-original.png'),
(21856, 4135, 'smush-complete', '1'),
(21857, 4135, 'smush-info', 'The file was compressed from 2.53 KB to 2.53 KB saving 0 percent using WP-Optimize'),
(21858, 4135, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2591;s:12:\"smushed-size\";i:2591;s:15:\"savings-percent\";d:0;}'),
(21859, 4155, 'original-file', '2019/10/CalendarBGc-updraft-pre-smush-original.jpg'),
(21860, 4155, 'smush-complete', '1'),
(21861, 4155, 'smush-info', 'The file was compressed from 109.14 KB to 109.14 KB saving 0 percent using WP-Optimize'),
(21862, 4155, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:111761;s:12:\"smushed-size\";i:111761;s:15:\"savings-percent\";d:0;}'),
(21863, 4244, 'original-file', '2019/11/Site-Portrait_c-updraft-pre-smush-original.jpg'),
(21864, 4244, 'smush-info', 'The file was compressed from 46.80 KB to 46.80 KB saving 0 percent using WP-Optimize'),
(21865, 4244, 'smush-complete', '1'),
(21866, 4244, 'smush-stats', 'a:4:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:47927;s:12:\"smushed-size\";i:47927;s:15:\"savings-percent\";d:0;}'),
(21867, 4333, '_wp_attached_file', '2021/05/background_04c.webp'),
(21868, 4333, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:700;s:6:\"height\";i:636;s:4:\"file\";s:27:\"2021/05/background_04c.webp\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"background_04c-300x273.webp\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-300x273.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-300x273.webp\";s:8:\"filesize\";i:2788;}}s:8:\"filesize\";i:2788;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:27:\"background_04c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-150x150.webp\";s:8:\"filesize\";i:18552;}}s:8:\"filesize\";i:18552;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:27:\"background_04c-700x400.webp\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-700x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-700x400.webp\";s:8:\"filesize\";i:85356;}}s:8:\"filesize\";i:85356;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:27:\"background_04c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-540x272.webp\";s:8:\"filesize\";i:72534;}}s:8:\"filesize\";i:72534;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:27:\"background_04c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-460x295.webp\";s:8:\"filesize\";i:76152;}}s:8:\"filesize\";i:76152;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:27:\"background_04c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-300x214.webp\";s:8:\"filesize\";i:43520;}}s:8:\"filesize\";i:43520;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:27:\"background_04c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-177x142.webp\";s:8:\"filesize\";i:20040;}}s:8:\"filesize\";i:20040;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:27:\"background_04c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-669x272.webp\";s:8:\"filesize\";i:76606;}}s:8:\"filesize\";i:76606;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:27:\"background_04c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-320x202.webp\";s:8:\"filesize\";i:42472;}}s:8:\"filesize\";i:42472;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:27:\"background_04c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-700x441.webp\";s:8:\"filesize\";i:93538;}}s:8:\"filesize\";i:93538;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:25:\"background_04c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"background_04c-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"background_04c-66x66.webp\";s:8:\"filesize\";i:4208;}}s:8:\"filesize\";i:4208;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:27:\"background_04c-200x182.webp\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-200x182.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-200x182.webp\";s:8:\"filesize\";i:1740;}}s:8:\"filesize\";i:1740;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:27:\"background_04c-400x363.webp\";s:5:\"width\";i:400;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-400x363.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-400x363.webp\";s:8:\"filesize\";i:4042;}}s:8:\"filesize\";i:4042;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:27:\"background_04c-600x545.webp\";s:5:\"width\";i:600;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-600x545.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-600x545.webp\";s:8:\"filesize\";i:7176;}}s:8:\"filesize\";i:7176;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"background_04c.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"background_04c.webp\";s:8:\"filesize\";i:12746;}}s:14:\"original_image\";s:18:\"background_04c.jpg\";}'),
(21870, 4084, '_fusion_google_fonts', 'a:1:{s:9:\"Work Sans\";a:1:{s:8:\"variants\";a:2:{i:0;s:3:\"600\";i:1;s:3:\"500\";}}}'),
(21917, 1701, '_wp_old_date', '2016-02-24'),
(21918, 3442, '_wp_old_date', '2019-09-24'),
(21919, 3655, '_wp_old_date', '2019-09-26'),
(21920, 3732, '_wp_old_date', '2019-09-28'),
(21924, 4086, '_wp_old_date', '2019-10-24'),
(21926, 3637, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"600\";}}}'),
(21927, 4353, '_wp_attached_file', '2021/07/Background_01.webp'),
(21928, 4353, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:26:\"2021/07/Background_01.webp\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:26:\"Background_01-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-300x169.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-300x169.webp\";s:8:\"filesize\";i:4270;}}s:8:\"filesize\";i:4270;}s:5:\"large\";a:6:{s:4:\"file\";s:27:\"Background_01-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"Background_01-1024x576.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"Background_01-1024x576.webp\";s:8:\"filesize\";i:17844;}}s:8:\"filesize\";i:17844;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:26:\"Background_01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-150x150.webp\";s:8:\"filesize\";i:21554;}}s:8:\"filesize\";i:21554;}s:12:\"medium_large\";a:6:{s:4:\"file\";s:26:\"Background_01-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-768x432.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-768x432.webp\";s:8:\"filesize\";i:12662;}}s:8:\"filesize\";i:12662;}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:27:\"Background_01-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"Background_01-1536x864.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"Background_01-1536x864.webp\";s:8:\"filesize\";i:30312;}}s:8:\"filesize\";i:30312;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:26:\"Background_01-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-669x272.webp\";s:8:\"filesize\";i:115704;}}s:8:\"filesize\";i:115704;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:26:\"Background_01-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-320x202.webp\";s:8:\"filesize\";i:51724;}}s:8:\"filesize\";i:51724;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:26:\"Background_01-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-700x441.webp\";s:8:\"filesize\";i:179422;}}s:8:\"filesize\";i:179422;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:24:\"Background_01-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Background_01-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Background_01-66x66.webp\";s:8:\"filesize\";i:5562;}}s:8:\"filesize\";i:5562;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:26:\"Background_01-200x113.webp\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-200x113.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-200x113.webp\";s:8:\"filesize\";i:2728;}}s:8:\"filesize\";i:2728;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:26:\"Background_01-400x225.webp\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-400x225.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-400x225.webp\";s:8:\"filesize\";i:5920;}}s:8:\"filesize\";i:5920;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:26:\"Background_01-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-600x338.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-600x338.webp\";s:8:\"filesize\";i:9612;}}s:8:\"filesize\";i:9612;}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:26:\"Background_01-800x450.webp\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-800x450.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-800x450.webp\";s:8:\"filesize\";i:13326;}}s:8:\"filesize\";i:13326;}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:27:\"Background_01-1200x675.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"Background_01-1200x675.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"Background_01-1200x675.webp\";s:8:\"filesize\";i:22290;}}s:8:\"filesize\";i:22290;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:26:\"Background_01-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-940x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-940x400.webp\";s:8:\"filesize\";i:201172;}}s:8:\"filesize\";i:201172;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:26:\"Background_01-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-540x272.webp\";s:8:\"filesize\";i:98906;}}s:8:\"filesize\";i:98906;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:26:\"Background_01-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-460x295.webp\";s:8:\"filesize\";i:92176;}}s:8:\"filesize\";i:92176;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:26:\"Background_01-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-300x214.webp\";s:8:\"filesize\";i:50130;}}s:8:\"filesize\";i:50130;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:26:\"Background_01-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Background_01-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Background_01-177x142.webp\";s:8:\"filesize\";i:23648;}}s:8:\"filesize\";i:23648;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:17:\"Background_01.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:18:\"Background_01.webp\";s:8:\"filesize\";i:45672;}}s:14:\"original_image\";s:17:\"Background_01.jpg\";}'),
(21929, 4354, '_wp_attached_file', '2021/07/background_04c.webp');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(21930, 4354, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:700;s:6:\"height\";i:636;s:4:\"file\";s:27:\"2021/07/background_04c.webp\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"background_04c-300x273.webp\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-300x273.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-300x273.webp\";s:8:\"filesize\";i:2788;}}s:8:\"filesize\";i:2788;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:27:\"background_04c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-150x150.webp\";s:8:\"filesize\";i:18552;}}s:8:\"filesize\";i:18552;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:27:\"background_04c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-669x272.webp\";s:8:\"filesize\";i:76606;}}s:8:\"filesize\";i:76606;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:27:\"background_04c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-320x202.webp\";s:8:\"filesize\";i:42472;}}s:8:\"filesize\";i:42472;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:27:\"background_04c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-700x441.webp\";s:8:\"filesize\";i:93538;}}s:8:\"filesize\";i:93538;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:25:\"background_04c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"background_04c-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"background_04c-66x66.webp\";s:8:\"filesize\";i:4208;}}s:8:\"filesize\";i:4208;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:27:\"background_04c-200x182.webp\";s:5:\"width\";i:200;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-200x182.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-200x182.webp\";s:8:\"filesize\";i:1740;}}s:8:\"filesize\";i:1740;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:27:\"background_04c-400x363.webp\";s:5:\"width\";i:400;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-400x363.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-400x363.webp\";s:8:\"filesize\";i:4042;}}s:8:\"filesize\";i:4042;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:27:\"background_04c-600x545.webp\";s:5:\"width\";i:600;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-600x545.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-600x545.webp\";s:8:\"filesize\";i:7176;}}s:8:\"filesize\";i:7176;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:27:\"background_04c-700x400.webp\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-700x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-700x400.webp\";s:8:\"filesize\";i:85356;}}s:8:\"filesize\";i:85356;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:27:\"background_04c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-540x272.webp\";s:8:\"filesize\";i:72534;}}s:8:\"filesize\";i:72534;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:27:\"background_04c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-460x295.webp\";s:8:\"filesize\";i:76152;}}s:8:\"filesize\";i:76152;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:27:\"background_04c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-300x214.webp\";s:8:\"filesize\";i:43520;}}s:8:\"filesize\";i:43520;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:27:\"background_04c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_04c-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_04c-177x142.webp\";s:8:\"filesize\";i:20040;}}s:8:\"filesize\";i:20040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"background_04c.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"background_04c.webp\";s:8:\"filesize\";i:12746;}}s:14:\"original_image\";s:18:\"background_04c.jpg\";}'),
(21931, 4355, '_wp_attached_file', '2021/07/background_06c.webp'),
(21932, 4355, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:750;s:6:\"height\";i:1065;s:4:\"file\";s:27:\"2021/07/background_06c.webp\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"background_06c-211x300.webp\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-211x300.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-211x300.webp\";s:8:\"filesize\";i:5564;}}s:8:\"filesize\";i:5564;}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"background_06c-721x1024.webp\";s:5:\"width\";i:721;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"background_06c-721x1024.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"background_06c-721x1024.webp\";s:8:\"filesize\";i:24536;}}s:8:\"filesize\";i:24536;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:27:\"background_06c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-150x150.webp\";s:8:\"filesize\";i:21972;}}s:8:\"filesize\";i:21972;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:27:\"background_06c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-669x272.webp\";s:8:\"filesize\";i:88496;}}s:8:\"filesize\";i:88496;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:27:\"background_06c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-320x202.webp\";s:8:\"filesize\";i:50224;}}s:8:\"filesize\";i:50224;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:27:\"background_06c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-700x441.webp\";s:8:\"filesize\";i:164632;}}s:8:\"filesize\";i:164632;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:25:\"background_06c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"background_06c-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"background_06c-66x66.webp\";s:8:\"filesize\";i:5532;}}s:8:\"filesize\";i:5532;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:27:\"background_06c-200x284.webp\";s:5:\"width\";i:200;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-200x284.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-200x284.webp\";s:8:\"filesize\";i:5264;}}s:8:\"filesize\";i:5264;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:27:\"background_06c-400x568.webp\";s:5:\"width\";i:400;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-400x568.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-400x568.webp\";s:8:\"filesize\";i:11984;}}s:8:\"filesize\";i:11984;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:27:\"background_06c-600x852.webp\";s:5:\"width\";i:600;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-600x852.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-600x852.webp\";s:8:\"filesize\";i:19378;}}s:8:\"filesize\";i:19378;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:27:\"background_06c-750x400.webp\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-750x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-750x400.webp\";s:8:\"filesize\";i:135710;}}s:8:\"filesize\";i:135710;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:27:\"background_06c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-540x272.webp\";s:8:\"filesize\";i:87514;}}s:8:\"filesize\";i:87514;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:27:\"background_06c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-460x295.webp\";s:8:\"filesize\";i:90588;}}s:8:\"filesize\";i:90588;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:27:\"background_06c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-300x214.webp\";s:8:\"filesize\";i:51398;}}s:8:\"filesize\";i:51398;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:27:\"background_06c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_06c-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_06c-177x142.webp\";s:8:\"filesize\";i:23962;}}s:8:\"filesize\";i:23962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"background_06c.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"background_06c.webp\";s:8:\"filesize\";i:29488;}}s:14:\"original_image\";s:18:\"background_06c.jpg\";}'),
(21933, 4356, '_wp_attached_file', '2021/07/background_08c.webp'),
(21934, 4356, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:700;s:6:\"height\";i:1050;s:4:\"file\";s:27:\"2021/07/background_08c.webp\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"background_08c-200x300.webp\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-200x300.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-200x300.webp\";s:8:\"filesize\";i:4524;}}s:8:\"filesize\";i:4524;}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"background_08c-683x1024.webp\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"background_08c-683x1024.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"background_08c-683x1024.webp\";s:8:\"filesize\";i:19764;}}s:8:\"filesize\";i:19764;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:27:\"background_08c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-150x150.webp\";s:8:\"filesize\";i:19314;}}s:8:\"filesize\";i:19314;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:27:\"background_08c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-669x272.webp\";s:8:\"filesize\";i:94176;}}s:8:\"filesize\";i:94176;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:27:\"background_08c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-320x202.webp\";s:8:\"filesize\";i:43108;}}s:8:\"filesize\";i:43108;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:27:\"background_08c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-700x441.webp\";s:8:\"filesize\";i:136722;}}s:8:\"filesize\";i:136722;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:25:\"background_08c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"background_08c-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"background_08c-66x66.webp\";s:8:\"filesize\";i:5242;}}s:8:\"filesize\";i:5242;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:27:\"background_08c-200x300.webp\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-200x300.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-200x300.webp\";s:8:\"filesize\";i:4524;}}s:8:\"filesize\";i:4524;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:27:\"background_08c-400x600.webp\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-400x600.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-400x600.webp\";s:8:\"filesize\";i:10704;}}s:8:\"filesize\";i:10704;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:27:\"background_08c-600x900.webp\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-600x900.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-600x900.webp\";s:8:\"filesize\";i:17224;}}s:8:\"filesize\";i:17224;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:27:\"background_08c-700x400.webp\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-700x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-700x400.webp\";s:8:\"filesize\";i:129010;}}s:8:\"filesize\";i:129010;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:27:\"background_08c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-540x272.webp\";s:8:\"filesize\";i:81622;}}s:8:\"filesize\";i:81622;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:27:\"background_08c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-460x295.webp\";s:8:\"filesize\";i:76138;}}s:8:\"filesize\";i:76138;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:27:\"background_08c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-300x214.webp\";s:8:\"filesize\";i:43006;}}s:8:\"filesize\";i:43006;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:27:\"background_08c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_08c-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_08c-177x142.webp\";s:8:\"filesize\";i:20872;}}s:8:\"filesize\";i:20872;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"background_08c.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"background_08c.webp\";s:8:\"filesize\";i:23332;}}s:14:\"original_image\";s:18:\"background_08c.jpg\";}'),
(21935, 4357, '_wp_attached_file', '2021/07/background_10c.webp'),
(21936, 4357, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:700;s:6:\"height\";i:1049;s:4:\"file\";s:27:\"2021/07/background_10c.webp\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"background_10c-200x300.webp\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-200x300.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-200x300.webp\";s:8:\"filesize\";i:3856;}}s:8:\"filesize\";i:3856;}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"background_10c-683x1024.webp\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"background_10c-683x1024.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"background_10c-683x1024.webp\";s:8:\"filesize\";i:15394;}}s:8:\"filesize\";i:15394;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:27:\"background_10c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-150x150.webp\";s:8:\"filesize\";i:18720;}}s:8:\"filesize\";i:18720;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:27:\"background_10c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-669x272.webp\";s:8:\"filesize\";i:58508;}}s:8:\"filesize\";i:58508;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:27:\"background_10c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-320x202.webp\";s:8:\"filesize\";i:36190;}}s:8:\"filesize\";i:36190;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:27:\"background_10c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-700x441.webp\";s:8:\"filesize\";i:78216;}}s:8:\"filesize\";i:78216;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:25:\"background_10c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"background_10c-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"background_10c-66x66.webp\";s:8:\"filesize\";i:5068;}}s:8:\"filesize\";i:5068;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:27:\"background_10c-200x300.webp\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-200x300.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-200x300.webp\";s:8:\"filesize\";i:3856;}}s:8:\"filesize\";i:3856;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:27:\"background_10c-400x599.webp\";s:5:\"width\";i:400;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-400x599.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-400x599.webp\";s:8:\"filesize\";i:8206;}}s:8:\"filesize\";i:8206;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:27:\"background_10c-600x899.webp\";s:5:\"width\";i:600;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-600x899.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-600x899.webp\";s:8:\"filesize\";i:13212;}}s:8:\"filesize\";i:13212;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:27:\"background_10c-700x400.webp\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-700x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-700x400.webp\";s:8:\"filesize\";i:69868;}}s:8:\"filesize\";i:69868;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:27:\"background_10c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-540x272.webp\";s:8:\"filesize\";i:57246;}}s:8:\"filesize\";i:57246;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:27:\"background_10c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-460x295.webp\";s:8:\"filesize\";i:60718;}}s:8:\"filesize\";i:60718;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:27:\"background_10c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-300x214.webp\";s:8:\"filesize\";i:38160;}}s:8:\"filesize\";i:38160;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:27:\"background_10c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_10c-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_10c-177x142.webp\";s:8:\"filesize\";i:19146;}}s:8:\"filesize\";i:19146;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"background_10c.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"background_10c.webp\";s:8:\"filesize\";i:17792;}}s:14:\"original_image\";s:18:\"background_10c.jpg\";}'),
(21937, 4358, '_wp_attached_file', '2021/07/background_11c.webp'),
(21938, 4358, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:748;s:6:\"height\";i:1007;s:4:\"file\";s:27:\"2021/07/background_11c.webp\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"background_11c-223x300.webp\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-223x300.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-223x300.webp\";s:8:\"filesize\";i:5000;}}s:8:\"filesize\";i:5000;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:27:\"background_11c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-150x150.webp\";s:8:\"filesize\";i:17752;}}s:8:\"filesize\";i:17752;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:27:\"background_11c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-669x272.webp\";s:8:\"filesize\";i:76244;}}s:8:\"filesize\";i:76244;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:27:\"background_11c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-320x202.webp\";s:8:\"filesize\";i:38684;}}s:8:\"filesize\";i:38684;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:27:\"background_11c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-700x441.webp\";s:8:\"filesize\";i:132536;}}s:8:\"filesize\";i:132536;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:25:\"background_11c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"background_11c-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"background_11c-66x66.webp\";s:8:\"filesize\";i:4564;}}s:8:\"filesize\";i:4564;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:27:\"background_11c-200x269.webp\";s:5:\"width\";i:200;s:6:\"height\";i:269;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-200x269.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-200x269.webp\";s:8:\"filesize\";i:4220;}}s:8:\"filesize\";i:4220;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:27:\"background_11c-400x539.webp\";s:5:\"width\";i:400;s:6:\"height\";i:539;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-400x539.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-400x539.webp\";s:8:\"filesize\";i:10660;}}s:8:\"filesize\";i:10660;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:27:\"background_11c-600x808.webp\";s:5:\"width\";i:600;s:6:\"height\";i:808;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-600x808.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-600x808.webp\";s:8:\"filesize\";i:18016;}}s:8:\"filesize\";i:18016;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:27:\"background_11c-748x400.webp\";s:5:\"width\";i:748;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-748x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-748x400.webp\";s:8:\"filesize\";i:110046;}}s:8:\"filesize\";i:110046;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:27:\"background_11c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-540x272.webp\";s:8:\"filesize\";i:69302;}}s:8:\"filesize\";i:69302;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:27:\"background_11c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-460x295.webp\";s:8:\"filesize\";i:70364;}}s:8:\"filesize\";i:70364;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:27:\"background_11c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-300x214.webp\";s:8:\"filesize\";i:39704;}}s:8:\"filesize\";i:39704;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:27:\"background_11c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_11c-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_11c-177x142.webp\";s:8:\"filesize\";i:18802;}}s:8:\"filesize\";i:18802;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"background_11c.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"background_11c.webp\";s:8:\"filesize\";i:29080;}}s:14:\"original_image\";s:18:\"background_11c.jpg\";}'),
(21939, 4359, '_wp_attached_file', '2021/07/Background_Annual_Checkup.webp'),
(21940, 4359, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:38:\"2021/07/Background_Annual_Checkup.webp\";s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-300x169.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-300x169.webp\";s:8:\"filesize\";i:2364;}}s:8:\"filesize\";i:2364;}s:5:\"large\";a:6:{s:4:\"file\";s:39:\"Background_Annual_Checkup-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-1024x576.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:39:\"Background_Annual_Checkup-1024x576.webp\";s:8:\"filesize\";i:10732;}}s:8:\"filesize\";i:10732;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-150x150.webp\";s:8:\"filesize\";i:15754;}}s:8:\"filesize\";i:15754;}s:12:\"medium_large\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-768x432.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-768x432.webp\";s:8:\"filesize\";i:7578;}}s:8:\"filesize\";i:7578;}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:39:\"Background_Annual_Checkup-1536x864.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-1536x864.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:39:\"Background_Annual_Checkup-1536x864.webp\";s:8:\"filesize\";i:18066;}}s:8:\"filesize\";i:18066;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-669x272.webp\";s:8:\"filesize\";i:84152;}}s:8:\"filesize\";i:84152;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-320x202.webp\";s:8:\"filesize\";i:39676;}}s:8:\"filesize\";i:39676;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-700x441.webp\";s:8:\"filesize\";i:127688;}}s:8:\"filesize\";i:127688;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:36:\"Background_Annual_Checkup-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:35:\"Background_Annual_Checkup-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:36:\"Background_Annual_Checkup-66x66.webp\";s:8:\"filesize\";i:3988;}}s:8:\"filesize\";i:3988;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-200x113.webp\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-200x113.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-200x113.webp\";s:8:\"filesize\";i:1384;}}s:8:\"filesize\";i:1384;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-400x225.webp\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-400x225.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-400x225.webp\";s:8:\"filesize\";i:3420;}}s:8:\"filesize\";i:3420;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-600x338.webp\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-600x338.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-600x338.webp\";s:8:\"filesize\";i:5682;}}s:8:\"filesize\";i:5682;}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-800x450.webp\";s:5:\"width\";i:800;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-800x450.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-800x450.webp\";s:8:\"filesize\";i:7948;}}s:8:\"filesize\";i:7948;}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:39:\"Background_Annual_Checkup-1200x675.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-1200x675.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:39:\"Background_Annual_Checkup-1200x675.webp\";s:8:\"filesize\";i:13224;}}s:8:\"filesize\";i:13224;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-940x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-940x400.webp\";s:8:\"filesize\";i:142292;}}s:8:\"filesize\";i:142292;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-540x272.webp\";s:8:\"filesize\";i:74332;}}s:8:\"filesize\";i:74332;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-460x295.webp\";s:8:\"filesize\";i:69260;}}s:8:\"filesize\";i:69260;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-300x214.webp\";s:8:\"filesize\";i:38658;}}s:8:\"filesize\";i:38658;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:38:\"Background_Annual_Checkup-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:37:\"Background_Annual_Checkup-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:38:\"Background_Annual_Checkup-177x142.webp\";s:8:\"filesize\";i:18128;}}s:8:\"filesize\";i:18128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:29:\"Background_Annual_Checkup.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:30:\"Background_Annual_Checkup.webp\";s:8:\"filesize\";i:26300;}}s:14:\"original_image\";s:29:\"Background_Annual_Checkup.jpg\";}'),
(21942, 3644, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"600\";}}}'),
(21944, 3622, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"600\";}}}'),
(21946, 3646, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"600\";}}}'),
(21947, 18, '_fusion_google_fonts', 'a:1:{s:7:\"Raleway\";a:1:{s:8:\"variants\";a:3:{i:0;s:3:\"500\";i:1;s:3:\"400\";i:2;s:3:\"600\";}}}'),
(21950, 4376, '_wp_attached_file', '2021/07/Site-Portrait_c.webp');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(21951, 4376, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:800;s:6:\"height\";i:1087;s:4:\"file\";s:28:\"2021/07/Site-Portrait_c.webp\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-221x300.webp\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-221x300.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-221x300.webp\";s:8:\"filesize\";i:3434;}}s:8:\"filesize\";i:3434;}s:5:\"large\";a:6:{s:4:\"file\";s:29:\"Site-Portrait_c-754x1024.webp\";s:5:\"width\";i:754;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-754x1024.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:29:\"Site-Portrait_c-754x1024.webp\";s:8:\"filesize\";i:19538;}}s:8:\"filesize\";i:19538;}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-150x150.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-150x150.webp\";s:8:\"filesize\";i:12660;}}s:8:\"filesize\";i:12660;}s:12:\"medium_large\";a:6:{s:4:\"file\";s:29:\"Site-Portrait_c-768x1044.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-768x1044.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:29:\"Site-Portrait_c-768x1044.webp\";s:8:\"filesize\";i:20306;}}s:8:\"filesize\";i:20306;}s:10:\"blog-large\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-669x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-669x272.webp\";s:8:\"filesize\";i:57590;}}s:8:\"filesize\";i:57590;}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-320x202.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-320x202.webp\";s:8:\"filesize\";i:28696;}}s:8:\"filesize\";i:28696;}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-700x441.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-700x441.webp\";s:8:\"filesize\";i:97412;}}s:8:\"filesize\";i:97412;}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:26:\"Site-Portrait_c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Site-Portrait_c-66x66.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Site-Portrait_c-66x66.webp\";s:8:\"filesize\";i:3340;}}s:8:\"filesize\";i:3340;}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-200x272.webp\";s:5:\"width\";i:200;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-200x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-200x272.webp\";s:8:\"filesize\";i:3134;}}s:8:\"filesize\";i:3134;}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-400x544.webp\";s:5:\"width\";i:400;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-400x544.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-400x544.webp\";s:8:\"filesize\";i:7316;}}s:8:\"filesize\";i:7316;}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-600x815.webp\";s:5:\"width\";i:600;s:6:\"height\";i:815;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-600x815.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-600x815.webp\";s:8:\"filesize\";i:13470;}}s:8:\"filesize\";i:13470;}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-800x400.webp\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-800x400.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-800x400.webp\";s:8:\"filesize\";i:87662;}}s:8:\"filesize\";i:87662;}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-540x272.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-540x272.webp\";s:8:\"filesize\";i:52370;}}s:8:\"filesize\";i:52370;}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-460x295.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-460x295.webp\";s:8:\"filesize\";i:51230;}}s:8:\"filesize\";i:51230;}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-300x214.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-300x214.webp\";s:8:\"filesize\";i:28808;}}s:8:\"filesize\";i:28808;}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:28:\"Site-Portrait_c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"Site-Portrait_c-177x142.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"Site-Portrait_c-177x142.webp\";s:8:\"filesize\";i:13732;}}s:8:\"filesize\";i:13732;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:19:\"Site-Portrait_c.jpg\";s:8:\"filesize\";N;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:20:\"Site-Portrait_c.webp\";s:8:\"filesize\";i:26924;}}s:14:\"original_image\";s:19:\"Site-Portrait_c.jpg\";}'),
(21954, 1701, '_wp_old_date', '2021-07-06'),
(21955, 3442, '_wp_old_date', '2021-07-06'),
(21956, 3442, '_wp_old_date', '2021-07-06'),
(21957, 3655, '_wp_old_date', '2021-07-06'),
(21958, 3732, '_wp_old_date', '2021-07-06'),
(21965, 4086, '_wp_old_date', '2021-07-06'),
(21966, 4086, '_wp_old_date', '2021-07-06'),
(21971, 18, 'avada_post_views_count', '7500'),
(21972, 18, 'avada_today_post_views_count', '7'),
(21973, 18, 'avada_post_views_count_today_date', '09-08-2026'),
(21974, 4084, 'avada_post_views_count', '3777'),
(21975, 4084, 'avada_today_post_views_count', '3'),
(21976, 4084, 'avada_post_views_count_today_date', '09-08-2026'),
(21977, 3644, 'avada_post_views_count', '2834'),
(21978, 3644, 'avada_today_post_views_count', '2'),
(21979, 3644, 'avada_post_views_count_today_date', '09-08-2026'),
(21980, 3637, 'avada_post_views_count', '2128'),
(21981, 3637, 'avada_today_post_views_count', '1'),
(21982, 3637, 'avada_post_views_count_today_date', '09-08-2026'),
(21983, 3622, 'avada_post_views_count', '1654'),
(21984, 3622, 'avada_today_post_views_count', '1'),
(21985, 3622, 'avada_post_views_count_today_date', '09-08-2026'),
(21986, 3646, 'avada_post_views_count', '1838'),
(21987, 3646, 'avada_today_post_views_count', '1'),
(21988, 3646, 'avada_post_views_count_today_date', '09-08-2026'),
(21989, 18, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(21996, 4394, '_fusion', 'a:9:{s:15:\"custom_icon_set\";a:5:{s:13:\"attachment_id\";i:4395;s:17:\"icon_set_dir_name\";s:23:\"marketing-bold-icon-set\";s:5:\"icons\";a:17:{i:0;s:5:\"group\";i:1;s:10:\"connection\";i:2;s:10:\"engagement\";i:3;s:4:\"plus\";i:4;s:5:\"stats\";i:5;s:7:\"product\";i:6;s:5:\"video\";i:7;s:3:\"add\";i:8;s:9:\"customize\";i:9;s:6:\"growth\";i:10;s:3:\"seo\";i:11;s:7:\"results\";i:12;s:10:\"bars-solid\";i:13;s:11:\"times-solid\";i:14;s:17:\"arrow-right-solid\";i:15;s:18:\"check-circle-solid\";i:16;s:15:\"phone-alt-solid\";}s:10:\"css_prefix\";s:9:\"icon-mkb-\";s:10:\"icon_count\";i:17;}s:16:\"color1_overwrite\";s:7:\"#ffffff\";s:16:\"color2_overwrite\";s:7:\"#f9f9fb\";s:16:\"color3_overwrite\";s:7:\"#f2f3f5\";s:16:\"color4_overwrite\";s:7:\"#9ee5b7\";s:16:\"color5_overwrite\";s:7:\"#198fd9\";s:16:\"color6_overwrite\";s:7:\"#434549\";s:16:\"color7_overwrite\";s:7:\"#212326\";s:16:\"color8_overwrite\";s:7:\"#141617\";}'),
(21997, 4394, '_avada_studio_import_key', '97ebb91470e734670d9dba4ddbf16f92'),
(21998, 4394, '_avada_studio_post', '978'),
(21999, 4395, '_wp_attached_file', '2023/04/marketing-bold-icon-set.zip'),
(22000, 4395, '_avada_studio_media', 'c39bbbe6dc05747aafe60ffdecc4c4de'),
(22011, 4403, '_fusion', 'a:9:{s:15:\"custom_icon_set\";a:5:{s:13:\"attachment_id\";i:4404;s:17:\"icon_set_dir_name\";s:16:\"fitness-icon-set\";s:5:\"icons\";a:30:{i:0;s:4:\"menu\";i:1;s:5:\"close\";i:2;s:13:\"arrow-forward\";i:3;s:13:\"shopping-cart\";i:4;s:6:\"search\";i:5;s:11:\"angle-right\";i:6;s:8:\"calendar\";i:7;s:4:\"home\";i:8;s:12:\"youtube-play\";i:9;s:20:\"exclamation-triangle\";i:10;s:5:\"check\";i:11;s:15:\"question-circle\";i:12;s:5:\"share\";i:13;s:8:\"linkedin\";i:14;s:7:\"twitter\";i:15;s:8:\"facebook\";i:16;s:6:\"mobile\";i:17;s:10:\"building-o\";i:18;s:4:\"play\";i:19;s:6:\"play-2\";i:20;s:5:\"scale\";i:21;s:9:\"separator\";i:22;s:9:\"waisttrim\";i:23;s:10:\"waisttrim2\";i:24;s:5:\"watch\";i:25;s:6:\"weight\";i:26;s:5:\"apple\";i:27;s:5:\"fruit\";i:28;s:9:\"heartrate\";i:29;s:5:\"phone\";}s:10:\"css_prefix\";s:8:\"fitness-\";s:10:\"icon_count\";i:30;}s:16:\"color1_overwrite\";s:7:\"#ffffff\";s:16:\"color2_overwrite\";s:7:\"#f9f9fb\";s:16:\"color3_overwrite\";s:7:\"#f2f3f5\";s:16:\"color4_overwrite\";s:7:\"#9ee5b7\";s:16:\"color5_overwrite\";s:7:\"#198fd9\";s:16:\"color6_overwrite\";s:7:\"#434549\";s:16:\"color7_overwrite\";s:7:\"#212326\";s:16:\"color8_overwrite\";s:7:\"#141617\";}'),
(22012, 4403, '_avada_studio_import_key', '0d66957466f967dd219e060a5982a1e8'),
(22013, 4403, '_avada_studio_post', '982'),
(22014, 4404, '_wp_attached_file', '2023/04/fitness-icon-set.zip'),
(22015, 4404, '_avada_studio_media', 'ee5d06dd94d5416cd6a60a61f5a684d6'),
(22044, 4419, '_fusion', 'a:40:{s:12:\"nonce_method\";s:4:\"ajax\";s:14:\"label_position\";s:5:\"above\";s:12:\"field_margin\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:13:\"form_bg_color\";s:19:\"rgba(255,255,255,0)\";s:15:\"form_text_color\";s:7:\"#ffffff\";s:16:\"form_label_color\";s:7:\"#1d3033\";s:22:\"form_placeholder_color\";s:7:\"#ffffff\";s:17:\"form_border_width\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"2px\";s:4:\"left\";s:1:\"0\";}s:17:\"form_border_color\";s:7:\"#ffffff\";s:23:\"form_focus_border_color\";s:19:\"rgba(195,218,190,1)\";s:9:\"form_type\";s:4:\"ajax\";s:6:\"method\";s:4:\"post\";s:10:\"url_method\";s:4:\"post\";s:14:\"custom_headers\";s:2:\"[]\";s:19:\"privacy_store_ip_ua\";s:2:\"no\";s:19:\"exclude_form_studio\";s:3:\"yes\";s:13:\"setup_content\";s:2:\"no\";s:16:\"color2_overwrite\";s:7:\"#f2f1ed\";s:16:\"color3_overwrite\";s:7:\"#ddd5cd\";s:16:\"color4_overwrite\";s:7:\"#8bb681\";s:16:\"color5_overwrite\";s:7:\"#8e526b\";s:16:\"color6_overwrite\";s:7:\"#456d73\";s:16:\"color7_overwrite\";s:7:\"#2f4a4c\";s:16:\"color8_overwrite\";s:7:\"#1d3033\";s:7:\"h1_size\";s:4:\"67px\";s:7:\"h2_size\";s:4:\"50px\";s:7:\"h3_size\";s:4:\"39px\";s:7:\"h4_size\";s:4:\"28px\";s:7:\"h5_size\";s:4:\"21px\";s:7:\"h6_size\";s:4:\"16px\";s:21:\"typography1_overwrite\";a:8:{s:7:\"variant\";s:3:\"400\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"font-family\";s:12:\"Baskervville\";s:11:\"font-backup\";s:14:\"Georgia, serif\";s:9:\"font-size\";s:4:\"67px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:8:\"-0.024em\";}s:21:\"typography3_overwrite\";a:8:{s:7:\"variant\";s:3:\"400\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"font-family\";s:14:\"League Spartan\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"18px\";s:11:\"line-height\";s:1:\"1\";s:14:\"letter-spacing\";s:1:\"0\";}s:21:\"typography4_overwrite\";a:8:{s:7:\"variant\";s:3:\"400\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"font-family\";s:14:\"League Spartan\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font-size\";s:4:\"20px\";s:11:\"line-height\";s:3:\"1.4\";s:14:\"letter-spacing\";s:1:\"0\";}s:21:\"typography5_overwrite\";a:8:{s:9:\"font-size\";s:4:\"15px\";s:7:\"variant\";s:3:\"400\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:11:\"font-family\";s:14:\"League Spartan\";s:11:\"font-backup\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"line-height\";s:3:\"1.2\";s:14:\"letter-spacing\";s:1:\"0\";}s:12:\"form_actions\";a:1:{i:0;s:8:\"database\";}s:10:\"off_canvas\";s:4:\"2363\";s:22:\"form_confirmation_type\";s:7:\"message\";s:25:\"privacy_expiration_action\";s:9:\"anonymize\";s:18:\"preview_off_canvas\";s:0:\"\";s:16:\"color1_overwrite\";s:7:\"#ffffff\";}'),
(22045, 4419, '_fusion_google_fonts', 'a:1:{s:14:\"League Spartan\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"400\";}}}'),
(22046, 4419, '_avada_studio_import_key', 'ae049bc1d4285d03d537867e02193831'),
(22047, 4419, '_avada_studio_post', '2392'),
(22069, 4437, 'fusion_builder_status', 'active'),
(22070, 4437, '_wp_page_template', '100-width.php'),
(22071, 4437, 'pyre_page_options-hide', 'pyre_page_options'),
(22072, 4437, 'pyre_layout', 'default'),
(22073, 4437, 'pyre_bg_color', ''),
(22074, 4437, 'pyre_bg_image', ''),
(22075, 4437, 'pyre_bg_image_id', ''),
(22076, 4437, 'pyre_bg_full', 'no'),
(22077, 4437, 'pyre_bg_repeat', 'repeat'),
(22078, 4437, 'pyre_container_hundred_percent_animation', ''),
(22079, 4437, 'pyre_container_hundred_percent_scroll_sensitivity', ''),
(22080, 4437, 'pyre_container_hundred_percent_animation_speed', ''),
(22081, 4437, 'pyre_container_hundred_percent_dots_navigation', 'default'),
(22082, 4437, 'pyre_display_header', 'yes'),
(22083, 4437, 'pyre_header_100_width', 'default'),
(22084, 4437, 'pyre_header_bg_color', ''),
(22085, 4437, 'pyre_mobile_header_bg_color', ''),
(22086, 4437, 'pyre_header_bg_image', ''),
(22087, 4437, 'pyre_header_bg_image_id', ''),
(22088, 4437, 'pyre_header_bg_full', 'no'),
(22089, 4437, 'pyre_header_bg_repeat', 'repeat'),
(22090, 4437, 'pyre_displayed_menu', '114'),
(22091, 4437, 'pyre_slider_type', 'rev'),
(22092, 4437, 'pyre_wooslider', '0'),
(22093, 4437, 'pyre_revslider', 'cube-animation1'),
(22094, 4437, 'pyre_slider_position', 'default'),
(22095, 4437, 'pyre_avada_rev_styles', 'default'),
(22096, 4437, 'pyre_fallback', ''),
(22097, 4437, 'pyre_fallback_id', ''),
(22098, 4437, 'pyre_slider_visibility', 'small-visibility,medium-visibility,large-visibility'),
(22099, 4437, 'pyre_demo_slider', ''),
(22100, 4437, 'pyre_page_title_bar', 'no'),
(22101, 4437, 'pyre_page_title_bar_bs', 'default'),
(22102, 4437, 'pyre_page_title_bar_text', 'default'),
(22103, 4437, 'pyre_page_title_alignment', 'default'),
(22104, 4437, 'pyre_page_title_font_size', ''),
(22105, 4437, 'pyre_page_title_color', ''),
(22106, 4437, 'pyre_page_title_line_height', ''),
(22107, 4437, 'pyre_page_title_subheader_font_size', ''),
(22108, 4437, 'pyre_page_title_subheader_color', ''),
(22109, 4437, 'pyre_page_title_100_width', 'default'),
(22110, 4437, 'pyre_page_title_height', ''),
(22111, 4437, 'pyre_page_title_mobile_height', ''),
(22112, 4437, 'pyre_page_title_bg_color', ''),
(22113, 4437, 'pyre_page_title_border_color', ''),
(22114, 4437, 'pyre_page_title_bg', ''),
(22115, 4437, 'pyre_page_title_bg_id', ''),
(22116, 4437, 'pyre_page_title_bg_retina', ''),
(22117, 4437, 'pyre_page_title_bg_retina_id', ''),
(22118, 4437, 'pyre_page_title_bg_full', 'default'),
(22119, 4437, 'pyre_page_title_bg_parallax', 'default'),
(22120, 4437, 'pyre_show_first_featured_image', 'yes'),
(22121, 4437, 'pyre_hundredp_padding', ''),
(22122, 4437, 'pyre_top', '0px'),
(22123, 4437, 'pyre_bottom', '0px'),
(22124, 4437, 'pyre_content_bg_color', ''),
(22125, 4437, 'pyre_content_bg_image', ''),
(22126, 4437, 'pyre_content_bg_image_id', ''),
(22127, 4437, 'pyre_content_bg_full', 'no'),
(22128, 4437, 'pyre_content_bg_repeat', 'repeat'),
(22129, 4437, 'pyre_pages_sidebar', ''),
(22130, 4437, 'pyre_pages_sidebar_2', ''),
(22131, 4437, 'pyre_default_sidebar_pos', 'default'),
(22132, 4437, 'pyre_responsive_sidebar_order', ''),
(22133, 4437, 'pyre_sidebar_sticky', 'default'),
(22134, 4437, 'pyre_sidebar_bg_color', ''),
(22135, 4437, 'pyre_footer_widgets', 'default'),
(22136, 4437, 'pyre_footer_copyright', 'default'),
(22137, 4437, 'pyre_footer_100_width', 'default'),
(22149, 4570, 'pyre_post_pagination', 'no'),
(22150, 4570, 'pyre_portfolio_width_100', 'yes'),
(22151, 4570, 'pyre_width', 'full'),
(22152, 4570, 'pyre_show_first_featured_image', 'yes'),
(22153, 4570, 'pyre_fimg_width', ''),
(22154, 4570, 'pyre_fimg_height', ''),
(22155, 4570, 'pyre_video', ''),
(22156, 4570, 'pyre_video_url', ''),
(22157, 4570, 'pyre_project_desc_title', 'no'),
(22158, 4570, 'pyre_project_details', 'no'),
(22159, 4570, 'pyre_project_url', ''),
(22160, 4570, 'pyre_project_url_text', ''),
(22161, 4570, 'pyre_copy_url', ''),
(22162, 4570, 'pyre_copy_url_text', ''),
(22163, 4570, 'pyre_image_rollover_icons', 'default'),
(22164, 4570, 'pyre_link_icon_url', ''),
(22165, 4570, 'pyre_link_icon_target', 'no'),
(22166, 4570, 'pyre_portfolio_author', 'no'),
(22167, 4570, 'pyre_share_box', 'no'),
(22168, 4570, 'pyre_related_posts', 'no'),
(22169, 4570, 'pyre_portfolio_comments', 'no'),
(22170, 4570, 'pyre_slider_type', 'no'),
(22171, 4570, 'pyre_slider', '0'),
(22172, 4570, 'pyre_wooslider', '0'),
(22173, 4570, 'pyre_revslider', '0'),
(22174, 4570, 'pyre_slider_position', 'default'),
(22175, 4570, 'pyre_avada_rev_styles', 'default'),
(22176, 4570, 'pyre_fallback', ''),
(22177, 4570, 'pyre_fallback_id', ''),
(22178, 4570, 'pyre_demo_slider', ''),
(22179, 4570, 'pyre_main_top_padding', '0px'),
(22180, 4570, 'pyre_main_bottom_padding', '0px'),
(22181, 4570, 'pyre_hundredp_padding', '0px'),
(22182, 4570, 'pyre_display_header', 'yes'),
(22183, 4570, 'pyre_header_100_width', 'yes'),
(22184, 4570, 'pyre_combined_header_bg_color', '#ffffff'),
(22185, 4570, 'pyre_mobile_header_bg_color', ''),
(22186, 4570, 'pyre_header_bg', ''),
(22187, 4570, 'pyre_header_bg_id', ''),
(22188, 4570, 'pyre_header_bg_full', 'no'),
(22189, 4570, 'pyre_header_bg_repeat', 'repeat'),
(22190, 4570, 'pyre_displayed_menu', 'default'),
(22191, 4570, 'pyre_display_footer', 'default'),
(22192, 4570, 'pyre_display_copyright', 'default'),
(22193, 4570, 'pyre_footer_100_width', 'default'),
(22194, 4570, 'pyre_sidebar_position', 'default'),
(22195, 4570, 'pyre_responsive_sidebar_order', ''),
(22196, 4570, 'pyre_sidebar_sticky', 'default'),
(22197, 4570, 'pyre_sidebar_bg_color', ''),
(22198, 4570, 'pyre_page_bg_layout', 'wide'),
(22199, 4570, 'pyre_page_bg_color', ''),
(22200, 4570, 'pyre_page_bg', ''),
(22201, 4570, 'pyre_page_bg_id', ''),
(22202, 4570, 'pyre_page_bg_full', 'no'),
(22203, 4570, 'pyre_page_bg_repeat', 'default'),
(22204, 4570, 'pyre_wide_page_bg_color', ''),
(22205, 4570, 'pyre_wide_page_bg', ''),
(22206, 4570, 'pyre_wide_page_bg_id', ''),
(22207, 4570, 'pyre_wide_page_bg_full', 'no'),
(22208, 4570, 'pyre_wide_page_bg_repeat', 'default'),
(22209, 4570, 'pyre_page_title', 'default'),
(22210, 4570, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(22211, 4570, 'pyre_page_title_text', 'yes'),
(22212, 4570, 'pyre_page_title_text_alignment', 'left'),
(22213, 4570, 'pyre_page_title_custom_text', ''),
(22214, 4570, 'pyre_page_title_text_size', '39px'),
(22215, 4570, 'pyre_page_title_font_color', '#368498'),
(22216, 4570, 'pyre_page_title_line_height', ''),
(22217, 4570, 'pyre_page_title_custom_subheader', ''),
(22218, 4570, 'pyre_page_title_custom_subheader_text_size', ''),
(22219, 4570, 'pyre_page_title_subheader_font_color', ''),
(22220, 4570, 'pyre_page_title_100_width', 'yes'),
(22221, 4570, 'pyre_page_title_height', '99px'),
(22222, 4570, 'pyre_page_title_mobile_height', ''),
(22223, 4570, 'pyre_page_title_bar_bg_color', '#ffffff'),
(22224, 4570, 'pyre_page_title_bar_borders_color', '#ffffff'),
(22225, 4570, 'pyre_page_title_bar_bg', ''),
(22226, 4570, 'pyre_page_title_bar_bg_id', ''),
(22227, 4570, 'pyre_page_title_bar_bg_retina', ''),
(22228, 4570, 'pyre_page_title_bar_bg_retina_id', ''),
(22229, 4570, 'pyre_page_title_bar_bg_full', 'default'),
(22230, 4570, 'pyre_page_title_bg_parallax', 'default'),
(22231, 4570, 'fusion_builder_status', 'active'),
(22232, 4570, 'kd_featured-image-2_avada_portfolio_id', ''),
(22233, 4570, 'kd_featured-image-3_avada_portfolio_id', ''),
(22234, 4570, 'kd_featured-image-4_avada_portfolio_id', ''),
(22235, 4570, 'kd_featured-image-5_avada_portfolio_id', ''),
(22236, 4570, '_thumbnail_id', '4992'),
(22237, 4570, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(22238, 4570, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(22239, 4570, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(22240, 4570, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(22241, 4570, '_fusion', 'a:37:{s:16:\"portfolio_pn_nav\";s:2:\"no\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"show_first_featured_image\";s:2:\"no\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:28:\"portfolio_project_desc_title\";s:2:\"no\";s:25:\"portfolio_project_details\";s:2:\"no\";s:26:\"portfolio_link_icon_target\";s:2:\"no\";s:16:\"portfolio_author\";s:2:\"no\";s:28:\"portfolio_social_sharing_box\";s:2:\"no\";s:23:\"portfolio_related_posts\";s:2:\"no\";s:18:\"portfolio_comments\";s:2:\"no\";s:6:\"layout\";s:4:\"wide\";s:7:\"bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:19:\"page_title_bar_text\";s:3:\"yes\";s:20:\"page_title_alignment\";s:4:\"left\";s:20:\"page_title_font_size\";s:4:\"39px\";s:16:\"page_title_color\";s:7:\"#368498\";s:20:\"page_title_100_width\";s:3:\"yes\";s:17:\"page_title_height\";s:4:\"99px\";s:19:\"page_title_bg_color\";s:7:\"#ffffff\";s:23:\"page_title_border_color\";s:7:\"#ffffff\";s:19:\"portfolio_width_100\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(22243, 4570, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"600\";}}}'),
(22244, 4571, 'pyre_post_pagination', 'no'),
(22245, 4571, 'pyre_portfolio_width_100', 'yes'),
(22246, 4571, 'pyre_width', 'full'),
(22247, 4571, 'pyre_show_first_featured_image', 'yes'),
(22248, 4571, 'pyre_fimg_width', ''),
(22249, 4571, 'pyre_fimg_height', ''),
(22250, 4571, 'pyre_video', ''),
(22251, 4571, 'pyre_video_url', ''),
(22252, 4571, 'pyre_project_desc_title', 'no'),
(22253, 4571, 'pyre_project_details', 'no'),
(22254, 4571, 'pyre_project_url', ''),
(22255, 4571, 'pyre_project_url_text', ''),
(22256, 4571, 'pyre_copy_url', ''),
(22257, 4571, 'pyre_copy_url_text', ''),
(22258, 4571, 'pyre_image_rollover_icons', 'default'),
(22259, 4571, 'pyre_link_icon_url', ''),
(22260, 4571, 'pyre_link_icon_target', 'no'),
(22261, 4571, 'pyre_portfolio_author', 'no'),
(22262, 4571, 'pyre_share_box', 'no'),
(22263, 4571, 'pyre_related_posts', 'no'),
(22264, 4571, 'pyre_portfolio_comments', 'no'),
(22265, 4571, 'pyre_slider_type', 'no'),
(22266, 4571, 'pyre_slider', '0'),
(22267, 4571, 'pyre_wooslider', '0'),
(22268, 4571, 'pyre_revslider', '0'),
(22269, 4571, 'pyre_slider_position', 'default'),
(22270, 4571, 'pyre_avada_rev_styles', 'default'),
(22271, 4571, 'pyre_fallback', ''),
(22272, 4571, 'pyre_fallback_id', ''),
(22273, 4571, 'pyre_demo_slider', ''),
(22274, 4571, 'pyre_main_top_padding', '0px'),
(22275, 4571, 'pyre_main_bottom_padding', '0px'),
(22276, 4571, 'pyre_hundredp_padding', '0px'),
(22277, 4571, 'pyre_display_header', 'yes'),
(22278, 4571, 'pyre_header_100_width', 'yes'),
(22279, 4571, 'pyre_combined_header_bg_color', '#ffffff'),
(22280, 4571, 'pyre_mobile_header_bg_color', ''),
(22281, 4571, 'pyre_header_bg', ''),
(22282, 4571, 'pyre_header_bg_id', ''),
(22283, 4571, 'pyre_header_bg_full', 'no'),
(22284, 4571, 'pyre_header_bg_repeat', 'repeat'),
(22285, 4571, 'pyre_displayed_menu', 'default'),
(22286, 4571, 'pyre_display_footer', 'default'),
(22287, 4571, 'pyre_display_copyright', 'default'),
(22288, 4571, 'pyre_footer_100_width', 'default'),
(22289, 4571, 'pyre_sidebar_position', 'default'),
(22290, 4571, 'pyre_responsive_sidebar_order', ''),
(22291, 4571, 'pyre_sidebar_sticky', 'default'),
(22292, 4571, 'pyre_sidebar_bg_color', ''),
(22293, 4571, 'pyre_page_bg_layout', 'wide'),
(22294, 4571, 'pyre_page_bg_color', ''),
(22295, 4571, 'pyre_page_bg', ''),
(22296, 4571, 'pyre_page_bg_id', ''),
(22297, 4571, 'pyre_page_bg_full', 'no'),
(22298, 4571, 'pyre_page_bg_repeat', 'default'),
(22299, 4571, 'pyre_wide_page_bg_color', ''),
(22300, 4571, 'pyre_wide_page_bg', ''),
(22301, 4571, 'pyre_wide_page_bg_id', ''),
(22302, 4571, 'pyre_wide_page_bg_full', 'no'),
(22303, 4571, 'pyre_wide_page_bg_repeat', 'default'),
(22304, 4571, 'pyre_page_title', 'default'),
(22305, 4571, 'pyre_page_title_breadcrumbs_search_bar', 'default'),
(22306, 4571, 'pyre_page_title_text', 'yes'),
(22307, 4571, 'pyre_page_title_text_alignment', 'left'),
(22308, 4571, 'pyre_page_title_custom_text', ''),
(22309, 4571, 'pyre_page_title_text_size', '39px'),
(22310, 4571, 'pyre_page_title_font_color', '#368498'),
(22311, 4571, 'pyre_page_title_line_height', ''),
(22312, 4571, 'pyre_page_title_custom_subheader', ''),
(22313, 4571, 'pyre_page_title_custom_subheader_text_size', ''),
(22314, 4571, 'pyre_page_title_subheader_font_color', ''),
(22315, 4571, 'pyre_page_title_100_width', 'yes'),
(22316, 4571, 'pyre_page_title_height', '99px'),
(22317, 4571, 'pyre_page_title_mobile_height', ''),
(22318, 4571, 'pyre_page_title_bar_bg_color', '#ffffff'),
(22319, 4571, 'pyre_page_title_bar_borders_color', '#ffffff'),
(22320, 4571, 'pyre_page_title_bar_bg', ''),
(22321, 4571, 'pyre_page_title_bar_bg_id', ''),
(22322, 4571, 'pyre_page_title_bar_bg_retina', ''),
(22323, 4571, 'pyre_page_title_bar_bg_retina_id', ''),
(22324, 4571, 'pyre_page_title_bar_bg_full', 'default'),
(22325, 4571, 'pyre_page_title_bg_parallax', 'default'),
(22326, 4571, 'fusion_builder_status', 'active'),
(22327, 4571, 'kd_featured-image-2_avada_portfolio_id', ''),
(22328, 4571, 'kd_featured-image-3_avada_portfolio_id', ''),
(22329, 4571, 'kd_featured-image-4_avada_portfolio_id', ''),
(22330, 4571, 'kd_featured-image-5_avada_portfolio_id', ''),
(22331, 4571, '_thumbnail_id', '4991'),
(22332, 4571, 'sbg_selected_sidebar', 'a:1:{i:0;s:1:\"0\";}'),
(22333, 4571, 'sbg_selected_sidebar_replacement', 'a:1:{i:0;s:0:\"\";}'),
(22334, 4571, 'sbg_selected_sidebar_2', 'a:1:{i:0;s:1:\"0\";}'),
(22335, 4571, 'sbg_selected_sidebar_2_replacement', 'a:1:{i:0;s:15:\"default_sidebar\";}'),
(22336, 4571, '_fusion', 'a:37:{s:16:\"portfolio_pn_nav\";s:2:\"no\";s:30:\"portfolio_featured_image_width\";s:4:\"full\";s:25:\"show_first_featured_image\";s:2:\"no\";s:4:\"fimg\";a:2:{s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";}s:28:\"portfolio_project_desc_title\";s:2:\"no\";s:25:\"portfolio_project_details\";s:2:\"no\";s:26:\"portfolio_link_icon_target\";s:2:\"no\";s:16:\"portfolio_author\";s:2:\"no\";s:28:\"portfolio_social_sharing_box\";s:2:\"no\";s:23:\"portfolio_related_posts\";s:2:\"no\";s:18:\"portfolio_comments\";s:2:\"no\";s:6:\"layout\";s:4:\"wide\";s:7:\"bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:19:\"page_title_bar_text\";s:3:\"yes\";s:20:\"page_title_alignment\";s:4:\"left\";s:20:\"page_title_font_size\";s:4:\"39px\";s:16:\"page_title_color\";s:7:\"#368498\";s:20:\"page_title_100_width\";s:3:\"yes\";s:17:\"page_title_height\";s:4:\"99px\";s:19:\"page_title_bg_color\";s:7:\"#ffffff\";s:23:\"page_title_border_color\";s:7:\"#ffffff\";s:19:\"portfolio_width_100\";s:3:\"yes\";s:16:\"hundredp_padding\";s:3:\"0px\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:3:\"0px\";}s:15:\"content_bg_full\";s:2:\"no\";s:20:\"image_rollover_icons\";s:7:\"default\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:17:\"portfolio_sidebar\";s:0:\"\";s:19:\"portfolio_sidebar_2\";s:15:\"default_sidebar\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(22338, 4571, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"600\";}}}'),
(22340, 4571, '_edit_last', '1'),
(22341, 4570, '_edit_lock', '1686848756:1'),
(22342, 4570, '_edit_last', '1'),
(22343, 4574, '_fusion', 'a:5:{s:22:\"megamenu_wrapper_width\";s:10:\"site_width\";s:12:\"preview_post\";s:1:\"0\";s:23:\"preview_avada_portfolio\";s:1:\"0\";s:12:\"preview_term\";s:8:\"category\";s:26:\"megamenu_wrapper_max_width\";s:4:\"1100\";}'),
(22345, 4574, '_edit_last', '1'),
(22346, 4574, '_fusion_google_fonts', 'a:2:{s:34:\"var(--awb-typography3-font-family)\";a:1:{s:8:\"variants\";a:1:{i:0;s:22:\"var(--awb-typography3)\";}}s:9:\"Work Sans\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"400\";}}}'),
(22347, 4574, 'fusion_builder_status', 'active'),
(22349, 1701, '_wp_old_date', '2021-07-08'),
(22350, 3442, '_wp_old_date', '2021-07-08'),
(22351, 3655, '_wp_old_date', '2021-07-08'),
(22352, 3732, '_wp_old_date', '2021-07-08'),
(22353, 4086, '_wp_old_date', '2021-07-08'),
(22354, 4580, '_fusion', 'a:7:{s:17:\"header_breakpoint\";s:5:\"small\";s:28:\"dynamic_content_preview_type\";s:7:\"default\";s:12:\"preview_post\";s:1:\"0\";s:12:\"preview_page\";s:1:\"0\";s:23:\"preview_avada_portfolio\";s:1:\"0\";s:16:\"preview_archives\";s:4:\"post\";s:12:\"preview_term\";s:8:\"category\";}'),
(22356, 4580, '_edit_last', '1'),
(22357, 4580, 'fusion_builder_status', 'active'),
(22358, 1, '_fusion', 'a:0:{}'),
(22360, 1701, '_wp_old_date', '2023-04-17'),
(22361, 3442, '_wp_old_date', '2023-04-17'),
(22362, 3655, '_wp_old_date', '2023-04-17'),
(22363, 3732, '_wp_old_date', '2023-04-17'),
(22364, 4086, '_wp_old_date', '2023-04-17'),
(22366, 4580, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:2:{i:0;s:3:\"400\";i:1;s:3:\"500\";}}}'),
(22368, 4619, '_menu_item_type', 'custom'),
(22369, 4619, '_menu_item_menu_item_parent', '0'),
(22370, 4619, '_menu_item_object_id', '4619'),
(22371, 4619, '_menu_item_object', 'custom'),
(22372, 4619, '_menu_item_target', ''),
(22373, 4619, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(22374, 4619, '_menu_item_xfn', ''),
(22375, 4619, '_menu_item_url', '#'),
(22377, 4619, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:4:\"icon\";s:16:\"fa-phone-alt fas\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(22378, 4620, '_menu_item_type', 'custom'),
(22379, 4620, '_menu_item_menu_item_parent', '0'),
(22380, 4620, '_menu_item_object_id', '4620'),
(22381, 4620, '_menu_item_object', 'custom'),
(22382, 4620, '_menu_item_target', ''),
(22383, 4620, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(22384, 4620, '_menu_item_xfn', ''),
(22385, 4620, '_menu_item_url', '#'),
(22387, 4620, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:4:\"icon\";s:16:\"fa-ambulance fas\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(22388, 4621, '_menu_item_type', 'custom'),
(22389, 4621, '_menu_item_menu_item_parent', '0'),
(22390, 4621, '_menu_item_object_id', '4621'),
(22391, 4621, '_menu_item_object', 'custom'),
(22392, 4621, '_menu_item_target', ''),
(22393, 4621, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(22394, 4621, '_menu_item_xfn', ''),
(22395, 4621, '_menu_item_url', '#'),
(22397, 4621, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:4:\"icon\";s:9:\"fa-at fas\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(22399, 4624, '_menu_item_type', 'custom'),
(22400, 4624, '_menu_item_menu_item_parent', '0'),
(22401, 4624, '_menu_item_object_id', '4624'),
(22402, 4624, '_menu_item_object', 'custom'),
(22403, 4624, '_menu_item_target', ''),
(22404, 4624, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(22405, 4624, '_menu_item_xfn', ''),
(22406, 4624, '_menu_item_url', '#'),
(22408, 4624, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:3:\"off\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(22409, 4625, '_menu_item_type', 'custom'),
(22410, 4625, '_menu_item_menu_item_parent', '0'),
(22411, 4625, '_menu_item_object_id', '4625'),
(22412, 4625, '_menu_item_object', 'custom'),
(22413, 4625, '_menu_item_target', ''),
(22414, 4625, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(22415, 4625, '_menu_item_xfn', ''),
(22416, 4625, '_menu_item_url', '#'),
(22418, 4625, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:3:\"off\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"status\";s:0:\"\";s:5:\"width\";s:0:\"\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(22426, 4571, 'avada_post_views_count', '712'),
(22427, 4571, 'avada_today_post_views_count', '2'),
(22428, 4571, 'avada_post_views_count_today_date', '07-08-2026'),
(22431, 118, '_fusion', 'a:0:{}'),
(22432, 120, '_fusion', 'a:0:{}'),
(22438, 4705, 'fusion_builder_status', 'active'),
(22439, 4705, 'pyre_portfolio_options-hide', 'pyre_portfolio_options'),
(22440, 4705, 'pyre_portfolio_pn_nav', 'no'),
(22441, 4705, 'pyre_portfolio_featured_image_width', 'full'),
(22442, 4705, 'pyre_show_first_featured_image', 'no'),
(22443, 4705, 'pyre_width', ''),
(22444, 4705, 'pyre_height', ''),
(22445, 4705, 'pyre_video_url', ''),
(22446, 4705, 'pyre_portfolio_project_desc_title', 'no'),
(22447, 4705, 'pyre_portfolio_project_details', 'no'),
(22448, 4705, 'pyre_project_url', ''),
(22449, 4705, 'pyre_project_url_text', ''),
(22450, 4705, 'pyre_copy_url', ''),
(22451, 4705, 'pyre_copy_url_text', ''),
(22452, 4705, 'pyre_image_rollover_icons', 'default'),
(22453, 4705, 'pyre_link_icon_url', ''),
(22454, 4705, 'pyre_portfolio_link_icon_target', 'no'),
(22455, 4705, 'pyre_portfolio_author', 'no'),
(22456, 4705, 'pyre_portfolio_social_sharing_box', 'no'),
(22457, 4705, 'pyre_portfolio_related_posts', 'no'),
(22458, 4705, 'pyre_portfolio_comments', 'no'),
(22459, 4705, 'pyre_layout', 'wide'),
(22460, 4705, 'pyre_bg_color', ''),
(22461, 4705, 'pyre_bg_image', ''),
(22462, 4705, 'pyre_bg_image_id', ''),
(22463, 4705, 'pyre_bg_full', 'no'),
(22464, 4705, 'pyre_bg_repeat', 'default'),
(22465, 4705, 'pyre_container_hundred_percent_animation', ''),
(22466, 4705, 'pyre_container_hundred_percent_scroll_sensitivity', ''),
(22467, 4705, 'pyre_container_hundred_percent_animation_speed', ''),
(22468, 4705, 'pyre_container_hundred_percent_dots_navigation', 'default'),
(22469, 4705, 'pyre_slider_type', 'no'),
(22470, 4705, 'pyre_wooslider', '0'),
(22471, 4705, 'pyre_revslider', '0'),
(22472, 4705, 'pyre_slider_position', 'default'),
(22473, 4705, 'pyre_avada_rev_styles', 'default'),
(22474, 4705, 'pyre_fallback', ''),
(22475, 4705, 'pyre_fallback_id', ''),
(22476, 4705, 'pyre_slider_visibility', 'small-visibility,medium-visibility,large-visibility'),
(22477, 4705, 'pyre_demo_slider', ''),
(22478, 4705, 'pyre_page_title_bar', 'no'),
(22479, 4705, 'pyre_page_title_bar_bs', 'default'),
(22480, 4705, 'pyre_page_title_bar_text', 'yes'),
(22481, 4705, 'pyre_page_title_alignment', 'left'),
(22482, 4705, 'pyre_page_title_font_size', '39px'),
(22483, 4705, 'pyre_page_title_color', '#368498'),
(22484, 4705, 'pyre_page_title_line_height', ''),
(22485, 4705, 'pyre_page_title_subheader_font_size', ''),
(22486, 4705, 'pyre_page_title_subheader_color', ''),
(22487, 4705, 'pyre_page_title_100_width', 'yes'),
(22488, 4705, 'pyre_page_title_height', '99px'),
(22489, 4705, 'pyre_page_title_mobile_height', ''),
(22490, 4705, 'pyre_page_title_bg_color', '#ffffff'),
(22491, 4705, 'pyre_page_title_border_color', '#ffffff'),
(22492, 4705, 'pyre_page_title_bg', ''),
(22493, 4705, 'pyre_page_title_bg_id', ''),
(22494, 4705, 'pyre_page_title_bg_retina', ''),
(22495, 4705, 'pyre_page_title_bg_retina_id', ''),
(22496, 4705, 'pyre_page_title_bg_full', 'default'),
(22497, 4705, 'pyre_page_title_bg_parallax', 'default'),
(22498, 4705, 'pyre_portfolio_width_100', 'yes'),
(22499, 4705, 'pyre_hundredp_padding', '0px'),
(22500, 4705, 'pyre_top', '0px'),
(22501, 4705, 'pyre_bottom', '0px'),
(22502, 4705, 'pyre_content_bg_color', ''),
(22503, 4705, 'pyre_content_bg_image', ''),
(22504, 4705, 'pyre_content_bg_image_id', ''),
(22505, 4705, 'pyre_content_bg_full', 'no'),
(22506, 4705, 'pyre_content_bg_repeat', 'default'),
(22507, 4705, 'pyre_portfolio_sidebar', ''),
(22508, 4705, 'pyre_portfolio_sidebar_2', 'default_sidebar'),
(22509, 4705, 'pyre_portfolio_sidebar_position', 'default'),
(22510, 4705, 'pyre_responsive_sidebar_order', ''),
(22511, 4705, 'pyre_sidebar_sticky', 'default'),
(22512, 4705, 'pyre_sidebar_bg_color', ''),
(22513, 4705, 'pyre_footer_widgets', 'default'),
(22514, 4705, 'pyre_footer_copyright', 'default'),
(22515, 4705, 'pyre_footer_100_width', 'default'),
(22516, 4570, 'avada_post_views_count', '614'),
(22517, 4570, 'avada_today_post_views_count', '1'),
(22518, 4570, 'avada_post_views_count_today_date', '09-08-2026'),
(22521, 4574, 'avada_post_views_count', '11'),
(22522, 4574, 'avada_today_post_views_count', '4'),
(22523, 4574, 'avada_post_views_count_today_date', '26-04-2023'),
(22524, 117, '_fusion', 'a:0:{}'),
(22527, 116, '_fusion', 'a:0:{}'),
(22530, 119, '_fusion', 'a:0:{}'),
(22531, 3622, '_edit_lock', '1682501408:1'),
(22534, 4734, '_edit_last', '1'),
(22535, 2, '_fusion', 'a:0:{}'),
(22542, 4734, '_fusion', 'a:15:{s:7:\"bg_full\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:25:\"show_first_featured_image\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:9:\"bg_repeat\";s:7:\"default\";s:35:\"container_hundred_percent_animation\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:14:\"page_title_bar\";s:2:\"no\";s:17:\"content_bg_repeat\";s:7:\"default\";s:13:\"pages_sidebar\";s:0:\"\";s:15:\"pages_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(22543, 4734, '_wp_page_template', 'default'),
(22544, 4734, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(22545, 4734, 'fusion_builder_status', 'active'),
(22546, 4736, '_menu_item_type', 'post_type'),
(22547, 4736, '_menu_item_menu_item_parent', '0'),
(22548, 4736, '_menu_item_object_id', '4734'),
(22549, 4736, '_menu_item_object', 'page'),
(22550, 4736, '_menu_item_target', ''),
(22551, 4736, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(22552, 4736, '_menu_item_xfn', ''),
(22553, 4736, '_menu_item_url', ''),
(22555, 4736, '_menu_item_fusion_megamenu', 'a:23:{s:5:\"style\";s:0:\"\";s:6:\"select\";s:1:\"0\";s:4:\"icon\";s:0:\"\";s:8:\"icononly\";s:0:\"\";s:5:\"modal\";s:0:\"\";s:15:\"highlight_label\";s:0:\"\";s:26:\"highlight_label_background\";s:0:\"\";s:21:\"highlight_label_color\";s:0:\"\";s:28:\"highlight_label_border_color\";s:0:\"\";s:12:\"special_link\";s:0:\"\";s:21:\"show_woo_cart_counter\";s:0:\"\";s:27:\"show_empty_woo_cart_counter\";s:0:\"\";s:20:\"cart_counter_display\";s:0:\"\";s:22:\"show_woo_cart_contents\";s:0:\"\";s:15:\"searchform_mode\";s:0:\"\";s:13:\"off_canvas_id\";s:0:\"\";s:6:\"status\";s:3:\"off\";s:5:\"width\";s:9:\"fullwidth\";s:7:\"columns\";s:4:\"auto\";s:11:\"columnwidth\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:12:\"thumbnail_id\";s:0:\"\";s:16:\"background_image\";s:0:\"\";}'),
(22566, 1701, '_wp_old_date', '2023-04-18'),
(22567, 3442, '_wp_old_date', '2023-04-18'),
(22568, 3655, '_wp_old_date', '2023-04-18'),
(22569, 3732, '_wp_old_date', '2023-04-18'),
(22570, 4086, '_wp_old_date', '2023-04-18'),
(22571, 4734, 'avada_post_views_count', '819'),
(22572, 4734, 'avada_today_post_views_count', '1'),
(22573, 4734, 'avada_post_views_count_today_date', '09-08-2026'),
(22576, 99, '_fusion', 'a:0:{}'),
(22607, 4284, '_fusion', 'a:0:{}'),
(22608, 4284, '_edit_lock', '1681893332:1'),
(22609, 4284, 'fusion_builder_status', 'active'),
(22629, 4284, '_edit_last', '1'),
(22630, 4755, '_fusion', 'a:4:{s:28:\"dynamic_content_preview_type\";s:7:\"default\";s:12:\"preview_post\";s:1:\"0\";s:23:\"preview_avada_portfolio\";s:1:\"0\";s:12:\"preview_term\";s:8:\"category\";}'),
(22632, 4755, '_edit_last', '1'),
(22633, 4755, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"400\";}}}'),
(22634, 4755, 'fusion_builder_status', 'active'),
(22635, 4734, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"500\";}}}'),
(22636, 4762, '_fusion', 'a:6:{s:28:\"dynamic_content_preview_type\";s:8:\"archives\";s:12:\"preview_post\";s:1:\"0\";s:12:\"preview_page\";s:1:\"0\";s:23:\"preview_avada_portfolio\";s:1:\"0\";s:16:\"preview_archives\";s:4:\"post\";s:12:\"preview_term\";s:8:\"category\";}'),
(22637, 4762, '_edit_lock', '1681905239:1'),
(22638, 4762, '_edit_last', '1'),
(22639, 4762, 'fusion_builder_status', 'active'),
(22640, 4765, '_fusion', 'a:14:{s:27:\"fusion_tb_section_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:2:\"no\";s:25:\"template_sidebar_position\";s:5:\"right\";s:28:\"dynamic_content_preview_type\";s:7:\"default\";s:12:\"preview_post\";s:1:\"0\";s:12:\"preview_page\";s:1:\"0\";s:23:\"preview_avada_portfolio\";s:1:\"0\";s:16:\"preview_archives\";s:4:\"post\";s:12:\"preview_term\";s:8:\"category\";s:17:\"content_bg_repeat\";s:7:\"default\";s:16:\"template_sidebar\";s:0:\"\";s:18:\"template_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(22642, 4765, '_edit_last', '1'),
(22643, 4765, 'fusion_builder_status', 'active'),
(22644, 4769, '_fusion', 'a:14:{s:27:\"fusion_tb_section_width_100\";s:3:\"yes\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:3:\"0px\";s:6:\"bottom\";s:0:\"\";}s:15:\"content_bg_full\";s:3:\"yes\";s:25:\"template_sidebar_position\";s:5:\"right\";s:28:\"dynamic_content_preview_type\";s:7:\"default\";s:12:\"preview_post\";s:1:\"0\";s:12:\"preview_page\";s:1:\"0\";s:23:\"preview_avada_portfolio\";s:1:\"0\";s:16:\"preview_archives\";s:4:\"post\";s:12:\"preview_term\";s:8:\"category\";s:17:\"content_bg_repeat\";s:7:\"default\";s:16:\"template_sidebar\";s:0:\"\";s:18:\"template_sidebar_2\";s:0:\"\";s:14:\"sidebar_sticky\";s:7:\"default\";}'),
(22646, 4769, '_edit_last', '1'),
(22647, 4769, 'fusion_builder_status', 'active'),
(22668, 4769, '_fusion_google_fonts', 'a:1:{s:5:\"Inter\";a:1:{s:8:\"variants\";a:1:{i:0;s:3:\"600\";}}}'),
(22669, 4769, '_edit_lock', '1689001146:1'),
(22687, 4755, 'avada_post_views_count', '1'),
(22688, 4755, 'avada_today_post_views_count', '1'),
(22689, 4755, 'avada_post_views_count_today_date', '19-04-2023'),
(22690, 4765, '_edit_lock', '1681905768:1'),
(22701, 4864, '_thumbnail_id', '5061'),
(22702, 4864, '_wp_page_template', 'default'),
(22703, 4864, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(22704, 4864, '_fusion', 'a:7:{s:17:\"post_links_target\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:20:\"image_rollover_icons\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:19:\"blog_page_title_bar\";s:2:\"no\";}'),
(22705, 4864, '_fusion_google_fonts', ''),
(22706, 4864, 'fusion_builder_status', 'active'),
(22714, 4864, '_edit_last', '1'),
(22717, 4864, 'avada_post_views_count', '614'),
(22718, 4864, 'avada_today_post_views_count', '2'),
(22719, 4864, 'avada_post_views_count_today_date', '07-08-2026'),
(22720, 4098, 'fusion_masonry_element_layout', 'fusion-element-grid'),
(22725, 4353, 'fusion_masonry_element_layout', 'fusion-element-grid'),
(22732, 4755, '_edit_lock', '1681925286:1'),
(22740, 1, 'avada_post_views_count', '6'),
(22741, 1, 'avada_today_post_views_count', '5'),
(22742, 1, 'avada_post_views_count_today_date', '26-04-2023'),
(22744, 4734, '_edit_lock', '1681918715:1'),
(22755, 4619, '_wp_old_date', '2023-04-18'),
(22756, 4624, '_wp_old_date', '2023-04-18'),
(22757, 4620, '_wp_old_date', '2023-04-18'),
(22758, 4625, '_wp_old_date', '2023-04-18'),
(22759, 4621, '_wp_old_date', '2023-04-18'),
(22763, 127, '_fusion', 'a:0:{}'),
(22764, 126, '_fusion', 'a:0:{}'),
(22765, 4989, '_wp_attached_file', '2023/04/background_12c.webp');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(22766, 4989, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:750;s:6:\"height\";i:1065;s:4:\"file\";s:27:\"2023/04/background_12c.webp\";s:8:\"filesize\";i:114964;s:5:\"sizes\";a:15:{s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"background_12c-211x300.webp\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5450;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-211x300.jpg\";s:8:\"filesize\";i:16917;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-211x300.webp\";s:8:\"filesize\";i:5450;}}}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"background_12c-721x1024.webp\";s:5:\"width\";i:721;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29984;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"background_12c-721x1024.jpg\";s:8:\"filesize\";i:134572;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"background_12c-721x1024.webp\";s:8:\"filesize\";i:29984;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:27:\"background_12c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24432;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-150x150.jpg\";s:8:\"filesize\";i:7607;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-150x150.webp\";s:8:\"filesize\";i:24432;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:27:\"background_12c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131770;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-669x272.jpg\";s:8:\"filesize\";i:40807;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-669x272.webp\";s:8:\"filesize\";i:131770;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:27:\"background_12c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58846;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-320x202.jpg\";s:8:\"filesize\";i:18353;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-320x202.webp\";s:8:\"filesize\";i:58846;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:27:\"background_12c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:209168;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-700x441.jpg\";s:8:\"filesize\";i:65246;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-700x441.webp\";s:8:\"filesize\";i:209168;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:25:\"background_12c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5990;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"background_12c-66x66.jpg\";s:8:\"filesize\";i:2347;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"background_12c-66x66.webp\";s:8:\"filesize\";i:5990;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:27:\"background_12c-200x284.webp\";s:5:\"width\";i:200;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5056;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-200x284.jpg\";s:8:\"filesize\";i:15431;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-200x284.webp\";s:8:\"filesize\";i:5056;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:27:\"background_12c-400x568.webp\";s:5:\"width\";i:400;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12792;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-400x568.jpg\";s:8:\"filesize\";i:49596;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-400x568.webp\";s:8:\"filesize\";i:12792;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:27:\"background_12c-600x852.webp\";s:5:\"width\";i:600;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22752;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-600x852.jpg\";s:8:\"filesize\";i:99440;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-600x852.webp\";s:8:\"filesize\";i:22752;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:27:\"background_12c-750x400.webp\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:191842;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-750x400.jpg\";s:8:\"filesize\";i:66130;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-750x400.webp\";s:8:\"filesize\";i:191842;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:27:\"background_12c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:112678;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-540x272.jpg\";s:8:\"filesize\";i:35455;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-540x272.webp\";s:8:\"filesize\";i:112678;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:27:\"background_12c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108208;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-460x295.jpg\";s:8:\"filesize\";i:33280;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-460x295.webp\";s:8:\"filesize\";i:108208;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:27:\"background_12c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58686;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-300x214.jpg\";s:8:\"filesize\";i:18131;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-300x214.webp\";s:8:\"filesize\";i:58686;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:27:\"background_12c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26864;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_12c-177x142.jpg\";s:8:\"filesize\";i:8585;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_12c-177x142.webp\";s:8:\"filesize\";i:26864;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"background_12c.jpg\";s:8:\"filesize\";i:114964;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"background_12c.webp\";s:8:\"filesize\";i:42474;}}s:14:\"original_image\";s:18:\"background_12c.jpg\";}'),
(22767, 4990, '_wp_attached_file', '2023/04/background_13c.webp'),
(22768, 4990, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:750;s:6:\"height\";i:1065;s:4:\"file\";s:27:\"2023/04/background_13c.webp\";s:8:\"filesize\";i:94990;s:5:\"sizes\";a:15:{s:6:\"medium\";a:6:{s:4:\"file\";s:27:\"background_13c-211x300.webp\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10360;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-211x300.jpg\";s:8:\"filesize\";i:26640;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-211x300.webp\";s:8:\"filesize\";i:10360;}}}s:5:\"large\";a:6:{s:4:\"file\";s:28:\"background_13c-721x1024.webp\";s:5:\"width\";i:721;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47430;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:27:\"background_13c-721x1024.jpg\";s:8:\"filesize\";i:168173;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:28:\"background_13c-721x1024.webp\";s:8:\"filesize\";i:47430;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:27:\"background_13c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31624;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-150x150.jpg\";s:8:\"filesize\";i:11699;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-150x150.webp\";s:8:\"filesize\";i:31624;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:27:\"background_13c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:153928;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-669x272.jpg\";s:8:\"filesize\";i:49153;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-669x272.webp\";s:8:\"filesize\";i:153928;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:27:\"background_13c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72150;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-320x202.jpg\";s:8:\"filesize\";i:25537;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-320x202.webp\";s:8:\"filesize\";i:72150;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:27:\"background_13c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:257488;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-700x441.jpg\";s:8:\"filesize\";i:82822;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-700x441.webp\";s:8:\"filesize\";i:257488;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:25:\"background_13c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7710;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"background_13c-66x66.jpg\";s:8:\"filesize\";i:3458;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"background_13c-66x66.webp\";s:8:\"filesize\";i:7710;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:27:\"background_13c-200x284.webp\";s:5:\"width\";i:200;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9818;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-200x284.jpg\";s:8:\"filesize\";i:24199;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-200x284.webp\";s:8:\"filesize\";i:9818;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:27:\"background_13c-400x568.webp\";s:5:\"width\";i:400;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22724;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-400x568.jpg\";s:8:\"filesize\";i:69354;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-400x568.webp\";s:8:\"filesize\";i:22724;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:27:\"background_13c-600x852.webp\";s:5:\"width\";i:600;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:37524;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-600x852.jpg\";s:8:\"filesize\";i:127340;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-600x852.webp\";s:8:\"filesize\";i:37524;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:27:\"background_13c-750x400.webp\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:255654;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-750x400.jpg\";s:8:\"filesize\";i:78140;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-750x400.webp\";s:8:\"filesize\";i:255654;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:27:\"background_13c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133866;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-540x272.jpg\";s:8:\"filesize\";i:44730;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-540x272.webp\";s:8:\"filesize\";i:133866;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:27:\"background_13c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131452;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-460x295.jpg\";s:8:\"filesize\";i:44807;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-460x295.webp\";s:8:\"filesize\";i:131452;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:27:\"background_13c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:72584;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-300x214.jpg\";s:8:\"filesize\";i:25635;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-300x214.webp\";s:8:\"filesize\";i:72584;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:27:\"background_13c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34116;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:26:\"background_13c-177x142.jpg\";s:8:\"filesize\";i:12506;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:27:\"background_13c-177x142.webp\";s:8:\"filesize\";i:34116;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"background_13c.jpg\";s:8:\"filesize\";i:94990;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"background_13c.webp\";s:8:\"filesize\";i:58056;}}s:14:\"original_image\";s:18:\"background_13c.jpg\";}'),
(22769, 4991, '_wp_attached_file', '2023/04/Services_05c.webp'),
(22770, 4991, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2023/04/Services_05c.webp\";s:8:\"filesize\";i:168623;s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"Services_05c-300x113.webp\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7358;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-300x113.jpg\";s:8:\"filesize\";i:15996;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-300x113.webp\";s:8:\"filesize\";i:7358;}}}s:5:\"large\";a:6:{s:4:\"file\";s:26:\"Services_05c-1024x384.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34064;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Services_05c-1024x384.jpg\";s:8:\"filesize\";i:101411;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Services_05c-1024x384.webp\";s:8:\"filesize\";i:34064;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:25:\"Services_05c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4662;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-150x150.jpg\";s:8:\"filesize\";i:10535;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-150x150.webp\";s:8:\"filesize\";i:4662;}}}s:12:\"medium_large\";a:6:{s:4:\"file\";s:25:\"Services_05c-768x288.webp\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23814;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-768x288.jpg\";s:8:\"filesize\";i:65280;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-768x288.webp\";s:8:\"filesize\";i:23814;}}}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:26:\"Services_05c-1536x576.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54556;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Services_05c-1536x576.jpg\";s:8:\"filesize\";i:185731;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Services_05c-1536x576.webp\";s:8:\"filesize\";i:54556;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:25:\"Services_05c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20920;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-669x272.jpg\";s:8:\"filesize\";i:56186;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-669x272.webp\";s:8:\"filesize\";i:20920;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:25:\"Services_05c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9476;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-320x202.jpg\";s:8:\"filesize\";i:23864;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-320x202.webp\";s:8:\"filesize\";i:9476;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:25:\"Services_05c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25188;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-700x441.jpg\";s:8:\"filesize\";i:78048;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-700x441.webp\";s:8:\"filesize\";i:25188;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:23:\"Services_05c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1518;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Services_05c-66x66.jpg\";s:8:\"filesize\";i:3212;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Services_05c-66x66.webp\";s:8:\"filesize\";i:1518;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:24:\"Services_05c-200x75.webp\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4034;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Services_05c-200x75.jpg\";s:8:\"filesize\";i:8395;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Services_05c-200x75.webp\";s:8:\"filesize\";i:4034;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:25:\"Services_05c-400x150.webp\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10578;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-400x150.jpg\";s:8:\"filesize\";i:24579;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-400x150.webp\";s:8:\"filesize\";i:10578;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:25:\"Services_05c-600x225.webp\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18148;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-600x225.jpg\";s:8:\"filesize\";i:45935;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-600x225.webp\";s:8:\"filesize\";i:18148;}}}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:25:\"Services_05c-800x300.webp\";s:5:\"width\";i:800;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25162;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-800x300.jpg\";s:8:\"filesize\";i:70492;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-800x300.webp\";s:8:\"filesize\";i:25162;}}}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:26:\"Services_05c-1200x450.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41200;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Services_05c-1200x450.jpg\";s:8:\"filesize\";i:130432;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Services_05c-1200x450.webp\";s:8:\"filesize\";i:41200;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:25:\"Services_05c-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31940;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-940x400.jpg\";s:8:\"filesize\";i:96702;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-940x400.webp\";s:8:\"filesize\";i:31940;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:25:\"Services_05c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17282;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-540x272.jpg\";s:8:\"filesize\";i:46369;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-540x272.webp\";s:8:\"filesize\";i:17282;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:25:\"Services_05c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15110;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-460x295.jpg\";s:8:\"filesize\";i:41362;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-460x295.webp\";s:8:\"filesize\";i:15110;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:25:\"Services_05c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8922;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-300x214.jpg\";s:8:\"filesize\";i:22895;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-300x214.webp\";s:8:\"filesize\";i:8922;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:25:\"Services_05c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4900;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_05c-177x142.jpg\";s:8:\"filesize\";i:11344;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_05c-177x142.webp\";s:8:\"filesize\";i:4900;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:16:\"Services_05c.jpg\";s:8:\"filesize\";i:168623;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:17:\"Services_05c.webp\";s:8:\"filesize\";i:78416;}}s:14:\"original_image\";s:16:\"Services_05c.jpg\";}'),
(22771, 4992, '_wp_attached_file', '2023/04/Services_06c.webp'),
(22772, 4992, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2023/04/Services_06c.webp\";s:8:\"filesize\";i:300138;s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:25:\"Services_06c-300x113.webp\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4212;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-300x113.jpg\";s:8:\"filesize\";i:11540;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-300x113.webp\";s:8:\"filesize\";i:4212;}}}s:5:\"large\";a:6:{s:4:\"file\";s:26:\"Services_06c-1024x384.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19670;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Services_06c-1024x384.jpg\";s:8:\"filesize\";i:76826;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Services_06c-1024x384.webp\";s:8:\"filesize\";i:19670;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:25:\"Services_06c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3294;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-150x150.jpg\";s:8:\"filesize\";i:8254;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-150x150.webp\";s:8:\"filesize\";i:3294;}}}s:12:\"medium_large\";a:6:{s:4:\"file\";s:25:\"Services_06c-768x288.webp\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13482;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-768x288.jpg\";s:8:\"filesize\";i:46778;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-768x288.webp\";s:8:\"filesize\";i:13482;}}}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:26:\"Services_06c-1536x576.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36820;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Services_06c-1536x576.jpg\";s:8:\"filesize\";i:163135;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Services_06c-1536x576.webp\";s:8:\"filesize\";i:36820;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:25:\"Services_06c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12268;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-669x272.jpg\";s:8:\"filesize\";i:40833;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-669x272.webp\";s:8:\"filesize\";i:12268;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:25:\"Services_06c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6016;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-320x202.jpg\";s:8:\"filesize\";i:17932;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-320x202.webp\";s:8:\"filesize\";i:6016;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:25:\"Services_06c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16830;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-700x441.jpg\";s:8:\"filesize\";i:66262;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-700x441.webp\";s:8:\"filesize\";i:16830;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:23:\"Services_06c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1202;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Services_06c-66x66.jpg\";s:8:\"filesize\";i:2760;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Services_06c-66x66.webp\";s:8:\"filesize\";i:1202;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:24:\"Services_06c-200x75.webp\";s:5:\"width\";i:200;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2554;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Services_06c-200x75.jpg\";s:8:\"filesize\";i:6453;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Services_06c-200x75.webp\";s:8:\"filesize\";i:2554;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:25:\"Services_06c-400x150.webp\";s:5:\"width\";i:400;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5946;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-400x150.jpg\";s:8:\"filesize\";i:17123;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-400x150.webp\";s:8:\"filesize\";i:5946;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:25:\"Services_06c-600x225.webp\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10180;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-600x225.jpg\";s:8:\"filesize\";i:32003;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-600x225.webp\";s:8:\"filesize\";i:10180;}}}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:25:\"Services_06c-800x300.webp\";s:5:\"width\";i:800;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14176;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-800x300.jpg\";s:8:\"filesize\";i:50609;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-800x300.webp\";s:8:\"filesize\";i:14176;}}}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:26:\"Services_06c-1200x450.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25188;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:25:\"Services_06c-1200x450.jpg\";s:8:\"filesize\";i:103191;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:26:\"Services_06c-1200x450.webp\";s:8:\"filesize\";i:25188;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:25:\"Services_06c-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19626;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-940x400.jpg\";s:8:\"filesize\";i:76695;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-940x400.webp\";s:8:\"filesize\";i:19626;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:25:\"Services_06c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10356;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-540x272.jpg\";s:8:\"filesize\";i:33947;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-540x272.webp\";s:8:\"filesize\";i:10356;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:25:\"Services_06c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9776;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-460x295.jpg\";s:8:\"filesize\";i:32067;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-460x295.webp\";s:8:\"filesize\";i:9776;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:25:\"Services_06c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6192;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-300x214.jpg\";s:8:\"filesize\";i:18032;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-300x214.webp\";s:8:\"filesize\";i:6192;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:25:\"Services_06c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3424;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:24:\"Services_06c-177x142.jpg\";s:8:\"filesize\";i:9099;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:25:\"Services_06c-177x142.webp\";s:8:\"filesize\";i:3424;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:16:\"Services_06c.jpg\";s:8:\"filesize\";i:300138;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:17:\"Services_06c.webp\";s:8:\"filesize\";i:86090;}}s:14:\"original_image\";s:16:\"Services_06c.jpg\";}'),
(22773, 4993, '_wp_attached_file', '2023/04/Slider_05c.webp'),
(22774, 4993, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2023/04/Slider_05c.webp\";s:8:\"filesize\";i:421586;s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:23:\"Slider_05c-300x141.webp\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12742;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-300x141.jpg\";s:8:\"filesize\";i:29745;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-300x141.webp\";s:8:\"filesize\";i:12742;}}}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"Slider_05c-1024x480.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:96226;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Slider_05c-1024x480.jpg\";s:8:\"filesize\";i:255236;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Slider_05c-1024x480.webp\";s:8:\"filesize\";i:96226;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:23:\"Slider_05c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40974;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-150x150.jpg\";s:8:\"filesize\";i:16338;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-150x150.webp\";s:8:\"filesize\";i:40974;}}}s:12:\"medium_large\";a:6:{s:4:\"file\";s:23:\"Slider_05c-768x360.webp\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61634;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-768x360.jpg\";s:8:\"filesize\";i:155155;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-768x360.webp\";s:8:\"filesize\";i:61634;}}}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:24:\"Slider_05c-1536x720.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:171914;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Slider_05c-1536x720.jpg\";s:8:\"filesize\";i:486715;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Slider_05c-1536x720.webp\";s:8:\"filesize\";i:171914;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:23:\"Slider_05c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:290728;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-669x272.jpg\";s:8:\"filesize\";i:106653;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-669x272.webp\";s:8:\"filesize\";i:290728;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:23:\"Slider_05c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:111516;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-320x202.jpg\";s:8:\"filesize\";i:43938;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-320x202.webp\";s:8:\"filesize\";i:111516;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:23:\"Slider_05c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:473946;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-700x441.jpg\";s:8:\"filesize\";i:173758;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-700x441.webp\";s:8:\"filesize\";i:473946;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:21:\"Slider_05c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8630;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Slider_05c-66x66.jpg\";s:8:\"filesize\";i:3835;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Slider_05c-66x66.webp\";s:8:\"filesize\";i:8630;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:22:\"Slider_05c-200x94.webp\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6146;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Slider_05c-200x94.jpg\";s:8:\"filesize\";i:13949;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Slider_05c-200x94.webp\";s:8:\"filesize\";i:6146;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:23:\"Slider_05c-400x188.webp\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20710;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-400x188.jpg\";s:8:\"filesize\";i:49866;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-400x188.webp\";s:8:\"filesize\";i:20710;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:23:\"Slider_05c-600x281.webp\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40766;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-600x281.jpg\";s:8:\"filesize\";i:101612;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-600x281.webp\";s:8:\"filesize\";i:40766;}}}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:23:\"Slider_05c-800x375.webp\";s:5:\"width\";i:800;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66704;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-800x375.jpg\";s:8:\"filesize\";i:167696;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-800x375.webp\";s:8:\"filesize\";i:66704;}}}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:24:\"Slider_05c-1200x563.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:124594;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Slider_05c-1200x563.jpg\";s:8:\"filesize\";i:334707;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Slider_05c-1200x563.webp\";s:8:\"filesize\";i:124594;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:23:\"Slider_05c-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:559576;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-940x400.jpg\";s:8:\"filesize\";i:200565;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-940x400.webp\";s:8:\"filesize\";i:559576;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:23:\"Slider_05c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:238728;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-540x272.jpg\";s:8:\"filesize\";i:90364;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-540x272.webp\";s:8:\"filesize\";i:238728;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:23:\"Slider_05c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:220368;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-460x295.jpg\";s:8:\"filesize\";i:84615;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-460x295.webp\";s:8:\"filesize\";i:220368;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:23:\"Slider_05c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109728;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-300x214.jpg\";s:8:\"filesize\";i:42959;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-300x214.webp\";s:8:\"filesize\";i:109728;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:23:\"Slider_05c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45608;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_05c-177x142.jpg\";s:8:\"filesize\";i:18388;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_05c-177x142.webp\";s:8:\"filesize\";i:45608;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"Slider_05c.jpg\";s:8:\"filesize\";i:421586;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"Slider_05c.webp\";s:8:\"filesize\";i:288716;}}s:14:\"original_image\";s:14:\"Slider_05c.jpg\";}'),
(22775, 4994, '_wp_attached_file', '2023/04/Slider_06c.webp'),
(22776, 4994, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1920;s:6:\"height\";i:900;s:4:\"file\";s:23:\"2023/04/Slider_06c.webp\";s:8:\"filesize\";i:243354;s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:23:\"Slider_06c-300x141.webp\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4326;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-300x141.jpg\";s:8:\"filesize\";i:12434;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-300x141.webp\";s:8:\"filesize\";i:4326;}}}s:5:\"large\";a:6:{s:4:\"file\";s:24:\"Slider_06c-1024x480.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21386;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Slider_06c-1024x480.jpg\";s:8:\"filesize\";i:87124;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Slider_06c-1024x480.webp\";s:8:\"filesize\";i:21386;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:23:\"Slider_06c-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2984;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-150x150.jpg\";s:8:\"filesize\";i:7785;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-150x150.webp\";s:8:\"filesize\";i:2984;}}}s:12:\"medium_large\";a:6:{s:4:\"file\";s:23:\"Slider_06c-768x360.webp\";s:5:\"width\";i:768;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14300;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-768x360.jpg\";s:8:\"filesize\";i:51931;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-768x360.webp\";s:8:\"filesize\";i:14300;}}}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:24:\"Slider_06c-1536x720.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45884;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Slider_06c-1536x720.jpg\";s:8:\"filesize\";i:189600;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Slider_06c-1536x720.webp\";s:8:\"filesize\";i:45884;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:23:\"Slider_06c-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9786;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-669x272.jpg\";s:8:\"filesize\";i:35684;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-669x272.webp\";s:8:\"filesize\";i:9786;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:23:\"Slider_06c-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5660;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-320x202.jpg\";s:8:\"filesize\";i:16799;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-320x202.webp\";s:8:\"filesize\";i:5660;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:23:\"Slider_06c-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15402;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-700x441.jpg\";s:8:\"filesize\";i:58796;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-700x441.webp\";s:8:\"filesize\";i:15402;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:21:\"Slider_06c-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1172;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Slider_06c-66x66.jpg\";s:8:\"filesize\";i:2695;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Slider_06c-66x66.webp\";s:8:\"filesize\";i:1172;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:22:\"Slider_06c-200x94.webp\";s:5:\"width\";i:200;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2664;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Slider_06c-200x94.jpg\";s:8:\"filesize\";i:6784;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Slider_06c-200x94.webp\";s:8:\"filesize\";i:2664;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:23:\"Slider_06c-400x188.webp\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6170;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-400x188.jpg\";s:8:\"filesize\";i:18806;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-400x188.webp\";s:8:\"filesize\";i:6170;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:23:\"Slider_06c-600x281.webp\";s:5:\"width\";i:600;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10302;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-600x281.jpg\";s:8:\"filesize\";i:34960;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-600x281.webp\";s:8:\"filesize\";i:10302;}}}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:23:\"Slider_06c-800x375.webp\";s:5:\"width\";i:800;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15174;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-800x375.jpg\";s:8:\"filesize\";i:56256;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-800x375.webp\";s:8:\"filesize\";i:15174;}}}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:24:\"Slider_06c-1200x563.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:563;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29214;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:23:\"Slider_06c-1200x563.jpg\";s:8:\"filesize\";i:118649;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:24:\"Slider_06c-1200x563.webp\";s:8:\"filesize\";i:29214;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:23:\"Slider_06c-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16470;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-940x400.jpg\";s:8:\"filesize\";i:66968;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-940x400.webp\";s:8:\"filesize\";i:16470;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:23:\"Slider_06c-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9074;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-540x272.jpg\";s:8:\"filesize\";i:31044;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-540x272.webp\";s:8:\"filesize\";i:9074;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:23:\"Slider_06c-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9036;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-460x295.jpg\";s:8:\"filesize\";i:29457;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-460x295.webp\";s:8:\"filesize\";i:9036;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:23:\"Slider_06c-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5682;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-300x214.jpg\";s:8:\"filesize\";i:16620;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-300x214.webp\";s:8:\"filesize\";i:5682;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:23:\"Slider_06c-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3114;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Slider_06c-177x142.jpg\";s:8:\"filesize\";i:8517;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Slider_06c-177x142.webp\";s:8:\"filesize\";i:3114;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"Slider_06c.jpg\";s:8:\"filesize\";i:243354;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"Slider_06c.webp\";s:8:\"filesize\";i:107202;}}s:14:\"original_image\";s:14:\"Slider_06c.jpg\";}'),
(22780, 3637, '_edit_lock', '1686848349:1'),
(22784, 115, '_fusion', 'a:0:{}'),
(22790, 4619, '_wp_old_date', '2023-04-22'),
(22791, 4624, '_wp_old_date', '2023-04-22'),
(22792, 4620, '_wp_old_date', '2023-04-22'),
(22793, 4625, '_wp_old_date', '2023-04-22'),
(22794, 4621, '_wp_old_date', '2023-04-22'),
(22795, 4571, '_edit_lock', '1686848562:1'),
(22796, 18, '_edit_lock', '1696613056:1'),
(22809, 5029, '_wp_attached_file', '2023/09/Ma-photo.webp');
INSERT INTO `wpme_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(22810, 5029, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:600;s:6:\"height\";i:815;s:4:\"file\";s:21:\"2023/09/Ma-photo.webp\";s:8:\"filesize\";i:46323;s:5:\"sizes\";a:13:{s:6:\"medium\";a:6:{s:4:\"file\";s:21:\"Ma-photo-221x300.webp\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3472;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-221x300.jpeg\";s:8:\"filesize\";i:9545;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-221x300.webp\";s:8:\"filesize\";i:3472;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:21:\"Ma-photo-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1802;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-150x150.jpeg\";s:8:\"filesize\";i:4461;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-150x150.webp\";s:8:\"filesize\";i:1802;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:21:\"Ma-photo-600x272.webp\";s:5:\"width\";i:600;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6564;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-600x272.jpeg\";s:8:\"filesize\";i:18409;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-600x272.webp\";s:8:\"filesize\";i:6564;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:21:\"Ma-photo-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3120;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-320x202.jpeg\";s:8:\"filesize\";i:8953;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-320x202.webp\";s:8:\"filesize\";i:3120;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:21:\"Ma-photo-600x441.webp\";s:5:\"width\";i:600;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10102;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-600x441.jpeg\";s:8:\"filesize\";i:29250;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-600x441.webp\";s:8:\"filesize\";i:10102;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:19:\"Ma-photo-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:628;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:19:\"Ma-photo-66x66.jpeg\";s:8:\"filesize\";i:1568;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"Ma-photo-66x66.webp\";s:8:\"filesize\";i:628;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:21:\"Ma-photo-200x272.webp\";s:5:\"width\";i:200;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3180;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-200x272.jpeg\";s:8:\"filesize\";i:8263;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-200x272.webp\";s:8:\"filesize\";i:3180;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:21:\"Ma-photo-400x543.webp\";s:5:\"width\";i:400;s:6:\"height\";i:543;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7402;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-400x543.jpeg\";s:8:\"filesize\";i:22884;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-400x543.webp\";s:8:\"filesize\";i:7402;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:21:\"Ma-photo-600x400.webp\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9548;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-600x400.jpeg\";s:8:\"filesize\";i:26893;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-600x400.webp\";s:8:\"filesize\";i:9548;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:21:\"Ma-photo-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5234;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-540x272.jpeg\";s:8:\"filesize\";i:15951;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-540x272.webp\";s:8:\"filesize\";i:5234;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:21:\"Ma-photo-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5218;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-460x295.jpeg\";s:8:\"filesize\";i:15685;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-460x295.webp\";s:8:\"filesize\";i:5218;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:21:\"Ma-photo-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3074;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-300x214.jpeg\";s:8:\"filesize\";i:8934;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-300x214.webp\";s:8:\"filesize\";i:3074;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:21:\"Ma-photo-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1764;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Ma-photo-177x142.jpeg\";s:8:\"filesize\";i:4538;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Ma-photo-177x142.webp\";s:8:\"filesize\";i:1764;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:13:\"Ma-photo.jpeg\";s:8:\"filesize\";i:46323;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:13:\"Ma-photo.webp\";s:8:\"filesize\";i:15436;}}s:14:\"original_image\";s:13:\"Ma-photo.jpeg\";}'),
(22818, 3, '_fusion', 'a:0:{}'),
(22819, 4, '_hash', '04fd251eae365fb0c7bd069a29845ee161fa0772'),
(22820, 3145, '_hash', '7aa42483463e6990a315f9a10168d542b7cd1e09'),
(22821, 3163, '_hash', '0fdcde42afd8837133b6bdcaca501ffef1d940c5'),
(22823, 4084, '_edit_lock', '1697114129:1'),
(22846, 5052, '_wp_attached_file', '2023/10/20.webp'),
(22847, 5052, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1920;s:6:\"height\";i:920;s:4:\"file\";s:15:\"2023/10/20.webp\";s:8:\"filesize\";i:715836;s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:15:\"20-300x144.webp\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5158;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-300x144.jpg\";s:8:\"filesize\";i:13697;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-300x144.webp\";s:8:\"filesize\";i:5158;}}}s:5:\"large\";a:6:{s:4:\"file\";s:16:\"20-1024x491.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27530;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:15:\"20-1024x491.jpg\";s:8:\"filesize\";i:98182;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:16:\"20-1024x491.webp\";s:8:\"filesize\";i:27530;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:15:\"20-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2700;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-150x150.jpg\";s:8:\"filesize\";i:6922;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-150x150.webp\";s:8:\"filesize\";i:2700;}}}s:12:\"medium_large\";a:6:{s:4:\"file\";s:15:\"20-768x368.webp\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18160;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-768x368.jpg\";s:8:\"filesize\";i:61413;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-768x368.webp\";s:8:\"filesize\";i:18160;}}}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:16:\"20-1536x736.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46136;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:15:\"20-1536x736.jpg\";s:8:\"filesize\";i:186222;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:16:\"20-1536x736.webp\";s:8:\"filesize\";i:46136;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:15:\"20-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12320;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-669x272.jpg\";s:8:\"filesize\";i:41242;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-669x272.webp\";s:8:\"filesize\";i:12320;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:15:\"20-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6502;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-320x202.jpg\";s:8:\"filesize\";i:18287;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-320x202.webp\";s:8:\"filesize\";i:6502;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:15:\"20-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19404;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-700x441.jpg\";s:8:\"filesize\";i:65753;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-700x441.webp\";s:8:\"filesize\";i:19404;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:13:\"20-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:926;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:12:\"20-66x66.jpg\";s:8:\"filesize\";i:2166;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:13:\"20-66x66.webp\";s:8:\"filesize\";i:926;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:14:\"20-200x96.webp\";s:5:\"width\";i:200;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2958;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:13:\"20-200x96.jpg\";s:8:\"filesize\";i:7213;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:14:\"20-200x96.webp\";s:8:\"filesize\";i:2958;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:15:\"20-400x192.webp\";s:5:\"width\";i:400;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7696;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-400x192.jpg\";s:8:\"filesize\";i:21395;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-400x192.webp\";s:8:\"filesize\";i:7696;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:15:\"20-600x288.webp\";s:5:\"width\";i:600;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12936;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-600x288.jpg\";s:8:\"filesize\";i:41192;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-600x288.webp\";s:8:\"filesize\";i:12936;}}}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:15:\"20-800x383.webp\";s:5:\"width\";i:800;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19186;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-800x383.jpg\";s:8:\"filesize\";i:65529;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-800x383.webp\";s:8:\"filesize\";i:19186;}}}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:16:\"20-1200x575.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34212;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:15:\"20-1200x575.jpg\";s:8:\"filesize\";i:125049;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:16:\"20-1200x575.webp\";s:8:\"filesize\";i:34212;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:15:\"20-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21180;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-940x400.jpg\";s:8:\"filesize\";i:74771;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-940x400.webp\";s:8:\"filesize\";i:21180;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:15:\"20-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11648;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-540x272.jpg\";s:8:\"filesize\";i:36301;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-540x272.webp\";s:8:\"filesize\";i:11648;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:15:\"20-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10738;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-460x295.jpg\";s:8:\"filesize\";i:33111;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-460x295.webp\";s:8:\"filesize\";i:10738;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:15:\"20-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6268;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-300x214.jpg\";s:8:\"filesize\";i:17690;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-300x214.webp\";s:8:\"filesize\";i:6268;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:15:\"20-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3162;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:14:\"20-177x142.jpg\";s:8:\"filesize\";i:8268;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:15:\"20-177x142.webp\";s:8:\"filesize\";i:3162;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:6:\"20.jpg\";s:8:\"filesize\";i:715836;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:7:\"20.webp\";s:8:\"filesize\";i:70312;}}s:14:\"original_image\";s:6:\"20.jpg\";}'),
(22862, 5061, '_wp_attached_file', '2024/03/Diabetes.webp'),
(22863, 5061, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2024/03/Diabetes.webp\";s:8:\"filesize\";i:192582;s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:21:\"Diabetes-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3626;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-300x125.jpg\";s:8:\"filesize\";i:10073;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-300x125.webp\";s:8:\"filesize\";i:3626;}}}s:5:\"large\";a:6:{s:4:\"file\";s:22:\"Diabetes-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13094;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes-1024x427.jpg\";s:8:\"filesize\";i:56780;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes-1024x427.webp\";s:8:\"filesize\";i:13094;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:21:\"Diabetes-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:18640;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-150x150.jpg\";s:8:\"filesize\";i:6548;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-150x150.webp\";s:8:\"filesize\";i:18640;}}}s:12:\"medium_large\";a:6:{s:4:\"file\";s:21:\"Diabetes-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9324;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-768x320.jpg\";s:8:\"filesize\";i:36811;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-768x320.webp\";s:8:\"filesize\";i:9324;}}}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:22:\"Diabetes-1536x640.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21284;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes-1536x640.jpg\";s:8:\"filesize\";i:106526;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes-1536x640.webp\";s:8:\"filesize\";i:21284;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:21:\"Diabetes-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:109106;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-669x272.jpg\";s:8:\"filesize\";i:29752;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-669x272.webp\";s:8:\"filesize\";i:109106;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:21:\"Diabetes-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43622;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-320x202.jpg\";s:8:\"filesize\";i:13460;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-320x202.webp\";s:8:\"filesize\";i:43622;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:21:\"Diabetes-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:144160;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-700x441.jpg\";s:8:\"filesize\";i:40994;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-700x441.webp\";s:8:\"filesize\";i:144160;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:19:\"Diabetes-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5858;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:18:\"Diabetes-66x66.jpg\";s:8:\"filesize\";i:2893;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:19:\"Diabetes-66x66.webp\";s:8:\"filesize\";i:5858;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:20:\"Diabetes-200x83.webp\";s:5:\"width\";i:200;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2636;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:19:\"Diabetes-200x83.jpg\";s:8:\"filesize\";i:6002;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:20:\"Diabetes-200x83.webp\";s:8:\"filesize\";i:2636;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:21:\"Diabetes-400x167.webp\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4780;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-400x167.jpg\";s:8:\"filesize\";i:14600;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-400x167.webp\";s:8:\"filesize\";i:4780;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:21:\"Diabetes-600x250.webp\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7250;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-600x250.jpg\";s:8:\"filesize\";i:26109;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-600x250.webp\";s:8:\"filesize\";i:7250;}}}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:21:\"Diabetes-800x333.webp\";s:5:\"width\";i:800;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9854;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-800x333.jpg\";s:8:\"filesize\";i:39325;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-800x333.webp\";s:8:\"filesize\";i:9854;}}}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:22:\"Diabetes-1200x500.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16052;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes-1200x500.jpg\";s:8:\"filesize\";i:72476;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes-1200x500.webp\";s:8:\"filesize\";i:16052;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:21:\"Diabetes-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:181104;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-940x400.jpg\";s:8:\"filesize\";i:50136;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-940x400.webp\";s:8:\"filesize\";i:181104;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:21:\"Diabetes-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:85918;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-540x272.jpg\";s:8:\"filesize\";i:24294;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-540x272.webp\";s:8:\"filesize\";i:85918;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:21:\"Diabetes-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76862;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-460x295.jpg\";s:8:\"filesize\";i:22348;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-460x295.webp\";s:8:\"filesize\";i:76862;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:21:\"Diabetes-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42882;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-300x214.jpg\";s:8:\"filesize\";i:13316;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-300x214.webp\";s:8:\"filesize\";i:42882;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:21:\"Diabetes-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20724;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes-177x142.jpg\";s:8:\"filesize\";i:7184;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes-177x142.webp\";s:8:\"filesize\";i:20724;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:12:\"Diabetes.jpg\";s:8:\"filesize\";i:192582;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:13:\"Diabetes.webp\";s:8:\"filesize\";i:31944;}}s:14:\"original_image\";s:12:\"Diabetes.jpg\";}'),
(22871, 4864, '_edit_lock', '1711121695:1'),
(22888, 5066, '_edit_last', '1'),
(22889, 5066, '_wp_page_template', 'default'),
(22892, 5066, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(22893, 5066, '_fusion', 'a:7:{s:17:\"post_links_target\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:20:\"image_rollover_icons\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:19:\"blog_page_title_bar\";s:2:\"no\";}'),
(22894, 5066, 'fusion_builder_status', 'active'),
(22895, 5066, 'avada_post_views_count', '546'),
(22896, 5066, 'avada_today_post_views_count', '2'),
(22897, 5066, 'avada_post_views_count_today_date', '07-08-2026'),
(22906, 5066, '_edit_lock', '1711122368:1'),
(22910, 5073, '_edit_last', '1'),
(22913, 5073, '_wp_page_template', 'default'),
(22916, 5073, 'ao_post_optimize', 'a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(22917, 5073, '_fusion', 'a:7:{s:17:\"post_links_target\";s:2:\"no\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:20:\"image_rollover_icons\";s:7:\"default\";s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:19:\"blog_page_title_bar\";s:2:\"no\";}'),
(22918, 5073, 'fusion_builder_status', 'active'),
(22925, 5073, 'avada_post_views_count', '460'),
(22926, 5073, 'avada_today_post_views_count', '1'),
(22927, 5073, 'avada_post_views_count_today_date', '07-08-2026'),
(22942, 5083, '_wp_attached_file', '2024/03/Diabetes2.webp'),
(22943, 5083, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2024/03/Diabetes2.webp\";s:8:\"filesize\";i:226425;s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"Diabetes2-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4486;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-300x125.jpg\";s:8:\"filesize\";i:11657;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-300x125.webp\";s:8:\"filesize\";i:4486;}}}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"Diabetes2-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17348;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Diabetes2-1024x427.jpg\";s:8:\"filesize\";i:67362;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Diabetes2-1024x427.webp\";s:8:\"filesize\";i:17348;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:22:\"Diabetes2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23268;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-150x150.jpg\";s:8:\"filesize\";i:8964;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-150x150.webp\";s:8:\"filesize\";i:23268;}}}s:12:\"medium_large\";a:6:{s:4:\"file\";s:22:\"Diabetes2-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12462;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-768x320.jpg\";s:8:\"filesize\";i:43172;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-768x320.webp\";s:8:\"filesize\";i:12462;}}}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:23:\"Diabetes2-1536x640.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28014;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Diabetes2-1536x640.jpg\";s:8:\"filesize\";i:126294;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Diabetes2-1536x640.webp\";s:8:\"filesize\";i:28014;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:22:\"Diabetes2-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115562;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-669x272.jpg\";s:8:\"filesize\";i:34643;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-669x272.webp\";s:8:\"filesize\";i:115562;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:22:\"Diabetes2-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53430;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-320x202.jpg\";s:8:\"filesize\";i:17991;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-320x202.webp\";s:8:\"filesize\";i:53430;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:22:\"Diabetes2-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:178026;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-700x441.jpg\";s:8:\"filesize\";i:55658;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-700x441.webp\";s:8:\"filesize\";i:178026;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:20:\"Diabetes2-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6858;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:19:\"Diabetes2-66x66.jpg\";s:8:\"filesize\";i:3528;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:20:\"Diabetes2-66x66.webp\";s:8:\"filesize\";i:6858;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:21:\"Diabetes2-200x83.webp\";s:5:\"width\";i:200;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3108;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes2-200x83.jpg\";s:8:\"filesize\";i:6935;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes2-200x83.webp\";s:8:\"filesize\";i:3108;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:22:\"Diabetes2-400x167.webp\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6150;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-400x167.jpg\";s:8:\"filesize\";i:17093;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-400x167.webp\";s:8:\"filesize\";i:6150;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:22:\"Diabetes2-600x250.webp\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9718;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-600x250.jpg\";s:8:\"filesize\";i:30574;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-600x250.webp\";s:8:\"filesize\";i:9718;}}}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:22:\"Diabetes2-800x333.webp\";s:5:\"width\";i:800;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13130;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-800x333.jpg\";s:8:\"filesize\";i:46284;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-800x333.webp\";s:8:\"filesize\";i:13130;}}}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:23:\"Diabetes2-1200x500.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21250;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Diabetes2-1200x500.jpg\";s:8:\"filesize\";i:85846;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Diabetes2-1200x500.webp\";s:8:\"filesize\";i:21250;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:22:\"Diabetes2-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:191322;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-940x400.jpg\";s:8:\"filesize\";i:59645;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-940x400.webp\";s:8:\"filesize\";i:191322;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:22:\"Diabetes2-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:98808;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-540x272.jpg\";s:8:\"filesize\";i:30392;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-540x272.webp\";s:8:\"filesize\";i:98808;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:22:\"Diabetes2-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:94350;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-460x295.jpg\";s:8:\"filesize\";i:30134;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-460x295.webp\";s:8:\"filesize\";i:94350;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:22:\"Diabetes2-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53118;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-300x214.jpg\";s:8:\"filesize\";i:18138;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-300x214.webp\";s:8:\"filesize\";i:53118;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:22:\"Diabetes2-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25918;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes2-177x142.jpg\";s:8:\"filesize\";i:9886;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes2-177x142.webp\";s:8:\"filesize\";i:25918;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:13:\"Diabetes2.jpg\";s:8:\"filesize\";i:226425;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:14:\"Diabetes2.webp\";s:8:\"filesize\";i:42332;}}s:14:\"original_image\";s:13:\"Diabetes2.jpg\";}'),
(22944, 5066, '_thumbnail_id', '5083'),
(22951, 5073, '_edit_lock', '1711122349:1'),
(22952, 5084, '_wp_attached_file', '2024/03/Diabetes3.webp'),
(22953, 5084, '_wp_attachment_metadata', 'a:8:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2024/03/Diabetes3.webp\";s:8:\"filesize\";i:229275;s:5:\"sizes\";a:19:{s:6:\"medium\";a:6:{s:4:\"file\";s:22:\"Diabetes3-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4932;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-300x125.jpg\";s:8:\"filesize\";i:13051;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-300x125.webp\";s:8:\"filesize\";i:4932;}}}s:5:\"large\";a:6:{s:4:\"file\";s:23:\"Diabetes3-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17704;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Diabetes3-1024x427.jpg\";s:8:\"filesize\";i:71514;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Diabetes3-1024x427.webp\";s:8:\"filesize\";i:17704;}}}s:9:\"thumbnail\";a:6:{s:4:\"file\";s:22:\"Diabetes3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20988;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-150x150.jpg\";s:8:\"filesize\";i:7726;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-150x150.webp\";s:8:\"filesize\";i:20988;}}}s:12:\"medium_large\";a:6:{s:4:\"file\";s:22:\"Diabetes3-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12702;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-768x320.jpg\";s:8:\"filesize\";i:46471;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-768x320.webp\";s:8:\"filesize\";i:12702;}}}s:9:\"1536x1536\";a:6:{s:4:\"file\";s:23:\"Diabetes3-1536x640.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27526;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Diabetes3-1536x640.jpg\";s:8:\"filesize\";i:131264;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Diabetes3-1536x640.webp\";s:8:\"filesize\";i:27526;}}}s:10:\"blog-large\";a:6:{s:4:\"file\";s:22:\"Diabetes3-669x272.webp\";s:5:\"width\";i:669;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:131058;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-669x272.jpg\";s:8:\"filesize\";i:37472;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-669x272.webp\";s:8:\"filesize\";i:131058;}}}s:11:\"blog-medium\";a:6:{s:4:\"file\";s:22:\"Diabetes3-320x202.webp\";s:5:\"width\";i:320;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51344;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-320x202.jpg\";s:8:\"filesize\";i:16343;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-320x202.webp\";s:8:\"filesize\";i:51344;}}}s:12:\"recent-posts\";a:6:{s:4:\"file\";s:22:\"Diabetes3-700x441.webp\";s:5:\"width\";i:700;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:170296;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-700x441.jpg\";s:8:\"filesize\";i:49275;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-700x441.webp\";s:8:\"filesize\";i:170296;}}}s:22:\"recent-works-thumbnail\";a:6:{s:4:\"file\";s:20:\"Diabetes3-66x66.webp\";s:5:\"width\";i:66;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6262;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:19:\"Diabetes3-66x66.jpg\";s:8:\"filesize\";i:3316;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:20:\"Diabetes3-66x66.webp\";s:8:\"filesize\";i:6262;}}}s:10:\"fusion-200\";a:6:{s:4:\"file\";s:21:\"Diabetes3-200x83.webp\";s:5:\"width\";i:200;s:6:\"height\";i:83;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3522;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:20:\"Diabetes3-200x83.jpg\";s:8:\"filesize\";i:7957;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:21:\"Diabetes3-200x83.webp\";s:8:\"filesize\";i:3522;}}}s:10:\"fusion-400\";a:6:{s:4:\"file\";s:22:\"Diabetes3-400x167.webp\";s:5:\"width\";i:400;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6632;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-400x167.jpg\";s:8:\"filesize\";i:18883;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-400x167.webp\";s:8:\"filesize\";i:6632;}}}s:10:\"fusion-600\";a:6:{s:4:\"file\";s:22:\"Diabetes3-600x250.webp\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10106;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-600x250.jpg\";s:8:\"filesize\";i:33181;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-600x250.webp\";s:8:\"filesize\";i:10106;}}}s:10:\"fusion-800\";a:6:{s:4:\"file\";s:22:\"Diabetes3-800x333.webp\";s:5:\"width\";i:800;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:13460;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-800x333.jpg\";s:8:\"filesize\";i:49642;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-800x333.webp\";s:8:\"filesize\";i:13460;}}}s:11:\"fusion-1200\";a:6:{s:4:\"file\";s:23:\"Diabetes3-1200x500.webp\";s:5:\"width\";i:1200;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20936;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:22:\"Diabetes3-1200x500.jpg\";s:8:\"filesize\";i:90355;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:23:\"Diabetes3-1200x500.webp\";s:8:\"filesize\";i:20936;}}}s:14:\"portfolio-full\";a:6:{s:4:\"file\";s:22:\"Diabetes3-940x400.webp\";s:5:\"width\";i:940;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:216210;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-940x400.jpg\";s:8:\"filesize\";i:63023;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-940x400.webp\";s:8:\"filesize\";i:216210;}}}s:13:\"portfolio-one\";a:6:{s:4:\"file\";s:22:\"Diabetes3-540x272.webp\";s:5:\"width\";i:540;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105468;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-540x272.jpg\";s:8:\"filesize\";i:31245;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-540x272.webp\";s:8:\"filesize\";i:105468;}}}s:13:\"portfolio-two\";a:6:{s:4:\"file\";s:22:\"Diabetes3-460x295.webp\";s:5:\"width\";i:460;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:90842;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-460x295.jpg\";s:8:\"filesize\";i:26605;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-460x295.webp\";s:8:\"filesize\";i:90842;}}}s:15:\"portfolio-three\";a:6:{s:4:\"file\";s:22:\"Diabetes3-300x214.webp\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49408;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-300x214.jpg\";s:8:\"filesize\";i:15454;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-300x214.webp\";s:8:\"filesize\";i:49408;}}}s:14:\"portfolio-five\";a:6:{s:4:\"file\";s:22:\"Diabetes3-177x142.webp\";s:5:\"width\";i:177;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23170;s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:21:\"Diabetes3-177x142.jpg\";s:8:\"filesize\";i:8498;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:22:\"Diabetes3-177x142.webp\";s:8:\"filesize\";i:23170;}}}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:7:\"sources\";a:2:{s:10:\"image/jpeg\";a:2:{s:4:\"file\";s:13:\"Diabetes3.jpg\";s:8:\"filesize\";i:229275;}s:10:\"image/webp\";a:2:{s:4:\"file\";s:14:\"Diabetes3.webp\";s:8:\"filesize\";i:38916;}}s:14:\"original_image\";s:13:\"Diabetes3.jpg\";}'),
(22954, 5073, '_thumbnail_id', '5084');

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

--
-- Table structure for table `wpme_posts`
--

CREATE TABLE `wpme_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_posts`
--

INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4, 1, '2017-12-21 14:52:04', '2017-12-21 14:52:04', '<label> Votre Nom*\r\n    [text* your-name] </label>\r\n\r\n<label> Votre Email*\r\n    [email* your-email] </label>\r\n\r\n<label> Objet\r\n    [text your-subject] </label>\r\n\r\n<label> Votre Message\r\n    [textarea your-message] </label>\r\n\r\n[submit \"ENVOYEZ\"]\n1\nDKB \"[your-subject]\"\n[your-name] <2771478289@qq.com>\n2771478289@qq.com\nDe: [your-name] <[your-email]>\r\nObjet: [your-subject]\r\n\r\nMessage:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on www.DKB.ma (https://drkarimbennani.com)\nReply-To: [your-email]\n\n\n\n\nAvada Freelancer \"[your-subject]\"\nAvada Freelancer <2771478289@qq.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Avada Freelancer (https://drkarimbennani.com)\nReply-To: 2771478289@qq.com\n\n\n\nMerci pour votre message. Il a été envoyé.\nUne erreur s\'est produite lors de la tentative d\'envoi de votre message. Veuillez réessayer plus tard.\nUn ou plusieurs champs ont une erreur. S\'il vous plaît, vérifiez et essayez à nouveau.\nUne erreur s\'est produite lors de la tentative d\'envoi de votre message. Veuillez réessayer plus tard.\nVous devez accepter les termes et conditions avant d\'envoyer votre message.\nCe champ est requis.\nLe champ est trop long.\nLe champ est trop court.\nLe format de la date est incorrect.\nLa date est antérieure à la première autorisée.\nThe date is after the latest one allowed.\nLa date est postérieure à la dernière autorisée.\nVous n\'êtes pas autorisé à télécharger des fichiers de ce type.\nLe fichier est trop gros.\nUne erreur s\'est produite lors du téléchargement du fichier.\nLe format numérique est invalide.\nLe nombre est inférieur au minimum autorisé.\nLe nombre est plus grand que le maximum autorisé.\nLa réponse au quiz est incorrecte.\nYour entered code is incorrect.\nL\'adresse e-mail entrée est invalide.\nL\'URL n\'est pas valide.\nLe numéro de téléphone est invalide.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2019-09-28 07:59:28', '2019-09-28 07:59:28', '', 0, 'http://drkarimbennani.com/?post_type=wpcf7_contact_form&#038;p=4', 0, 'wpcf7_contact_form', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(18, 1, '2016-01-15 21:29:36', '2016-01-15 21:29:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"yes\" text_shadow_blur=\"1\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\" text_shadow_vertical=\"1\" text_shadow_color=\"var(--awb-custom12)\"]\r\n<p>Nos Services</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"no\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></strong></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></strong></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<p><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d université santé, travail, environnement<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin assermenté auprès des tribunaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</p>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Médecine de travail\" icon=\"fa-user-cog fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Prise en charge des aspects Cliniques et préventifs relatif à la santé physique et mentale des&nbsp;travailleurs&nbsp;.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Expertise judiciaire \" icon=\"fa-gavel fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Évaluer l’ensemble des préjudices corporels subis par une victime.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2023-06-15 16:36:55', '2023-06-15 16:36:55', '', 0, 'http://theme-fusion.com/avada/classic/?page_id=18', 0, 'page', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1701, 1, '2023-04-19 08:25:13', '2016-02-24 05:05:09', '', 'ACCUEIL', '', 'publish', 'closed', 'closed', '', '1701', '', '', '2023-04-19 08:25:13', '2023-04-19 08:25:13', '', 0, 'http://drkarimbennani.com/?p=1701', 1, 'nav_menu_item', '', 0),
(1929, 1, '2017-04-04 03:25:43', '2017-04-04 03:25:43', '[fusion_builder_container background_color=\"#f6f6f6\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"70px\" padding_bottom=\"40px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"0px\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"3%\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"yes\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]\n<h2 style=\"text-align: center;\">Join to our Newsletter</h2>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"2_5\" spacing=\"0px\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text][contact-form-7 id=\"1156\" title=\"Magazine Newsletter\"][/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_6\" spacing=\"0px\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" element_content=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Join Newsletter', '', 'publish', 'closed', 'closed', '', 'join-newsletter', '', '', '2017-04-04 03:25:43', '2017-04-04 03:25:43', '', 0, 'http://drkarimbennani.com/fusion_element/join-newsletter/', 0, 'fusion_element', '', 0),
(1958, 1, '2019-07-25 14:54:50', '2019-07-25 14:54:50', '[fusion_builder_container admin_label=\"Details\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"70px\" padding_right=\"\" padding_bottom=\"30px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"2%\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_tabs design=\"clean\" layout=\"vertical\" justified=\"no\" backgroundcolor=\"\" inactivecolor=\"\" bordercolor=\"\" icon=\"\" icon_position=\"\" icon_size=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_tab title=\"OVERVIEW\" icon=\"fa-spinner\"]<h2>Tomorrows Business Leaders</h2><p>Nullam faucibus purus est, ac maximus massa pharetra posuere. Sed porttitor quam eget odio rhoncus, quis commodo erat commodo. Vivamus velit elit, finibus non lectus sed, blandit ultrices dui. Interdum et malesuada fames ac ante ipsum primis in faucibus. In et metus eget nibh interdum mattis. Pellentesque leo massa, posuere vitae mauris a, iaculis dapibus ligula. Nunc in orci id felis eleifend vestibulum. Nulla facilisi. Donec elementum varius turpis quis posuere.</p><p><img class=\"aligncenter wp-image-1496 size-full\" src=\"http://drkarimbennani.com/wp-content/uploads/2016/03/graphic_design_single_course_portfolio.jpg\" alt=\"\" width=\"1170\" height=\"500\" /></p><p>Fusce nec elit ut lorem tristique consectetur et at metus. Aliquam eros mauris, aliquet nec urna consectetur, condimentum ultricies nunc. Nam tincidunt est ac ante elementum tincidunt. Phasellus nisi orci, tristique eu blandit eu, lobortis vitae velit. Nullam cursus arcu eget placerat lacinia. Nulla facilisi. Donec elementum varius turpis quis posuere.</p><h3>Build Your Future With Avada Education</h3><p>Suspendisse sapien mauris, consequat nec pellentesque at, pharetra feugiat tortor. Donec lobortis lacinia mauris, luctus scelerisque ligula semper eu. Donec dictum et elit porttitor tincidunt. Duis leo nibh, accumsan vitae nibh id, mollis convallis nisl. Mauris varius cursus lorem at eleifend. Phasellus imperdiet, libero vel consectetur aliquam, justo massa feugiat dolor, id blandit nibh elit eget tortor. Sed lorem ipsum, rhoncus quis congue in, tristique id erat. Nunc ac congue mi. Curabitur ante ex, posuere quis tellus quis, convallis scelerisque dolor. Integer eu purus ut augue consectetur aliquet. Aliquam eu tortor gravida, elementum.</p>[fusion_checklist icon=\"\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"15px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_li_item icon=\"fa-globe\"]<br /><strong>International Focus</strong> - Nunc lacinia turpis imperdiet ligula malesuada molestie<br />[/fusion_li_item][fusion_li_item icon=\"fa-graduation-cap\"]<br /><strong>Residential Courses</strong> - Mauris sed felis et libero consectetur auctor id in nisi<br />[/fusion_li_item][fusion_li_item icon=\"fa-smile-o\"]<br /><strong>Focus On People</strong> - Sed at risus at erat pretium fringilla<br />[/fusion_li_item][fusion_li_item icon=\"fa-heart-o\"]<br /><strong>Student Dedication</strong> - Aenean ut purus non tortor rhoncus bibendum<br />[/fusion_li_item][fusion_li_item icon=\"fa-key\"]<br /><strong>Career Placement</strong> - Nunc nec turpis sit egestas scelerisque at finibus ligula<br />[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]<p>Nullam venenatis justo a porta faucibus. Sed accumsan nisl eget ligula iaculis tristique. Nulla eget bibendum neque. Duis eu rutrum augue. Sed quis feugiat felis. Curabitur non ornare urna, vel congue mauris. Nam tincidunt mattis ligula, non pharetra turpis posuere a. Nulla aliquet vitae quam vitae commodo. Cras ut metus nibh. Suspendisse congue velit dui, quis dictum tortor tincidunt. Aliquam vestibulum, quam nec elementum cursus, justo purus varius nisl, iaculis mattis lectus enim quis augue.</p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/admissions/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Apply Today[/fusion_button][/fusion_tab][fusion_tab title=\"COURSE DETAILS\" icon=\"fa-file-text-o\"]<h2>Customized For Quick Learning</h2><p>Nullam faucibus purus est, ac maximus massa pharetra posuere. Sed porttitor quam eget odio rhoncus, quis commodo erat commodo. Vivamus velit elit, finibus non lectus sed, blandit ultrices dui. Interdum et malesuada fames ac ante ipsum primis in faucibus. In et metus eget nibh interdum mattis. Pellentesque leo massa, posuere vitae mauris a, iaculis dapibus ligula. Nunc in orci id felis eleifend vestibulum. Nulla facilisi. Donec elementum varius turpis quis posuere.</p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"5px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_vimeo id=\"80567526\" alignment=\"center\" width=\"920\" height=\"518\" autoplay=\"no\" api_params=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" /][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]<p>Fusce nec elit ut lorem tristique consectetur et at metus. Aliquam eros mauris, aliquet nec urna consectetur, condimentum ultricies nunc. Nam tincidunt est ac ante elementum tincidunt. Phasellus nisi orci, tristique eu blandit eu, lobortis vitae velit. Nullam cursus arcu eget placerat lacinia. Nulla facilisi. Donec elementum varius turpis quis posuere.</p><h3>Build Your Future With Avada Education</h3><p>Suspendisse sapien mauris, consequat nec pellentesque at, pharetra feugiat tortor. Donec lobortis lacinia mauris, luctus scelerisque ligula semper eu. Donec dictum et elit porttitor tincidunt. Duis leo nibh, accumsan vitae nibh id, mollis convallis nisl. Mauris varius cursus lorem at eleifend. Phasellus imperdiet, libero vel consectetur aliquam, justo massa feugiat dolor, id blandit nibh elit eget tortor. Sed lorem ipsum, rhoncus quis congue in, tristique id erat. Nunc ac congue mi. Curabitur ante ex, posuere quis tellus quis, convallis scelerisque dolor. Integer eu purus ut augue consectetur aliquet. Aliquam eu tortor gravida, elementum.</p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"15px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_table]<div class=\"table-1\"><table style=\"height: 74px;\" width=\"1162\"><thead><tr><th align=\"left\">Course 1</th><th align=\"left\">Course 2</th><th align=\"left\">Course 3</th><th align=\"left\">Course 4</th></tr></thead><tbody><tr><td align=\"left\">Curabitur aliquet quam</td><td align=\"left\">Mauris sed leo egestas</td><td align=\"left\">Pellentesque a tellus nec</td><td align=\"left\">Nunc vestibulum ipsum eu</td></tr><tr><td align=\"left\">Curabitur aliquet quam</td><td align=\"left\">Mauris sed leo egestas</td><td align=\"left\">Pellentesque a tellus nec</td><td align=\"left\">Nunc vestibulum ipsum eu</td></tr><tr><td align=\"left\">Curabitur aliquet quam</td><td align=\"left\">Mauris sed leo egestas</td><td align=\"left\">Pellentesque a tellus nec</td><td align=\"left\">Nunc vestibulum ipsum eu</td></tr><tr><td align=\"left\">Curabitur aliquet quam</td><td align=\"left\">Mauris sed leo egestas</td><td align=\"left\">Pellentesque a tellus nec</td><td align=\"left\">Nunc vestibulum ipsum eu</td></tr><tr><td align=\"left\">Curabitur aliquet quam</td><td align=\"left\">Mauris sed leo egestas</td><td align=\"left\">Pellentesque a tellus nec</td><td align=\"left\">Nunc vestibulum ipsum eu</td></tr><tr><td align=\"left\">Curabitur aliquet quam</td><td align=\"left\">Mauris sed leo egestas</td><td align=\"left\">Pellentesque a tellus nec</td><td align=\"left\">Nunc vestibulum ipsum eu</td></tr><tr><td align=\"left\">Curabitur aliquet quam</td><td align=\"left\">Mauris sed leo egestas</td><td align=\"left\">Pellentesque a tellus nec</td><td align=\"left\">Nunc vestibulum ipsum eu</td></tr><tr><td align=\"left\">Curabitur aliquet quam</td><td align=\"left\">Mauris sed leo egestas</td><td align=\"left\">Pellentesque a tellus nec</td><td align=\"left\">Nunc vestibulum ipsum eu</td></tr></tbody></table></div>[/fusion_table][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"30px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/admissions/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Apply Today[/fusion_button][/fusion_tab][fusion_tab title=\"SUBJECTS COVERED\" icon=\"fa-book\"]<h2>Up To Date Curriculum</h2><p>Nullam faucibus purus est, ac maximus massa pharetra posuere. Sed porttitor quam eget odio rhoncus, quis commodo erat commodo. Vivamus velit elit, finibus non lectus sed, blandit ultrices dui. Interdum et malesuada fames ac ante ipsum primis in faucibus. In et metus eget nibh interdum mattis. Pellentesque leo massa, posuere vitae mauris a, iaculis dapibus ligula. Nunc in orci id felis eleifend vestibulum. Nulla facilisi. Donec elementum varius turpis quis posuere.</p><p><img class=\"aligncenter wp-image-1496 size-full\" src=\"http://drkarimbennani.com/wp-content/uploads/2016/03/graphic_design_single_course_portfolio.jpg\" alt=\"\" width=\"1170\" height=\"500\" /></p><p>Fusce nec elit ut lorem tristique consectetur et at metus. Aliquam eros mauris, aliquet nec urna consectetur, condimentum ultricies nunc. Nam tincidunt est ac ante elementum tincidunt. Phasellus nisi orci, tristique eu blandit eu, lobortis vitae velit. Nullam cursus arcu eget placerat lacinia. Nulla facilisi. Donec elementum varius turpis quis posuere.</p>[fusion_accordion type=\"\" boxed_mode=\"\" border_size=\"\" border_color=\"\" background_color=\"#faf9f8\" hover_color=\"\" divider_line=\"\" icon_size=\"\" icon_color=\"\" icon_boxed_mode=\"\" icon_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_toggle title=\"Nunc Vestibulum Ipsum Eros Venenatis Eget Gravida Ligula Pretium\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/fusion_toggle][fusion_toggle title=\"Pellentesque Etc Tellus Nec Enim Semper Pretium\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/fusion_toggle][fusion_toggle title=\"Mauris Sed Leo Egestas Cursus Neque Sed Viverra Tors\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/fusion_toggle][fusion_toggle title=\"Phasellus Nec Lorem Non Odio Tristique Interdum\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/fusion_toggle][fusion_toggle title=\"Curabitur Aliquet Quam Vitae Dignissim Sagittis\" open=\"no\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.[/fusion_toggle][/fusion_accordion][fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator]<p>Nullam venenatis justo a porta faucibus. Sed accumsan nisl eget ligula iaculis tristique. Nulla eget bibendum neque. Duis eu rutrum augue. Sed quis feugiat felis. Curabitur non ornare urna, vel congue mauris. Nam tincidunt mattis ligula, non pharetra turpis posuere a. Nulla aliquet vitae quam vitae commodo. Cras ut metus nibh. Suspendisse congue velit dui, quis dictum tortor tincidunt. Aliquam vestibulum, quam nec elementum cursus, justo purus varius nisl, iaculis mattis lectus enim quis augue.</p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/admissions/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Apply Today[/fusion_button][/fusion_tab][fusion_tab title=\"COURSE REQUIRENMENTS\" icon=\"fa-shield\"]<h2>Industry Leading Skills</h2><p>Nullam faucibus purus est, ac maximus massa pharetra posuere. Sed porttitor quam eget odio rhoncus, quis commodo erat commodo. Vivamus velit elit, finibus non lectus sed, blandit ultrices dui. Interdum et malesuada fames ac ante ipsum primis in faucibus. In et metus eget nibh interdum mattis. Pellentesque leo massa, posuere vitae mauris a, iaculis dapibus ligula. Nunc in orci id felis eleifend vestibulum. Nulla facilisi. Donec elementum varius turpis quis posuere.</p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_content_boxes layout=\"icon-on-top\" columns=\"3\" title_size=\"26px\" title_color=\"#464d5f\" body_color=\"\" backgroundcolor=\"#faf9f8\" iconcolor=\"#464d5f\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#f7f7f7\" circlebordersize=\"3px\" circlebordercolor=\"#464d5f\" outercirclebordersize=\"0\" outercirclebordercolor=\"#f19a3b\" icon_size=\"50\" icon_hover_type=\"slide\" hover_accent_color=\"#f19a3b\" link_type=\"button\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_delay=\"\" animation_offset=\"\" animation_direction=\"left\" animation_speed=\"0.1\" margin_top=\"\" margin_bottom=\"20px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Qualifications\" icon=\"fa-bookmark\" iconspin=\"no\" image_width=\"35\" image_height=\"35\" link=\"http://drkarimbennani.com/courses/\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.1\"]Lorem ipsum minim mazim utroque mei ne. No sit ullum atomorum assueverit, altera ornatus per no has.[/fusion_content_box][fusion_content_box title=\"Innovations\" icon=\"fa-graduation-cap\" iconspin=\"no\" image_width=\"35\" image_height=\"35\" link=\"http://drkarimbennani.com/latest-news/\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.1\"]Lorem ipsum minim mazim utroque mei ne. No sit ullum atomorum assueverit, altera ornatus per no has.[/fusion_content_box][fusion_content_box title=\"Ambition\" icon=\"fa-globe\" iconspin=\"no\" image_width=\"35\" image_height=\"35\" link=\"http://drkarimbennani.com/admissions/\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.1\"]Lorem ipsum minim mazim utroque mei ne. No sit ullum atomorum assueverit, altera ornatus per no has.[/fusion_content_box][/fusion_content_boxes]<p>Fusce nec elit ut lorem tristique consectetur et at metus. Aliquam eros mauris, aliquet nec urna consectetur, condimentum ultricies nunc. Nam tincidunt est ac ante elementum tincidunt. Phasellus nisi orci, tristique eu blandit eu, lobortis vitae velit. Nullam cursus arcu eget placerat lacinia. Nulla facilisi. Donec elementum varius turpis quis posuere.</p><h3>Build Your Future With Avada Education</h3><p>Suspendisse sapien mauris, consequat nec pellentesque at, pharetra feugiat tortor. Donec lobortis lacinia mauris, luctus scelerisque ligula semper eu. Donec dictum et elit porttitor tincidunt. Duis leo nibh, accumsan vitae nibh id, mollis convallis nisl. Mauris varius cursus lorem at eleifend. Phasellus imperdiet, libero vel consectetur aliquam, justo massa feugiat dolor, id blandit nibh elit eget tortor. Sed lorem ipsum, rhoncus quis congue in, tristique id erat. Nunc ac congue mi. Curabitur ante ex, posuere quis tellus quis, convallis scelerisque dolor. Integer eu purus ut augue consectetur aliquet. Aliquam eu tortor gravida, elementum.</p><p><img class=\"aligncenter wp-image-1496 size-full\" src=\"http://drkarimbennani.com/wp-content/uploads/2016/03/graphic_design_single_course_portfolio.jpg\" alt=\"\" width=\"1170\" height=\"500\" /></p><p>Nullam venenatis justo a porta faucibus. Sed accumsan nisl eget ligula iaculis tristique. Nulla eget bibendum neque. Duis eu rutrum augue. Sed quis feugiat felis. Curabitur non ornare urna, vel congue mauris. Nam tincidunt mattis ligula, non pharetra turpis posuere a. Nulla aliquet vitae quam vitae commodo. Cras ut metus nibh. Suspendisse congue velit dui, quis dictum tortor tincidunt. Aliquam vestibulum, quam nec elementum cursus, justo purus varius nisl, iaculis mattis lectus enim quis augue.</p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"20px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/admissions/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" type=\"\" bevel_color=\"\" border_width=\"\" size=\"\" stretch=\"default\" shape=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]Apply Today[/fusion_button][/fusion_tab][/fusion_tabs][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Separator Big Triangle\" hundred_percent=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#faf9f8\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"20px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"bigtriangle\" divider_position=\"center\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0px\" bordercolor=\"\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Tutors\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#faf9f8\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"60px\" padding_right=\"\" padding_bottom=\"70px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"3%\" margin_bottom=\"40px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<h3 style=\"text-align: center;\">COURSE TUTORS</h3>[/fusion_text][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#f09a3e\" top_margin=\"\" bottom_margin=\"45px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"170px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"40px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_person name=\"EMERSON BURNS\" title=\"Course Tutor\" picture=\"http://drkarimbennani.com/wp-content/uploads/2016/03/course_tutor_1.jpg\" pic_link=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" pic_style=\"none\" hover_type=\"zoomin\" background_color=\"\" content_alignment=\"left\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_color_type=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"#\" vimeo=\"\" vk=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/fusion_person][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"40px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_person name=\"LEE MILLER\" title=\"Course Tutor\" picture=\"http://drkarimbennani.com/wp-content/uploads/2016/03/course_tutor_2.jpg\" pic_link=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" pic_style=\"none\" hover_type=\"zoomin\" background_color=\"\" content_alignment=\"left\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_color_type=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"#\" vimeo=\"\" vk=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/fusion_person][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"40px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_person name=\"PHOENIX MILLS\" title=\"Course Tutor\" picture=\"http://drkarimbennani.com/wp-content/uploads/2016/03/course_tutor_3.jpg\" pic_link=\"https://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" pic_style=\"none\" hover_type=\"zoomin\" background_color=\"\" content_alignment=\"left\" pic_style_color=\"\" pic_bordersize=\"\" pic_bordercolor=\"\" pic_borderradius=\"\" icon_position=\"\" social_icon_boxed=\"\" social_icon_boxed_radius=\"\" social_icon_color_type=\"\" social_icon_colors=\"\" social_icon_boxed_colors=\"\" social_icon_tooltip=\"\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"#\" flickr=\"\" forrst=\"\" googleplus=\"\" instagram=\"#\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"#\" vimeo=\"\" vk=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"\" email=\"\" show_custom=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[/fusion_person][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_global id=\"1589\"]', 'Portfolio Page', '', 'publish', 'closed', 'closed', '', 'portfolio-page', '', '', '2019-07-25 14:54:50', '2019-07-25 14:54:50', '', 0, 'http://drkarimbennani.com/?fusion_template=portfolio-page', 0, 'fusion_template', '', 0),
(1959, 1, '2019-07-25 14:57:27', '2019-07-25 14:57:27', '', 'University Portfolio Page', '', 'publish', 'closed', 'closed', '', 'university-portfolio-page', '', '', '2019-07-25 14:57:27', '2019-07-25 14:57:27', '', 0, 'http://drkarimbennani.com/?post_type=avada_page_options&p=1959', 0, 'avada_page_options', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(2025, 1, '2017-04-05 21:26:38', '2017-04-05 21:26:38', '[fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#f6f6f6\" background_image=\"https://avada.theme-fusion.com/classic/wp-content/uploads/sites/54/2016/02/home_dual_sliders_intro_bg-1.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"80px\" padding_right=\"\" padding_bottom=\"80px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"2_3\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#dddddd\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][layerslider id=\"4\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"#dddddd\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][rev_slider alias=\"home-d-s-two\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"60px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"3\" title_size=\"\" title_color=\"\" body_color=\"\" backgroundcolor=\"\" iconcolor=\"#a0ce4e\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"transparent\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2px\" outercirclebordercolor=\"#a0ce4e\" icon_size=\"42px\" icon_hover_type=\"slide\" hover_accent_color=\"\" link_type=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_delay=\"350\" animation_offset=\"bottom-in-view\" animation_direction=\"up\" animation_speed=\"1\" margin_top=\"20px\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Fusion Builder\" icon=\"fa-cubes\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]Fusion Builder is an intuitive page builder that provides “what you see is what you get” drag and drop page building.[/fusion_content_box][fusion_content_box title=\"Theme Options\" icon=\"fa-cog\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]Plethora of options neatly organized into sections that allow you to build websites without any coding knowledge.[/fusion_content_box][fusion_content_box title=\"Design Elements\" icon=\"fa-th-large\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]Over 50 design elements along with hundreds of options give you complete control over your content and styling.[/fusion_content_box][fusion_content_box title=\"Page Options\" icon=\"fa-toggle-on\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]Powerful page options offer greater control over each page/post, allowing each one to have their own custom settings.[/fusion_content_box][fusion_content_box title=\"Translation & RTL\" icon=\"fa-globe\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]Translate Avada into any language, or use one of our dozen included language files. Avada is also fully RTL compatible.[/fusion_content_box][fusion_content_box title=\"Responsive Framework\" icon=\"fa-mobile\" backgroundcolor=\"\" iconcolor=\"\" circlecolor=\"\" circlebordercolor=\"\" circlebordersize=\"\" outercirclebordercolor=\"\" outercirclebordersize=\"\" iconrotate=\"\" iconspin=\"no\" image=\"\" image_width=\"35\" image_height=\"35\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"\" animation_speed=\"\"]Avada is fully responsive and adapts to every screen size. We obsessively test it all so your content looks beautiful.[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#1a1a1a\" background_image=\"https://avada.theme-fusion.com/classic/wp-content/uploads/sites/54/2016/02/home_dual_sliders_large_window_bg.png\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"0px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Take Your Business to the Next Level</span></h2>\n<p style=\"text-align: center\"><span style=\"color: #dddddd\">Avada’s set of features, options and tools make it the most versatile theme on the market by allowing you to take control of virtually every aspect and section of the site. The powerful customization options &amp; features give you flexibility to create the site you want.</span></p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"\" style_type=\"none\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" alt=\"\" link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_offset=\"\"] <img src=\"https://avada.theme-fusion.com/classic/wp-content/uploads/sites/54/2016/02/home_dual_sliders_large_window.png\" alt=\"\" />[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"100px\" padding_right=\"\" padding_bottom=\"110px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\n<h2 style=\"text-align: center\">Awesome Projects We Have Done</h2>\n<p style=\"text-align: center\">We’ve added several <span style=\"color: #a0ce4e\"><strong>useful shortcodes</strong></span> that allow you to build amazing pages for your website.</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"30px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_portfolio layout=\"grid-with-text\" picture_size=\"auto\" boxed_text=\"boxed\" filters=\"yes\" columns=\"2\" column_spacing=\"30\" cat_slug=\"mobile,photography,wordpress\" exclude_cats=\"\" number_posts=\"6\" offset=\"\" excerpt_length=\"27\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"no\" mouse_scroll=\"no\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_offset=\"\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#333333\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"Buy Avada Now\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" button_gradient_top_color_hover=\"rgba(255, 255, 255, 0.08)\" button_gradient_bottom_color_hover=\"rgba(255, 255, 255, 0.08)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"zoom\" animation_direction=\"up\" animation_speed=\"1\" animation_offset=\"bottom-in-view\" alignment=\"center\" class=\"\" id=\"\"]Buy Avada Now[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"30px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\n<h2 style=\"text-align: center\">Avada has been the #1 selling theme for more than 3 years, making it the most trusted and complete WordPress theme on the market. We are dedicated to providing you with the best experience possible.</h2>\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"https://avada.theme-fusion.com/classic/wp-content/uploads/sites/54/2016/02/home_dual_sliders_cards_previews_bg.png\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_repeat=\"no-repeat\" background_position=\"center center\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"3%\" padding_bottom=\"4%\" padding_left=\"0px\" padding_right=\"0px\" hundred_percent=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic/wp-content/uploads/sites/54/2016/02/home_dual_sliders_cards_previews.png\" alt=\"Buy Avada Now\" />[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#a0ce4e\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20px\" padding_bottom=\"20px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h2><span style=\"color: #ffffff\">Full Design Integration For WooCommerce</span></h2>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"\" margin_top=\"5px\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.1\" animation_offset=\"\" last=\"no\"][fusion_text]<span style=\"color: #ffffff\">Avada includes integration for the most popular shop plugin, WooCommerce. Our custom design and unique shop shortcodes will allow your products to shine. Avada + WooCommerce makes it easy to have an online shop.</span>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" hover_type=\"none\" link=\"\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding=\"0px 0px 0px 0px\" margin_top=\"30px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic/wp-content/uploads/sites/54/2016/02/home_dual_sliders_shop_tablet.png\" alt=\"Buy Avada Now\" />[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"-27%\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_color=\"#333333\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"30%\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h2><span style=\"color: #ffffff\">Fusion Builder Provides Drag &amp; Drop Creativity.</span></h2>\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]<span style=\"color: #ffffff\">Visually drag and drop elements to create unique pages using our intuitive Fusion Builder. We include dozens of builder elements called shortcodes, each with their own amazing customization options. Fusion Builder is not only useful, it’s fun.</span>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" top_margin=\"15px\" bottom_margin=\"15px\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"https://avada.theme-fusion.com/classic/wp-content/uploads/sites/54/2016/02/home_dual_sliders_fb_demos.png\" alt=\"Buy Avada Now\" />[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" overflow=\"visible\" margin_top=\"-18%\" margin_bottom=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#1a1a1a\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"20%\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"90px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"no\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h3>Avada Has Over 185,000+ Users And Counting</h3>\nThe #1 selling theme of all time on Themeforest. But don’t take our word for it, check our features and user testimonials to understand why our users have enjoyed using Avada and keep coming back time after time![/fusion_text][fusion_separator style_type=\"none\" top_margin=\"10px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"13px\" class=\"\" id=\"\"][fusion_li_item icon=\"\"]Fully responsive so your content will always look good on any screen size[/fusion_li_item][fusion_li_item icon=\"\"]Awesome sliders give you the opportunity to showcase important content[/fusion_li_item][fusion_li_item icon=\"\"]Unlimited color options with a backed color picker, including the gradients[/fusion_li_item][fusion_li_item icon=\"\"]We offer free support because we care about your site as much as you do[/fusion_li_item][/fusion_checklist][fusion_separator style_type=\"single solid\" top_margin=\"15px\" bottom_margin=\"30px\" sep_color=\"#e2e2e2\" border_size=\"1px\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"default\" size=\"\" stretch=\"\" type=\"\" shape=\"\" target=\"_blank\" title=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color=\"\" button_gradient_top_color_hover=\"\" button_gradient_bottom_color_hover=\"\" accent_color=\"\" accent_hover_color=\"\" bevel_color=\"\" border_width=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" modal=\"\" animation_type=\"0\" animation_direction=\"left\" animation_speed=\"1\" animation_offset=\"\" alignment=\"\" class=\"\" id=\"\"]Get Avada Now![/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" last=\"yes\" spacing=\"yes\" center_content=\"no\" hide_on_mobile=\"no\" background_color=\"\" background_image=\"\" background_repeat=\"no-repeat\" background_position=\"left top\" hover_type=\"none\" link=\"\" border_position=\"all\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"0\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" class=\"\" id=\"\" min_height=\"\"][fusion_text]\n<h3>We Are Dedicated To Our Customers &amp; Our Product</h3>\nEtiam volutpat nulla vitae faucibus sodales. Sed facilisis in orci ac porta. Nullam vel bibendum libero. Maecenas congue nulla sit amet odio pretium, quis laoreet risus rhoncus. Duis luctus lorem nulla.[/fusion_text][fusion_progress percentage=\"85\" unit=\"%\" filledcolor=\"#a0ce4e\" filledbordercolor=\"\" filledbordersize=\"\" unfilledcolor=\"#f6f6f6\" striped=\"yes\" animated_stripes=\"yes\" textcolor=\"\" class=\"\" id=\"\"]HTML Skills[/fusion_progress][fusion_progress percentage=\"92\" unit=\"%\" filledcolor=\"#f48364\" filledbordercolor=\"\" filledbordersize=\"\" unfilledcolor=\"#f6f6f6\" striped=\"yes\" animated_stripes=\"yes\" textcolor=\"\" class=\"\" id=\"\"]Wordpress Development[/fusion_progress][fusion_progress percentage=\"77\" unit=\"%\" filledcolor=\"#e7c660\" filledbordercolor=\"\" filledbordersize=\"\" unfilledcolor=\"#f6f6f6\" striped=\"yes\" animated_stripes=\"yes\" textcolor=\"\" class=\"\" id=\"\"]User Interface Design[/fusion_progress][fusion_progress percentage=\"88\" unit=\"%\" filledcolor=\"#5db4e5\" filledbordercolor=\"\" filledbordersize=\"\" unfilledcolor=\"#f6f6f6\" striped=\"yes\" animated_stripes=\"yes\" textcolor=\"\" class=\"\" id=\"\"]Marketing Strategy[/fusion_progress][fusion_progress percentage=\"78\" unit=\"%\" filledcolor=\"#7281bc\" filledbordercolor=\"\" filledbordersize=\"\" unfilledcolor=\"#f6f6f6\" striped=\"yes\" animated_stripes=\"yes\" textcolor=\"\" class=\"\" id=\"\"]User Experience[/fusion_progress][fusion_separator style_type=\"none\" top_margin=\"20px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_separator style_type=\"none\" top_margin=\"70px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_imageframe lightbox=\"no\" lightbox_image=\"\" style_type=\"none\" hover_type=\"none\" bordercolor=\"\" bordersize=\"0px\" borderradius=\"0\" stylecolor=\"\" align=\"center\" link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" linktarget=\"_blank\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\"] <img src=\"http://drkarimbennani.com/wp-content/uploads/2016/01/home_video_large_cards.jpg\" alt=\"Buy Avada Now\" />[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#f6f6f6\" background_image=\"\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"left top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"100px\" padding_bottom=\"90px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\n<h2 style=\"text-align: center\">Latest From The Blog</h2>\n<p style=\"text-align: center\">Lid est laborum dolo rumes fugats untras. Etha rums ser quidem rerum facilis dolores nemis onis fugats vitaes nemo minima rerums unsers sadips amets sadips ips. Ut enim ad minim veniam, quis nostrud. Etha rums ser quidem nemo minima rerums.</p>\n[/fusion_text][fusion_separator style_type=\"none\" top_margin=\"50px\" bottom_margin=\"\" sep_color=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" class=\"\" id=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_blog number_posts=\"3\" offset=\"\" cat_slug=\"\" exclude_cats=\"\" show_title=\"yes\" title_link=\"yes\" thumbnail=\"yes\" excerpt=\"yes\" excerpt_length=\"18\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"yes\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"no\" scrolling=\"no\" strip_html=\"yes\" blog_grid_columns=\"3\" blog_grid_column_spacing=\"35\" layout=\"grid\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container background_color=\"#a0ce4e\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2016/01/home_cta_bottom_bg.jpg\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_repeat=\"no-repeat\" background_position=\"center top\" video_url=\"\" video_aspect_ratio=\"16:9\" video_webm=\"\" video_mp4=\"\" video_ogv=\"\" video_preview_image=\"\" overlay_color=\"\" video_mute=\"yes\" video_loop=\"yes\" fade=\"no\" border_size=\"0px\" border_color=\"\" border_style=\"solid\" padding_top=\"80px\" padding_bottom=\"80px\" padding_left=\"\" padding_right=\"\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"no\" menu_anchor=\"\" class=\"\" id=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"no\" center_content=\"no\" min_height=\"none\" last=\"no\" hover_type=\"none\" link=\"\" border_position=\"all\"][fusion_text]\n<h2 style=\"text-align: center\"><span style=\"color: #ffffff\">Join The 180,000+ Satisfied Avada Users!</span></h2>\n[/fusion_text][fusion_button link=\"http://themeforest.net/item/avada-responsive-multipurpose-theme/2833226?ref=ThemeFusion\" color=\"custom\" size=\"xlarge\" stretch=\"default\" type=\"flat\" shape=\"round\" target=\"_blank\" title=\"\" button_gradient_top_color=\"rgba(255,255,255,.1)\" button_gradient_bottom_color=\"rgba(255,255,255,.1)\" button_gradient_top_color_hover=\"rgba(255, 255, 255, 0.25)\" button_gradient_bottom_color_hover=\"rgba(255, 255, 255, 0.25)\" accent_color=\"rgba(255,255,255,.8)\" accent_hover_color=\"#ffffff\" bevel_color=\"\" border_width=\"2px\" icon=\"\" icon_position=\"left\" icon_divider=\"yes\" modal=\"\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"1\" animation_offset=\"\" alignment=\"center\" class=\"\" id=\"\"] BUY AVADA NOW![/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'home dual page backup', '', 'publish', 'closed', 'closed', '', 'home-dual-page-backup', '', '', '2019-08-11 09:32:34', '2019-08-11 09:32:34', '', 0, 'http://drkarimbennani.com/fusion_template/home-dual-page-backup/', 0, 'fusion_template', '', 0),
(2880, 1, '2019-03-12 10:13:07', '2019-03-12 10:13:07', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.', 'Helpsuite v2', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'helpsuite-v2', '', '', '2019-03-12 10:13:07', '2019-03-12 10:13:07', '', 0, 'http://drkarimbennani.com/?post_type=product&amp;p=2880', 0, 'product', '', 0),
(2882, 1, '2019-03-12 10:27:20', '2019-03-12 10:27:20', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.', 'CryptoTracker', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'cryptotracker', '', '', '2019-03-12 10:27:20', '2019-03-12 10:27:20', '', 0, 'http://drkarimbennani.com/?post_type=product&amp;p=2882', 0, 'product', '', 0),
(2889, 1, '2019-03-12 11:07:41', '2019-03-12 11:07:41', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.', 'MedX', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'medx', '', '', '2019-03-12 11:07:41', '2019-03-12 11:07:41', '', 0, 'http://drkarimbennani.com/?post_type=product&amp;p=2889', 0, 'product', '', 0),
(2891, 1, '2019-03-12 11:24:13', '2019-03-12 11:24:13', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.', 'Homestart', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nam egestas quam vitae fringilla blandit. Nullam pretium sapien et varius convallis. Morbi venenatis egestas consequat.\n\nNemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia sit.\n\n[fusion_checklist icon=\"fa-check\" iconcolor=\"\" circle=\"\" circlecolor=\"\" size=\"15px\" class=\"\" id=\"\"]\n[fusion_li_item icon=\"\"]Lorem ipsum dolor sit amet[/fusion_li_item]\n[fusion_li_item icon=\"\"]Pellentesque nec tor ultrices[/fusion_li_item]\n[fusion_li_item icon=\"\"]Aliquam ac ligula aliquet[/fusion_li_item]\n[/fusion_checklist]', 'publish', 'open', 'closed', '', 'homestart', '', '', '2019-09-02 18:57:02', '2019-09-02 18:57:02', '', 0, 'http://drkarimbennani.com/?post_type=product&amp;p=2891', 0, 'product', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3145, 1, '2019-08-07 14:29:33', '2019-08-07 14:29:33', '[text* your-name placeholder \"Name\"]\n\n[email* your-email placeholder \"Email\"]\n\n<p>[submit class:fusion-button class:fusion-xlarge, class:button-default class:\"send\"] </p>\n1\nClassic \"[your-subject]\"\nClassic <wordpress@avada.theme-fusion.com>\ninfo@example.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Classic (https://drkarimbennani.com)\nReply-To: [your-email]\n\n\n\n\nClassic \"[your-subject]\"\nClassic <wordpress@avada.theme-fusion.com>\n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Classic (https://drkarimbennani.com)\nReply-To: info@example.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Sliding Bar Form', '', 'publish', 'closed', 'closed', '', 'sliding-bar-form', '', '', '2019-08-07 14:29:33', '2019-08-07 14:29:33', '', 0, 'http://drkarimbennani.com/?post_type=wpcf7_contact_form&amp;p=3145', 0, 'wpcf7_contact_form', '', 0),
(3163, 1, '2015-11-16 14:48:19', '2015-11-16 14:48:19', '<div class=\"fusion-one-half fusion-layout-column fusion-spacing-yes\">[text* your-name placeholder \"Name\"]</div>\n<div class=\"fusion-one-half fusion-layout-column fusion-column-last fusion-spacing-yes\">[email* your-email placeholder \"Email\"] </div>\n\n<div class=\"fusion-one-half fusion-layout-column fusion-spacing-yes\">[text* your-name placeholder \"Telephone\"]</div>\n<div class=\"fusion-one-half fusion-layout-column fusion-column-last fusion-spacing-yes\">[text* your-name placeholder \"Company\"]</div>\n\n<p>[textarea your-message placeholder \"Message\"]</p>\n\n<p>[submit class:fusion-button class:fusion-xlarge, class:button-default class:\"send\"] </p>\n1\nClassic \"[your-subject]\"\n[your-name] <noemail@example.com>\nnoemail@example.com\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form\nReply-To: [your-email]\n\n\n\n\n[your-subject]\nAvada Classic <info@example.com>\n[your-email]\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Avada Classic (https://drkarimbennani.com)\nReply-To: info@example.com\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nYour answer is not correct.\nYour entered code is incorrect.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.', 'Contact Form', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2', '', '', '2015-11-16 14:48:19', '2015-11-16 14:48:19', '', 0, 'http://theme-fusion.com/avada/classic/?post_type=wpcf7_contact_form&amp;p=4', 0, 'wpcf7_contact_form', '', 0),
(3178, 1, '2019-09-19 21:57:25', '2019-09-19 21:57:25', '', 'DKB_Logo_Default', '', 'inherit', 'open', 'closed', '', 'dkb_logo_default', '', '', '2019-09-19 21:57:25', '2019-09-19 21:57:25', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default.png', 0, 'attachment', 'image/png', 0),
(3179, 1, '2019-09-19 21:57:39', '2019-09-19 21:57:39', '', 'DKB_Logo_Default_Retina', '', 'inherit', 'open', 'closed', '', 'dkb_logo_default_retina', '', '', '2019-09-19 21:57:39', '2019-09-19 21:57:39', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/DKB_Logo_Default_Retina.png', 0, 'attachment', 'image/png', 0),
(3202, 1, '2019-09-21 08:55:00', '2019-09-21 08:55:00', '', 'Slider_03c', '', 'inherit', 'open', 'closed', '', 'slider_03c', '', '', '2019-09-21 08:55:00', '2019-09-21 08:55:00', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Slider_03c.jpg', 0, 'attachment', 'image/jpeg', 0),
(3203, 1, '2019-09-21 08:55:13', '2019-09-21 08:55:13', '', 'Slider_04c', '', 'inherit', 'open', 'closed', '', 'slider_04c', '', '', '2019-09-21 08:55:13', '2019-09-21 08:55:13', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Slider_04c.jpg', 0, 'attachment', 'image/jpeg', 0),
(3204, 1, '2019-09-21 08:55:26', '2019-09-21 08:55:26', '', 'Slider_05c', '', 'inherit', 'open', 'closed', '', 'slider_05c', '', '', '2019-09-21 08:55:26', '2019-09-21 08:55:26', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Slider_05c.jpg', 0, 'attachment', 'image/jpeg', 0),
(3256, 1, '2019-09-22 11:12:33', '2019-09-22 11:12:33', '', 'Background_01', '', 'inherit', 'open', 'closed', '', 'background_01', '', '', '2019-09-22 11:12:33', '2019-09-22 11:12:33', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(3317, 1, '2019-09-22 22:01:11', '2019-09-22 22:01:11', '', 'General Medicine_05', '', 'inherit', 'open', 'closed', '', 'general-medicine_05', '', '', '2019-09-22 22:01:11', '2019-09-22 22:01:11', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/General-Medicine_05.jpg', 0, 'attachment', 'image/jpeg', 0),
(3389, 1, '2019-09-23 20:11:49', '2019-09-23 20:11:49', '', 'BO-01', '', 'inherit', 'open', 'closed', '', 'bo-01-2', '', '', '2019-09-23 20:11:49', '2019-09-23 20:11:49', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-01-1.png', 0, 'attachment', 'image/png', 0),
(3390, 1, '2019-09-23 20:11:50', '2019-09-23 20:11:50', '', 'BO-02', '', 'inherit', 'open', 'closed', '', 'bo-02-2', '', '', '2019-09-23 20:11:50', '2019-09-23 20:11:50', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-02-1.png', 0, 'attachment', 'image/png', 0),
(3391, 1, '2019-09-23 20:11:52', '2019-09-23 20:11:52', '', 'BO-03', '', 'inherit', 'open', 'closed', '', 'bo-03-2', '', '', '2019-09-23 20:11:52', '2019-09-23 20:11:52', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png', 0, 'attachment', 'image/png', 0),
(3392, 1, '2019-09-23 20:11:53', '2019-09-23 20:11:53', '', 'BO-04', '', 'inherit', 'open', 'closed', '', 'bo-04-2', '', '', '2019-09-23 20:11:53', '2019-09-23 20:11:53', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png', 0, 'attachment', 'image/png', 0),
(3393, 1, '2019-09-23 20:11:55', '2019-09-23 20:11:55', '', 'BO-05', '', 'inherit', 'open', 'closed', '', 'bo-05-2', '', '', '2019-09-23 20:11:55', '2019-09-23 20:11:55', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png', 0, 'attachment', 'image/png', 0),
(3394, 1, '2019-09-23 20:11:56', '2019-09-23 20:11:56', '', 'BO-06', '', 'inherit', 'open', 'closed', '', 'bo-06-2', '', '', '2019-09-23 20:11:56', '2019-09-23 20:11:56', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png', 0, 'attachment', 'image/png', 0),
(3395, 1, '2019-09-23 20:11:58', '2019-09-23 20:11:58', '', 'BO-07', '', 'inherit', 'open', 'closed', '', 'bo-07-2', '', '', '2019-09-23 20:11:58', '2019-09-23 20:11:58', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png', 0, 'attachment', 'image/png', 0),
(3396, 1, '2019-09-23 20:11:59', '2019-09-23 20:11:59', '', 'BO-08', '', 'inherit', 'open', 'closed', '', 'bo-08-2', '', '', '2019-09-23 20:11:59', '2019-09-23 20:11:59', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png', 0, 'attachment', 'image/png', 0),
(3397, 1, '2019-09-23 20:12:01', '2019-09-23 20:12:01', '', 'BO-09', '', 'inherit', 'open', 'closed', '', 'bo-09-2', '', '', '2019-09-23 20:12:01', '2019-09-23 20:12:01', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png', 0, 'attachment', 'image/png', 0),
(3398, 1, '2019-09-23 20:12:02', '2019-09-23 20:12:02', '', 'BO-10', '', 'inherit', 'open', 'closed', '', 'bo-10-2', '', '', '2019-09-23 20:12:02', '2019-09-23 20:12:02', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png', 0, 'attachment', 'image/png', 0),
(3399, 1, '2019-09-23 20:12:04', '2019-09-23 20:12:04', '', 'BO-11', '', 'inherit', 'open', 'closed', '', 'bo-11-2', '', '', '2019-09-23 20:12:04', '2019-09-23 20:12:04', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png', 0, 'attachment', 'image/png', 0),
(3400, 1, '2019-09-23 20:12:06', '2019-09-23 20:12:06', '', 'BO-12', '', 'inherit', 'open', 'closed', '', 'bo-12-2', '', '', '2019-09-23 20:12:06', '2019-09-23 20:12:06', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png', 0, 'attachment', 'image/png', 0),
(3401, 1, '2019-09-23 20:12:07', '2019-09-23 20:12:07', '', 'BO-13', '', 'inherit', 'open', 'closed', '', 'bo-13-2', '', '', '2019-09-23 20:12:07', '2019-09-23 20:12:07', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png', 0, 'attachment', 'image/png', 0),
(3402, 1, '2019-09-23 20:12:09', '2019-09-23 20:12:09', '', 'BO-14', '', 'inherit', 'open', 'closed', '', 'bo-14-2', '', '', '2019-09-23 20:12:09', '2019-09-23 20:12:09', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png', 0, 'attachment', 'image/png', 0),
(3403, 1, '2019-09-23 20:12:10', '2019-09-23 20:12:10', '', 'BO-15', '', 'inherit', 'open', 'closed', '', 'bo-15-2', '', '', '2019-09-23 20:12:10', '2019-09-23 20:12:10', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png', 0, 'attachment', 'image/png', 0),
(3404, 1, '2019-09-23 20:12:12', '2019-09-23 20:12:12', '', 'BO-16', '', 'inherit', 'open', 'closed', '', 'bo-16-2', '', '', '2019-09-23 20:12:12', '2019-09-23 20:12:12', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png', 0, 'attachment', 'image/png', 0),
(3405, 1, '2019-09-23 20:12:13', '2019-09-23 20:12:13', '', 'BO-17', '', 'inherit', 'open', 'closed', '', 'bo-17-2', '', '', '2019-09-23 20:12:13', '2019-09-23 20:12:13', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png', 0, 'attachment', 'image/png', 0),
(3406, 1, '2019-09-23 20:12:15', '2019-09-23 20:12:15', '', 'BO-18', '', 'inherit', 'open', 'closed', '', 'bo-18-4', '', '', '2019-09-23 20:12:15', '2019-09-23 20:12:15', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png', 0, 'attachment', 'image/png', 0),
(3407, 1, '2019-09-23 20:12:17', '2019-09-23 20:12:17', '', 'BO-19', '', 'inherit', 'open', 'closed', '', 'bo-19-6', '', '', '2019-09-23 20:12:17', '2019-09-23 20:12:17', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png', 0, 'attachment', 'image/png', 0),
(3408, 1, '2019-09-23 20:12:18', '2019-09-23 20:12:18', '', 'BO-20', '', 'inherit', 'open', 'closed', '', 'bo-20-2', '', '', '2019-09-23 20:12:18', '2019-09-23 20:12:18', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png', 0, 'attachment', 'image/png', 0),
(3419, 1, '2019-09-23 22:02:20', '2019-09-23 22:02:20', '', 'Services_01', '', 'inherit', 'open', 'closed', '', 'services_01', '', '', '2019-09-23 22:02:20', '2019-09-23 22:02:20', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(3420, 1, '2019-09-23 22:02:23', '2019-09-23 22:02:23', '', 'Services_02', '', 'inherit', 'open', 'closed', '', 'services_02', '', '', '2019-09-23 22:02:23', '2019-09-23 22:02:23', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(3421, 1, '2019-09-23 22:02:26', '2019-09-23 22:02:26', '', 'Services_03', '', 'inherit', 'open', 'closed', '', 'services_03', '', '', '2019-09-23 22:02:26', '2019-09-23 22:02:26', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_03.jpg', 0, 'attachment', 'image/jpeg', 0),
(3422, 1, '2019-09-23 22:02:29', '2019-09-23 22:02:29', '', 'Services_04', '', 'inherit', 'open', 'closed', '', 'services_04', '', '', '2019-09-23 22:02:29', '2019-09-23 22:02:29', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04.jpg', 0, 'attachment', 'image/jpeg', 0),
(3423, 1, '2019-09-23 22:02:32', '2019-09-23 22:02:32', '', 'Services_05', '', 'inherit', 'open', 'closed', '', 'services_05', '', '', '2019-09-23 22:02:32', '2019-09-23 22:02:32', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_05.jpg', 0, 'attachment', 'image/jpeg', 0),
(3424, 1, '2019-09-23 22:02:35', '2019-09-23 22:02:35', '', 'Services_06', '', 'inherit', 'open', 'closed', '', 'services_06', '', '', '2019-09-23 22:02:35', '2019-09-23 22:02:35', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06.jpg', 0, 'attachment', 'image/jpeg', 0),
(3425, 1, '2019-09-23 22:02:38', '2019-09-23 22:02:38', '', 'Services_07', '', 'inherit', 'open', 'closed', '', 'services_07', '', '', '2019-09-23 22:02:38', '2019-09-23 22:02:38', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg', 0, 'attachment', 'image/jpeg', 0),
(3426, 1, '2019-09-23 22:02:41', '2019-09-23 22:02:41', '', 'Services_08', '', 'inherit', 'open', 'closed', '', 'services_08', '', '', '2019-09-23 22:02:41', '2019-09-23 22:02:41', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_08.jpg', 0, 'attachment', 'image/jpeg', 0),
(3427, 1, '2019-09-23 22:02:44', '2019-09-23 22:02:44', '', 'Services_09', '', 'inherit', 'open', 'closed', '', 'services_09', '', '', '2019-09-23 22:02:44', '2019-09-23 22:02:44', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg', 0, 'attachment', 'image/jpeg', 0),
(3428, 1, '2019-09-23 22:02:47', '2019-09-23 22:02:47', '', 'Services_10', '', 'inherit', 'open', 'closed', '', 'services_10', '', '', '2019-09-23 22:02:47', '2019-09-23 22:02:47', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg', 0, 'attachment', 'image/jpeg', 0),
(3429, 1, '2019-09-23 22:02:50', '2019-09-23 22:02:50', '', 'Services_11', '', 'inherit', 'open', 'closed', '', 'services_11', '', '', '2019-09-23 22:02:50', '2019-09-23 22:02:50', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg', 0, 'attachment', 'image/jpeg', 0),
(3430, 1, '2019-09-23 22:02:54', '2019-09-23 22:02:54', '', 'Services_12', '', 'inherit', 'open', 'closed', '', 'services_12', '', '', '2019-09-23 22:02:54', '2019-09-23 22:02:54', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_12.jpg', 0, 'attachment', 'image/jpeg', 0),
(3431, 1, '2019-09-23 22:02:57', '2019-09-23 22:02:57', '', 'Services_13', '', 'inherit', 'open', 'closed', '', 'services_13', '', '', '2019-09-23 22:02:57', '2019-09-23 22:02:57', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg', 0, 'attachment', 'image/jpeg', 0),
(3432, 1, '2019-09-23 22:03:00', '2019-09-23 22:03:00', '', 'Services_14', '', 'inherit', 'open', 'closed', '', 'services_14', '', '', '2019-09-23 22:03:00', '2019-09-23 22:03:00', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_14.jpg', 0, 'attachment', 'image/jpeg', 0),
(3442, 1, '2023-04-19 08:25:13', '2019-09-24 18:43:53', '', 'Dr. KARIM BENNANI', '', 'publish', 'closed', 'closed', '', 'dr-karim-bennai', '', '', '2023-04-19 08:25:13', '2023-04-19 08:25:13', '', 0, 'http://drkarimbennani.com/?p=3442', 2, 'nav_menu_item', '', 0),
(3622, 1, '2019-09-26 09:29:08', '2019-09-26 09:29:08', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"4358|full\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_11c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'publish', 'closed', 'closed', '', 'medecine-generale', '', '', '2023-04-26 09:30:03', '2023-04-26 09:30:03', '', 0, 'http://drkarimbennani.com/?post_type=avada_portfolio&#038;p=3622', 0, 'avada_portfolio', '', 0),
(3636, 1, '2019-09-26 14:03:32', '2019-09-26 14:03:32', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"#5fb2dc\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3630|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01-1.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio Post', '', 'publish', 'closed', 'closed', '', 'portfolio-post', '', '', '2019-09-26 14:03:32', '2019-09-26 14:03:32', '', 0, 'http://drkarimbennani.com/?fusion_template=portfolio-post', 0, 'fusion_template', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3637, 1, '2019-09-26 14:11:58', '2019-09-26 14:11:58', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color4)\" highlight_color=\"var(--awb-color4)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-8\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'publish', 'closed', 'closed', '', 'diabete', '', '', '2023-04-26 09:33:31', '2023-04-26 09:33:31', '', 0, 'http://drkarimbennani.com/?post_type=avada_portfolio&#038;p=3637', 0, 'avada_portfolio', '', 0),
(3638, 1, '2019-09-26 14:11:27', '2019-09-26 14:11:27', '', 'Services_01c', '', 'inherit', 'open', 'closed', '', 'services_01c', '', '', '2019-09-26 14:11:27', '2019-09-26 14:11:27', '', 3637, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg', 0, 'attachment', 'image/jpeg', 0),
(3639, 1, '2019-09-26 14:11:31', '2019-09-26 14:11:31', '', 'Services_02c', '', 'inherit', 'open', 'closed', '', 'services_02c', '', '', '2019-09-26 14:11:31', '2019-09-26 14:11:31', '', 3637, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg', 0, 'attachment', 'image/jpeg', 0),
(3640, 1, '2019-09-26 14:11:36', '2019-09-26 14:11:36', '', 'Services_03c', '', 'inherit', 'open', 'closed', '', 'services_03c', '', '', '2019-09-26 14:11:36', '2019-09-26 14:11:36', '', 3637, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_03c.jpg', 0, 'attachment', 'image/jpeg', 0),
(3641, 1, '2019-09-26 14:11:40', '2019-09-26 14:11:40', '', 'Services_04c', '', 'inherit', 'open', 'closed', '', 'services_04c', '', '', '2019-09-26 14:11:40', '2019-09-26 14:11:40', '', 3637, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c.jpg', 0, 'attachment', 'image/jpeg', 0),
(3644, 1, '2019-09-26 14:15:03', '2019-09-26 14:15:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color3)\" animated_text_color=\"var(--awb-color3)\" text_shadow=\"yes\" text_shadow_vertical=\"2px\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color8)\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4357|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-7\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:</p>\r\n<ul>\r\n<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n<li>Stérilité du couple.</li>\r\n<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n<li>La Ménopause</li>\r\n<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"gynecologie-medicale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'publish', 'closed', 'closed', '', 'gynecologie-medicale', '', '', '2023-04-26 09:37:44', '2023-04-26 09:37:44', '', 0, 'http://drkarimbennani.com/?post_type=avada_portfolio&#038;p=3644', 0, 'avada_portfolio', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(3646, 1, '2019-09-26 14:17:43', '2019-09-26 14:17:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4357|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-17\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Maintenir un régime alimentaire sain et bien équilibré est un élément important de la gestion de votre santé.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre principal objectif est de vous aider à répondre à vos besoins en matière de santé en fournissant une éducation et des conseils en matière de nutrition et en encourageant une alimentation saine. Nous fournissons une éducation nutritionnelle de haute qualité et des conseils pratiques pour le bien-être général et pour aider à gérer des conditions médicales spécifiques. Nous travaillerons en étroite collaboration avec vous pour créer un plan personnalisé qui vous aidera à atteindre vos objectifs et à améliorer votre santé tout en tenant compte de vos préférences en matière de nourriture et de votre style de vie. Les résultats nutritionnels sont constamment contrôlés et optimisés lors de visites et de consultations périodiques.</p>\r\n<p>Nous proposons une thérapie nutritionnelle médicale pour gérer les problèmes de santé, notamment:</p>\r\n<ul>\r\n<li>Le contrôle du poids</li>\r\n<li>Changer les habitudes alimentaires</li>\r\n<li>Alimentation saine</li>\r\n<li>Diabète</li>\r\n<li>Hyperlipidémie (cholestérol et / ou triglycérides élevés)</li>\r\n<li>Régime pauvre en sodium</li>\r\n<li>Maladie coeliaque (intolérance au gluten)</li>\r\n<li>risque de maladie cardiaque</li>\r\n<li>Hypertension ou hypertension artérielle</li>\r\n<li>Allergies alimentaires et sensibilités</li>\r\n<li>Insuffisance rénale chronique</li>\r\n<li>Désordres digestifs</li>\r\n</ul>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"nutrition\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Nutrition', '', 'publish', 'closed', 'closed', '', 'nutrition', '', '', '2023-04-26 09:26:23', '2023-04-26 09:26:23', '', 0, 'http://drkarimbennani.com/?post_type=avada_portfolio&#038;p=3646', 0, 'avada_portfolio', '', 0),
(3654, 1, '2019-09-26 19:02:51', '2019-09-26 19:02:51', '', 'Slider_05c', '', 'inherit', 'open', 'closed', '', 'slider_05c-2', '', '', '2019-09-26 19:02:51', '2019-09-26 19:02:51', '', 3646, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Slider_05c-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(3655, 1, '2023-04-19 08:25:13', '2019-09-26 19:30:29', '', 'TÉMOIGNAGES', '', 'publish', 'closed', 'closed', '', 'temoignages', '', '', '2023-04-19 08:25:13', '2023-04-19 08:25:13', '', 0, 'http://drkarimbennani.com/?p=3655', 3, 'nav_menu_item', '', 0),
(3708, 1, '2019-09-27 22:02:24', '2019-09-27 22:02:24', '', 'Contact_c', '', 'inherit', 'open', 'closed', '', 'contact_c', '', '', '2019-09-27 22:02:24', '2019-09-27 22:02:24', '', 3687, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Contact_c.jpg', 0, 'attachment', 'image/jpeg', 0),
(3732, 1, '2023-04-19 08:25:13', '2019-09-28 07:08:53', '', 'NOS SPÉCIALITÉS', '', 'publish', 'closed', 'closed', '', 'nos-specialites', '', '', '2023-04-19 08:25:13', '2023-04-19 08:25:13', '', 0, 'http://drkarimbennani.com/?p=3732', 4, 'nav_menu_item', '', 0),
(3756, 1, '2019-09-28 17:42:44', '2019-09-28 17:42:44', '', 'Logo_DKB_footer', '', 'inherit', 'open', 'closed', '', 'logo_dkb_footer', '', '', '2019-09-28 17:42:44', '2019-09-28 17:42:44', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/09/Logo_DKB_footer.png', 0, 'attachment', 'image/png', 0),
(3821, 1, '2019-09-29 23:40:13', '2019-09-29 23:40:13', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"tag\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Autres Specialites', '', 'publish', 'closed', 'closed', '', 'autres-specialites', '', '', '2019-09-29 23:40:13', '2019-09-29 23:40:13', '', 0, 'http://drkarimbennani.com/?post_type=fusion_element&p=3821', 0, 'fusion_element', '', 0),
(3889, 1, '2019-10-02 18:45:24', '2019-10-02 18:45:24', '[fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"6%\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/background_04-1.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\" \" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"yes\" box_shadow_vertical=\"0\" box_shadow_horizontal=\"35\" box_shadow_blur=\"20\" box_shadow_spread=\"18\" box_shadow_color=\"rgba(0,0,0,0.06)\" box_shadow_style=\"\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" margin_top=\"-6%\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"1\" title_size=\"18px\" heading_size=\"2\" title_color=\"#368498\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"2\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"none\" hover_accent_color=\"#368498\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"CABINET\" backgroundcolor=\"\" icon=\"fa-map-marker-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p class=\"p1\"><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"street-address notranslate\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,</span> <span class=\"district notranslate\">Hay-Hassani,</span> <span class=\"locality\">Casablanca </span></span></span>20220</p>\r\n[/fusion_content_box][fusion_content_box title=\"TÉLÉPHONE\" backgroundcolor=\"\" icon=\"fa-phone fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n05226-57533 / Fax 05226-57534\r\n\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" backgroundcolor=\"\" icon=\"fa-at fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\ninfo@dkb.ma\r\n\r\n[/fusion_content_box][fusion_content_box title=\"HORAIRES\" backgroundcolor=\"\" icon=\"fa-map-marker-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nLUNDI-VENDREDI (8h30 - 7h30)\r\nSAMEDI (8h30 - 1h30)\r\n\r\n[/fusion_content_box][/fusion_content_boxes][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"\" box_shadow_spread=\"\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_social_links icons_boxed=\"\" icons_boxed_radius=\"\" color_type=\"\" icon_colors=\"#368498\" box_colors=\"\" tooltip_placement=\"\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"facebook.com\" flickr=\"\" forrst=\"\" instagram=\"instagram.com\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"pinterest.com\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"twitter.com\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"youtube.com\" email=\"\" show_custom=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"false\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"22px\" line_height=\"\" letter_spacing=\"\" margin_top=\"60px\" margin_bottom=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" style_type=\"single dotted\" sep_color=\"\"]\r\n\r\n<span style=\"color: #368498;\"><strong>ENVOYEZ UN MESSAGE RAPIDE</strong></span>\r\n\r\n[/fusion_title][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0IiB0aXRsZT0iQ29udGFjdCBGb3JtIl0=[/fusion_code][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\">Nous essayons toujours de répondre le plus rapidement possible</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact Info', '', 'publish', 'closed', 'closed', '', 'contact-info', '', '', '2019-10-02 18:45:24', '2019-10-02 18:45:24', '', 0, 'http://drkarimbennani.com/?post_type=fusion_element&p=3889', 0, 'fusion_element', '', 0),
(4004, 1, '2019-10-06 11:33:11', '2019-10-06 11:33:11', '', 'background_10c', '', 'inherit', 'open', 'closed', '', 'background_10c', '', '', '2019-10-06 11:33:11', '2019-10-06 11:33:11', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/background_10c.jpg', 0, 'attachment', 'image/jpeg', 0),
(4005, 1, '2019-10-06 11:33:12', '2019-10-06 11:33:12', '', 'background_11c', '', 'inherit', 'open', 'closed', '', 'background_11c', '', '', '2019-11-19 08:17:00', '2019-11-19 08:17:00', '', 3622, 'http://drkarimbennani.com/wp-content/uploads/2019/10/background_11c.jpg', 0, 'attachment', 'image/jpeg', 0),
(4006, 1, '2019-10-06 11:33:14', '2019-10-06 11:33:14', '', 'background_04c', '', 'inherit', 'open', 'closed', '', 'background_04c', '', '', '2019-10-06 11:33:14', '2019-10-06 11:33:14', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/background_04c.jpg', 0, 'attachment', 'image/jpeg', 0),
(4007, 1, '2019-10-06 11:33:16', '2019-10-06 11:33:16', '', 'background_06c', '', 'inherit', 'open', 'closed', '', 'background_06c', '', '', '2019-10-06 11:33:16', '2019-10-06 11:33:16', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/background_06c.jpg', 0, 'attachment', 'image/jpeg', 0),
(4008, 1, '2019-10-06 11:33:18', '2019-10-06 11:33:18', '', 'background_08c', '', 'inherit', 'open', 'closed', '', 'background_08c', '', '', '2019-10-06 11:33:18', '2019-10-06 11:33:18', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/background_08c.jpg', 0, 'attachment', 'image/jpeg', 0),
(4080, 1, '2019-10-24 18:13:55', '2019-10-24 18:13:55', '', 'DKB_Logo_Mobile', '', 'inherit', 'open', 'closed', '', 'dkb_logo_mobile', '', '', '2019-10-24 18:13:55', '2019-10-24 18:13:55', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_Mobile.png', 0, 'attachment', 'image/png', 0),
(4081, 1, '2019-10-24 18:14:14', '2019-10-24 18:14:14', '', 'DKB_Logo_MobileRetina', '', 'inherit', 'open', 'closed', '', 'dkb_logo_mobileretina', '', '', '2019-10-24 18:14:14', '2019-10-24 18:14:14', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4082, 1, '2019-10-24 18:34:21', '2019-10-24 18:34:21', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"3708|full\" max_width=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Contact_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"6%\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/background_04c.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\" \" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"yes\" box_shadow_vertical=\"0\" box_shadow_horizontal=\"35\" box_shadow_blur=\"20\" box_shadow_spread=\"18\" box_shadow_color=\"rgba(0,0,0,0.06)\" box_shadow_style=\"\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" margin_top=\"-6%\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"1\" title_size=\"18px\" heading_size=\"2\" title_color=\"#368498\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"2\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"none\" hover_accent_color=\"#368498\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"CABINET\" backgroundcolor=\"\" icon=\"fa-map-marker-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p class=\"p1\"><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"street-address notranslate\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,</span> <span class=\"district notranslate\">Hay-Hassani,</span> <span class=\"locality\">Casablanca </span></span></span>20220</p>[/fusion_content_box][fusion_content_box title=\"TÉLÉPHONE\" backgroundcolor=\"\" icon=\"fa-phone fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>05226-57533 / Fax 05226-57534</p>[/fusion_content_box][fusion_content_box title=\"EMAIL\" backgroundcolor=\"\" icon=\"fa-at fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>info@dkb.ma</p>[/fusion_content_box][fusion_content_box title=\"HORAIRES\" backgroundcolor=\"\" icon=\"fa-map-marker-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<p>LUNDI-VENDREDI (8h30 - 7h30)<br />SAMEDI (8h30 - 1h30)</p>[/fusion_content_box][/fusion_content_boxes][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"\" box_shadow_spread=\"\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_social_links icons_boxed=\"\" icons_boxed_radius=\"\" color_type=\"\" icon_colors=\"#368498\" box_colors=\"\" tooltip_placement=\"\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"facebook.com\" flickr=\"\" forrst=\"\" instagram=\"instagram.com\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"pinterest.com\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"twitter.com\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"youtube.com\" email=\"\" show_custom=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"false\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"22px\" line_height=\"\" letter_spacing=\"\" margin_top=\"60px\" margin_bottom=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" style_type=\"single dotted\" sep_color=\"\"]<p><span style=\"color: #368498;\"><strong>ENVOYEZ UN MESSAGE RAPIDE</strong></span></p>[/fusion_title][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0IiB0aXRsZT0iQ29udGFjdCBGb3JtIl0=[/fusion_code][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\">Nous essayons toujours de répondre le plus rapidement possible</span></p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Google Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"6%\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_map api_type=\"embed\" embed_address=\"321 Bd Oued Sebou, Oulfa, 2 Eme Etage, Casablanca\" embed_map_type=\"roadmap\" address=\"14 rue ali abderrazak casablanca\" type=\"roadmap\" width=\"\" height=\"500px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"yes\" map_style=\"custom\" overlay_color=\"#67615a\" static_map_color=\"\" infobox_content=\"\" infobox=\"custom\" infobox_text_color=\"#ffffff\" infobox_background_color=\"#fc7523\" icon=\"\" icon_static=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact Page', '', 'publish', 'closed', 'closed', '', 'contact-page', '', '', '2019-10-24 18:34:21', '2019-10-24 18:34:21', '', 0, 'http://drkarimbennani.com/?fusion_template=contact-page', 0, 'fusion_template', '', 0),
(4084, 1, '2019-10-24 18:50:30', '2019-10-24 18:50:30', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"1%\" padding_left=\"1%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3708|full\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"center\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Contact_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"6%\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"3%\" margin_top=\"-6%\" margin_bottom=\"0px\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" border_radius_top_right=\" \" box_shadow=\"yes\" box_shadow_vertical=\"0\" box_shadow_horizontal=\"35\" box_shadow_blur=\"20\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(0,0,0,0.03)\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2021/05/background_04c.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"1\" title_size=\"18px\" heading_size=\"2\" title_color=\"#368498\" backgroundcolor=\"#ffffff\" iconspin=\"no\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"2\" icon_size=\"35\" icon_hover_type=\"none\" hover_accent_color=\"#368498\" icon_align=\"left\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"CABINET\" icon=\"fa-map-marker-alt fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p class=\"p1\"><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"street-address notranslate\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,<br />\r\n</span></span></span><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"district notranslate\">Hay-Hassani,</span> <span class=\"locality\">Casablanca </span></span></span>20220</p>\r\n[/fusion_content_box][fusion_content_box title=\"TÉLÉPHONE\" icon=\"fa-phone fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>05226-57533</p>\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" icon=\"fa-at fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>info@dkb.ma</p>\r\n[/fusion_content_box][fusion_content_box title=\"HORAIRES\" icon=\"fa-map-marker-alt fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>LUNDI-VENDREDI (8h30 - 19h)<br />\r\nSAMEDI (8h30 - 1h30)</p>\r\n[/fusion_content_box][/fusion_content_boxes][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" padding_top=\"30px\" padding_bottom=\"20px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_social_links icon_colors=\"#368498\" facebook=\"facebook.com\" instagram=\"instagram.com\" pinterest=\"pinterest.com\" twitter=\"twitter.com\" youtube=\"youtube.com\" show_custom=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"rgba(255,255,255,0)\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"false\" border_sizes_right=\"0\" spacing_left=\"3%\" min_height=\"\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"left\" size=\"2\" font_size=\"22px\" margin_top=\"60px\" style_type=\"single dotted\"]\r\n<p><span style=\"color: #368498;\"><strong>ENVOYEZ UN MESSAGE RAPIDE</strong></span></p>\r\n[/fusion_title][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0IiB0aXRsZT0iQ29udGFjdCBGb3JtIl0=[/fusion_code][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\">Nous essayons toujours de répondre le plus rapidement possible</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Google Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"6%\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_openstreetmap map_type=\"marker\" fitbounds=\"yes\" zoom=\"14\" zoom_snap=\"1.0\" zoom_control=\"yes\" dragging=\"yes\" touchzoom=\"yes\" dbclickzoom=\"yes\" scrollwheel=\"yes\" action=\"tooltip\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" items_animation=\"sonar\" shape_size=\"3\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" map_style=\"osm-carto\" width=\"100%\" height=\"675px\" popup_content_alignment=\"left\" popup_background_color=\"#9ece4c\" fusion_font_variant_popup_title_font=\"600\" fusion_font_family_popup_title_font=\"Work Sans\" popup_title_font_size=\"19px\" popup_title_margin_top=\"5px\" popup_title_margin_bottom=\"5px\" popup_title_color=\"var(--awb-color8)\" popup_content_font_size=\"13px\" popup_content_color=\"var(--awb-color7)\" fusion_font_variant_popup_content_font=\"500\" fusion_font_family_popup_content_font=\"Work Sans\" popup_title_alignment=\"center\" popup_title_letter_spacing=\"1\"][fusion_openstreetmap_marker title=\"Dr. Karim Bennani\" latitude=\"33.554050\" longitude=\"-7.685922\" address=\"321 Bd Oued Sebou, 2ème Etage, Quartier Oulfa, Casablanca 20220\" hover_color=\"#ff2121\" color=\"#82ce00\" size=\"34\" hover_background_color=\"var(--awb-color4)\" icon=\"fa-user-md fas\" background_color=\"var(--awb-color8)\" tooltip_content=\"VGVsOiAgMDUyMjYtNTc1MzMKPGJyLz4KMzIxIEJkIE91ZWQgU2Vib3UsIDLDqG1lIEV0YWdlLCBRdWFydGllciBPdWxmYSwgQ2FzYWJsYW5jYSAyMDIyMA==\" /][/fusion_openstreetmap][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2023-10-12 10:10:27', '2023-10-12 10:10:27', '', 0, 'http://drkarimbennani.com/?page_id=4084', 0, 'page', '', 0),
(4086, 1, '2023-04-19 08:25:13', '2019-10-24 18:52:56', '', 'CONTACT', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2023-04-19 08:25:13', '2023-04-19 08:25:13', '', 0, 'http://drkarimbennani.com/?p=4086', 6, 'nav_menu_item', '', 0),
(4094, 1, '2019-10-25 07:30:41', '2019-10-25 07:30:41', '', 'Slider_01', '', 'inherit', 'open', 'closed', '', 'slider_01', '', '', '2019-10-25 07:30:41', '2019-10-25 07:30:41', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/Slider_01.jpg', 0, 'attachment', 'image/jpeg', 0),
(4095, 1, '2019-10-25 07:30:44', '2019-10-25 07:30:44', '', 'Slider_02', '', 'inherit', 'open', 'closed', '', 'slider_02', '', '', '2019-10-25 07:30:44', '2019-10-25 07:30:44', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/Slider_02.jpg', 0, 'attachment', 'image/jpeg', 0),
(4096, 1, '2019-10-25 07:30:46', '2019-10-25 07:30:46', '', 'Slider_03', '', 'inherit', 'open', 'closed', '', 'slider_03', '', '', '2019-10-25 07:30:46', '2019-10-25 07:30:46', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/Slider_03.jpg', 0, 'attachment', 'image/jpeg', 0),
(4097, 1, '2019-10-25 07:30:49', '2019-10-25 07:30:49', '', 'Slider_04', '', 'inherit', 'open', 'closed', '', 'slider_04', '', '', '2019-10-25 07:30:49', '2019-10-25 07:30:49', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/Slider_04.jpg', 0, 'attachment', 'image/jpeg', 0),
(4098, 1, '2019-10-25 10:02:28', '2019-10-25 10:02:28', '', 'Slider_02.1', '', 'inherit', 'open', 'closed', '', 'slider_02-1', '', '', '2023-04-19 12:25:30', '2023-04-19 12:25:30', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/Slider_02.1.jpg', 0, 'attachment', 'image/jpeg', 0),
(4108, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'ACCUEIL', '', 'publish', 'closed', 'closed', '', 'accueil', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4108', 1, 'nav_menu_item', '', 0),
(4109, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'Dr. KARIM BENNANI', '', 'publish', 'closed', 'closed', '', 'dr-karim-bennani', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4109', 2, 'nav_menu_item', '', 0),
(4110, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'NOS SPÉCIALITÉS', '', 'publish', 'closed', 'closed', '', 'nos-specialites-2', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4110', 4, 'nav_menu_item', '', 0),
(4111, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'TÉMOIGNAGES', '', 'publish', 'closed', 'closed', '', 'temoignages-2', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4111', 3, 'nav_menu_item', '', 0),
(4112, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'CONTACT', '', 'publish', 'closed', 'closed', '', 'contact-2', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4112', 9, 'nav_menu_item', '', 0),
(4113, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'MÉDECINE GÉNÉRALE', '', 'publish', 'closed', 'closed', '', 'medecine-generale', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4113', 5, 'nav_menu_item', '', 0),
(4114, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'DIABÈTE', '', 'publish', 'closed', 'closed', '', 'diabete', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4114', 6, 'nav_menu_item', '', 0),
(4115, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'GYNÉCOLOGIE MÉDICALE', '', 'publish', 'closed', 'closed', '', 'gynecologie-medicale', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4115', 7, 'nav_menu_item', '', 0),
(4116, 1, '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 'NUTRITION', '', 'publish', 'closed', 'closed', '', 'nutrition', '', '', '2019-10-26 08:00:35', '2019-10-26 08:00:35', '', 0, 'http://drkarimbennani.com/?p=4116', 8, 'nav_menu_item', '', 0),
(4117, 1, '2019-10-26 08:25:22', '2019-10-26 08:25:22', '', 'BO-01b', '', 'inherit', 'open', 'closed', '', 'bo-01b', '', '', '2019-10-26 08:25:22', '2019-10-26 08:25:22', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-01b.png', 0, 'attachment', 'image/png', 0),
(4118, 1, '2019-10-26 08:25:26', '2019-10-26 08:25:26', '', 'BO-02b', '', 'inherit', 'open', 'closed', '', 'bo-02b', '', '', '2019-10-26 08:25:26', '2019-10-26 08:25:26', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-02b.png', 0, 'attachment', 'image/png', 0),
(4119, 1, '2019-10-26 08:25:29', '2019-10-26 08:25:29', '', 'BO-03b', '', 'inherit', 'open', 'closed', '', 'bo-03b', '', '', '2019-10-26 08:25:29', '2019-10-26 08:25:29', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-03b.png', 0, 'attachment', 'image/png', 0),
(4120, 1, '2019-10-26 08:25:46', '2019-10-26 08:25:46', '', 'BO-04b', '', 'inherit', 'open', 'closed', '', 'bo-04b', '', '', '2019-10-26 08:25:46', '2019-10-26 08:25:46', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-04b.png', 0, 'attachment', 'image/png', 0),
(4121, 1, '2019-10-26 08:25:49', '2019-10-26 08:25:49', '', 'BO-05b', '', 'inherit', 'open', 'closed', '', 'bo-05b', '', '', '2019-10-26 08:25:49', '2019-10-26 08:25:49', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-05b.png', 0, 'attachment', 'image/png', 0),
(4122, 1, '2019-10-26 08:25:52', '2019-10-26 08:25:52', '', 'BO-06b', '', 'inherit', 'open', 'closed', '', 'bo-06b', '', '', '2019-10-26 08:25:52', '2019-10-26 08:25:52', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-06b.png', 0, 'attachment', 'image/png', 0),
(4123, 1, '2019-10-26 08:25:56', '2019-10-26 08:25:56', '', 'BO-07b', '', 'inherit', 'open', 'closed', '', 'bo-07b', '', '', '2019-10-26 08:25:56', '2019-10-26 08:25:56', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-07b.png', 0, 'attachment', 'image/png', 0),
(4124, 1, '2019-10-26 08:25:59', '2019-10-26 08:25:59', '', 'BO-08b', '', 'inherit', 'open', 'closed', '', 'bo-08b', '', '', '2019-10-26 08:25:59', '2019-10-26 08:25:59', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-08b.png', 0, 'attachment', 'image/png', 0),
(4125, 1, '2019-10-26 08:26:03', '2019-10-26 08:26:03', '', 'BO-09b', '', 'inherit', 'open', 'closed', '', 'bo-09b', '', '', '2019-10-26 08:26:03', '2019-10-26 08:26:03', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-09b.png', 0, 'attachment', 'image/png', 0),
(4126, 1, '2019-10-26 08:26:06', '2019-10-26 08:26:06', '', 'BO-10b', '', 'inherit', 'open', 'closed', '', 'bo-10b', '', '', '2019-10-26 08:26:06', '2019-10-26 08:26:06', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-10b.png', 0, 'attachment', 'image/png', 0),
(4127, 1, '2019-10-26 08:26:10', '2019-10-26 08:26:10', '', 'BO-11b', '', 'inherit', 'open', 'closed', '', 'bo-11b', '', '', '2019-10-26 08:26:10', '2019-10-26 08:26:10', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-11b.png', 0, 'attachment', 'image/png', 0),
(4128, 1, '2019-10-26 08:26:13', '2019-10-26 08:26:13', '', 'BO-12b', '', 'inherit', 'open', 'closed', '', 'bo-12b', '', '', '2019-10-26 08:26:13', '2019-10-26 08:26:13', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-12b.png', 0, 'attachment', 'image/png', 0),
(4129, 1, '2019-10-26 08:26:18', '2019-10-26 08:26:18', '', 'BO-13b', '', 'inherit', 'open', 'closed', '', 'bo-13b', '', '', '2019-10-26 08:26:18', '2019-10-26 08:26:18', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-13b.png', 0, 'attachment', 'image/png', 0),
(4130, 1, '2019-10-26 08:26:20', '2019-10-26 08:26:20', '', 'BO-14b', '', 'inherit', 'open', 'closed', '', 'bo-14b', '', '', '2019-10-26 08:26:20', '2019-10-26 08:26:20', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-14b.png', 0, 'attachment', 'image/png', 0),
(4131, 1, '2019-10-26 08:26:22', '2019-10-26 08:26:22', '', 'BO-15b', '', 'inherit', 'open', 'closed', '', 'bo-15b', '', '', '2019-10-26 08:26:22', '2019-10-26 08:26:22', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-15b.png', 0, 'attachment', 'image/png', 0),
(4132, 1, '2019-10-26 08:26:23', '2019-10-26 08:26:23', '', 'BO-16b', '', 'inherit', 'open', 'closed', '', 'bo-16b', '', '', '2019-10-26 08:26:23', '2019-10-26 08:26:23', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-16b.png', 0, 'attachment', 'image/png', 0),
(4133, 1, '2019-10-26 08:26:25', '2019-10-26 08:26:25', '', 'BO-17b', '', 'inherit', 'open', 'closed', '', 'bo-17b', '', '', '2019-10-26 08:26:25', '2019-10-26 08:26:25', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-17b.png', 0, 'attachment', 'image/png', 0),
(4134, 1, '2019-10-26 08:26:27', '2019-10-26 08:26:27', '', 'BO-19b', '', 'inherit', 'open', 'closed', '', 'bo-19b', '', '', '2019-10-26 08:26:27', '2019-10-26 08:26:27', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-19b.png', 0, 'attachment', 'image/png', 0),
(4135, 1, '2019-10-26 08:26:29', '2019-10-26 08:26:29', '', 'BO-20b', '', 'inherit', 'open', 'closed', '', 'bo-20b', '', '', '2019-10-26 08:26:29', '2019-10-26 08:26:29', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2019/10/BO-20b.png', 0, 'attachment', 'image/png', 0),
(4155, 1, '2019-10-26 09:40:10', '2019-10-26 09:40:10', '', 'CalendarBGc', '', 'inherit', 'open', 'closed', '', 'calendarbgc', '', '', '2019-10-26 09:40:10', '2019-10-26 09:40:10', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg', 0, 'attachment', 'image/jpeg', 0),
(4244, 1, '2019-11-16 07:58:17', '2019-11-16 07:58:17', '', 'Site-Portrait_c', '', 'inherit', 'open', 'closed', '', 'site-portrait_c', '', '', '2019-11-16 07:58:17', '2019-11-16 07:58:17', '', 18, 'http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg', 0, 'attachment', 'image/jpeg', 0),
(4278, 1, '2019-11-19 08:54:45', '2019-11-19 08:54:45', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3641|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"-12%\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/background_06c.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px \" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"no\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"25\" box_shadow_blur=\"15\" box_shadow_spread=\"7\" box_shadow_color=\"rgba(0,0,0,0.16)\" box_shadow_style=\"inset\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" margin_top=\"6%\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Maintenir un régime alimentaire sain et bien équilibré est un élément important de la gestion de votre santé.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre principal objectif est de vous aider à répondre à vos besoins en matière de santé en fournissant une éducation et des conseils en matière de nutrition et en encourageant une alimentation saine. Nous fournissons une éducation nutritionnelle de haute qualité et des conseils pratiques pour le bien-être général et pour aider à gérer des conditions médicales spécifiques. Nous travaillerons en étroite collaboration avec vous pour créer un plan personnalisé qui vous aidera à atteindre vos objectifs et à améliorer votre santé tout en tenant compte de vos préférences en matière de nourriture et de votre style de vie. Les résultats nutritionnels sont constamment contrôlés et optimisés lors de visites et de consultations périodiques.\r\n\r\nNous proposons une thérapie nutritionnelle médicale pour gérer les problèmes de santé, notamment:\r\n<ul>\r\n 	<li>Le contrôle du poids</li>\r\n 	<li>Changer les habitudes alimentaires</li>\r\n 	<li>Alimentation saine</li>\r\n 	<li>Diabète</li>\r\n 	<li>Hyperlipidémie (cholestérol et / ou triglycérides élevés)</li>\r\n 	<li>Régime pauvre en sodium</li>\r\n 	<li>Maladie coeliaque (intolérance au gluten)</li>\r\n 	<li>risque de maladie cardiaque</li>\r\n 	<li>Hypertension ou hypertension artérielle</li>\r\n 	<li>Allergies alimentaires et sensibilités</li>\r\n 	<li>Insuffisance rénale chronique</li>\r\n 	<li>Désordres digestifs</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-58449</span></strong></span>\r\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\"> </span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"diabete,gynecologie-medicale,medecine-generale\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio Post Template', '', 'publish', 'closed', 'closed', '', 'portfolio-post-template', '', '', '2019-11-19 08:54:45', '2019-11-19 08:54:45', '', 0, 'http://drkarimbennani.com/fusion_template/portfolio-post-template/', 0, 'fusion_template', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4284, 1, '2019-11-29 19:32:22', '2019-11-29 19:32:22', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties homepage container (old)', '', 'publish', 'closed', 'closed', '', 'our-specialties', '', '', '2023-04-19 08:37:48', '2023-04-19 08:37:48', '', 0, 'http://drkarimbennani.com/fusion_element/our-specialties/', 0, 'fusion_element', '', 0),
(4333, 1, '2021-05-24 17:51:44', '2021-05-24 17:51:44', '', 'background_04c', '', 'inherit', 'open', 'closed', '', 'background_04c-2', '', '', '2026-08-09 18:33:59', '2026-08-09 18:33:59', '', 4084, 'http://drkarimbennani.com/wp-content/uploads/2021/05/background_04c.jpg', 0, 'attachment', 'image/webp', 0),
(4334, 1, '2021-05-24 17:51:51', '2021-05-24 17:51:51', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_imageframe image_id=\"3708|full\" max_width=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Contact_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\"][fusion_builder_row][fusion_builder_column type=\"1_2\" spacing=\"6%\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\" \" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"0\" box_shadow_horizontal=\"35\" box_shadow_blur=\"20\" box_shadow_spread=\"18\" box_shadow_color=\"rgba(0,0,0,0.06)\" box_shadow_style=\"\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" margin_top=\"-6%\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2021/05/background_04c.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"1\" title_size=\"18px\" heading_size=\"2\" title_color=\"#368498\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"2\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"none\" hover_accent_color=\"#368498\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"CABINET\" backgroundcolor=\"\" icon=\"fa-map-marker-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p class=\"p1\"><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"street-address notranslate\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,\r\n</span></span></span><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"district notranslate\">Hay-Hassani,</span> <span class=\"locality\">Casablanca </span></span></span>20220</p>\r\n[/fusion_content_box][fusion_content_box title=\"TÉLÉPHONE\" backgroundcolor=\"\" icon=\"fa-phone fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n05226-57533\r\n\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" backgroundcolor=\"\" icon=\"fa-at fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\ninfo@dkb.ma\r\n\r\n[/fusion_content_box][fusion_content_box title=\"HORAIRES\" backgroundcolor=\"\" icon=\"fa-map-marker-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nLUNDI-VENDREDI (8h30 - 19h)\r\nSAMEDI (8h30 - 1h30)\r\n\r\n[/fusion_content_box][/fusion_content_boxes][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"\" box_shadow_spread=\"\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_social_links icons_boxed=\"\" icons_boxed_radius=\"\" color_type=\"\" icon_colors=\"#368498\" box_colors=\"\" tooltip_placement=\"\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"facebook.com\" flickr=\"\" forrst=\"\" instagram=\"instagram.com\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"pinterest.com\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"twitter.com\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"youtube.com\" email=\"\" show_custom=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"false\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"22px\" line_height=\"\" letter_spacing=\"\" margin_top=\"60px\" margin_bottom=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" style_type=\"single dotted\" sep_color=\"\"]\r\n\r\n<span style=\"color: #368498;\"><strong>ENVOYEZ UN MESSAGE RAPIDE</strong></span>\r\n\r\n[/fusion_title][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0IiB0aXRsZT0iQ29udGFjdCBGb3JtIl0=[/fusion_code][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\">Nous essayons toujours de répondre le plus rapidement possible</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Google Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"6%\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\"][fusion_map api_type=\"embed\" embed_address=\"33.554050,-7.685922\" embed_map_type=\"roadmap\" address=\"14 rue ali abderrazak casablanca\" type=\"roadmap\" width=\"\" height=\"500px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"yes\" map_style=\"custom\" overlay_color=\"#67615a\" static_map_color=\"\" infobox_content=\"\" infobox=\"custom\" infobox_text_color=\"#ffffff\" infobox_background_color=\"#fc7523\" icon=\"\" icon_static=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '4084-revision-v1', '', '', '2021-05-24 17:51:51', '2021-05-24 17:51:51', '', 4084, 'http://drkarimbennani.com/uncategorized/4084-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4351, 1, '2021-07-07 06:05:40', '2021-07-07 06:05:40', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_imageframe image_id=\"4008|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/10/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_size=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_size=\"0\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2021-07-07 06:05:40', '2021-07-07 06:05:40', '', 3637, 'http://drkarimbennani.com/?p=4351', 0, 'revision', '', 0),
(4352, 1, '2021-07-07 06:06:50', '2021-07-07 06:06:50', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4008|full\" max_width=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/10/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2021-07-07 06:06:50', '2021-07-07 06:06:50', '', 3637, 'http://drkarimbennani.com/?p=4352', 0, 'revision', '', 0),
(4353, 1, '2021-07-07 20:02:31', '2021-07-07 20:02:31', '', 'Background_01', '', 'inherit', 'open', 'closed', '', 'background_01-2', '', '', '2026-08-09 18:33:55', '2026-08-09 18:33:55', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2021/07/Background_01.jpg', 0, 'attachment', 'image/webp', 0),
(4354, 1, '2021-07-07 20:02:35', '2021-07-07 20:02:35', '', 'background_04c', '', 'inherit', 'open', 'closed', '', 'background_04c-3', '', '', '2026-08-09 18:33:53', '2026-08-09 18:33:53', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2021/07/background_04c.jpg', 0, 'attachment', 'image/webp', 0),
(4355, 1, '2021-07-07 20:02:38', '2021-07-07 20:02:38', '', 'background_06c', '', 'inherit', 'open', 'closed', '', 'background_06c-2', '', '', '2026-08-09 18:33:50', '2026-08-09 18:33:50', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg', 0, 'attachment', 'image/webp', 0),
(4356, 1, '2021-07-07 20:02:41', '2021-07-07 20:02:41', '', 'background_08c', '', 'inherit', 'open', 'closed', '', 'background_08c-2', '', '', '2026-08-09 18:33:48', '2026-08-09 18:33:48', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg', 0, 'attachment', 'image/webp', 0),
(4357, 1, '2021-07-07 20:02:43', '2021-07-07 20:02:43', '', 'background_10c', '', 'inherit', 'open', 'closed', '', 'background_10c-2', '', '', '2026-08-09 18:33:45', '2026-08-09 18:33:45', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg', 0, 'attachment', 'image/webp', 0),
(4358, 1, '2021-07-07 20:02:46', '2021-07-07 20:02:46', '', 'background_11c', '', 'inherit', 'open', 'closed', '', 'background_11c-2', '', '', '2026-08-09 18:33:44', '2026-08-09 18:33:44', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2021/07/background_11c.jpg', 0, 'attachment', 'image/webp', 0),
(4359, 1, '2021-07-07 20:02:49', '2021-07-07 20:02:49', '', 'Background_Annual_Checkup', '', 'inherit', 'open', 'closed', '', 'background_annual_checkup', '', '', '2026-08-09 18:33:41', '2026-08-09 18:33:41', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2021/07/Background_Annual_Checkup.jpg', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4360, 1, '2021-07-07 20:08:15', '2021-07-07 20:08:15', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3640|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_03c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:\r\n<ul>\r\n 	<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n 	<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n 	<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n 	<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n 	<li>Stérilité du couple.</li>\r\n 	<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n 	<li>La Ménopause</li>\r\n 	<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"diabete,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'inherit', 'closed', 'closed', '', '3644-revision-v1', '', '', '2021-07-07 20:08:15', '2021-07-07 20:08:15', '', 3644, 'http://drkarimbennani.com/?p=4360', 0, 'revision', '', 0),
(4361, 1, '2021-07-07 20:27:10', '2021-07-07 20:27:10', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3638|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"diabete,gynecologie-medicale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2021-07-07 20:27:10', '2021-07-07 20:27:10', '', 3622, 'http://drkarimbennani.com/?p=4361', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4362, 1, '2021-07-07 20:27:42', '2021-07-07 20:27:42', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2021-07-07 20:27:42', '2021-07-07 20:27:42', '', 3637, 'http://drkarimbennani.com/?p=4362', 0, 'revision', '', 0),
(4363, 1, '2021-07-08 07:47:12', '2021-07-08 07:47:12', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3641|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Maintenir un régime alimentaire sain et bien équilibré est un élément important de la gestion de votre santé.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre principal objectif est de vous aider à répondre à vos besoins en matière de santé en fournissant une éducation et des conseils en matière de nutrition et en encourageant une alimentation saine. Nous fournissons une éducation nutritionnelle de haute qualité et des conseils pratiques pour le bien-être général et pour aider à gérer des conditions médicales spécifiques. Nous travaillerons en étroite collaboration avec vous pour créer un plan personnalisé qui vous aidera à atteindre vos objectifs et à améliorer votre santé tout en tenant compte de vos préférences en matière de nourriture et de votre style de vie. Les résultats nutritionnels sont constamment contrôlés et optimisés lors de visites et de consultations périodiques.\r\n\r\nNous proposons une thérapie nutritionnelle médicale pour gérer les problèmes de santé, notamment:\r\n<ul>\r\n 	<li>Le contrôle du poids</li>\r\n 	<li>Changer les habitudes alimentaires</li>\r\n 	<li>Alimentation saine</li>\r\n 	<li>Diabète</li>\r\n 	<li>Hyperlipidémie (cholestérol et / ou triglycérides élevés)</li>\r\n 	<li>Régime pauvre en sodium</li>\r\n 	<li>Maladie coeliaque (intolérance au gluten)</li>\r\n 	<li>risque de maladie cardiaque</li>\r\n 	<li>Hypertension ou hypertension artérielle</li>\r\n 	<li>Allergies alimentaires et sensibilités</li>\r\n 	<li>Insuffisance rénale chronique</li>\r\n 	<li>Désordres digestifs</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"diabete,gynecologie-medicale,medecine-generale\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Nutrition', '', 'inherit', 'closed', 'closed', '', '3646-revision-v1', '', '', '2021-07-08 07:47:12', '2021-07-08 07:47:12', '', 3646, 'http://drkarimbennani.com/?p=4363', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4364, 1, '2021-07-08 07:51:40', '2021-07-08 07:51:40', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#363839\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" margin_top=\"2%\" margin_bottom=\"2%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408|full\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-19b.png\" image_id=\"4134\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-17b.png\" image_id=\"4133\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-16b.png\" image_id=\"4132\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-15b.png\" image_id=\"4131\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-14b.png\" image_id=\"4130\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-08b.png\" image_id=\"4124\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-09b.png\" image_id=\"4125\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-10b.png\" image_id=\"4126\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-11b.png\" image_id=\"4127\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-12b.png\" image_id=\"4128\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-13b.png\" image_id=\"4129\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-07b.png\" image_id=\"4123\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-06b.png\" image_id=\"4122\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-05b.png\" image_id=\"4121\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-04b.png\" image_id=\"4120\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-03b.png\" image_id=\"4119\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-02b.png\" image_id=\"4118\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/BO-01b.png\" image_id=\"4117\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"5%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 07:51:40', '2021-07-08 07:51:40', '', 18, 'http://drkarimbennani.com/?p=4364', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4365, 1, '2021-07-08 07:57:31', '2021-07-08 07:57:31', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#363839\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" margin_top=\"2%\" margin_bottom=\"2%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"5%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 07:57:31', '2021-07-08 07:57:31', '', 18, 'http://drkarimbennani.com/?p=4365', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4366, 1, '2021-07-08 07:59:19', '2021-07-08 07:59:19', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" margin_top=\"2%\" margin_bottom=\"2%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"5%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 07:59:19', '2021-07-08 07:59:19', '', 18, 'http://drkarimbennani.com/?p=4366', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4367, 1, '2021-07-08 08:01:24', '2021-07-08 08:01:24', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#fcfcfc\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" margin_top=\"2%\" margin_bottom=\"2%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"5%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 08:01:24', '2021-07-08 08:01:24', '', 18, 'http://drkarimbennani.com/?p=4367', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4368, 1, '2021-07-08 08:02:41', '2021-07-08 08:02:41', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" margin_top=\"2%\" margin_bottom=\"2%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" align_content=\"center\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"5%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 08:02:41', '2021-07-08 08:02:41', '', 18, 'http://drkarimbennani.com/?p=4368', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4369, 1, '2021-07-08 08:03:21', '2021-07-08 08:03:21', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" margin_top=\"2%\" margin_bottom=\"2%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"5%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 08:03:21', '2021-07-08 08:03:21', '', 18, 'http://drkarimbennani.com/?p=4369', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4370, 1, '2021-07-08 08:04:29', '2021-07-08 08:04:29', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 08:04:29', '2021-07-08 08:04:29', '', 18, 'http://drkarimbennani.com/?p=4370', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4371, 1, '2021-07-08 08:05:38', '2021-07-08 08:05:38', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 08:05:38', '2021-07-08 08:05:38', '', 18, 'http://drkarimbennani.com/?p=4371', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4372, 1, '2021-07-08 08:06:44', '2021-07-08 08:06:44', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"4\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-5%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 08:06:44', '2021-07-08 08:06:44', '', 18, 'http://drkarimbennani.com/?p=4372', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4373, 1, '2021-07-08 08:07:39', '2021-07-08 08:07:39', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4244|full\" max_width=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align=\"left\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/11/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-5%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 08:07:39', '2021-07-08 08:07:39', '', 18, 'http://drkarimbennani.com/?p=4373', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4374, 1, '2021-07-08 08:12:36', '2021-07-08 08:12:36', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3708|full\" max_width=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"center\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Contact_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"6%\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"3%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-6%\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\" \" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"0\" box_shadow_horizontal=\"35\" box_shadow_blur=\"20\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(0,0,0,0.03)\" box_shadow_style=\"\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2021/05/background_04c.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"1\" title_size=\"18px\" heading_size=\"2\" title_color=\"#368498\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"2\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"none\" hover_accent_color=\"#368498\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"CABINET\" backgroundcolor=\"\" icon=\"fa-map-marker-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p class=\"p1\"><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"street-address notranslate\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,\r\n</span></span></span><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"district notranslate\">Hay-Hassani,</span> <span class=\"locality\">Casablanca </span></span></span>20220</p>\r\n[/fusion_content_box][fusion_content_box title=\"TÉLÉPHONE\" backgroundcolor=\"\" icon=\"fa-phone fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\n05226-57533\r\n\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" backgroundcolor=\"\" icon=\"fa-at fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\ninfo@dkb.ma\r\n\r\n[/fusion_content_box][fusion_content_box title=\"HORAIRES\" backgroundcolor=\"\" icon=\"fa-map-marker-alt fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"Read More\" link_target=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nLUNDI-VENDREDI (8h30 - 19h)\r\nSAMEDI (8h30 - 1h30)\r\n\r\n[/fusion_content_box][/fusion_content_boxes][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"\" box_shadow_spread=\"\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"30px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_social_links icons_boxed=\"\" icons_boxed_radius=\"\" color_type=\"\" icon_colors=\"#368498\" box_colors=\"\" tooltip_placement=\"\" blogger=\"\" deviantart=\"\" digg=\"\" dribbble=\"\" dropbox=\"\" facebook=\"facebook.com\" flickr=\"\" forrst=\"\" instagram=\"instagram.com\" linkedin=\"\" myspace=\"\" paypal=\"\" pinterest=\"pinterest.com\" reddit=\"\" rss=\"\" skype=\"\" soundcloud=\"\" spotify=\"\" tumblr=\"\" twitter=\"twitter.com\" vimeo=\"\" vk=\"\" whatsapp=\"\" xing=\"\" yahoo=\"\" yelp=\"\" youtube=\"youtube.com\" email=\"\" show_custom=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"false\" border_sizes_right=\"0\" spacing_left=\"3%\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"left\" size=\"2\" font_size=\"22px\" line_height=\"\" letter_spacing=\"\" margin_top=\"60px\" margin_bottom=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" style_type=\"single dotted\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<span style=\"color: #368498;\"><strong>ENVOYEZ UN MESSAGE RAPIDE</strong></span>\r\n\r\n[/fusion_title][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0IiB0aXRsZT0iQ29udGFjdCBGb3JtIl0=[/fusion_code][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\">Nous essayons toujours de répondre le plus rapidement possible</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Google Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"6%\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" undefined=\"\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\"][fusion_map api_type=\"embed\" embed_address=\"33.554050,-7.685922\" embed_map_type=\"roadmap\" address=\"14 rue ali abderrazak casablanca\" type=\"roadmap\" width=\"\" height=\"500px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"yes\" map_style=\"custom\" overlay_color=\"#67615a\" static_map_color=\"\" infobox_content=\"\" infobox=\"custom\" infobox_text_color=\"#ffffff\" infobox_background_color=\"#fc7523\" icon=\"\" icon_static=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '4084-revision-v1', '', '', '2021-07-08 08:12:36', '2021-07-08 08:12:36', '', 4084, 'http://drkarimbennani.com/?p=4374', 0, 'revision', '', 0),
(4376, 1, '2021-07-08 08:39:02', '2021-07-08 08:39:02', '', 'Site-Portrait_c', '', 'inherit', 'open', 'closed', '', 'site-portrait_c-2', '', '', '2026-08-09 18:33:39', '2026-08-09 18:33:39', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4378, 1, '2021-07-08 08:54:49', '2021-07-08 08:54:49', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4376|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-5%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2021-07-08 08:54:49', '2021-07-08 08:54:49', '', 18, 'http://drkarimbennani.com/?p=4378', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4387, 1, '2023-04-16 11:55:26', '2023-04-16 11:55:26', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4376|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-5%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 11:55:26', '2023-04-16 11:55:26', '', 18, 'http://drkarimbennani.com/?p=4387', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4388, 1, '2023-04-16 11:59:02', '2023-04-16 11:59:02', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4376|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-5%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 11:59:02', '2023-04-16 11:59:02', '', 18, 'http://drkarimbennani.com/?p=4388', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4389, 1, '2023-04-16 12:02:56', '2023-04-16 12:02:56', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_right=\"\" padding_bottom=\"1%\" padding_left=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"\" bottom_margin=\"50px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_imageframe image_id=\"4376|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"0px\" bordercolor=\"\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" backgroundcolor=\"\" icon=\"fa-comment-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Suivi des maladies chroniques\" backgroundcolor=\"\" icon=\"fa-diagnoses fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Vaccination\" backgroundcolor=\"\" icon=\"fa-laptop-medical fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Maladies saisonnières\" backgroundcolor=\"\" icon=\"fa-syringe fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Examens d\'échographie\" backgroundcolor=\"\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Dépistage des maladies\" backgroundcolor=\"\" icon=\"fa-microscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" animation_offset=\"\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"down\" animation_speed=\"0.1\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"\" button_span=\"\" link_area=\"\" link_target=\"\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" animation_delay=\"\" animation_offset=\"\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Certificat médical du conducteur\" backgroundcolor=\"\" icon=\"fa-x-ray fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#ffffff\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"zoomin\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"-5%\" margin_bottom=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"2\" font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"0px\" margin_bottom=\"0px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#ffffff\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" animation_offset=\"\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"rgba(255,255,255,0.3)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"20%\" padding_right=\"10%\" padding_bottom=\"\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" animation_offset=\"\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\"][fusion_testimonials design=\"clean\" navigation=\"no\" speed=\"\" backgroundcolor=\"transparent\" textcolor=\"\" random=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" company=\"\" link=\"\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"\" top_margin=\"50px\" bottom_margin=\"\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"6%\" padding_right=\"\" padding_bottom=\"2%\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" icon=\"\" icon_color=\"\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_image=\"\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" scroll_items=\"\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" link=\"\" linktarget=\"_self\" alt=\"\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" link=\"\" linktarget=\"_self\" alt=\"\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"no\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-5%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" 0%\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_color=\"\" link_hover_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" skip_lazy_load=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"65px\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"71px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"#5fb2dc\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" width=\"\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" content_align=\"center\" size=\"1\" font_size=\"\" animated_font_size=\"\" line_height=\"\" letter_spacing=\"\" margin_top=\"\" margin_bottom=\"35px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" text_color=\"\" animated_text_color=\"\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" margin_top_small=\"\" margin_bottom_small=\"\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 12:02:56', '2023-04-16 12:02:56', '', 18, 'http://drkarimbennani.com/?p=4389', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4390, 1, '2023-04-16 12:04:43', '2023-04-16 12:04:43', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 12:04:43', '2023-04-16 12:04:43', '', 18, 'http://drkarimbennani.com/?p=4390', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4391, 1, '2023-04-16 12:08:14', '2023-04-16 12:08:14', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 12:08:14', '2023-04-16 12:08:14', '', 18, 'http://drkarimbennani.com/?p=4391', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4392, 1, '2023-04-16 13:12:57', '2023-04-16 13:12:57', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button-bar\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:12:57', '2023-04-16 13:12:57', '', 18, 'http://drkarimbennani.com/?p=4392', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4393, 1, '2023-04-16 13:14:43', '2023-04-16 13:14:43', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:14:43', '2023-04-16 13:14:43', '', 18, 'http://drkarimbennani.com/?p=4393', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4394, 1, '2023-04-16 13:19:00', '2023-04-16 13:19:00', '', 'Marketing Bold Icon Set 978', '', 'publish', 'closed', 'closed', '', 'marketing-bold-icon-set-978', '', '', '2023-04-16 13:19:00', '2023-04-16 13:19:00', '', 0, 'http://drkarimbennani.com/?fusion_icons=marketing-bold-icon-set-978', 0, 'fusion_icons', '', 0),
(4395, 1, '2023-04-16 13:19:00', '2023-04-16 13:19:00', '', 'marketing-bold-icon-set.zip', '', 'inherit', 'open', 'closed', '', 'marketing-bold-icon-set-zip', '', '', '2023-04-16 13:19:00', '2023-04-16 13:19:00', '', 4394, 'http://drkarimbennani.com/?attachment_id=4395', 0, 'attachment', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4396, 1, '2023-04-16 13:19:05', '2023-04-16 13:19:05', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-flag fas\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" iconcolor_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"\" circle=\"\" bg_size=\"-1\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color_hover=\"\" button_gradient_bottom_color=\"\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"\" accent_color=\"\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"\" border_color=\"\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"\" fusion_font_variant_button_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]Button Text[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"no\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\n01\r\n\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\nConsultancy\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"no\" border_position=\"all\" transform_hover_element=\"parent\" min_height=\"\" link=\"\"][fusion_button target=\"_self\" color=\"default\" linear_angle=\"180\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" alignment=\"center\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Inter\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" padding_top=\"20px\" padding_bottom=\"20px\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:19:05', '2023-04-16 13:19:05', '', 18, 'http://drkarimbennani.com/?p=4396', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4397, 1, '2023-04-16 13:23:37', '2023-04-16 13:23:37', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-flag fas\" size=\"\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" iconcolor_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"\" circle=\"\" bg_size=\"-1\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"\" button_gradient_bottom_color_hover=\"\" button_gradient_bottom_color=\"\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"\" accent_color=\"\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"\" border_color=\"\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"\" fusion_font_variant_button_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]Button Text[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" min_height=\"\" first=\"true\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\n01\r\n\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\nConsultancy\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" min_height=\"\" link=\"\" first=\"true\"][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color_hover=\"\" button_gradient_bottom_color=\"var(--awb-color3)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"\" accent_color=\"\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" border_hover_color=\"\" border_color=\"\" size=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:23:37', '2023-04-16 13:23:37', '', 18, 'http://drkarimbennani.com/?p=4397', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4398, 1, '2023-04-16 13:25:02', '2023-04-16 13:25:02', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" min_height=\"\" first=\"true\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\n01\r\n\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\nConsultancy\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" min_height=\"\" link=\"\" first=\"true\"][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color_hover=\"\" button_gradient_bottom_color=\"var(--awb-color3)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"\" accent_color=\"\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" border_hover_color=\"\" border_color=\"\" size=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" min_height=\"\" first=\"true\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\n01\r\n\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\nConsultancy\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" min_height=\"\" link=\"\" first=\"true\"][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color_hover=\"\" button_gradient_bottom_color=\"var(--awb-color3)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"\" accent_color=\"\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" border_hover_color=\"\" border_color=\"\" size=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" min_height=\"\" first=\"true\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\n01\r\n\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\nConsultancy\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" min_height=\"\" link=\"\" first=\"true\"][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color_hover=\"\" button_gradient_bottom_color=\"var(--awb-color3)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"\" accent_color=\"\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" border_hover_color=\"\" border_color=\"\" size=\"\" padding_top=\"20px\" padding_right=\"\" padding_bottom=\"20px\" padding_left=\"\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"50px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"-39px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#ecf6fb\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_color=\"\" animation_speed=\"1.0\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" margin_top=\"\" margin_bottom=\"\" item_margin_top=\"\" item_margin_bottom=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\" background_blend_mode=\"overlay\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" link=\"\" background_blend_mode=\"overlay\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:25:02', '2023-04-16 13:25:02', '', 18, 'http://drkarimbennani.com/?p=4398', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4399, 1, '2023-04-16 13:28:51', '2023-04-16 13:28:51', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"var(--awb-color1)\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>01</p>\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"0\" circlecolor=\"var(--awb-color4)\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"var(--awb-color5)\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>Consultancy</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" linear_angle=\"180\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"20px\" padding_bottom=\"20px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>01</p>\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>Consultancy</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" linear_angle=\"180\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"20px\" padding_bottom=\"20px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>01</p>\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>Consultancy</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" linear_angle=\"180\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"20px\" padding_bottom=\"20px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:28:51', '2023-04-16 13:28:51', '', 18, 'http://drkarimbennani.com/?p=4399', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4400, 1, '2023-04-16 13:31:54', '2023-04-16 13:31:54', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"var(--awb-color4)\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>01</p>\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"0\" circlecolor=\"var(--awb-color1)\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"var(--awb-color5)\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" iconcolor=\"var(--awb-color3)\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>Consultancy</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" linear_angle=\"180\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"20px\" padding_bottom=\"20px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>01</p>\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>Consultancy</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" linear_angle=\"180\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"20px\" padding_bottom=\"20px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"true\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>01</p>\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n<p>Consultancy</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" linear_angle=\"180\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"20px\" padding_bottom=\"20px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:31:54', '2023-04-16 13:31:54', '', 18, 'http://drkarimbennani.com/?p=4400', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4403, 1, '2023-04-16 13:40:13', '2023-04-16 13:40:13', '', 'Fitness Icon Set 982', '', 'publish', 'closed', 'closed', '', 'fitness-icon-set-982', '', '', '2023-04-16 13:40:13', '2023-04-16 13:40:13', '', 0, 'http://drkarimbennani.com/?fusion_icons=fitness-icon-set-982', 0, 'fusion_icons', '', 0),
(4404, 1, '2023-04-16 13:40:13', '2023-04-16 13:40:13', '', 'fitness-icon-set.zip', '', 'inherit', 'open', 'closed', '', 'fitness-icon-set-zip', '', '', '2023-04-16 13:40:13', '2023-04-16 13:40:13', '', 4403, 'http://drkarimbennani.com/?attachment_id=4404', 0, 'attachment', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4405, 1, '2023-04-16 13:40:23', '2023-04-16 13:40:23', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"true\" last=\"false\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"var(--awb-color4)\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\n01\r\n\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"0\" circlecolor=\"var(--awb-color1)\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"var(--awb-color5)\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" iconcolor=\"var(--awb-color3)\" iconcolor_hover=\"var(--awb-color3)\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\nConsultancy\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" linear_angle=\"180\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"20px\" padding_bottom=\"20px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_1\" background_blend_mode=\"overlay\" first=\"false\" last=\"false\" hover_type=\"none\" border_position=\"all\" element_content=\"\" margin_top=\"20px\" margin_bottom=\"20px\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1.03\" transform_scale_y=\"1.03\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" background_color=\"#161616\" padding_top=\"48px\" padding_right=\"48px\" padding_bottom=\"48px\" padding_left=\"48px\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" last=\"true\" border_position=\"all\" z_index=\"1\" transform_origin=\"49% 49%\" link=\"#\" z_index_hover=\"1\" transform_translate_y=\"60\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\"][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"19px\" letter_spacing=\"0\" line_height=\"1.42em\" margin_bottom=\"124px\" margin_bottom_small=\"20px\" margin_top=\"0px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"capitalize\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\n01\r\n\r\n[/fusion_title][fusion_fontawesome hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" circle=\"yes\" bg_size=\"82\" circlebordersize=\"1\" circlecolor=\"#0b64fe\" circlecolor_hover=\"#0b64fe\" circlebordercolor=\"#0b64fe\" circlebordercolor_hover=\"#0b64fe\" border_radius_top_left=\"15%\" border_radius_top_right=\"15%\" border_radius_bottom_right=\"15%\" border_radius_bottom_left=\"15%\" icon_hover_type=\"fade\" linktarget=\"_self\" margin_bottom=\"16px\" size=\"42\" spin=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" icon=\"fusion-prefix-icon-mkb-engagement\" /][fusion_title animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" title_type=\"text\" rotation_effect=\"clipIn\" display_time=\"600\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"Design and\" rotation_text=\"build|create|imagine\" title_link=\"off\" link_target=\"_self\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" after_text=\"anything\" content_align=\"left\" font_size=\"34px\" letter_spacing=\"-0.01em\" line_height=\"1.2em\" margin_bottom=\"20px\" margin_bottom_small=\"20px\" margin_top=\"24px\" margin_top_small=\"10px\" margin_right=\"0px\" margin_right_small=\"0px\" margin_left=\"0px\" margin_left_small=\"0px\" size=\"3\" style_type=\"default\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" text_transform=\"var(--awb-typography1-text-transform)\" responsive_typography=\"false\" gradient_font=\"no\" gradient_start_color=\"#0b64fe\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"164\"]\r\n\r\nConsultancy\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_offset=\"top-into-view\" animation_speed=\"0.3\" columns=\"1\" column_min_width=\"100px\" column_spacing=\"2em\" font_size=\"18px\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" line_height=\"1.52em\" letter_spacing=\"0\" text_color=\"rgba(255,255,255,0.65)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" rule_size=\"1\" rule_style=\"default\" text_transform=\"var(--awb-typography4-text-transform)\" margin_bottom=\"8px\"]Effective leadership makes sure our consultancy stays aligned with our strategy and values.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_right=\"20px\" padding_left=\"20px\" z_index=\"0\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" first=\"true\" min_height=\"\" link=\"\"][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" linear_angle=\"180\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"20px\" padding_bottom=\"20px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"500\" font_size=\"19px\" line_height=\"1.42em\" letter_spacing=\"0\" text_transform=\"capitalize\" stretch=\"yes\" icon_position=\"left\" icon_divider=\"no\" hover_transition=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Drive Leads and Sales[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"2_5\" element_content=\"\" margin_bottom=\"0px\" border_sizes_top=\"5px\" border_color=\"#ff9000\" margin_top=\"20px\" last=\"no\" hover_type=\"none\" border_position=\"all\" background_color=\"#ffffff\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"30\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"-258\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_top=\"55px\" padding_bottom=\"50px\" padding_right=\"50px\" padding_left=\"50px\" box_shadow_vertical=\"2\" box_shadow_horizontal=\"2\" box_shadow_color=\"rgba(31,31,31,0.1)\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2016/01/topology-1024x725-1.jpg\" gradient_start_color=\"#ffffff\" gradient_end_color=\"rgba(255,255,255,0.95)\" last=\"no\" border_position=\"all\" transform_hover_element=\"parent\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-product\" spin=\"no\" linktarget=\"_self\" bg_size=\"100\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" alignment=\"center\" size=\"50\" iconcolor=\"#ff9000\" iconcolor_hover=\"#0072ff\" circle=\"yes\" circlecolor=\"rgba(255,145,0,0.1)\" circlebordersize=\"0\" circlecolor_hover=\"rgba(0,115,255,0.1)\" border_radius_top_left=\"35px\" border_radius_bottom_right=\"35px\" border_radius_top_right=\"35px\" border_radius_bottom_left=\"35px\" /][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_alignment=\"center\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Inter\" font_size=\"15px\" line_height=\"var(--awb-typography2-line-height)\" letter_spacing=\"var(--awb-typography2-letter-spacing)\" text_transform=\"var(--awb-typography2-text-transform)\" text_color=\"#6d6d6d\" margin_top=\"35px\"]For a better technology[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"4\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"700\" fusion_font_family_title_font=\"Inter\" font_size=\"24px\" line_height=\"1.6\" letter_spacing=\"var(--awb-typography1-letter-spacing)\" text_transform=\"capitalize\" text_color=\"#1e1e1e\" margin_top=\"0px\"]Create design solutions and leaning experiences![/fusion_title][fusion_fontawesome icon=\"fusion-prefix-fitness-arrow-forward\" spin=\"no\" linktarget=\"_self\" bg_size=\"-1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" alignment=\"center\" iconcolor=\"#6d6d6d\" iconcolor_hover=\"#ff9000\" circle=\"no\" size=\"24\" margin_top=\"10px\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:40:23', '2023-04-16 13:40:23', '', 18, 'http://drkarimbennani.com/?p=4405', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4406, 1, '2023-04-16 13:41:54', '2023-04-16 13:41:54', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_5\" type=\"2_5\" layout=\"2_5\" element_content=\"\" margin_bottom=\"0px\" border_sizes_top=\"5px\" border_color=\"#ff9000\" margin_top=\"20px\" last=\"no\" hover_type=\"none\" border_position=\"all\" background_color=\"#ffffff\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"30\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"-258\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_top=\"55px\" padding_bottom=\"50px\" padding_right=\"50px\" padding_left=\"50px\" box_shadow_vertical=\"2\" box_shadow_horizontal=\"2\" box_shadow_color=\"rgba(31,31,31,0.1)\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2016/01/topology-1024x725-1.jpg\" gradient_start_color=\"#ffffff\" gradient_end_color=\"rgba(255,255,255,0.95)\" last=\"no\" border_position=\"all\" transform_hover_element=\"parent\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-product\" spin=\"no\" linktarget=\"_self\" bg_size=\"100\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" alignment=\"center\" size=\"50\" iconcolor=\"#ff9000\" iconcolor_hover=\"#0072ff\" circle=\"yes\" circlecolor=\"rgba(255,145,0,0.1)\" circlebordersize=\"0\" circlecolor_hover=\"rgba(0,115,255,0.1)\" border_radius_top_left=\"35px\" border_radius_bottom_right=\"35px\" border_radius_top_right=\"35px\" border_radius_bottom_left=\"35px\" /][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_alignment=\"center\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Inter\" font_size=\"15px\" line_height=\"var(--awb-typography2-line-height)\" letter_spacing=\"var(--awb-typography2-letter-spacing)\" text_transform=\"var(--awb-typography2-text-transform)\" text_color=\"#6d6d6d\" margin_top=\"35px\"]For a better technology[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"4\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"700\" fusion_font_family_title_font=\"Inter\" font_size=\"24px\" line_height=\"1.6\" letter_spacing=\"var(--awb-typography1-letter-spacing)\" text_transform=\"capitalize\" text_color=\"#1e1e1e\" margin_top=\"0px\"]Create design solutions and leaning experiences![/fusion_title][fusion_fontawesome icon=\"fusion-prefix-fitness-arrow-forward\" spin=\"no\" linktarget=\"_self\" bg_size=\"-1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" alignment=\"center\" iconcolor=\"#6d6d6d\" iconcolor_hover=\"#ff9000\" circle=\"no\" size=\"24\" margin_top=\"10px\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:41:54', '2023-04-16 13:41:54', '', 18, 'http://drkarimbennani.com/?p=4406', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4407, 1, '2023-04-16 13:44:12', '2023-04-16 13:44:12', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_5\" layout=\"2_5\" element_content=\"\" margin_bottom=\"0px\" border_sizes_top=\"5px\" border_color=\"#ff9000\" margin_top=\"20px\" last=\"true\" hover_type=\"none\" border_position=\"all\" background_color=\"#ffffff\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"30\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"-258\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" padding_top=\"55px\" padding_bottom=\"50px\" padding_right=\"50px\" padding_left=\"50px\" box_shadow_vertical=\"2\" box_shadow_horizontal=\"2\" box_shadow_color=\"rgba(31,31,31,0.1)\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2016/01/topology-1024x725-1.jpg\" gradient_start_color=\"#ffffff\" gradient_end_color=\"rgba(255,255,255,0.95)\" last=\"true\" border_position=\"all\" transform_hover_element=\"parent\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-product\" spin=\"no\" linktarget=\"_self\" bg_size=\"100\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" alignment=\"center\" size=\"50\" iconcolor=\"#ff9000\" iconcolor_hover=\"#0072ff\" circle=\"yes\" circlecolor=\"rgba(255,145,0,0.1)\" circlebordersize=\"0\" circlecolor_hover=\"rgba(0,115,255,0.1)\" border_radius_top_left=\"35px\" border_radius_bottom_right=\"35px\" border_radius_top_right=\"35px\" border_radius_bottom_left=\"35px\" /][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_alignment=\"center\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Inter\" font_size=\"15px\" line_height=\"var(--awb-typography2-line-height)\" letter_spacing=\"var(--awb-typography2-letter-spacing)\" text_transform=\"var(--awb-typography2-text-transform)\" text_color=\"#6d6d6d\" margin_top=\"35px\"]For a better technology[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"4\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"700\" fusion_font_family_title_font=\"Inter\" font_size=\"24px\" line_height=\"1.6\" letter_spacing=\"var(--awb-typography1-letter-spacing)\" text_transform=\"capitalize\" text_color=\"#1e1e1e\" margin_top=\"0px\"]Create design solutions and leaning experiences![/fusion_title][fusion_fontawesome icon=\"fusion-prefix-fitness-arrow-forward\" spin=\"no\" linktarget=\"_self\" bg_size=\"-1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" alignment=\"center\" iconcolor=\"#6d6d6d\" iconcolor_hover=\"#ff9000\" circle=\"no\" size=\"24\" margin_top=\"10px\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 13:44:12', '2023-04-16 13:44:12', '', 18, 'http://drkarimbennani.com/?p=4407', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4419, 1, '2023-04-16 14:23:30', '2023-04-16 14:23:30', '[fusion_builder_container align_content=\"stretch\" is_nested=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" type=\"flex\" flex_align_items=\"center\" flex_column_spacing=\"4%\" flex_justify_content=\"flex-start\" container_tag=\"div\" background_color=\"rgba(255,255,255,0)\" gradient_start_color=\"rgba(255,255,255,0)\" gradient_end_color=\"rgba(255,255,255,0)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" background_parallax=\"none\" parallax_speed=\"0.3\" background_blend_mode=\"none\" opacity=\"100\" break_parents=\"0\" fade=\"no\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"0px\" margin_bottom=\"0px\" border_color=\"#ddd5cd\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\" border_style=\"solid\" equal_height_columns=\"no\" enable_mobile=\"no\" link_color=\"#8e526b\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"0\" sticky_transition_offset=\"0\" scroll_offset=\"0\" video_loop=\"yes\" video_mute=\"yes\" video_aspect_ratio=\"16:9\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJsaW5rX2NvbG9yIjp7ImRhdGEiOiJjb2xvciIsInNvdXJjZSI6ImZvb3Rlcl9saW5rX2NvbG9yIiwiYWxwaGEiOiIxIiwiYnJpZ2h0bmVzcyI6IjAiLCJyZWFkYWJsZSI6Im5vIiwicmVhZGFibGVfdGhyZXNob2xkIjoiLjU0NyIsInJlYWRhYmxlX2RhcmsiOiIjZmZmIiwicmVhZGFibGVfbGlnaHQiOiIjMDAwIn0sImxpbmtfaG92ZXJfY29sb3IiOnsiZGF0YSI6ImNvbG9yIiwic291cmNlIjoiZm9vdGVyX2xpbmtfY29sb3JfaG92ZXIiLCJhbHBoYSI6IjEiLCJicmlnaHRuZXNzIjoiMCIsInJlYWRhYmxlIjoibm8iLCJyZWFkYWJsZV90aHJlc2hvbGQiOiIuNTQ3IiwicmVhZGFibGVfZGFyayI6IiNmZmYiLCJyZWFkYWJsZV9saWdodCI6IiMwMDAifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" border_position=\"all\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" spacing=\"4%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" target=\"_self\" hover_type=\"none\" center_content=\"no\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" align_self=\"auto\" order_medium=\"0\" order_small=\"0\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" content_layout=\"column\" last=\"true\" background_type=\"single\" filter_type=\"regular\" first=\"true\" min_height=\"\" link=\"\"][fusion_form_notice error=\"There was an error trying to send your message. Please try again later.\" success=\"Thank you for your message. It has been sent.\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"1_1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" border_position=\"all\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" spacing=\"4%\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" target=\"_self\" hover_type=\"none\" center_content=\"no\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" align_self=\"auto\" order_medium=\"0\" order_small=\"0\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" content_layout=\"column\" last=\"false\" background_type=\"single\" filter_type=\"regular\" first=\"true\" spacing_right=\"2.4%\" min_height=\"\" link=\"\"][fusion_form_email name=\"insert_your_email\" required=\"yes\" placeholder=\"Email Address\" /][/fusion_builder_column][fusion_builder_column type=\"2_5\" layout=\"1_1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" border_position=\"all\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" spacing=\"4%\" padding_top=\"0\" padding_right=\"0\" padding_bottom=\"0\" padding_left=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" target=\"_self\" hover_type=\"none\" center_content=\"no\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" align_self=\"auto\" order_medium=\"0\" order_small=\"0\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" content_layout=\"column\" last=\"true\" background_type=\"single\" filter_type=\"regular\" first=\"false\" spacing_left=\"1.6%\" min_height=\"\" link=\"\"][fusion_form_submit link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" tab_index=\"\" class=\"\" id=\"\" color=\"default\" button_gradient_top_color=\"#8bb681\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_bottom_color=\"#8bb681\" button_gradient_top_color_hover=\"#1d3033\" button_gradient_bottom_color_hover=\"#1d3033\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"161\" accent_color=\"#1d3033\" accent_hover_color=\"#ffffff\" type=\"flat\" bevel_color=\"#8bb681\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_radius_top_left=\"0\" border_radius_top_right=\"0\" border_radius_bottom_right=\"0\" border_radius_bottom_left=\"0\" border_color=\"#ffffff\" border_hover_color=\"#ffffff\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"League Spartan\" fusion_font_variant_button_font=\"400\" font_size=\"18px\" line_height=\"1.2\" letter_spacing=\"0\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"\" icon_position=\"left\" icon_divider=\"no\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\"]Receive Your Guide[/fusion_form_submit][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Florist Guide Form 2392', '', 'publish', 'closed', 'closed', '', 'florist-guide-form-2392', '', '', '2023-04-16 14:23:30', '2023-04-16 14:23:30', '', 0, 'http://drkarimbennani.com/fusion_form/florist-guide-form-2392/', 0, 'fusion_form', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4428, 1, '2023-04-16 17:01:52', '2023-04-16 17:01:52', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n\r\nad campaigns\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nad campaigns\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:01:52', '2023-04-16 17:01:52', '', 18, 'http://drkarimbennani.com/?p=4428', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4429, 1, '2023-04-16 17:04:36', '2023-04-16 17:04:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n\r\nad campaigns\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nad campaigns\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:04:36', '2023-04-16 17:04:36', '', 18, 'http://drkarimbennani.com/?p=4429', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4430, 1, '2023-04-16 17:05:45', '2023-04-16 17:05:45', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n\r\nad campaigns\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nad campaigns\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:05:45', '2023-04-16 17:05:45', '', 18, 'http://drkarimbennani.com/?p=4430', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4431, 1, '2023-04-16 17:07:36', '2023-04-16 17:07:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:07:36', '2023-04-16 17:07:36', '', 18, 'http://drkarimbennani.com/?p=4431', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4432, 1, '2023-04-16 17:12:42', '2023-04-16 17:12:42', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"#ecf6fb\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color3)\" button_gradient_bottom_color=\"var(--awb-color3)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:12:42', '2023-04-16 17:12:42', '', 18, 'http://drkarimbennani.com/?p=4432', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4433, 1, '2023-04-16 17:14:44', '2023-04-16 17:14:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"#ecf6fb\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:14:44', '2023-04-16 17:14:44', '', 18, 'http://drkarimbennani.com/?p=4433', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4434, 1, '2023-04-16 17:21:04', '2023-04-16 17:21:04', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"#ecf6fb\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:21:04', '2023-04-16 17:21:04', '', 18, 'http://drkarimbennani.com/?p=4434', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4435, 1, '2023-04-16 17:22:37', '2023-04-16 17:22:37', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"#ecf6fb\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:22:37', '2023-04-16 17:22:37', '', 18, 'http://drkarimbennani.com/?p=4435', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4436, 1, '2023-04-16 17:23:42', '2023-04-16 17:23:42', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:23:42', '2023-04-16 17:23:42', '', 18, 'http://drkarimbennani.com/?p=4436', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4437, 1, '2023-04-16 17:25:39', '2023-04-16 17:25:39', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p>financial goals</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p>financial goals</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]<p>ad campaigns</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p>ad campaigns</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p><p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]<br />[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p><p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]<br />[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]<br />[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]<br />[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]<br />[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]<br />[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3><h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3><div class=\"et_pb_toggle_content clearfix\"><h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br /><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br /><span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br /><span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5></div>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\"><h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2></div>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Intervention rapide et amélioration du pronostic.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\"><h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2></div>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2><h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home page backup', '', 'publish', 'closed', 'closed', '', 'home-page-backup', '', '', '2023-04-16 17:25:39', '2023-04-16 17:25:39', '', 0, 'http://drkarimbennani.com/fusion_template/home-page-backup/', 0, 'fusion_template', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4438, 1, '2023-04-16 17:26:16', '2023-04-16 17:26:16', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:26:16', '2023-04-16 17:26:16', '', 18, 'http://drkarimbennani.com/?p=4438', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4439, 1, '2023-04-16 17:28:25', '2023-04-16 17:28:25', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_sizes_top=\"25px\" border_color=\"var(--awb-color3)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:28:25', '2023-04-16 17:28:25', '', 18, 'http://drkarimbennani.com/?p=4439', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4440, 1, '2023-04-16 17:29:29', '2023-04-16 17:29:29', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_sizes_top=\"25px\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:29:29', '2023-04-16 17:29:29', '', 18, 'http://drkarimbennani.com/?p=4440', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4441, 1, '2023-04-16 17:31:17', '2023-04-16 17:31:17', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_sizes_top=\"25px\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:31:17', '2023-04-16 17:31:17', '', 18, 'http://drkarimbennani.com/?p=4441', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4442, 1, '2023-04-16 17:33:13', '2023-04-16 17:33:13', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_bottom=\"25px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:33:13', '2023-04-16 17:33:13', '', 18, 'http://drkarimbennani.com/?p=4442', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4443, 1, '2023-04-16 17:35:43', '2023-04-16 17:35:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"75px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:35:43', '2023-04-16 17:35:43', '', 18, 'http://drkarimbennani.com/?p=4443', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4444, 1, '2023-04-16 17:37:10', '2023-04-16 17:37:10', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"15px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:37:10', '2023-04-16 17:37:10', '', 18, 'http://drkarimbennani.com/?p=4444', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4445, 1, '2023-04-16 17:38:07', '2023-04-16 17:38:07', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color5)\" button_gradient_bottom_color=\"var(--awb-color5)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:38:07', '2023-04-16 17:38:07', '', 18, 'http://drkarimbennani.com/?p=4445', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4446, 1, '2023-04-16 17:39:11', '2023-04-16 17:39:11', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"var(--awb-color2)\" button_gradient_bottom_color=\"var(--awb-color2)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:39:11', '2023-04-16 17:39:11', '', 18, 'http://drkarimbennani.com/?p=4446', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4447, 1, '2023-04-16 17:41:13', '2023-04-16 17:41:13', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.5)\" button_gradient_bottom_color=\"rgba(95,178,220,0.51)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:41:13', '2023-04-16 17:41:13', '', 18, 'http://drkarimbennani.com/?p=4447', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4448, 1, '2023-04-16 17:42:12', '2023-04-16 17:42:12', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"var(--awb-color4)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:42:12', '2023-04-16 17:42:12', '', 18, 'http://drkarimbennani.com/?p=4448', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4449, 1, '2023-04-16 17:43:20', '2023-04-16 17:43:20', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"var(--awb-color3)\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-connection\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:43:20', '2023-04-16 17:43:20', '', 18, 'http://drkarimbennani.com/?p=4449', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4450, 1, '2023-04-16 17:45:34', '2023-04-16 17:45:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"5px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:45:34', '2023-04-16 17:45:34', '', 18, 'http://drkarimbennani.com/?p=4450', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4451, 1, '2023-04-16 17:46:09', '2023-04-16 17:46:09', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"25px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:46:09', '2023-04-16 17:46:09', '', 18, 'http://drkarimbennani.com/?p=4451', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4452, 1, '2023-04-16 17:48:24', '2023-04-16 17:48:24', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:48:24', '2023-04-16 17:48:24', '', 18, 'http://drkarimbennani.com/?p=4452', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4453, 1, '2023-04-16 17:49:41', '2023-04-16 17:49:41', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:49:41', '2023-04-16 17:49:41', '', 18, 'http://drkarimbennani.com/?p=4453', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4454, 1, '2023-04-16 17:50:18', '2023-04-16 17:50:18', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nfinancial goals\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:50:18', '2023-04-16 17:50:18', '', 18, 'http://drkarimbennani.com/?p=4454', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4455, 1, '2023-04-16 17:56:08', '2023-04-16 17:56:08', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"curved\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:56:08', '2023-04-16 17:56:08', '', 18, 'http://drkarimbennani.com/?p=4455', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4456, 1, '2023-04-16 17:58:14', '2023-04-16 17:58:14', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color4)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:58:14', '2023-04-16 17:58:14', '', 18, 'http://drkarimbennani.com/?p=4456', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4457, 1, '2023-04-16 17:59:43', '2023-04-16 17:59:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"var(--awb-color4)\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color4)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 17:59:43', '2023-04-16 17:59:43', '', 18, 'http://drkarimbennani.com/?p=4457', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4458, 1, '2023-04-16 18:00:10', '2023-04-16 18:00:10', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(255,255,255,0)\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>financial goals</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color4)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-16 18:00:10', '2023-04-16 18:00:10', '', 18, 'http://drkarimbennani.com/?p=4458', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4459, 1, '2023-04-17 11:06:36', '2023-04-17 11:06:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"25px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:06:36', '2023-04-17 11:06:36', '', 18, 'http://drkarimbennani.com/?p=4459', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4460, 1, '2023-04-17 11:07:49', '2023-04-17 11:07:49', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"25px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:07:49', '2023-04-17 11:07:49', '', 18, 'http://drkarimbennani.com/?p=4460', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4461, 1, '2023-04-17 11:08:40', '2023-04-17 11:08:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"25px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:08:40', '2023-04-17 11:08:40', '', 18, 'http://drkarimbennani.com/?p=4461', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4462, 1, '2023-04-17 11:11:16', '2023-04-17 11:11:16', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"25px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:11:16', '2023-04-17 11:11:16', '', 18, 'http://drkarimbennani.com/?p=4462', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4463, 1, '2023-04-17 11:12:45', '2023-04-17 11:12:45', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" border_sizes_top=\"25px\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:12:45', '2023-04-17 11:12:45', '', 18, 'http://drkarimbennani.com/?p=4463', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4464, 1, '2023-04-17 11:14:43', '2023-04-17 11:14:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p>Médecine Générale</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-group\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]data analysis[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"40px\" padding_right=\"40px\" padding_left=\"40px\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" background_color=\"rgba(249,249,251,1)\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#7d63cc\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#1e1e1e\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#686868\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"rgba(74,49,150,1)\" gradient_end_color=\"#7d63cc\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fusion-prefix-icon-mkb-stats\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"#ff983a\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>ad campaigns</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Manrope\" font_size=\"17px\" line_height=\"1.8\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"#ffffff\" content_alignment=\"center\"]Buis morbs aliquam debitis. Amet eget pelent dui sque ipsum tempor mags lorem ipsam totams.[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"#7d63cc\" button_gradient_bottom_color=\"#7d63cc\" button_gradient_top_color_hover=\"#ff983a\" button_gradient_bottom_color_hover=\"#ff983a\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"18px\" padding_bottom=\"18px\" padding_right=\"36px\" padding_left=\"36px\" fusion_font_variant_button_font=\"700\" fusion_font_family_button_font=\"Manrope\" font_size=\"17px\" line_height=\"1.4\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"capitalize\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]get started[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:14:43', '2023-04-17 11:14:43', '', 18, 'http://drkarimbennani.com/?p=4464', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4465, 1, '2023-04-17 11:15:46', '2023-04-17 11:15:46', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ffffff\" admin_label=\"3 columns Info\" margin_bottom=\"60px\" admin_toggled=\"no\" margin_top=\"50px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"50px\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:15:46', '2023-04-17 11:15:46', '', 18, 'http://drkarimbennani.com/?p=4465', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4466, 1, '2023-04-17 11:17:15', '2023-04-17 11:17:15', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]</p>\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:17:15', '2023-04-17 11:17:15', '', 18, 'http://drkarimbennani.com/?p=4466', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4467, 1, '2023-04-17 11:20:02', '2023-04-17 11:20:02', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.<br></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:20:02', '2023-04-17 11:20:02', '', 18, 'http://drkarimbennani.com/?p=4467', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4468, 1, '2023-04-17 11:20:45', '2023-04-17 11:20:45', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.<br></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:20:45', '2023-04-17 11:20:45', '', 18, 'http://drkarimbennani.com/?p=4468', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4469, 1, '2023-04-17 11:22:12', '2023-04-17 11:22:12', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.<br></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:22:12', '2023-04-17 11:22:12', '', 18, 'http://drkarimbennani.com/?p=4469', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4470, 1, '2023-04-17 11:24:21', '2023-04-17 11:24:21', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:24:21', '2023-04-17 11:24:21', '', 18, 'http://drkarimbennani.com/?p=4470', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4471, 1, '2023-04-17 11:25:44', '2023-04-17 11:25:44', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.<br></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:25:44', '2023-04-17 11:25:44', '', 18, 'http://drkarimbennani.com/?p=4471', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4472, 1, '2023-04-17 11:30:55', '2023-04-17 11:30:55', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.<br></p>[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:30:55', '2023-04-17 11:30:55', '', 18, 'http://drkarimbennani.com/?p=4472', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4473, 1, '2023-04-17 11:33:32', '2023-04-17 11:33:32', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]</p>\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:33:32', '2023-04-17 11:33:32', '', 18, 'http://drkarimbennani.com/?p=4473', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4474, 1, '2023-04-17 11:34:18', '2023-04-17 11:34:18', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:34:18', '2023-04-17 11:34:18', '', 18, 'http://drkarimbennani.com/?p=4474', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4475, 1, '2023-04-17 11:36:13', '2023-04-17 11:36:13', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:36:13', '2023-04-17 11:36:13', '', 18, 'http://drkarimbennani.com/?p=4475', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4476, 1, '2023-04-17 11:37:26', '2023-04-17 11:37:26', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:37:26', '2023-04-17 11:37:26', '', 18, 'http://drkarimbennani.com/?p=4476', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4477, 1, '2023-04-17 11:38:41', '2023-04-17 11:38:41', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:38:41', '2023-04-17 11:38:41', '', 18, 'http://drkarimbennani.com/?p=4477', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4478, 1, '2023-04-17 11:40:04', '2023-04-17 11:40:04', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color5)\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:40:04', '2023-04-17 11:40:04', '', 18, 'http://drkarimbennani.com/?p=4478', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4479, 1, '2023-04-17 11:40:39', '2023-04-17 11:40:39', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#368498\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:40:39', '2023-04-17 11:40:39', '', 18, 'http://drkarimbennani.com/?p=4479', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4480, 1, '2023-04-17 11:40:46', '2023-04-17 11:40:46', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#368498\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:40:46', '2023-04-17 11:40:46', '', 18, 'http://drkarimbennani.com/?p=4480', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4481, 1, '2023-04-17 11:41:11', '2023-04-17 11:41:11', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#368498\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color5)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:41:11', '2023-04-17 11:41:11', '', 18, 'http://drkarimbennani.com/?p=4481', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4482, 1, '2023-04-17 11:44:42', '2023-04-17 11:44:42', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:44:42', '2023-04-17 11:44:42', '', 18, 'http://drkarimbennani.com/?p=4482', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4483, 1, '2023-04-17 11:46:12', '2023-04-17 11:46:12', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:46:12', '2023-04-17 11:46:12', '', 18, 'http://drkarimbennani.com/?p=4483', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4484, 1, '2023-04-17 11:46:58', '2023-04-17 11:46:58', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:46:58', '2023-04-17 11:46:58', '', 18, 'http://drkarimbennani.com/?p=4484', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4485, 1, '2023-04-17 11:48:37', '2023-04-17 11:48:37', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"#ffffff\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:48:37', '2023-04-17 11:48:37', '', 18, 'http://drkarimbennani.com/?p=4485', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4486, 1, '2023-04-17 11:49:53', '2023-04-17 11:49:53', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:49:53', '2023-04-17 11:49:53', '', 18, 'http://drkarimbennani.com/?p=4486', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4487, 1, '2023-04-17 11:49:59', '2023-04-17 11:49:59', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:49:59', '2023-04-17 11:49:59', '', 18, 'http://drkarimbennani.com/?p=4487', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4488, 1, '2023-04-17 11:50:30', '2023-04-17 11:50:30', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color5)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:50:30', '2023-04-17 11:50:30', '', 18, 'http://drkarimbennani.com/?p=4488', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4489, 1, '2023-04-17 11:52:38', '2023-04-17 11:52:38', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color5)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"var(--awb-color4)\" gradient_end_color=\"var(--awb-color4)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:52:38', '2023-04-17 11:52:38', '', 18, 'http://drkarimbennani.com/?p=4489', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4490, 1, '2023-04-17 11:53:39', '2023-04-17 11:53:39', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"var(--awb-color4)\" gradient_end_color=\"var(--awb-color4)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:53:39', '2023-04-17 11:53:39', '', 18, 'http://drkarimbennani.com/?p=4490', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4491, 1, '2023-04-17 11:54:44', '2023-04-17 11:54:44', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"var(--awb-color4)\" gradient_end_color=\"var(--awb-color4)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:54:44', '2023-04-17 11:54:44', '', 18, 'http://drkarimbennani.com/?p=4491', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4492, 1, '2023-04-17 11:56:07', '2023-04-17 11:56:07', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"var(--awb-color4)\" gradient_end_color=\"var(--awb-color4)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:56:07', '2023-04-17 11:56:07', '', 18, 'http://drkarimbennani.com/?p=4492', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4493, 1, '2023-04-17 11:58:53', '2023-04-17 11:58:53', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"var(--awb-color4)\" gradient_end_color=\"var(--awb-color4)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"#ffffff\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 11:58:53', '2023-04-17 11:58:53', '', 18, 'http://drkarimbennani.com/?p=4493', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4494, 1, '2023-04-17 12:01:18', '2023-04-17 12:01:18', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"#ffffff\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:01:18', '2023-04-17 12:01:18', '', 18, 'http://drkarimbennani.com/?p=4494', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4495, 1, '2023-04-17 12:03:18', '2023-04-17 12:03:18', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color4)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:03:18', '2023-04-17 12:03:18', '', 18, 'http://drkarimbennani.com/?p=4495', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4496, 1, '2023-04-17 12:04:57', '2023-04-17 12:04:57', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:04:57', '2023-04-17 12:04:57', '', 18, 'http://drkarimbennani.com/?p=4496', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4497, 1, '2023-04-17 12:06:41', '2023-04-17 12:06:41', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:06:41', '2023-04-17 12:06:41', '', 18, 'http://drkarimbennani.com/?p=4497', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4498, 1, '2023-04-17 12:08:36', '2023-04-17 12:08:36', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#2c95c9\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#216f97\" gradient_end_color=\"#216f97\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:08:36', '2023-04-17 12:08:36', '', 18, 'http://drkarimbennani.com/?p=4498', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4499, 1, '2023-04-17 12:10:28', '2023-04-17 12:10:28', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#369fd3\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#216f97\" gradient_end_color=\"#216f97\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:10:28', '2023-04-17 12:10:28', '', 18, 'http://drkarimbennani.com/?p=4499', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4500, 1, '2023-04-17 12:11:18', '2023-04-17 12:11:18', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"#369fd3\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:11:18', '2023-04-17 12:11:18', '', 18, 'http://drkarimbennani.com/?p=4500', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4501, 1, '2023-04-17 12:11:55', '2023-04-17 12:11:55', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:11:55', '2023-04-17 12:11:55', '', 18, 'http://drkarimbennani.com/?p=4501', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4502, 1, '2023-04-17 12:12:28', '2023-04-17 12:12:28', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:12:28', '2023-04-17 12:12:28', '', 18, 'http://drkarimbennani.com/?p=4502', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4503, 1, '2023-04-17 12:13:03', '2023-04-17 12:13:03', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:13:03', '2023-04-17 12:13:03', '', 18, 'http://drkarimbennani.com/?p=4503', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4504, 1, '2023-04-17 12:13:51', '2023-04-17 12:13:51', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:13:51', '2023-04-17 12:13:51', '', 18, 'http://drkarimbennani.com/?p=4504', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4505, 1, '2023-04-17 12:14:41', '2023-04-17 12:14:41', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:14:41', '2023-04-17 12:14:41', '', 18, 'http://drkarimbennani.com/?p=4505', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4506, 1, '2023-04-17 12:16:32', '2023-04-17 12:16:32', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:16:32', '2023-04-17 12:16:32', '', 18, 'http://drkarimbennani.com/?p=4506', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4507, 1, '2023-04-17 12:17:06', '2023-04-17 12:17:06', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_6\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:17:06', '2023-04-17 12:17:06', '', 18, 'http://drkarimbennani.com/?p=4507', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4508, 1, '2023-04-17 12:17:39', '2023-04-17 12:17:39', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:17:39', '2023-04-17 12:17:39', '', 18, 'http://drkarimbennani.com/?p=4508', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4509, 1, '2023-04-17 12:26:21', '2023-04-17 12:26:21', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:26:21', '2023-04-17 12:26:21', '', 18, 'http://drkarimbennani.com/?p=4509', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4510, 1, '2023-04-17 12:27:12', '2023-04-17 12:27:12', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:27:12', '2023-04-17 12:27:12', '', 18, 'http://drkarimbennani.com/?p=4510', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4511, 1, '2023-04-17 12:29:11', '2023-04-17 12:29:11', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:29:11', '2023-04-17 12:29:11', '', 18, 'http://drkarimbennani.com/?p=4511', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4512, 1, '2023-04-17 12:29:44', '2023-04-17 12:29:44', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:29:44', '2023-04-17 12:29:44', '', 18, 'http://drkarimbennani.com/?p=4512', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4513, 1, '2023-04-17 12:30:51', '2023-04-17 12:30:51', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:30:51', '2023-04-17 12:30:51', '', 18, 'http://drkarimbennani.com/?p=4513', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4514, 1, '2023-04-17 12:31:54', '2023-04-17 12:31:54', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:31:54', '2023-04-17 12:31:54', '', 18, 'http://drkarimbennani.com/?p=4514', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4515, 1, '2023-04-17 12:33:28', '2023-04-17 12:33:28', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:33:28', '2023-04-17 12:33:28', '', 18, 'http://drkarimbennani.com/?p=4515', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4516, 1, '2023-04-17 12:33:51', '2023-04-17 12:33:51', '[fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"3 columns Info\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"599\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color1)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"50px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"#2c95c9\" gradient_end_color=\"#2c95c9\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-female fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"1\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<p class=\"content-box-heading fusion-responsive-typography-calculated\">Gynécologie</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"#7d63cc\" border_color=\"rgba(255,255,255,0)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:33:51', '2023-04-17 12:33:51', '', 18, 'http://drkarimbennani.com/?p=4516', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4517, 1, '2023-04-17 12:34:24', '2023-04-17 12:34:24', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 12:34:24', '2023-04-17 12:34:24', '', 18, 'http://drkarimbennani.com/?p=4517', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4518, 1, '2023-04-17 13:28:43', '2023-04-17 13:28:43', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"#ff983a\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" box_shadow_color=\"var(--awb-custom13)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"on\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:28:43', '2023-04-17 13:28:43', '', 18, 'http://drkarimbennani.com/?p=4518', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4519, 1, '2023-04-17 13:31:31', '2023-04-17 13:31:31', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:31:31', '2023-04-17 13:31:31', '', 18, 'http://drkarimbennani.com/?p=4519', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4520, 1, '2023-04-17 13:31:36', '2023-04-17 13:31:36', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:31:36', '2023-04-17 13:31:36', '', 18, 'http://drkarimbennani.com/?p=4520', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4521, 1, '2023-04-17 13:32:02', '2023-04-17 13:32:02', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:32:02', '2023-04-17 13:32:02', '', 18, 'http://drkarimbennani.com/?p=4521', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4522, 1, '2023-04-17 13:32:52', '2023-04-17 13:32:52', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:32:52', '2023-04-17 13:32:52', '', 18, 'http://drkarimbennani.com/?p=4522', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4523, 1, '2023-04-17 13:36:22', '2023-04-17 13:36:22', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color4)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color=\"var(--awb-color4)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"#ffffff\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"#ff983a\" size=\"\" padding_top=\"16px\" padding_right=\"29px\" padding_bottom=\"16px\" padding_left=\"29px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:36:22', '2023-04-17 13:36:22', '', 18, 'http://drkarimbennani.com/?p=4523', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4524, 1, '2023-04-17 13:37:25', '2023-04-17 13:37:25', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"#ffffff\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"#ff983a\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:37:25', '2023-04-17 13:37:25', '', 18, 'http://drkarimbennani.com/?p=4524', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4525, 1, '2023-04-17 13:38:25', '2023-04-17 13:38:25', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"#ffffff\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"#ff983a\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:38:25', '2023-04-17 13:38:25', '', 18, 'http://drkarimbennani.com/?p=4525', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4526, 1, '2023-04-17 13:39:07', '2023-04-17 13:39:07', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"#ff983a\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:39:07', '2023-04-17 13:39:07', '', 18, 'http://drkarimbennani.com/?p=4526', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4527, 1, '2023-04-17 13:40:24', '2023-04-17 13:40:24', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color4)\" background_color=\"#f6f6f6\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"#ff983a\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:40:24', '2023-04-17 13:40:24', '', 18, 'http://drkarimbennani.com/?p=4527', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4528, 1, '2023-04-17 13:43:49', '2023-04-17 13:43:49', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color4)\" background_color=\"#f6f6f6\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"#ff983a\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:43:49', '2023-04-17 13:43:49', '', 18, 'http://drkarimbennani.com/?p=4528', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4529, 1, '2023-04-17 13:45:48', '2023-04-17 13:45:48', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color4)\" background_color=\"#f6f6f6\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"359\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"#ff983a\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:45:48', '2023-04-17 13:45:48', '', 18, 'http://drkarimbennani.com/?p=4529', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4530, 1, '2023-04-17 13:47:59', '2023-04-17 13:47:59', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color4)\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:47:59', '2023-04-17 13:47:59', '', 18, 'http://drkarimbennani.com/?p=4530', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4531, 1, '2023-04-17 13:48:38', '2023-04-17 13:48:38', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color4)\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:48:38', '2023-04-17 13:48:38', '', 18, 'http://drkarimbennani.com/?p=4531', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4532, 1, '2023-04-17 13:51:04', '2023-04-17 13:51:04', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:51:04', '2023-04-17 13:51:04', '', 18, 'http://drkarimbennani.com/?p=4532', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4533, 1, '2023-04-17 13:51:40', '2023-04-17 13:51:40', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:51:40', '2023-04-17 13:51:40', '', 18, 'http://drkarimbennani.com/?p=4533', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4534, 1, '2023-04-17 13:52:40', '2023-04-17 13:52:40', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:52:40', '2023-04-17 13:52:40', '', 18, 'http://drkarimbennani.com/?p=4534', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4535, 1, '2023-04-17 13:54:10', '2023-04-17 13:54:10', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"40px\" padding_bottom=\"30px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:54:10', '2023-04-17 13:54:10', '', 18, 'http://drkarimbennani.com/?p=4535', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4536, 1, '2023-04-17 13:55:09', '2023-04-17 13:55:09', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"40px\" padding_bottom=\"30px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:55:09', '2023-04-17 13:55:09', '', 18, 'http://drkarimbennani.com/?p=4536', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4537, 1, '2023-04-17 13:55:36', '2023-04-17 13:55:36', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"40px\" padding_bottom=\"0px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:55:36', '2023-04-17 13:55:36', '', 18, 'http://drkarimbennani.com/?p=4537', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4538, 1, '2023-04-17 13:56:02', '2023-04-17 13:56:02', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"40px\" padding_right=\"40px\" padding_bottom=\"0px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]</p>\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:56:02', '2023-04-17 13:56:02', '', 18, 'http://drkarimbennani.com/?p=4538', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4539, 1, '2023-04-17 13:56:50', '2023-04-17 13:56:50', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:56:50', '2023-04-17 13:56:50', '', 18, 'http://drkarimbennani.com/?p=4539', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4540, 1, '2023-04-17 13:59:43', '2023-04-17 13:59:43', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"#f35b04\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 13:59:43', '2023-04-17 13:59:43', '', 18, 'http://drkarimbennani.com/?p=4540', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4541, 1, '2023-04-17 14:00:11', '2023-04-17 14:00:11', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color3)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:00:11', '2023-04-17 14:00:11', '', 18, 'http://drkarimbennani.com/?p=4541', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4542, 1, '2023-04-17 14:01:35', '2023-04-17 14:01:35', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color3)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"medium\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:01:35', '2023-04-17 14:01:35', '', 18, 'http://drkarimbennani.com/?p=4542', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4543, 1, '2023-04-17 14:02:56', '2023-04-17 14:02:56', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:02:56', '2023-04-17 14:02:56', '', 18, 'http://drkarimbennani.com/?p=4543', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4544, 1, '2023-04-17 14:04:11', '2023-04-17 14:04:11', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color5)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:04:11', '2023-04-17 14:04:11', '', 18, 'http://drkarimbennani.com/?p=4544', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4545, 1, '2023-04-17 14:04:36', '2023-04-17 14:04:36', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:04:36', '2023-04-17 14:04:36', '', 18, 'http://drkarimbennani.com/?p=4545', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4546, 1, '2023-04-17 14:06:01', '2023-04-17 14:06:01', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:06:01', '2023-04-17 14:06:01', '', 18, 'http://drkarimbennani.com/?p=4546', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4547, 1, '2023-04-17 14:06:42', '2023-04-17 14:06:42', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-custom10)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:06:42', '2023-04-17 14:06:42', '', 18, 'http://drkarimbennani.com/?p=4547', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4548, 1, '2023-04-17 14:07:49', '2023-04-17 14:07:49', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:07:49', '2023-04-17 14:07:49', '', 18, 'http://drkarimbennani.com/?p=4548', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4549, 1, '2023-04-17 14:08:35', '2023-04-17 14:08:35', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:08:35', '2023-04-17 14:08:35', '', 18, 'http://drkarimbennani.com/?p=4549', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4550, 1, '2023-04-17 14:09:19', '2023-04-17 14:09:19', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"7%\" margin_bottom=\"3%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:09:19', '2023-04-17 14:09:19', '', 18, 'http://drkarimbennani.com/?p=4550', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4551, 1, '2023-04-17 14:10:36', '2023-04-17 14:10:36', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color2)\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"7%\" margin_bottom=\"3%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:10:36', '2023-04-17 14:10:36', '', 18, 'http://drkarimbennani.com/?p=4551', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4552, 1, '2023-04-17 14:11:29', '2023-04-17 14:11:29', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"7%\" margin_bottom=\"3%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:11:29', '2023-04-17 14:11:29', '', 18, 'http://drkarimbennani.com/?p=4552', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4553, 1, '2023-04-17 14:18:59', '2023-04-17 14:18:59', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" flip=\"\" rotate=\"\" spin=\"no\" link=\"\" linktarget=\"_self\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" iconcolor_hover=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" circlecolor_hover=\"\" circlecolor=\"\" circlebordersize=\"\" circlebordercolor_hover=\"\" circlebordercolor=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" icon_hover_type=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"5\" animated_font_size=\"\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"7%\" margin_bottom=\"3%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n\r\n<span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:18:59', '2023-04-17 14:18:59', '', 18, 'http://drkarimbennani.com/?p=4553', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4554, 1, '2023-04-17 14:22:26', '2023-04-17 14:22:26', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"7%\" margin_bottom=\"3%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:22:26', '2023-04-17 14:22:26', '', 18, 'http://drkarimbennani.com/?p=4554', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4555, 1, '2023-04-17 14:23:16', '2023-04-17 14:23:16', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"21px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"500\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"7%\" margin_bottom=\"3%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:23:16', '2023-04-17 14:23:16', '', 18, 'http://drkarimbennani.com/?p=4555', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4556, 1, '2023-04-17 14:28:01', '2023-04-17 14:28:01', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"50px4\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:28:01', '2023-04-17 14:28:01', '', 18, 'http://drkarimbennani.com/?p=4556', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4557, 1, '2023-04-17 14:30:00', '2023-04-17 14:30:00', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Médecine Générale</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#ffeb3b\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" backgroundcolor=\"#ffffff\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#e91e63\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"40px\" padding_bottom=\"40px\" padding_left=\"40px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" box_shadow=\"yes\" box_shadow_blur=\"29\" box_shadow_spread=\"-17\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"on\" filter_type=\"regular\" filter_hover_element=\"parent\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" border_color=\"#ff983a\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"var(--awb-color4)\" iconcolor_hover=\"#ffffff\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"500\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" fusion_font_family_title_font=\"Raleway\"]\r\nMédecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color5)\" content_alignment=\"center\"]\r\n<p><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"31\" box_shadow_spread=\"-31\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"0\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_bottom=\"50px\" padding_right=\"40px\" padding_left=\"40px\" gradient_start_color=\"var(--awb-color5)\" gradient_end_color=\"var(--awb-color5)\" border_radius_top_left=\"20px\" border_radius_top_right=\"20px\" border_radius_bottom_right=\"20px\" border_radius_bottom_left=\"20px\" last=\"true\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"5px\" box_shadow_color=\"var(--awb-custom13)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" spin=\"no\" linktarget=\"_self\" bg_size=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" alignment=\"center\" size=\"75\" circle=\"no\" iconcolor=\"#ffffff\" iconcolor_hover=\"var(--awb-color1)\" margin_bottom=\"20px\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"5\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"800\" fusion_font_family_title_font=\"Manrope\" font_size=\"24px\" line_height=\"1.5\" letter_spacing=\"-0.015em\" text_transform=\"capitalize\" text_color=\"#ffffff\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"400\" fusion_font_family_text_font=\"Raleway\" font_size=\"16px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"rgba(255,255,255,1)\" content_alignment=\"center\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" link=\"#\" button_gradient_top_color=\"rgba(95,178,220,0.25)\" button_gradient_bottom_color=\"rgba(95,178,220,0.25)\" button_gradient_top_color_hover=\"rgba(95,178,220,0.75)\" button_gradient_bottom_color_hover=\"rgba(95,178,220,0.75)\" accent_color=\"#ffffff\" accent_hover_color=\"#ffffff\" border_color=\"#ff983a\" border_hover_color=\"#7d63cc\" padding_top=\"16px\" padding_bottom=\"16px\" padding_right=\"29px\" padding_left=\"29px\" fusion_font_variant_button_font=\"500\" fusion_font_family_button_font=\"Raleway\" font_size=\"15px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" icon=\"fa-arrow-right fas\" alignment=\"center\" margin_top=\"20px\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\"]EN SAVOIR +[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_left=\"0.5%\" spacing_right=\"0.5%\" margin_top=\"-39px\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"7\" border_color=\"#00bcd4\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:30:00', '2023-04-17 14:30:00', '', 18, 'http://drkarimbennani.com/?p=4557', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4558, 1, '2023-04-17 14:33:53', '2023-04-17 14:33:53', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Gynécologie</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Diabète</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" outercirclebordersize=\"0px\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" link_type=\"button\" link_area=\"link-icon\" icon_align=\"left\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"1%\" padding_bottom=\"1%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:33:53', '2023-04-17 14:33:53', '', 18, 'http://drkarimbennani.com/?p=4558', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4559, 1, '2023-04-17 14:45:34', '2023-04-17 14:45:34', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"11%\" padding_bottom=\"3%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ecf6fb\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Gynécologie</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Diabète</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"3%\" padding_right=\"11%\" padding_bottom=\"3%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"#ecf6fb\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Expertise Judiciaire</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"#ecf6fb\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:45:34', '2023-04-17 14:45:34', '', 18, 'http://drkarimbennani.com/?p=4559', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4560, 1, '2023-04-17 14:47:55', '2023-04-17 14:47:55', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"11%\" padding_bottom=\"3%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Gynécologie</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Diabète</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"3%\" padding_right=\"11%\" padding_bottom=\"3%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Expertise Judiciaire</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:47:55', '2023-04-17 14:47:55', '', 18, 'http://drkarimbennani.com/?p=4560', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4561, 1, '2023-04-17 14:50:57', '2023-04-17 14:50:57', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"11%\" padding_bottom=\"3%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Gynécologie</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Diabète</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"3%\" padding_right=\"11%\" padding_bottom=\"3%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Expertise Judiciaire</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:50:57', '2023-04-17 14:50:57', '', 18, 'http://drkarimbennani.com/?p=4561', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4562, 1, '2023-04-17 14:55:17', '2023-04-17 14:55:17', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"11%\" padding_bottom=\"3%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(160,206,78,0.75)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Gynécologie</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Diabète</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"3%\" padding_right=\"11%\" padding_bottom=\"3%\" padding_left=\"11%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>Expertise Judiciaire</p>[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:55:17', '2023-04-17 14:55:17', '', 18, 'http://drkarimbennani.com/?p=4562', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4563, 1, '2023-04-17 14:57:02', '2023-04-17 14:57:02', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(160,206,78,0.75)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"3%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:57:02', '2023-04-17 14:57:02', '', 18, 'http://drkarimbennani.com/?p=4563', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4564, 1, '2023-04-17 14:57:56', '2023-04-17 14:57:56', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(160,206,78,0.75)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.05\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 14:57:56', '2023-04-17 14:57:56', '', 18, 'http://drkarimbennani.com/?p=4564', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4565, 1, '2023-04-17 15:00:05', '2023-04-17 15:00:05', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(160,206,78,0.75)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 15:00:05', '2023-04-17 15:00:05', '', 18, 'http://drkarimbennani.com/?p=4565', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4566, 1, '2023-04-17 15:01:52', '2023-04-17 15:01:52', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(160,206,78,0.75)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.05\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 15:01:52', '2023-04-17 15:01:52', '', 18, 'http://drkarimbennani.com/?p=4566', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4567, 1, '2023-04-17 15:04:19', '2023-04-17 15:04:19', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(160,206,78,0.75)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_color=\"rgba(51,51,51,0.75)\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.15\" transform_scale_y_hover=\"1.15\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 15:04:19', '2023-04-17 15:04:19', '', 18, 'http://drkarimbennani.com/?p=4567', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4568, 1, '2023-04-17 15:07:19', '2023-04-17 15:07:19', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(160,206,78,0.75)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#5fb2dc\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 15:07:19', '2023-04-17 15:07:19', '', 18, 'http://drkarimbennani.com/?p=4568', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4569, 1, '2023-04-17 15:10:58', '2023-04-17 15:10:58', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" background_color=\"rgba(160,206,78,0.75)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-17 15:10:58', '2023-04-17 15:10:58', '', 18, 'http://drkarimbennani.com/?p=4569', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4570, 1, '2023-04-17 15:14:40', '2023-04-17 15:14:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4989|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" style_type=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-1\" mask_size=\"fill\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_12c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Expertise judiciaire</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]L\'[/fusion_dropcap]enjeu des expertises médicales judiciaires va bien au-delà de la\r\nsimple recherche indemnitaire. Il se joue au cœur de cette recherche de vérité des enjeux individuels et collectifs qu’il serait dommage de méconnaître.</span>\r\n\r\n<span style=\"color: #368498;\">L’expertise est avant tout une enquête médicale avec, sous le regard des parties la reconstitution d’une histoire pas à pas, où la réalité des faits médicaux est construite au fil de la découverte des indices laissés par les soignants. Ce travail passionnant de reconstitution est la pierre angulaire de la Vérité indispensable à tous pour assoir ou non la compréhension, l’indemnisation éventuelle mais aussi l’acceptation et parfois la rédemption.</span>\r\n\r\n<span style=\"color: #368498;\">Ceux qui participent aux expertises, ressentent bien, qu’au delà des enjeux professionnels des uns et des enjeux financiers des autres, il y a surtout des enjeux humains importants entre celui qui souffre et celui qui peut être responsable de cette souffrance.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'publish', 'closed', 'closed', '', 'expertise-judiciaire', '', '', '2023-06-15 17:08:18', '2023-06-15 17:08:18', '', 0, 'http://drkarimbennani.com/?post_type=avada_portfolio&#038;p=4570', 0, 'avada_portfolio', '', 0),
(4571, 1, '2023-04-17 15:13:56', '2023-04-17 15:13:56', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"1px\" text_shadow_color=\"var(--awb-custom12)\" animated_text_color=\"var(--awb-color3)\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4990|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-16\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Médecine de travail</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]L[/fusion_dropcap]a médecine de santé au travail a un rôle exclusivement préventif dont le rôle est d’éviter toute dégradation de la santé, des salariés, du fait de leur travail.</span>\r\n<ul>\r\n 	<li><span style=\"color: #368498;\">Réaliser un suivi globale de l’état de santé, des salariés d’une entreprise et le mettre en lien avec les conditions de travail dans l’entreprise .</span></li>\r\n 	<li><span style=\"color: #368498;\">Suivre et tracer les expositions des salariés aux risques professionnels et réalisés des examens médicaux et complémentaires adaptés\r\nà ses risques .</span></li>\r\n 	<li><span style=\"color: #368498;\">Détecter et prendre en charge des situations pouvant évoluer vers une incompatibilité entre l’état de santé, du salarié et son poste de travail .</span></li>\r\n 	<li><span style=\"color: #368498;\">Détecter des modifications de l’état de santé, on vient avec les conditions de travail avant le stade de Maladie:</span></li>\r\n 	<li><span style=\"color: #368498;\">Orienter les salariés le cas échéant vers leur médecin traitant pour une prise en charge diagnostique et thérapeutique.</span></li>\r\n 	<li><span style=\"color: #368498;\">Proposer des adaptations ou aménagement du poste de travail .\r\nConseiller du salarié en matière d’hygiène, de vie, lorsque le travail, un impact sur celle-ci et réciproquement .</span></li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'publish', 'closed', 'closed', '', 'medecine-de-travail', '', '', '2023-06-15 17:02:37', '2023-06-15 17:02:37', '', 0, 'http://drkarimbennani.com/?post_type=avada_portfolio&#038;p=4571', 0, 'avada_portfolio', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4572, 1, '2023-04-17 15:13:56', '2023-04-17 15:13:56', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-17 15:13:56', '2023-04-17 15:13:56', '', 4571, 'http://drkarimbennani.com/?p=4572', 0, 'revision', '', 0),
(4573, 1, '2023-04-17 15:14:40', '2023-04-17 15:14:40', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3638|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"diabete,gynecologie-medicale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-04-17 15:14:40', '2023-04-17 15:14:40', '', 4570, 'http://drkarimbennani.com/?p=4573', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4574, 1, '2023-04-17 15:16:09', '2023-04-17 15:16:09', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" min_height=\"425\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2023/04/Services_05c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2023/04/Services_06c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_14-300x240.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color7)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color3)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" animated_text_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'publish', 'closed', 'closed', '', 'specialties', '', '', '2023-04-26 09:41:20', '2023-04-26 09:41:20', '', 0, 'http://drkarimbennani.com/fusion_element/specialties/', 0, 'fusion_element', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4576, 1, '2023-04-17 15:19:26', '2023-04-17 15:19:26', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"399\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_color=\"var(--awb-color8)\" link_color=\"var(--awb-color2)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"399\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_color=\"var(--awb-color8)\" link_color=\"var(--awb-color2)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color5)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Call us today for your next project|STQ continually invests in cutting-edge equipment and stays up to date on room design trends and technology|Check our library of projects\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"17px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-17 15:19:26', '2023-04-17 15:19:26', '', 4574, 'http://drkarimbennani.com/?p=4576', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4577, 1, '2023-04-17 15:22:04', '2023-04-17 15:22:04', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"399\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_color=\"var(--awb-color8)\" link_color=\"var(--awb-color2)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"399\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_color=\"var(--awb-color8)\" link_color=\"var(--awb-color2)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color5)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Call us today for your next project|STQ continually invests in cutting-edge equipment and stays up to date on room design trends and technology|Check our library of projects\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"17px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-17 15:22:04', '2023-04-17 15:22:04', '', 4574, 'http://drkarimbennani.com/?p=4577', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4578, 1, '2023-04-17 15:23:01', '2023-04-17 15:23:01', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color5)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Call us today for your next project|STQ continually invests in cutting-edge equipment and stays up to date on room design trends and technology|Check our library of projects\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"17px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-17 15:23:01', '2023-04-17 15:23:01', '', 4574, 'http://drkarimbennani.com/?p=4578', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4579, 1, '2023-04-17 15:24:42', '2023-04-17 15:24:42', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"Call us today for your next project|STQ continually invests in cutting-edge equipment and stays up to date on room design trends and technology|Check our library of projects\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"17px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-17 15:24:42', '2023-04-17 15:24:42', '', 4574, 'http://drkarimbennani.com/?p=4579', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4580, 1, '2023-04-17 15:41:26', '2023-04-17 15:41:26', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" min_height=\"35px\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" font_size=\"13px\" main_justify_content=\"left\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" gap=\".5em\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color5)\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color3)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color3)\" border_bottom=\"3px\" active_border_bottom=\"3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'publish', 'closed', 'closed', '', 'main-header', '', '', '2023-10-12 10:29:42', '2023-10-12 10:29:42', '', 0, 'http://drkarimbennani.com/fusion_tb_section/main-header/', 0, 'fusion_tb_section', '', 0),
(4581, 1, '2023-04-17 15:42:04', '2023-04-17 15:42:04', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"\" margin_bottom=\"\" transition_time=\"300\" submenu_space=\"\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"stretch\" justify_content=\"flex-start\" fusion_font_family_typography=\"\" fusion_font_variant_typography=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" main_justify_content=\"left\" items_padding_top=\"\" items_padding_right=\"\" items_padding_bottom=\"\" items_padding_left=\"\" gap=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"\" color=\"\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-17 15:42:04', '2023-04-17 15:42:04', '', 4580, 'http://drkarimbennani.com/?p=4581', 0, 'revision', '', 0),
(4582, 1, '2023-04-18 08:06:43', '2023-04-18 08:06:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" text_transform=\"none\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:06:43', '2023-04-18 08:06:43', '', 4580, 'http://drkarimbennani.com/?p=4582', 0, 'revision', '', 0),
(4583, 1, '2023-04-18 08:09:08', '2023-04-18 08:09:08', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" text_transform=\"none\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:09:08', '2023-04-18 08:09:08', '', 4580, 'http://drkarimbennani.com/?p=4583', 0, 'revision', '', 0),
(4584, 1, '2023-04-18 08:11:03', '2023-04-18 08:11:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" text_transform=\"none\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"25px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:11:03', '2023-04-18 08:11:03', '', 4580, 'http://drkarimbennani.com/?p=4584', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4585, 1, '2023-04-18 08:11:46', '2023-04-18 08:11:46', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"flex-end\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" text_transform=\"none\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:11:46', '2023-04-18 08:11:46', '', 4580, 'http://drkarimbennani.com/?p=4585', 0, 'revision', '', 0),
(4586, 1, '2023-04-18 08:13:00', '2023-04-18 08:13:00', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"flex-end\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" fusion_font_variant_typography=\"300\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:13:00', '2023-04-18 08:13:00', '', 4580, 'http://drkarimbennani.com/?p=4586', 0, 'revision', '', 0),
(4587, 1, '2023-04-18 08:13:35', '2023-04-18 08:13:35', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"flex-end\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:13:35', '2023-04-18 08:13:35', '', 4580, 'http://drkarimbennani.com/?p=4587', 0, 'revision', '', 0),
(4588, 1, '2023-04-18 08:15:45', '2023-04-18 08:15:45', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"flex-end\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:15:45', '2023-04-18 08:15:45', '', 4580, 'http://drkarimbennani.com/?p=4588', 0, 'revision', '', 0),
(4589, 1, '2023-04-18 08:16:46', '2023-04-18 08:16:46', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"1000\" align_items=\"flex-end\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:16:46', '2023-04-18 08:16:46', '', 4580, 'http://drkarimbennani.com/?p=4589', 0, 'revision', '', 0),
(4590, 1, '2023-04-18 08:17:04', '2023-04-18 08:17:04', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"flex-end\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:17:04', '2023-04-18 08:17:04', '', 4580, 'http://drkarimbennani.com/?p=4590', 0, 'revision', '', 0),
(4591, 1, '2023-04-18 08:17:10', '2023-04-18 08:17:10', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:17:10', '2023-04-18 08:17:10', '', 4580, 'http://drkarimbennani.com/?p=4591', 0, 'revision', '', 0),
(4592, 1, '2023-04-18 08:17:51', '2023-04-18 08:17:51', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"flex-end\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"9px\" items_padding_bottom=\"5px\" items_padding_left=\"9px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:17:51', '2023-04-18 08:17:51', '', 4580, 'http://drkarimbennani.com/?p=4592', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4593, 1, '2023-04-18 08:18:32', '2023-04-18 08:18:32', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"flex-end\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"11px\" items_padding_bottom=\"5px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:18:32', '2023-04-18 08:18:32', '', 4580, 'http://drkarimbennani.com/?p=4593', 0, 'revision', '', 0),
(4594, 1, '2023-04-18 08:19:10', '2023-04-18 08:19:10', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"5px\" items_padding_right=\"11px\" items_padding_bottom=\"5px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:19:10', '2023-04-18 08:19:10', '', 4580, 'http://drkarimbennani.com/?p=4594', 0, 'revision', '', 0),
(4595, 1, '2023-04-18 08:19:34', '2023-04-18 08:19:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"25px\" items_padding_right=\"11px\" items_padding_bottom=\"5px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:19:34', '2023-04-18 08:19:34', '', 4580, 'http://drkarimbennani.com/?p=4595', 0, 'revision', '', 0),
(4596, 1, '2023-04-18 08:21:05', '2023-04-18 08:21:05', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_bottom=\"0px\" margin_top=\"25px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:21:05', '2023-04-18 08:21:05', '', 4580, 'http://drkarimbennani.com/?p=4596', 0, 'revision', '', 0),
(4597, 1, '2023-04-18 08:22:02', '2023-04-18 08:22:02', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" padding_top=\"25px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:22:02', '2023-04-18 08:22:02', '', 4580, 'http://drkarimbennani.com/?p=4597', 0, 'revision', '', 0),
(4598, 1, '2023-04-18 08:45:26', '2023-04-18 08:45:26', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n&lt;i class=\"fa-solid fa-phone\"&gt;&lt;/i&gt; 05 22 65 75 33 | &lt;i class=\"fa-solid fa-truck-medical\"&gt;&lt;/i&gt; Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:45:26', '2023-04-18 08:45:26', '', 4580, 'http://drkarimbennani.com/?p=4598', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4599, 1, '2023-04-18 08:46:27', '2023-04-18 08:46:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:46:27', '2023-04-18 08:46:27', '', 4580, 'http://drkarimbennani.com/?p=4599', 0, 'revision', '', 0),
(4600, 1, '2023-04-18 08:47:06', '2023-04-18 08:47:06', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"7px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]<p><i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma</p>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:47:06', '2023-04-18 08:47:06', '', 4580, 'http://drkarimbennani.com/?p=4600', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4601, 1, '2023-04-18 08:47:56', '2023-04-18 08:47:56', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"12px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:47:56', '2023-04-18 08:47:56', '', 4580, 'http://drkarimbennani.com/?p=4601', 0, 'revision', '', 0),
(4602, 1, '2023-04-18 08:48:51', '2023-04-18 08:48:51', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"12px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:48:51', '2023-04-18 08:48:51', '', 4580, 'http://drkarimbennani.com/?p=4602', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4603, 1, '2023-04-18 08:49:40', '2023-04-18 08:49:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"85px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"12px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:49:40', '2023-04-18 08:49:40', '', 4580, 'http://drkarimbennani.com/?p=4603', 0, 'revision', '', 0),
(4604, 1, '2023-04-18 08:50:08', '2023-04-18 08:50:08', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"12px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:50:08', '2023-04-18 08:50:08', '', 4580, 'http://drkarimbennani.com/?p=4604', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4605, 1, '2023-04-18 08:50:38', '2023-04-18 08:50:38', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"12px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:50:38', '2023-04-18 08:50:38', '', 4580, 'http://drkarimbennani.com/?p=4605', 0, 'revision', '', 0),
(4606, 1, '2023-04-18 08:51:17', '2023-04-18 08:51:17', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"12px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:51:17', '2023-04-18 08:51:17', '', 4580, 'http://drkarimbennani.com/?p=4606', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4607, 1, '2023-04-18 08:52:07', '2023-04-18 08:52:07', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"12px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:52:07', '2023-04-18 08:52:07', '', 4580, 'http://drkarimbennani.com/?p=4607', 0, 'revision', '', 0),
(4608, 1, '2023-04-18 08:53:43', '2023-04-18 08:53:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"0\" align_items=\"center\" justify_content=\"flex-end\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"14px\" text_transform=\"var(--awb-typography3-text-transform)\" gap=\"45px\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" fusion_font_variant_typography=\"500\" fusion_font_family_typography=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" margin_top=\"0px\" margin_bottom=\"0px\" submenu_space=\"21px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:53:43', '2023-04-18 08:53:43', '', 4580, 'http://drkarimbennani.com/?p=4608', 0, 'revision', '', 0),
(4609, 1, '2023-04-18 08:54:20', '2023-04-18 08:54:20', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:54:20', '2023-04-18 08:54:20', '', 4580, 'http://drkarimbennani.com/?p=4609', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4610, 1, '2023-04-18 08:54:34', '2023-04-18 08:54:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<i class=\"fa-solid fa-phone\"></i> 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 08:54:34', '2023-04-18 08:54:34', '', 4580, 'http://drkarimbennani.com/?p=4610', 0, 'revision', '', 0),
(4611, 1, '2023-04-18 09:00:29', '2023-04-18 09:00:29', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]fa-solid fa-phone 05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:00:29', '2023-04-18 09:00:29', '', 4580, 'http://drkarimbennani.com/?p=4611', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4612, 1, '2023-04-18 09:01:31', '2023-04-18 09:01:31', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]<code><i class=\"fa-solid fa-truck-medical\"></i></code>05 22 65 75 33 | <i class=\"fa-solid fa-truck-medical\"></i> Urgences: 06 74 74 64 58 | info@drkarimbennani.ma[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:01:31', '2023-04-18 09:01:31', '', 4580, 'http://drkarimbennani.com/?p=4612', 0, 'revision', '', 0),
(4613, 1, '2023-04-18 10:09:39', '2023-04-18 10:09:39', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"stretch\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0px\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"43\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-autosave-v1', '', '', '2023-04-18 10:09:39', '2023-04-18 10:09:39', '', 4580, 'http://drkarimbennani.com/?p=4613', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4614, 1, '2023-04-18 09:04:42', '2023-04-18 09:04:42', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]05 22 65 75 33 | Urgences: 06 74 74 64 58 | info@drkarimbennani.ma <i class=\"fa-solid fa-truck-medical\"></i>[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:04:42', '2023-04-18 09:04:42', '', 4580, 'http://drkarimbennani.com/?p=4614', 0, 'revision', '', 0),
(4615, 1, '2023-04-18 09:07:27', '2023-04-18 09:07:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]05 22 65 75 33 | Urgences: 06 74 74 64 58 | info@drkarimbennani.ma <i class=\"fa-solid fa-truck-medical\"></i>[/fusion_title][fusion_code]PGkgY2xhc3M9ImZhLXNvbGlkIGZhLXRydWNrLW1lZGljYWwiPjwvaT4g[/fusion_code][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:07:27', '2023-04-18 09:07:27', '', 4580, 'http://drkarimbennani.com/?p=4615', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4616, 1, '2023-04-18 09:07:57', '2023-04-18 09:07:57', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]05 22 65 75 33 | Urgences: 06 74 74 64 58 | info@drkarimbennani.ma <i class=\"fa-solid fa-truck-medical\"></i>[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]<p>&lt;i class=\"fa-solid fa-truck-medical\"&gt;&lt;/i&gt;ssss</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:07:57', '2023-04-18 09:07:57', '', 4580, 'http://drkarimbennani.com/?p=4616', 0, 'revision', '', 0),
(4617, 1, '2023-04-18 09:08:15', '2023-04-18 09:08:15', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]05 22 65 75 33 | Urgences: 06 74 74 64 58 | info@drkarimbennani.ma <i class=\"fa-solid fa-truck-medical\"></i>[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\n&lt;i class=\"fa-solid fa-truck-medical\"&gt;&lt;/i&gt;ssss\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:08:15', '2023-04-18 09:08:15', '', 4580, 'http://drkarimbennani.com/?p=4617', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4618, 1, '2023-04-18 09:08:56', '2023-04-18 09:08:56', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"13px\" line_height=\"3\" letter_spacing=\".35\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]05 22 65 75 33 | Urgences: 06 74 74 64 58 | info@drkarimbennani.ma <i class=\"fa-solid fa-truck-medical\"></i>[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]class=\"fa-solid fa-truck-medical\"ssss[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:08:56', '2023-04-18 09:08:56', '', 4580, 'http://drkarimbennani.com/?p=4618', 0, 'revision', '', 0),
(4619, 1, '2023-06-15 15:58:05', '2023-04-18 09:11:45', '', '05 22 65 75 33', '', 'publish', 'closed', 'closed', '', '05-22-65-75-33', '', '', '2023-06-15 15:58:05', '2023-06-15 15:58:05', '', 0, 'http://drkarimbennani.com/?p=4619', 1, 'nav_menu_item', '', 0),
(4620, 1, '2023-06-15 15:58:05', '2023-04-18 09:15:43', '', 'Urgences: 06 31 99 01 65', '', 'publish', 'closed', 'closed', '', 'urgences-06-74-74-64-58', '', '', '2023-06-15 15:58:05', '2023-06-15 15:58:05', '', 0, 'http://drkarimbennani.com/?p=4620', 3, 'nav_menu_item', '', 0),
(4621, 1, '2023-06-15 15:58:05', '2023-04-18 09:15:43', '', 'drbennanikarim@gmail.com', '', 'publish', 'closed', 'closed', '', 'infodrkarimbennani-ma', '', '', '2023-06-15 15:58:05', '2023-06-15 15:58:05', '', 0, 'http://drkarimbennani.com/?p=4621', 5, 'nav_menu_item', '', 0),
(4622, 1, '2023-04-18 09:16:07', '2023-04-18 09:16:07', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:16:07', '2023-04-18 09:16:07', '', 4580, 'http://drkarimbennani.com/?p=4622', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4623, 1, '2023-04-18 09:16:35', '2023-04-18 09:16:35', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"\" margin_bottom=\"\" transition_time=\"300\" submenu_space=\"\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"stretch\" justify_content=\"flex-start\" fusion_font_family_typography=\"\" fusion_font_variant_typography=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" main_justify_content=\"left\" items_padding_top=\"\" items_padding_right=\"\" items_padding_bottom=\"\" items_padding_left=\"\" gap=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"\" color=\"\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:16:35', '2023-04-18 09:16:35', '', 4580, 'http://drkarimbennani.com/?p=4623', 0, 'revision', '', 0),
(4624, 1, '2023-06-15 15:58:05', '2023-04-18 09:19:00', '', '|', '', 'publish', 'closed', 'closed', '', '4624', '', '', '2023-06-15 15:58:05', '2023-06-15 15:58:05', '', 0, 'http://drkarimbennani.com/?p=4624', 2, 'nav_menu_item', '', 0),
(4625, 1, '2023-06-15 15:58:05', '2023-04-18 09:19:00', '', '|', '', 'publish', 'closed', 'closed', '', '4625', '', '', '2023-06-15 15:58:05', '2023-06-15 15:58:05', '', 0, 'http://drkarimbennani.com/?p=4625', 4, 'nav_menu_item', '', 0),
(4626, 1, '2023-04-18 09:38:35', '2023-04-18 09:38:35', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"stretch\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:38:35', '2023-04-18 09:38:35', '', 4580, 'http://drkarimbennani.com/?p=4626', 0, 'revision', '', 0),
(4627, 1, '2023-04-18 09:39:33', '2023-04-18 09:39:33', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"25px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"stretch\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:39:33', '2023-04-18 09:39:33', '', 4580, 'http://drkarimbennani.com/?p=4627', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4628, 1, '2023-04-18 09:43:16', '2023-04-18 09:43:16', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"25px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:43:16', '2023-04-18 09:43:16', '', 4580, 'http://drkarimbennani.com/?p=4628', 0, 'revision', '', 0),
(4629, 1, '2023-04-18 09:43:50', '2023-04-18 09:43:50', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:43:50', '2023-04-18 09:43:50', '', 4580, 'http://drkarimbennani.com/?p=4629', 0, 'revision', '', 0),
(4630, 1, '2023-04-18 09:45:52', '2023-04-18 09:45:52', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:45:52', '2023-04-18 09:45:52', '', 4580, 'http://drkarimbennani.com/?p=4630', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4631, 1, '2023-04-18 09:55:50', '2023-04-18 09:55:50', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|medium\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina-300x93.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:55:50', '2023-04-18 09:55:50', '', 4580, 'http://drkarimbennani.com/?p=4631', 0, 'revision', '', 0),
(4632, 1, '2023-04-18 09:55:57', '2023-04-18 09:55:57', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|medium\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina-300x93.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:55:57', '2023-04-18 09:55:57', '', 4580, 'http://drkarimbennani.com/?p=4632', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4633, 1, '2023-04-18 09:59:12', '2023-04-18 09:59:12', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"199px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 09:59:12', '2023-04-18 09:59:12', '', 4580, 'http://drkarimbennani.com/?p=4633', 0, 'revision', '', 0),
(4634, 1, '2023-04-18 10:00:16', '2023-04-18 10:00:16', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"300px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:00:16', '2023-04-18 10:00:16', '', 4580, 'http://drkarimbennani.com/?p=4634', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4635, 1, '2023-04-18 10:01:33', '2023-04-18 10:01:33', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"1-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"300px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:01:33', '2023-04-18 10:01:33', '', 4580, 'http://drkarimbennani.com/?p=4635', 0, 'revision', '', 0),
(4636, 1, '2023-04-18 10:01:59', '2023-04-18 10:01:59', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"300px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:01:59', '2023-04-18 10:01:59', '', 4580, 'http://drkarimbennani.com/?p=4636', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4637, 1, '2023-04-18 10:02:44', '2023-04-18 10:02:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"1-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"175px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:02:44', '2023-04-18 10:02:44', '', 4580, 'http://drkarimbennani.com/?p=4637', 0, 'revision', '', 0),
(4638, 1, '2023-04-18 10:03:38', '2023-04-18 10:03:38', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"custom\" custom_aspect_ratio=\"43\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"175px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"5_6\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:03:38', '2023-04-18 10:03:38', '', 4580, 'http://drkarimbennani.com/?p=4638', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4639, 1, '2023-04-18 10:04:46', '2023-04-18 10:04:46', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"43\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"175px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:04:46', '2023-04-18 10:04:46', '', 4580, 'http://drkarimbennani.com/?p=4639', 0, 'revision', '', 0),
(4640, 1, '2023-04-18 10:05:35', '2023-04-18 10:05:35', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" align_self=\"center\" content_layout=\"row\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"nowrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0px\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"43\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"175px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:05:35', '2023-04-18 10:05:35', '', 4580, 'http://drkarimbennani.com/?p=4640', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4641, 1, '2023-04-18 10:06:53', '2023-04-18 10:06:53', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" align_self=\"stretch\" content_layout=\"row\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"nowrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0px\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"43\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:06:53', '2023-04-18 10:06:53', '', 4580, 'http://drkarimbennani.com/?p=4641', 0, 'revision', '', 0),
(4642, 1, '2023-04-18 10:07:54', '2023-04-18 10:07:54', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"nowrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0px\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"43\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:07:54', '2023-04-18 10:07:54', '', 4580, 'http://drkarimbennani.com/?p=4642', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4643, 1, '2023-04-18 10:08:34', '2023-04-18 10:08:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" align_self=\"stretch\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0px\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"43\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:08:34', '2023-04-18 10:08:34', '', 4580, 'http://drkarimbennani.com/?p=4643', 0, 'revision', '', 0),
(4644, 1, '2023-04-18 10:09:54', '2023-04-18 10:09:54', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"stretch\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"0px\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"4081|full\" aspect_ratio=\"\" custom_aspect_ratio=\"43\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"\" sticky_min_height=\"\" align_items=\"stretch\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"rgba(95,178,220,0)\" icons_hover_color=\"\" icons_color=\"\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:09:54', '2023-04-18 10:09:54', '', 4580, 'http://drkarimbennani.com/?p=4644', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4645, 1, '2023-04-18 10:13:04', '2023-04-18 10:13:04', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"var(--awb-color4)\" active_color=\"var(--awb-color1)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:13:04', '2023-04-18 10:13:04', '', 4580, 'http://drkarimbennani.com/?p=4645', 0, 'revision', '', 0),
(4646, 1, '2023-04-18 10:16:27', '2023-04-18 10:16:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" active_border_bottom=\"2px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:16:27', '2023-04-18 10:16:27', '', 4580, 'http://drkarimbennani.com/?p=4646', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4647, 1, '2023-04-18 10:18:22', '2023-04-18 10:18:22', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"21px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:18:22', '2023-04-18 10:18:22', '', 4580, 'http://drkarimbennani.com/?p=4647', 0, 'revision', '', 0),
(4648, 1, '2023-04-18 10:19:02', '2023-04-18 10:19:02', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"25px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:19:02', '2023-04-18 10:19:02', '', 4580, 'http://drkarimbennani.com/?p=4648', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4649, 1, '2023-04-18 10:19:16', '2023-04-18 10:19:16', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"30px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:19:16', '2023-04-18 10:19:16', '', 4580, 'http://drkarimbennani.com/?p=4649', 0, 'revision', '', 0),
(4650, 1, '2023-04-18 10:19:32', '2023-04-18 10:19:32', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 10:19:32', '2023-04-18 10:19:32', '', 4580, 'http://drkarimbennani.com/?p=4650', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4651, 1, '2023-04-18 10:20:53', '2023-04-18 10:20:53', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"2%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Call us today for your next project|STQ continually invests in cutting-edge equipment and stays up to date on room design trends and technology|Check our library of projects\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"17px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:20:53', '2023-04-18 10:20:53', '', 4574, 'http://drkarimbennani.com/?p=4651', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4652, 1, '2023-04-18 10:23:37', '2023-04-18 10:23:37', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"2%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"17px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:23:37', '2023-04-18 10:23:37', '', 4574, 'http://drkarimbennani.com/?p=4652', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4653, 1, '2023-04-18 10:28:39', '2023-04-18 10:28:39', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"2%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"yes\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"11\" box_shadow_spread=\"-35\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:28:39', '2023-04-18 10:28:39', '', 4574, 'http://drkarimbennani.com/?p=4653', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4654, 1, '2023-04-18 10:29:10', '2023-04-18 10:29:10', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"2%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"23\" box_shadow_spread=\"-35\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:29:10', '2023-04-18 10:29:10', '', 4574, 'http://drkarimbennani.com/?p=4654', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4655, 1, '2023-04-18 10:31:48', '2023-04-18 10:31:48', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"2%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"1%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:31:48', '2023-04-18 10:31:48', '', 4574, 'http://drkarimbennani.com/?p=4655', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4656, 1, '2023-04-18 10:32:46', '2023-04-18 10:32:46', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"2%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:32:46', '2023-04-18 10:32:46', '', 4574, 'http://drkarimbennani.com/?p=4656', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4657, 1, '2023-04-18 10:33:17', '2023-04-18 10:33:17', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"2%\" padding_right=\"3%\" padding_bottom=\"2%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:33:17', '2023-04-18 10:33:17', '', 4574, 'http://drkarimbennani.com/?p=4657', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4658, 1, '2023-04-18 10:37:59', '2023-04-18 10:37:59', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"2%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:37:59', '2023-04-18 10:37:59', '', 4574, 'http://drkarimbennani.com/?p=4658', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4659, 1, '2023-04-18 10:38:34', '2023-04-18 10:38:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Training Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Multipurpose Rooms\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" highlight_text=\"Theaters &amp; Auditoriums\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:38:34', '2023-04-18 10:38:34', '', 4574, 'http://drkarimbennani.com/?p=4659', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4660, 1, '2023-04-18 10:41:57', '2023-04-18 10:41:57', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:41:57', '2023-04-18 10:41:57', '', 4574, 'http://drkarimbennani.com/?p=4660', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4661, 1, '2023-04-18 10:42:35', '2023-04-18 10:42:35', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:42:35', '2023-04-18 10:42:35', '', 4574, 'http://drkarimbennani.com/?p=4661', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4662, 1, '2023-04-18 10:43:03', '2023-04-18 10:43:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:43:03', '2023-04-18 10:43:03', '', 4574, 'http://drkarimbennani.com/?p=4662', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4663, 1, '2023-04-18 10:43:22', '2023-04-18 10:43:22', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:43:22', '2023-04-18 10:43:22', '', 4574, 'http://drkarimbennani.com/?p=4663', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4664, 1, '2023-04-18 10:43:51', '2023-04-18 10:43:51', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:43:51', '2023-04-18 10:43:51', '', 4574, 'http://drkarimbennani.com/?p=4664', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4665, 1, '2023-04-18 10:44:13', '2023-04-18 10:44:13', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:44:13', '2023-04-18 10:44:13', '', 4574, 'http://drkarimbennani.com/?p=4665', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4666, 1, '2023-04-18 10:45:27', '2023-04-18 10:45:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color5)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:45:27', '2023-04-18 10:45:27', '', 4574, 'http://drkarimbennani.com/?p=4666', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4667, 1, '2023-04-18 10:45:47', '2023-04-18 10:45:47', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" link=\"http://ptione.com/project/multipurpse-rooms/\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/training-rooms/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://ptione.com/project/auditoriums/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:45:47', '2023-04-18 10:45:47', '', 4574, 'http://drkarimbennani.com/?p=4667', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4668, 1, '2023-04-18 10:59:15', '2023-04-18 10:59:15', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 10:59:15', '2023-04-18 10:59:15', '', 4574, 'http://drkarimbennani.com/?p=4668', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4669, 1, '2023-04-18 11:01:52', '2023-04-18 11:01:52', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 11:01:52', '2023-04-18 11:01:52', '', 4574, 'http://drkarimbennani.com/?p=4669', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4670, 1, '2023-04-18 11:02:35', '2023-04-18 11:02:35', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"var(--awb-color2)\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-custom11)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine Générale\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Médecine De Travail\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Diabète\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Expertise Judiciaire\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nutrition\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"5\" before_text=\"\" rotation_text=\"\" highlight_text=\"Gynécologie\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"300\" font_size=\"23px\" line_height=\"\" letter_spacing=\"1.05px\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 11:02:35', '2023-04-18 11:02:35', '', 4574, 'http://drkarimbennani.com/?p=4670', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4671, 1, '2023-04-18 11:03:25', '2023-04-18 11:03:25', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"8888\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-18 11:03:25', '2023-04-18 11:03:25', '', 4571, 'http://drkarimbennani.com/?p=4671', 0, 'revision', '', 0),
(4672, 1, '2023-04-18 11:05:57', '2023-04-18 11:05:57', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"8888\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"8888\" z_index=\"8888\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-18 11:05:57', '2023-04-18 11:05:57', '', 4571, 'http://drkarimbennani.com/?p=4672', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4673, 1, '2023-04-18 11:07:07', '2023-04-18 11:07:07', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"777\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"8888\" z_index=\"8888\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-18 11:07:07', '2023-04-18 11:07:07', '', 4571, 'http://drkarimbennani.com/?p=4673', 0, 'revision', '', 0),
(4674, 1, '2023-04-18 11:07:48', '2023-04-18 11:07:48', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 11:07:48', '2023-04-18 11:07:48', '', 4580, 'http://drkarimbennani.com/?p=4674', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4675, 1, '2023-04-18 11:09:02', '2023-04-18 11:09:02', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"7777\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:09:02', '2023-04-18 11:09:02', '', 3637, 'http://drkarimbennani.com/?p=4675', 0, 'revision', '', 0),
(4676, 1, '2023-04-18 11:13:06', '2023-04-18 11:13:06', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"7777\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:13:06', '2023-04-18 11:13:06', '', 3637, 'http://drkarimbennani.com/?p=4676', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4677, 1, '2023-04-18 11:15:05', '2023-04-18 11:15:05', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"7777\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"8888\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:15:05', '2023-04-18 11:15:05', '', 3637, 'http://drkarimbennani.com/?p=4677', 0, 'revision', '', 0),
(4678, 1, '2023-04-18 11:17:17', '2023-04-18 11:17:17', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"5555\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"5555\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:17:17', '2023-04-18 11:17:17', '', 3637, 'http://drkarimbennani.com/?p=4678', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4679, 1, '2023-04-18 11:18:10', '2023-04-18 11:18:10', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"25%\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"5555\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"5555\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_left=\"\" border_radius_bottom_right=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"#368498\" top_margin=\"\" bottom_margin=\"35px\" border_size=\"\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:18:10', '2023-04-18 11:18:10', '', 3637, 'http://drkarimbennani.com/?p=4679', 0, 'revision', '', 0),
(4680, 1, '2023-04-18 11:19:15', '2023-04-18 11:19:15', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"45px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-18 11:19:15', '2023-04-18 11:19:15', '', 4580, 'http://drkarimbennani.com/?p=4680', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4681, 1, '2023-04-18 11:20:24', '2023-04-18 11:20:24', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:20:24', '2023-04-18 11:20:24', '', 3637, 'http://drkarimbennani.com/?p=4681', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4682, 1, '2023-04-18 11:39:17', '2023-04-18 11:39:17', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-18 11:39:17', '2023-04-18 11:39:17', '', 4574, 'http://drkarimbennani.com/?p=4682', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4683, 1, '2023-04-18 11:43:19', '2023-04-18 11:43:19', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"grid\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" exclude_cats=\"\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:43:19', '2023-04-18 11:43:19', '', 3637, 'http://drkarimbennani.com/?p=4683', 0, 'revision', '', 0),
(4684, 1, '2023-04-18 11:46:08', '2023-04-18 11:46:08', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"diabete\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:46:08', '2023-04-18 11:46:08', '', 3637, 'http://drkarimbennani.com/?p=4684', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4685, 1, '2023-04-18 11:46:29', '2023-04-18 11:46:29', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"4\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"diabete\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:46:29', '2023-04-18 11:46:29', '', 3637, 'http://drkarimbennani.com/?p=4685', 0, 'revision', '', 0),
(4686, 1, '2023-04-18 11:48:03', '2023-04-18 11:48:03', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" \" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"4\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"4\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"diabete\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:48:03', '2023-04-18 11:48:03', '', 3637, 'http://drkarimbennani.com/?p=4686', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4687, 1, '2023-04-18 11:50:46', '2023-04-18 11:50:46', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" padding_right=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:50:46', '2023-04-18 11:50:46', '', 3637, 'http://drkarimbennani.com/?p=4687', 0, 'revision', '', 0),
(4688, 1, '2023-04-18 11:52:28', '2023-04-18 11:52:28', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" padding_right=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" scroll_items=\"1\" margin_right=\"0px\" margin_left=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:52:28', '2023-04-18 11:52:28', '', 3637, 'http://drkarimbennani.com/?p=4688', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4689, 1, '2023-04-18 11:54:45', '2023-04-18 11:54:45', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" padding_right=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"5\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"3\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" scroll_items=\"1\" margin_right=\"0px\" margin_left=\"0px\" cat_slug=\"gynecologie-medicale,medecine-generale,nutrition\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:54:45', '2023-04-18 11:54:45', '', 3637, 'http://drkarimbennani.com/?p=4689', 0, 'revision', '', 0),
(4690, 1, '2023-04-18 11:59:16', '2023-04-18 11:59:16', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" padding_right=\"0px\" padding_left=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" scroll_items=\"1\" margin_right=\"0px\" margin_left=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:59:16', '2023-04-18 11:59:16', '', 3637, 'http://drkarimbennani.com/?p=4690', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4691, 1, '2023-04-18 11:59:57', '2023-04-18 11:59:57', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\" \" padding_right=\"0px\" padding_bottom=\"\" padding_left=\"0px\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" scroll_items=\"1\" margin_right=\"0px\" margin_left=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 11:59:57', '2023-04-18 11:59:57', '', 3637, 'http://drkarimbennani.com/?p=4691', 0, 'revision', '', 0),
(4692, 1, '2023-04-18 12:01:07', '2023-04-18 12:01:07', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" scroll_items=\"1\" margin_right=\"0px\" margin_left=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 12:01:07', '2023-04-18 12:01:07', '', 3637, 'http://drkarimbennani.com/?p=4692', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4693, 1, '2023-04-18 12:02:35', '2023-04-18 12:02:35', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3638|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-04-18 12:02:35', '2023-04-18 12:02:35', '', 4570, 'http://drkarimbennani.com/?p=4693', 0, 'revision', '', 0),
(4694, 1, '2023-04-18 12:03:11', '2023-04-18 12:03:11', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"777\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"8888\" z_index=\"8888\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-18 12:03:11', '2023-04-18 12:03:11', '', 4571, 'http://drkarimbennani.com/?p=4694', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4695, 1, '2023-04-18 12:03:41', '2023-04-18 12:03:41', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3641|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Maintenir un régime alimentaire sain et bien équilibré est un élément important de la gestion de votre santé.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre principal objectif est de vous aider à répondre à vos besoins en matière de santé en fournissant une éducation et des conseils en matière de nutrition et en encourageant une alimentation saine. Nous fournissons une éducation nutritionnelle de haute qualité et des conseils pratiques pour le bien-être général et pour aider à gérer des conditions médicales spécifiques. Nous travaillerons en étroite collaboration avec vous pour créer un plan personnalisé qui vous aidera à atteindre vos objectifs et à améliorer votre santé tout en tenant compte de vos préférences en matière de nourriture et de votre style de vie. Les résultats nutritionnels sont constamment contrôlés et optimisés lors de visites et de consultations périodiques.\r\n\r\nNous proposons une thérapie nutritionnelle médicale pour gérer les problèmes de santé, notamment:\r\n<ul>\r\n 	<li>Le contrôle du poids</li>\r\n 	<li>Changer les habitudes alimentaires</li>\r\n 	<li>Alimentation saine</li>\r\n 	<li>Diabète</li>\r\n 	<li>Hyperlipidémie (cholestérol et / ou triglycérides élevés)</li>\r\n 	<li>Régime pauvre en sodium</li>\r\n 	<li>Maladie coeliaque (intolérance au gluten)</li>\r\n 	<li>risque de maladie cardiaque</li>\r\n 	<li>Hypertension ou hypertension artérielle</li>\r\n 	<li>Allergies alimentaires et sensibilités</li>\r\n 	<li>Insuffisance rénale chronique</li>\r\n 	<li>Désordres digestifs</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"nutrition\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Nutrition', '', 'inherit', 'closed', 'closed', '', '3646-revision-v1', '', '', '2023-04-18 12:03:41', '2023-04-18 12:03:41', '', 3646, 'http://drkarimbennani.com/?p=4695', 0, 'revision', '', 0),
(4696, 1, '2023-04-18 12:04:15', '2023-04-18 12:04:15', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3640|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_03c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:\r\n<ul>\r\n 	<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n 	<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n 	<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n 	<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n 	<li>Stérilité du couple.</li>\r\n 	<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n 	<li>La Ménopause</li>\r\n 	<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"gynecologie-medicale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'inherit', 'closed', 'closed', '', '3644-revision-v1', '', '', '2023-04-18 12:04:15', '2023-04-18 12:04:15', '', 3644, 'http://drkarimbennani.com/?p=4696', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4697, 1, '2023-04-18 12:04:55', '2023-04-18 12:04:55', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"1%\" padding_left=\"1%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"diabete\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 12:04:55', '2023-04-18 12:04:55', '', 3637, 'http://drkarimbennani.com/?p=4697', 0, 'revision', '', 0),
(4698, 1, '2023-04-18 12:05:21', '2023-04-18 12:05:21', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"center\" divider_candy=\"bottom,top\" icon=\"fa-star-of-life fas\" icon_color=\"#ffffff\" bordersize=\"\" bordercolor=\"rgba(246,246,246,0)\" backgroundcolor=\"#368498\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" /][fusion_imageframe image_id=\"3638|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:05:21', '2023-04-18 12:05:21', '', 3622, 'http://drkarimbennani.com/?p=4698', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4699, 1, '2023-04-18 12:06:01', '2023-04-18 12:06:01', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3638|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:06:01', '2023-04-18 12:06:01', '', 3622, 'http://drkarimbennani.com/?p=4699', 0, 'revision', '', 0),
(4700, 1, '2023-04-18 12:07:10', '2023-04-18 12:07:10', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3638|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-04-18 12:07:10', '2023-04-18 12:07:10', '', 4570, 'http://drkarimbennani.com/?p=4700', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4701, 1, '2023-04-18 12:07:28', '2023-04-18 12:07:28', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"777\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"8888\" z_index=\"8888\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"3639|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-18 12:07:28', '2023-04-18 12:07:28', '', 4571, 'http://drkarimbennani.com/?p=4701', 0, 'revision', '', 0),
(4702, 1, '2023-04-18 12:07:59', '2023-04-18 12:07:59', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3641|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Maintenir un régime alimentaire sain et bien équilibré est un élément important de la gestion de votre santé.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre principal objectif est de vous aider à répondre à vos besoins en matière de santé en fournissant une éducation et des conseils en matière de nutrition et en encourageant une alimentation saine. Nous fournissons une éducation nutritionnelle de haute qualité et des conseils pratiques pour le bien-être général et pour aider à gérer des conditions médicales spécifiques. Nous travaillerons en étroite collaboration avec vous pour créer un plan personnalisé qui vous aidera à atteindre vos objectifs et à améliorer votre santé tout en tenant compte de vos préférences en matière de nourriture et de votre style de vie. Les résultats nutritionnels sont constamment contrôlés et optimisés lors de visites et de consultations périodiques.\r\n\r\nNous proposons une thérapie nutritionnelle médicale pour gérer les problèmes de santé, notamment:\r\n<ul>\r\n 	<li>Le contrôle du poids</li>\r\n 	<li>Changer les habitudes alimentaires</li>\r\n 	<li>Alimentation saine</li>\r\n 	<li>Diabète</li>\r\n 	<li>Hyperlipidémie (cholestérol et / ou triglycérides élevés)</li>\r\n 	<li>Régime pauvre en sodium</li>\r\n 	<li>Maladie coeliaque (intolérance au gluten)</li>\r\n 	<li>risque de maladie cardiaque</li>\r\n 	<li>Hypertension ou hypertension artérielle</li>\r\n 	<li>Allergies alimentaires et sensibilités</li>\r\n 	<li>Insuffisance rénale chronique</li>\r\n 	<li>Désordres digestifs</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"nutrition\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Nutrition', '', 'inherit', 'closed', 'closed', '', '3646-revision-v1', '', '', '2023-04-18 12:07:59', '2023-04-18 12:07:59', '', 3646, 'http://drkarimbennani.com/?p=4702', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4703, 1, '2023-04-18 12:08:20', '2023-04-18 12:08:20', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3640|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_03c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:\r\n<ul>\r\n 	<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n 	<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n 	<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n 	<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n 	<li>Stérilité du couple.</li>\r\n 	<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n 	<li>La Ménopause</li>\r\n 	<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"gynecologie-medicale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'inherit', 'closed', 'closed', '', '3644-revision-v1', '', '', '2023-04-18 12:08:20', '2023-04-18 12:08:20', '', 3644, 'http://drkarimbennani.com/?p=4703', 0, 'revision', '', 0),
(4704, 1, '2023-04-18 12:12:17', '2023-04-18 12:12:17', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3638|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio Backup', '', 'publish', 'closed', 'closed', '', 'portfolio-backup', '', '', '2023-04-18 12:12:17', '2023-04-18 12:12:17', '', 0, 'http://drkarimbennani.com/fusion_element/portfolio-backup/', 0, 'fusion_element', '', 0),
(4705, 1, '2023-04-18 12:12:36', '2023-04-18 12:12:36', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_imageframe image_id=\"3638|full\" max_width=\"1920px\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align=\"none\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3><p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p><p>Les conditions couramment observées incluent:</p><ul><li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li><li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li><li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li><li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li><li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li><li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li><li>diabète de type II</li><li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li><li>Céphalées chroniques telles que migraines</li><li>Effets secondaires des médicaments prescrits</li></ul><p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p><p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p><p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Portfolio Backup', '', 'publish', 'closed', 'closed', '', 'portfolio-backup', '', '', '2023-04-18 12:12:36', '2023-04-18 12:12:36', '', 0, 'http://drkarimbennani.com/fusion_template/portfolio-backup/', 0, 'fusion_template', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4706, 1, '2023-04-18 12:13:29', '2023-04-18 12:13:29', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"1%\" padding_bottom=\"\" padding_left=\"1%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:13:29', '2023-04-18 12:13:29', '', 3622, 'http://drkarimbennani.com/?p=4706', 0, 'revision', '', 0),
(4707, 1, '2023-04-18 12:14:19', '2023-04-18 12:14:19', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"50px\" padding_bottom=\"0px\" padding_left=\"50px\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:14:19', '2023-04-18 12:14:19', '', 3622, 'http://drkarimbennani.com/?p=4707', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4708, 1, '2023-04-18 12:15:17', '2023-04-18 12:15:17', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"50px\" border_sizes_bottom=\"\" border_sizes_left=\"50px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:15:17', '2023-04-18 12:15:17', '', 3622, 'http://drkarimbennani.com/?p=4708', 0, 'revision', '', 0),
(4709, 1, '2023-04-18 12:29:08', '2023-04-18 12:29:08', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"50px\" border_sizes_bottom=\"\" border_sizes_left=\"50px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_image_id=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_bottom=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:29:08', '2023-04-18 12:29:08', '', 3622, 'http://drkarimbennani.com/?p=4709', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4710, 1, '2023-04-18 12:30:26', '2023-04-18 12:30:26', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"50px\" border_sizes_left=\"50px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"125px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"125px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:30:26', '2023-04-18 12:30:26', '', 3622, 'http://drkarimbennani.com/?p=4710', 0, 'revision', '', 0),
(4711, 1, '2023-04-18 12:30:58', '2023-04-18 12:30:58', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"50px\" border_sizes_left=\"50px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"175px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"175px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:30:58', '2023-04-18 12:30:58', '', 3622, 'http://drkarimbennani.com/?p=4711', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4712, 1, '2023-04-18 12:31:45', '2023-04-18 12:31:45', '[fusion_builder_container type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"75px\" border_sizes_bottom=\"\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"175px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"175px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:31:45', '2023-04-18 12:31:45', '', 3622, 'http://drkarimbennani.com/?p=4712', 0, 'revision', '', 0),
(4713, 1, '2023-04-18 12:32:38', '2023-04-18 12:32:38', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"75px\" border_sizes_bottom=\"\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"175px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"175px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 12:32:38', '2023-04-18 12:32:38', '', 3622, 'http://drkarimbennani.com/?p=4713', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4714, 1, '2023-04-18 13:24:34', '2023-04-18 13:24:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"175px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" align_self=\"center\" content_layout=\"row\" align_content=\"center\" valign_content=\"center\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9fQ==\" fusion_font_variant_title_font=\"600\" fusion_font_family_title_font=\"Inter\" text_color=\"var(--awb-color1)\" font_size=\"45px\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"175px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 13:24:34', '2023-04-18 13:24:34', '', 3622, 'http://drkarimbennani.com/?p=4714', 0, 'revision', '', 0),
(4715, 1, '2023-04-18 13:27:53', '2023-04-18 13:27:53', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"175px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" align_self=\"center\" content_layout=\"row\" align_content=\"center\" valign_content=\"center\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" background_color=\"rgba(95,178,220,0)\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9fQ==\" fusion_font_variant_title_font=\"600\" fusion_font_family_title_font=\"Inter\" text_color=\"var(--awb-color2)\" font_size=\"45px\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"175px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 13:27:53', '2023-04-18 13:27:53', '', 3622, 'http://drkarimbennani.com/?p=4715', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4716, 1, '2023-04-18 13:28:59', '2023-04-18 13:28:59', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"175px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"rgba(95,178,220,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"45px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color2)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"175px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 13:28:59', '2023-04-18 13:28:59', '', 3622, 'http://drkarimbennani.com/?p=4716', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4717, 1, '2023-04-18 13:34:33', '2023-04-18 13:34:33', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"175px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"rgba(95,178,220,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"45px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color2)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"175px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 13:34:33', '2023-04-18 13:34:33', '', 3622, 'http://drkarimbennani.com/?p=4717', 0, 'revision', '', 0),
(4718, 1, '2023-04-18 13:43:53', '2023-04-18 13:43:53', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"175px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" bottom_margin=\"175px\" top_margin=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 13:43:53', '2023-04-18 13:43:53', '', 3622, 'http://drkarimbennani.com/?p=4718', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4719, 1, '2023-04-18 13:45:12', '2023-04-18 13:45:12', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"200px\" bottom_margin=\"\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"200px\" width=\"\" height=\"20\" alignment=\"center\" border_size=\"\" weight=\"\" amount=\"\" sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 13:45:12', '2023-04-18 13:45:12', '', 3622, 'http://drkarimbennani.com/?p=4719', 0, 'revision', '', 0),
(4720, 1, '2023-04-18 13:46:01', '2023-04-18 13:46:01', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 13:46:01', '2023-04-18 13:46:01', '', 3622, 'http://drkarimbennani.com/?p=4720', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4721, 1, '2023-04-18 13:56:31', '2023-04-18 13:56:31', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 13:56:31', '2023-04-18 13:56:31', '', 3622, 'http://drkarimbennani.com/?p=4721', 0, 'revision', '', 0),
(4722, 1, '2023-04-18 13:57:36', '2023-04-18 13:57:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"image\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4355|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-04-18 13:57:36', '2023-04-18 13:57:36', '', 4570, 'http://drkarimbennani.com/?p=4722', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4723, 1, '2023-04-18 13:58:27', '2023-04-18 13:58:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4356|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-18 13:58:27', '2023-04-18 13:58:27', '', 4571, 'http://drkarimbennani.com/?p=4723', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4724, 1, '2023-04-18 13:59:11', '2023-04-18 13:59:11', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Maintenir un régime alimentaire sain et bien équilibré est un élément important de la gestion de votre santé.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre principal objectif est de vous aider à répondre à vos besoins en matière de santé en fournissant une éducation et des conseils en matière de nutrition et en encourageant une alimentation saine. Nous fournissons une éducation nutritionnelle de haute qualité et des conseils pratiques pour le bien-être général et pour aider à gérer des conditions médicales spécifiques. Nous travaillerons en étroite collaboration avec vous pour créer un plan personnalisé qui vous aidera à atteindre vos objectifs et à améliorer votre santé tout en tenant compte de vos préférences en matière de nourriture et de votre style de vie. Les résultats nutritionnels sont constamment contrôlés et optimisés lors de visites et de consultations périodiques.\r\n\r\nNous proposons une thérapie nutritionnelle médicale pour gérer les problèmes de santé, notamment:\r\n<ul>\r\n 	<li>Le contrôle du poids</li>\r\n 	<li>Changer les habitudes alimentaires</li>\r\n 	<li>Alimentation saine</li>\r\n 	<li>Diabète</li>\r\n 	<li>Hyperlipidémie (cholestérol et / ou triglycérides élevés)</li>\r\n 	<li>Régime pauvre en sodium</li>\r\n 	<li>Maladie coeliaque (intolérance au gluten)</li>\r\n 	<li>risque de maladie cardiaque</li>\r\n 	<li>Hypertension ou hypertension artérielle</li>\r\n 	<li>Allergies alimentaires et sensibilités</li>\r\n 	<li>Insuffisance rénale chronique</li>\r\n 	<li>Désordres digestifs</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"nutrition\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Nutrition', '', 'inherit', 'closed', 'closed', '', '3646-revision-v1', '', '', '2023-04-18 13:59:11', '2023-04-18 13:59:11', '', 3646, 'http://drkarimbennani.com/?p=4724', 0, 'revision', '', 0),
(4725, 1, '2023-04-18 14:00:25', '2023-04-18 14:00:25', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:\r\n<ul>\r\n 	<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n 	<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n 	<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n 	<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n 	<li>Stérilité du couple.</li>\r\n 	<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n 	<li>La Ménopause</li>\r\n 	<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"gynecologie-medicale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'inherit', 'closed', 'closed', '', '3644-revision-v1', '', '', '2023-04-18 14:00:25', '2023-04-18 14:00:25', '', 3644, 'http://drkarimbennani.com/?p=4725', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4726, 1, '2023-04-18 14:00:49', '2023-04-18 14:00:49', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"diabete\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 14:00:49', '2023-04-18 14:00:49', '', 3637, 'http://drkarimbennani.com/?p=4726', 0, 'revision', '', 0),
(4727, 1, '2023-04-18 14:01:33', '2023-04-18 14:01:33', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-18 14:01:33', '2023-04-18 14:01:33', '', 3622, 'http://drkarimbennani.com/?p=4727', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4728, 1, '2023-04-18 14:02:49', '2023-04-18 14:02:49', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_vertical=\"2px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color8)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"\" padding_right=\"9%\" padding_bottom=\"\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" background_color=\"#ffffff\" background_image=\"\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" box_shadow_style=\"\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_sizes_right=\"0\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"0px\" margin_top=\"\" margin_bottom=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"\"][fusion_imageframe image_id=\"4357|full\" max_width=\"\" sticky_max_width=\"\" skip_lazy_load=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hover_type=\"none\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" spacing=\"\" center_content=\"no\" hover_type=\"none\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" dimension_margin=\"\" background_type=\"single\" background_color=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"default\" rule_size=\"\" rule_color=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:\r\n<ul>\r\n 	<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n 	<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n 	<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n 	<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n 	<li>Stérilité du couple.</li>\r\n 	<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n 	<li>La Ménopause</li>\r\n 	<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" columns=\"3\" column_spacing=\"35\" portfolio_masonry_grid_ratio=\"\" portfolio_masonry_width_double=\"\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" filters=\"no\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"gynecologie-medicale\" tag_slug=\"services\" exclude_tags=\"\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_top=\"\" margin_right=\"0px\" margin_bottom=\"\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" animation_type=\"slide\" animation_direction=\"up\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'inherit', 'closed', 'closed', '', '3644-revision-v1', '', '', '2023-04-18 14:02:49', '2023-04-18 14:02:49', '', 3644, 'http://drkarimbennani.com/?p=4728', 0, 'revision', '', 0),
(4729, 1, '2023-04-18 14:03:23', '2023-04-18 14:03:23', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4357|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Maintenir un régime alimentaire sain et bien équilibré est un élément important de la gestion de votre santé.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre principal objectif est de vous aider à répondre à vos besoins en matière de santé en fournissant une éducation et des conseils en matière de nutrition et en encourageant une alimentation saine. Nous fournissons une éducation nutritionnelle de haute qualité et des conseils pratiques pour le bien-être général et pour aider à gérer des conditions médicales spécifiques. Nous travaillerons en étroite collaboration avec vous pour créer un plan personnalisé qui vous aidera à atteindre vos objectifs et à améliorer votre santé tout en tenant compte de vos préférences en matière de nourriture et de votre style de vie. Les résultats nutritionnels sont constamment contrôlés et optimisés lors de visites et de consultations périodiques.</p>\r\n<p>Nous proposons une thérapie nutritionnelle médicale pour gérer les problèmes de santé, notamment:</p>\r\n<ul>\r\n<li>Le contrôle du poids</li>\r\n<li>Changer les habitudes alimentaires</li>\r\n<li>Alimentation saine</li>\r\n<li>Diabète</li>\r\n<li>Hyperlipidémie (cholestérol et / ou triglycérides élevés)</li>\r\n<li>Régime pauvre en sodium</li>\r\n<li>Maladie coeliaque (intolérance au gluten)</li>\r\n<li>risque de maladie cardiaque</li>\r\n<li>Hypertension ou hypertension artérielle</li>\r\n<li>Allergies alimentaires et sensibilités</li>\r\n<li>Insuffisance rénale chronique</li>\r\n<li>Désordres digestifs</li>\r\n</ul>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"nutrition\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Nutrition', '', 'inherit', 'closed', 'closed', '', '3646-revision-v1', '', '', '2023-04-18 14:03:23', '2023-04-18 14:03:23', '', 3646, 'http://drkarimbennani.com/?p=4729', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4730, 1, '2023-04-18 14:03:44', '2023-04-18 14:03:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4355|full\" style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-04-18 14:03:44', '2023-04-18 14:03:44', '', 4570, 'http://drkarimbennani.com/?p=4730', 0, 'revision', '', 0),
(4731, 1, '2023-04-18 14:04:22', '2023-04-18 14:04:22', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 14:04:22', '2023-04-18 14:04:22', '', 3637, 'http://drkarimbennani.com/?p=4731', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4732, 1, '2023-04-18 14:07:29', '2023-04-18 14:07:29', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color4)\" highlight_color=\"var(--awb-color4)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-18 14:07:29', '2023-04-18 14:07:29', '', 3637, 'http://drkarimbennani.com/?p=4732', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4733, 1, '2023-04-18 14:08:02', '2023-04-18 14:08:02', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color4)\" highlight_color=\"var(--awb-color4)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-18 14:08:02', '2023-04-18 14:08:02', '', 4571, 'http://drkarimbennani.com/?p=4733', 0, 'revision', '', 0),
(4734, 1, '2023-04-19 08:24:25', '2023-04-19 08:24:25', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"65px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"Actualités et conseils santé\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"45\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"30px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"#a0ce4e\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" custom_field_comparison=\"exists\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" filters_color=\"#333333\" filters_height=\"36\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" active_filter_border_size=\"3\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" show_nav=\"yes\" dots_position=\"bottom\" dots_spacing=\"4\" dots_align=\"center\" dots_size=\"8\" dots_active_size=\"8\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'publish', 'closed', 'closed', '', 'articles', '', '', '2023-04-19 15:33:06', '2023-04-19 15:33:06', '', 0, 'http://drkarimbennani.com/?page_id=4734', 0, 'page', '', 0),
(4735, 1, '2023-04-19 08:24:25', '2023-04-19 08:24:25', '', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 08:24:25', '2023-04-19 08:24:25', '', 4734, 'http://drkarimbennani.com/?p=4735', 0, 'revision', '', 0),
(4736, 1, '2023-04-19 08:25:13', '2023-04-19 08:25:13', '', 'ARTICLES', '', 'publish', 'closed', 'closed', '', 'articles', '', '', '2023-04-19 08:25:13', '2023-04-19 08:25:13', '', 0, 'http://drkarimbennani.com/?p=4736', 5, 'nav_menu_item', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4738, 1, '2023-04-19 08:26:11', '2023-04-19 08:26:11', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"var(--awb-color4)\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 08:26:11', '2023-04-19 08:26:11', '', 4580, 'http://drkarimbennani.com/?p=4738', 0, 'revision', '', 0),
(4739, 1, '2023-04-19 15:13:15', '2023-04-19 15:13:15', '&nbsp;\n\n&nbsp;\n\n&nbsp;\n\n[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-autosave-v1', '', '', '2023-04-19 15:13:15', '2023-04-19 15:13:15', '', 4734, 'http://drkarimbennani.com/?p=4739', 0, 'revision', '', 0),
(4751, 1, '2023-04-19 08:33:43', '2023-04-19 08:33:43', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button][/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button][/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'inherit', 'closed', 'closed', '', '4284-autosave-v1', '', '', '2023-04-19 08:33:43', '2023-04-19 08:33:43', '', 4284, 'http://drkarimbennani.com/?p=4751', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4752, 1, '2023-04-19 08:36:20', '2023-04-19 08:36:20', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties (old)', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-19 08:36:20', '2023-04-19 08:36:20', '', 4574, 'http://drkarimbennani.com/?p=4752', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4753, 1, '2023-04-19 08:37:05', '2023-04-19 08:37:05', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"175\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nMultipurpose Rooms\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nTraining &amp; Auditoriums\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-19 08:37:05', '2023-04-19 08:37:05', '', 4574, 'http://drkarimbennani.com/?p=4753', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4754, 1, '2023-04-19 08:37:48', '2023-04-19 08:37:48', '[fusion_builder_container admin_label=\"Our Specialties\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" border_color=\"\" border_style=\"solid\" margin_top=\"\" margin_bottom=\"\" padding_top=\"0%\" padding_right=\"7%\" padding_bottom=\"0%\" padding_left=\"7%\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#5fb2dc\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#ffeb3b\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"true\" spacing_right=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"#ffffff\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Médecine Générale\" backgroundcolor=\"#ecf6fb\" icon=\"fa-stethoscope fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=medecine-generale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#e91e63\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Gynécologie\" backgroundcolor=\"#ecf6fb\" icon=\"fa-female fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n<p style=\"text-align: left;\">[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=gynecologie-medicale\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#00bcd4\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"7\" first=\"false\" spacing_right=\"0.5%\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Diabète\" backgroundcolor=\"#ecf6fb\" icon=\"fa-vial fas\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]</p>\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=diabete\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_4\" layout=\"1_4\" spacing=\"1%\" center_content=\"no\" link=\"\" target=\"_self\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_image_id=\"\" hover_type=\"none\" border_color=\"#8bc34a\" border_style=\"solid\" border_position=\"top\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"10px\" box_shadow_horizontal=\"0px\" box_shadow_blur=\"51\" box_shadow_spread=\"0\" box_shadow_color=\"rgba(0,0,0,0.15)\" box_shadow_style=\"\" padding_top=\"85px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_top=\"-39px\" margin_bottom=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ecf6fb\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"1.0\" animation_offset=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"7\" first=\"false\" spacing_left=\"0.5%\"][fusion_content_boxes layout=\"icon-boxed\" columns=\"1\" title_size=\"\" heading_size=\"3\" title_color=\"#5fb2dc\" body_color=\"\" backgroundcolor=\"\" icon=\"\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" icon_circle=\"\" icon_circle_radius=\"\" circlecolor=\"#ffffff\" circlebordersize=\"0px\" circlebordercolor=\"\" outercirclebordersize=\"0px\" outercirclebordercolor=\"\" icon_size=\"35\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" image=\"\" image_id=\"\" image_max_width=\"\" link_type=\"button\" button_span=\"\" link_area=\"link-icon\" link_target=\"\" icon_align=\"left\" animation_type=\"\" animation_direction=\"up\" animation_speed=\"1.0\" animation_delay=\"350\" animation_offset=\"\" margin_top=\"\" margin_bottom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\"][fusion_content_box title=\"Nutrition\" backgroundcolor=\"#ecf6fb\" icon=\"fa-nutritionix fab\" iconflip=\"\" iconrotate=\"\" iconspin=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"#ffffff\" circlebordersize=\"\" circlebordercolor=\"\" outercirclebordersize=\"\" outercirclebordercolor=\"\" image=\"\" image_id=\"\" image_max_width=\"\" link=\"\" linktext=\"\" link_target=\"_self\" animation_type=\"zoom\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]\r\n<p style=\"text-align: left;\"><span style=\"color: #5fb2dc;\">Notre principal objectif est de vous aider à répondre à vos besoins avec un plan personalisé de nutrition qui vous aidera à atteindre vos objectifs et à améliorer votre santé.</span></p>\r\n[fusion_separator style_type=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" sep_color=\"rgba(224,222,222,0)\" top_margin=\"3px\" bottom_margin=\"0px\" border_size=\"0\" icon=\"\" icon_circle=\"\" icon_circle_color=\"\" width=\"\" alignment=\"center\"][/fusion_separator][fusion_button link=\"http://drkarimbennani.com/?avada_portfolio=nutrition\" text_transform=\"uppercase\" title=\"\" target=\"_self\" link_attributes=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color=\"#ffffff\" button_gradient_bottom_color=\"122,188,100,0\" button_gradient_top_color_hover=\"105,170,83,0\" button_gradient_bottom_color_hover=\"105,170,83,0\" accent_color=\"#5fb2dc\" accent_hover_color=\"#368498\" type=\"\" bevel_color=\"\" border_width=\"1\" size=\"medium\" stretch=\"default\" shape=\"square\" icon=\"fa-angle-double-right fas\" icon_position=\"right\" icon_divider=\"yes\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"]En Savoir +[/fusion_button]\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties homepage container (old)', '', 'inherit', 'closed', 'closed', '', '4284-revision-v1', '', '', '2023-04-19 08:37:48', '2023-04-19 08:37:48', '', 4284, 'http://drkarimbennani.com/?p=4754', 0, 'revision', '', 0),
(4755, 1, '2023-04-19 08:39:10', '2023-04-19 08:39:10', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"#32a3db\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'publish', 'closed', 'closed', '', 'article', '', '', '2023-04-19 15:09:41', '2023-04-19 15:09:41', '', 0, 'http://drkarimbennani.com/fusion_element/article/', 0, 'fusion_element', '', 0),
(4756, 1, '2023-04-19 11:22:17', '2023-04-19 11:22:17', '', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-autosave-v1', '', '', '2023-04-19 11:22:17', '2023-04-19 11:22:17', '', 4755, 'http://drkarimbennani.com/?p=4756', 0, 'revision', '', 0),
(4757, 1, '2023-04-19 08:42:06', '2023-04-19 08:42:06', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"block\" align_content=\"space-between\" valign_content=\"stretch\" content_wrap=\"wrap\" spacing=\"4%\" center_content=\"no\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility, medium-visibility, large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"20px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_style=\"solid\" border_radius_top_left=\"16px\" border_radius_top_right=\"16px\" border_radius_bottom_right=\"16px\" border_radius_bottom_left=\"16px\" box_shadow=\"yes\" box_shadow_vertical=\"25px\" box_shadow_horizontal=\"5px\" box_shadow_blur=\"31\" box_shadow_spread=\"-17\" box_shadow_color=\"rgba(0,0,0,0.03)\" box_shadow_style=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"row\" align_content=\"center\" valign_content=\"stretch\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"5px\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"11\" box_shadow_spread=\"16\" box_shadow_color=\"rgba(0,0,0,0.5)\" box_shadow_style=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(245,26,164,0.07)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"rollover\" aspect_ratio=\"1-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"50% 51%\" show_title=\"yes\" show_cats=\"yes\" show_price=\"no\" show_rating=\"no\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"no\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"0px\" margin_right=\"0px\" margin_bottom=\"0px\" margin_left=\"0px\" border_radius_top_left=\"5px\" border_radius_top_right=\"5px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"block\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"4%\" center_content=\"no\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"24px\" padding_right_medium=\"24px\" padding_bottom_medium=\"24px\" padding_left_medium=\"24px\" padding_top_small=\"20px\" padding_right_small=\"\" padding_bottom_small=\"20px\" padding_left_small=\"\" padding_top=\"24px\" padding_right=\"30px\" padding_bottom=\"30px\" padding_left=\"30px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"5px\" border_radius_bottom_left=\"5px\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color2)\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"12px\" line_height=\"1.5\" letter_spacing=\"0.1em\" text_transform=\"capitalize\" text_color=\"var(--awb-color5)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"10px\" margin_right_small=\"0px\" margin_bottom_small=\"10px\" margin_left_small=\"0px\" margin_top=\"3%\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"var(--awb-color7)\" link_color=\"#1b83e2\" link_hover_color=\"#0c6ec8\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJubyIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography1-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography1)\" font_size=\"21px\" line_height=\"var(--awb-typography1-line-height)\" letter_spacing=\"var(--awb-typography1-letter-spacing)\" text_transform=\"\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"4px\" margin_right_small=\"0px\" margin_bottom_small=\"16px\" margin_left_small=\"0px\" margin_top=\"10px\" margin_right=\"30px\" margin_bottom=\"10px\" margin_left=\"30px\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"rgba(255,255,255,0)\" link_color=\"var(--awb-color7)\" link_hover_color=\"var(--awb-color5)\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"top-into-view\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJsaW5rX3VybCI6eyJkYXRhIjoicG9zdF9wZXJtYWxpbmsiLCJsaW5rX3VybCI6IiIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"3%\" bottom_margin=\"7%\" width=\"9%\" alignment=\"center\" border_size=\"3\" sep_color=\"var(--awb-color5)\" /][fusion_social_links facebook=\"#\" instagram=\"#\" twitter=\"#\" show_custom=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" alignment=\"center\" tooltip_placement=\"none\" icon_colors=\"rgba(229,190,217,0.95)\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 08:42:06', '2023-04-19 08:42:06', '', 4755, 'http://drkarimbennani.com/?p=4757', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4759, 1, '2023-04-19 08:56:24', '2023-04-19 08:56:24', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"3_4\" align_self=\"stretch\" content_layout=\"block\" align_content=\"flex-start\" valign_content=\"stretch\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"5%\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"\" background_image=\"\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" render_logics=\"\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"fade\" animation_direction=\"static\" animation_speed=\"1.0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_cards post_card=\"6616\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"category\" include_category=\"\" include_term_category=\"\" exclude_category=\"53\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_tribe_events_cat=\"\" include_term_tribe_events_cat=\"\" exclude_tribe_events_cat=\"\" exclude_term_tribe_events_cat=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" include_faq_category=\"\" include_term_faq_category=\"\" exclude_faq_category=\"\" exclude_term_faq_category=\"\" include_themefusion_es_groups=\"\" include_term_themefusion_es_groups=\"\" exclude_themefusion_es_groups=\"\" exclude_term_themefusion_es_groups=\"\" out_of_stock=\"include\" show_hidden=\"no\" number_posts=\"6\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"load_more_button\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"2\" column_spacing=\"5%\" row_spacing=\"5%\" separator_style_type=\"none\" separator_sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"\" autoplay=\"yes\" scroll_items=\"\" show_nav=\"yes\" mouse_scroll=\"no\" nav_margin_top=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 08:56:24', '2023-04-19 08:56:24', '', 4734, 'http://drkarimbennani.com/?p=4759', 0, 'revision', '', 0),
(4760, 1, '2023-04-19 09:35:43', '2023-04-19 09:35:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJ0eXBlIjoiY2F0ZWdvcnkiLCJzZXBhcmF0b3IiOiIgLyAiLCJsaW5rIjoieWVzIiwiYmVmb3JlIjoiIn19\" fusion_font_variant_text_font=\"400\" font_size=\"16px\" margin_top=\"10px\" letter_spacing=\"0.015em\" margin_bottom=\"10px\"]Your Content Goes Here[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color5)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" spacing_left=\"22px\" spacing_right=\"22px\" margin_top=\"-40px\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"30px\" padding_left=\"30px\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 09:35:43', '2023-04-19 09:35:43', '', 4734, 'http://drkarimbennani.com/?p=4760', 0, 'revision', '', 0),
(4762, 1, '2023-04-19 09:38:36', '2023-04-19 09:38:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"7\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"30px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"30px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) + 100%),calc(var(--awb-color5-l) + 56%),var(--awb-color5-a))\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicGFnZV90aXRsZV9jdXN0b21fdGV4dCIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_imageframe image_id=\"4355|full\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"155px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"30px\" margin_right=\"\" margin_bottom=\"60px\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Inner Page PTB', '', 'publish', 'closed', 'closed', '', 'inner-page-ptb', '', '', '2023-04-19 11:55:22', '2023-04-19 11:55:22', '', 0, 'http://drkarimbennani.com/fusion_tb_section/inner-page-ptb/', 0, 'fusion_tb_section', '', 0),
(4764, 1, '2023-04-19 09:39:00', '2023-04-19 09:39:00', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"7\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"2\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" margin_top=\"30px\" highlight_color=\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) + 100%),calc(var(--awb-color5-l) + 56%),var(--awb-color5-a))\" margin_top_small=\"30px\"]Your Content Goes Here[/fusion_title][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"793|full\" max_width=\"155px\" margin_bottom=\"60px\" margin_top=\"30px\"]https://forsalak.com/wp-content/uploads/2022/06/inner-page-header-arrow.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Inner Page PTB', '', 'inherit', 'closed', 'closed', '', '4762-revision-v1', '', '', '2023-04-19 09:39:00', '2023-04-19 09:39:00', '', 4762, 'http://drkarimbennani.com/?p=4764', 0, 'revision', '', 0),
(4765, 1, '2023-04-19 09:41:27', '2023-04-19 09:41:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_tb_post_card_archives post_card=\"4755\" post_card_list_view=\"4755\" source=\"posts\" number_posts=\"3\" scrolling=\"infinite\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"80\" separator_style_type=\"none\" separator_sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" nav_margin_bottom=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNothing Found\r\n\r\n[/fusion_tb_post_card_archives][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Post Archives Content', '', 'publish', 'closed', 'closed', '', 'post-archives-content', '', '', '2023-04-19 12:04:52', '2023-04-19 12:04:52', '', 0, 'http://drkarimbennani.com/fusion_tb_section/post-archives-content/', 0, 'fusion_tb_section', '', 0),
(4767, 1, '2023-04-19 09:41:37', '2023-04-19 09:41:37', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_post_card_archives post_card=\"373\" post_card_list_view=\"0\" source=\"posts\" number_posts=\"0\" scrolling=\"infinite\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" flex_align_items=\"flex-start\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"80\" separator_style_type=\"none\" separator_alignment=\"center\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nothing Found[/fusion_tb_post_card_archives][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Post Archives Content', '', 'inherit', 'closed', 'closed', '', '4765-revision-v1', '', '', '2023-04-19 09:41:37', '2023-04-19 09:41:37', '', 4765, 'http://drkarimbennani.com/?p=4767', 0, 'revision', '', 0),
(4768, 1, '2023-04-19 09:42:08', '2023-04-19 09:42:08', '{\\\"conditions\\\":{\\\"singular_post\\\":{\\\"label\\\":\\\"All Posts\\\",\\\"type\\\":\\\"singular\\\",\\\"mode\\\":\\\"include\\\",\\\"singular\\\":\\\"singular_post\\\"}},\\\"template_terms\\\":{\\\"content\\\":\\\"4769\\\"}}', 'Blog Post', '', 'publish', 'closed', 'closed', '', 'blog-post', '', '', '2023-04-19 12:03:14', '2023-04-19 12:03:14', '', 0, 'http://drkarimbennani.com/fusion_tb_layout/blog-post/', 0, 'fusion_tb_layout', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4769, 1, '2023-04-19 09:42:46', '2023-04-19 09:42:46', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"15px\" width=\"7%\" height=\"20\" alignment=\"center\" border_size=\"2\" weight=\"\" amount=\"\" sep_color=\"var(--awb-color3)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color4)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"rgba(224,222,222,0)\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'publish', 'closed', 'closed', '', 'blog-post-content', '', '', '2023-04-19 17:19:48', '2023-04-19 17:19:48', '', 0, 'http://drkarimbennani.com/fusion_tb_section/blog-post-content/', 0, 'fusion_tb_section', '', 0),
(4770, 1, '2023-04-19 09:42:46', '2023-04-19 09:42:46', '{\\\"conditions\\\":[],\\\"template_terms\\\":{\\\"content\\\":4769}}', 'Blog Post', '', 'inherit', 'closed', 'closed', '', '4768-revision-v1', '', '', '2023-04-19 09:42:46', '2023-04-19 09:42:46', '', 4768, 'http://drkarimbennani.com/?p=4770', 0, 'revision', '', 0),
(4771, 1, '2023-04-19 09:43:03', '2023-04-19 09:43:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"2\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9fQ==\" margin_top=\"60px\" line_height=\"1.3\" margin_top_small=\"40px\"]Your Content Goes Here[/fusion_title][fusion_tb_meta meta=\"categories,tags\" layout=\"floated\" read_time=\"200\" reading_time_decimal=\"yes\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" font_size=\"16px\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" text_color=\"var(--awb-color8)\" link_color=\"var(--awb-color4)\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 09:43:03', '2023-04-19 09:43:03', '', 4769, 'http://drkarimbennani.com/?p=4771', 0, 'revision', '', 0),
(4777, 1, '2023-04-19 09:47:29', '2023-04-19 09:47:29', '{\\\"conditions\\\":{\\\"singular_post\\\":{\\\"label\\\":\\\"All Posts\\\",\\\"type\\\":\\\"singular\\\",\\\"mode\\\":\\\"include\\\",\\\"singular\\\":\\\"singular_post\\\"}},\\\"template_terms\\\":{\\\"content\\\":\\\"4769\\\"}}', 'Blog Post', '', 'inherit', 'closed', 'closed', '', '4768-revision-v1', '', '', '2023-04-19 09:47:29', '2023-04-19 09:47:29', '', 4768, 'http://drkarimbennani.com/?p=4777', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4778, 1, '2023-04-19 09:50:38', '2023-04-19 09:50:38', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,tags\" layout=\"floated\" read_time=\"200\" reading_time_decimal=\"yes\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" font_size=\"16px\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" text_color=\"var(--awb-color8)\" link_color=\"var(--awb-color4)\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 09:50:38', '2023-04-19 09:50:38', '', 4769, 'http://drkarimbennani.com/?p=4778', 0, 'revision', '', 0),
(4780, 1, '2023-04-19 09:52:26', '2023-04-19 09:52:26', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"2px\" text_shadow_horizontal=\"1px\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color5)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,tags\" layout=\"floated\" read_time=\"200\" reading_time_decimal=\"yes\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" font_size=\"16px\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" text_color=\"var(--awb-color8)\" link_color=\"var(--awb-color4)\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 09:52:26', '2023-04-19 09:52:26', '', 4769, 'http://drkarimbennani.com/?p=4780', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4781, 1, '2023-04-19 09:53:05', '2023-04-19 09:53:05', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color8)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,tags\" layout=\"floated\" read_time=\"200\" reading_time_decimal=\"yes\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" font_size=\"16px\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" text_color=\"var(--awb-color8)\" link_color=\"var(--awb-color4)\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 09:53:05', '2023-04-19 09:53:05', '', 4769, 'http://drkarimbennani.com/?p=4781', 0, 'revision', '', 0),
(4782, 1, '2023-04-19 09:54:21', '2023-04-19 09:54:21', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color8)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,tags\" layout=\"floated\" read_time=\"200\" reading_time_decimal=\"yes\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" font_size=\"16px\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" text_color=\"var(--awb-color8)\" link_color=\"var(--awb-color4)\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 09:54:21', '2023-04-19 09:54:21', '', 4769, 'http://drkarimbennani.com/?p=4782', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4783, 1, '2023-04-19 09:58:52', '2023-04-19 09:58:52', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" min_height=\"425\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-19 09:58:52', '2023-04-19 09:58:52', '', 4574, 'http://drkarimbennani.com/?p=4783', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4784, 1, '2023-04-19 10:00:10', '2023-04-19 10:00:10', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" min_height=\"425\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color7)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-19 10:00:10', '2023-04-19 10:00:10', '', 4574, 'http://drkarimbennani.com/?p=4784', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4785, 1, '2023-04-19 10:04:50', '2023-04-19 10:04:50', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"33px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,tags\" layout=\"floated\" read_time=\"200\" reading_time_decimal=\"yes\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" font_size=\"16px\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" text_color=\"var(--awb-color8)\" link_color=\"var(--awb-color4)\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:04:50', '2023-04-19 10:04:50', '', 4769, 'http://drkarimbennani.com/?p=4785', 0, 'revision', '', 0),
(4786, 1, '2023-04-19 10:05:14', '2023-04-19 10:05:14', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,tags\" layout=\"floated\" read_time=\"200\" reading_time_decimal=\"yes\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" font_size=\"16px\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" text_color=\"var(--awb-color8)\" link_color=\"var(--awb-color4)\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:05:14', '2023-04-19 10:05:14', '', 4769, 'http://drkarimbennani.com/?p=4786', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4787, 1, '2023-04-19 10:08:44', '2023-04-19 10:08:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"double_underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:08:44', '2023-04-19 10:08:44', '', 4769, 'http://drkarimbennani.com/?p=4787', 0, 'revision', '', 0),
(4788, 1, '2023-04-19 10:10:44', '2023-04-19 10:10:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:10:44', '2023-04-19 10:10:44', '', 4769, 'http://drkarimbennani.com/?p=4788', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4789, 1, '2023-04-19 10:11:32', '2023-04-19 10:11:32', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:11:32', '2023-04-19 10:11:32', '', 4769, 'http://drkarimbennani.com/?p=4789', 0, 'revision', '', 0),
(4790, 1, '2023-04-19 10:18:33', '2023-04-19 10:18:33', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:18:33', '2023-04-19 10:18:33', '', 4769, 'http://drkarimbennani.com/?p=4790', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4791, 1, '2023-04-19 10:20:41', '2023-04-19 10:20:41', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"mask-4\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:20:41', '2023-04-19 10:20:41', '', 4769, 'http://drkarimbennani.com/?p=4791', 0, 'revision', '', 0),
(4792, 1, '2023-04-19 10:21:04', '2023-04-19 10:21:04', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"mask-4\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJ0eXBlIjoibWFpbiJ9fQ==\" borderradius=\"12px\" margin_top=\"50px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:21:04', '2023-04-19 10:21:04', '', 4769, 'http://drkarimbennani.com/?p=4792', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4793, 1, '2023-04-19 10:21:51', '2023-04-19 10:21:51', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:21:51', '2023-04-19 10:21:51', '', 4769, 'http://drkarimbennani.com/?p=4793', 0, 'revision', '', 0),
(4794, 1, '2023-04-19 10:22:43', '2023-04-19 10:22:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"mask-17\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:22:43', '2023-04-19 10:22:43', '', 4769, 'http://drkarimbennani.com/?p=4794', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4795, 1, '2023-04-19 10:23:10', '2023-04-19 10:23:10', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"mask-17\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:23:10', '2023-04-19 10:23:10', '', 4769, 'http://drkarimbennani.com/?p=4795', 0, 'revision', '', 0),
(4796, 1, '2023-04-19 10:23:38', '2023-04-19 10:23:38', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"mask-16\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:23:38', '2023-04-19 10:23:38', '', 4769, 'http://drkarimbennani.com/?p=4796', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4797, 1, '2023-04-19 10:25:14', '2023-04-19 10:25:14', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color5)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:25:14', '2023-04-19 10:25:14', '', 4769, 'http://drkarimbennani.com/?p=4797', 0, 'revision', '', 0),
(4798, 1, '2023-04-19 10:25:41', '2023-04-19 10:25:41', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color5)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:25:41', '2023-04-19 10:25:41', '', 4769, 'http://drkarimbennani.com/?p=4798', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4799, 1, '2023-04-19 10:26:57', '2023-04-19 10:26:57', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:26:57', '2023-04-19 10:26:57', '', 4769, 'http://drkarimbennani.com/?p=4799', 0, 'revision', '', 0),
(4800, 1, '2023-04-19 10:27:42', '2023-04-19 10:27:42', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(255,255,255,0)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:27:42', '2023-04-19 10:27:42', '', 4769, 'http://drkarimbennani.com/?p=4800', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4801, 1, '2023-04-19 10:30:19', '2023-04-19 10:30:19', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"x\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:30:19', '2023-04-19 10:30:19', '', 4769, 'http://drkarimbennani.com/?p=4801', 0, 'revision', '', 0),
(4802, 1, '2023-04-19 10:30:48', '2023-04-19 10:30:48', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"x\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:30:48', '2023-04-19 10:30:48', '', 4769, 'http://drkarimbennani.com/?p=4802', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4803, 1, '2023-04-19 10:31:23', '2023-04-19 10:31:23', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"55px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:31:23', '2023-04-19 10:31:23', '', 4769, 'http://drkarimbennani.com/?p=4803', 0, 'revision', '', 0),
(4804, 1, '2023-04-19 10:35:01', '2023-04-19 10:35:01', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"55px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:35:01', '2023-04-19 10:35:01', '', 4769, 'http://drkarimbennani.com/?p=4804', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4805, 1, '2023-04-19 10:36:15', '2023-04-19 10:36:15', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"55px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"50\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:36:15', '2023-04-19 10:36:15', '', 4769, 'http://drkarimbennani.com/?p=4805', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4806, 1, '2023-04-19 10:37:10', '2023-04-19 10:37:10', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"55px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"0\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:37:10', '2023-04-19 10:37:10', '', 4769, 'http://drkarimbennani.com/?p=4806', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4807, 1, '2023-04-19 10:37:45', '2023-04-19 10:37:45', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"55px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:37:45', '2023-04-19 10:37:45', '', 4769, 'http://drkarimbennani.com/?p=4807', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4808, 1, '2023-04-19 10:38:30', '2023-04-19 10:38:30', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"35px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_comments avatar=\"circle\" headings=\"show\" heading_size=\"2\" padding=\"40\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:38:30', '2023-04-19 10:38:30', '', 4769, 'http://drkarimbennani.com/?p=4808', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4809, 1, '2023-04-19 10:40:34', '2023-04-19 10:40:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"35px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:40:34', '2023-04-19 10:40:34', '', 4769, 'http://drkarimbennani.com/?p=4809', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4810, 1, '2023-04-19 10:41:11', '2023-04-19 10:41:11', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"35px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"sticky\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:41:11', '2023-04-19 10:41:11', '', 4769, 'http://drkarimbennani.com/?p=4810', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4811, 1, '2023-04-19 10:42:03', '2023-04-19 10:42:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"35px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"15px\" border_radius_top_right=\"15px\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"sticky\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:42:03', '2023-04-19 10:42:03', '', 4769, 'http://drkarimbennani.com/?p=4811', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4812, 1, '2023-04-19 10:42:13', '2023-04-19 10:42:13', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"35px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"15px\" border_radius_top_right=\"15px\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"sticky\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:42:13', '2023-04-19 10:42:13', '', 4769, 'http://drkarimbennani.com/?p=4812', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4813, 1, '2023-04-19 10:42:34', '2023-04-19 10:42:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"35px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"55px\" border_radius_top_right=\"55px\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"sticky\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:42:34', '2023-04-19 10:42:34', '', 4769, 'http://drkarimbennani.com/?p=4813', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4814, 1, '2023-04-19 10:45:46', '2023-04-19 10:45:46', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"35px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\n\nYour Content Goes Here\n\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"55px\" border_radius_top_right=\"55px\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"sticky\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-autosave-v1', '', '', '2023-04-19 10:45:46', '2023-04-19 10:45:46', '', 4769, 'http://drkarimbennani.com/?p=4814', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4817, 1, '2023-04-19 10:48:31', '2023-04-19 10:48:31', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"100px\" admin_label=\"Content\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"sticky\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:48:31', '2023-04-19 10:48:31', '', 4769, 'http://drkarimbennani.com/?p=4817', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4818, 1, '2023-04-19 10:48:48', '2023-04-19 10:48:48', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"sticky\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:48:48', '2023-04-19 10:48:48', '', 4769, 'http://drkarimbennani.com/?p=4818', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4819, 1, '2023-04-19 10:51:43', '2023-04-19 10:51:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:51:43', '2023-04-19 10:51:43', '', 4769, 'http://drkarimbennani.com/?p=4819', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4820, 1, '2023-04-19 10:53:39', '2023-04-19 10:53:39', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color3)\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:53:39', '2023-04-19 10:53:39', '', 4769, 'http://drkarimbennani.com/?p=4820', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4821, 1, '2023-04-19 10:54:19', '2023-04-19 10:54:19', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color4)\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 10:54:19', '2023-04-19 10:54:19', '', 4769, 'http://drkarimbennani.com/?p=4821', 0, 'revision', '', 0),
(4822, 1, '2023-04-19 10:56:14', '2023-04-19 10:56:14', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 10:56:14', '2023-04-19 10:56:14', '', 4580, 'http://drkarimbennani.com/?p=4822', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4823, 1, '2023-04-19 11:11:40', '2023-04-19 11:11:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_post_card_archives post_card=\"0\" post_card_list_view=\"0\" source=\"posts\" number_posts=\"0\" scrolling=\"infinite\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" flex_align_items=\"flex-start\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"80\" separator_style_type=\"none\" separator_sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" nav_margin_bottom=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNothing Found\r\n\r\n[/fusion_tb_post_card_archives][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Post Archives Content', '', 'inherit', 'closed', 'closed', '', '4765-revision-v1', '', '', '2023-04-19 11:11:40', '2023-04-19 11:11:40', '', 4765, 'http://drkarimbennani.com/?p=4823', 0, 'revision', '', 0),
(4827, 1, '2023-04-19 11:13:50', '2023-04-19 11:13:50', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"News Tips Guides\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_post_cards post_card=\"373\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" posts_by=\"all\" out_of_stock=\"include\" show_hidden=\"no\" number_posts=\"6\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" flex_align_items=\"flex-start\" columns_medium=\"0\" columns_small=\"1\" columns=\"3\" column_spacing=\"40\" row_spacing=\"100\" separator_style_type=\"none\" separator_alignment=\"center\" autoplay=\"no\" show_nav=\"yes\" mouse_scroll=\"no\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 11:13:50', '2023-04-19 11:13:50', '', 4734, 'http://drkarimbennani.com/?p=4827', 0, 'revision', '', 0),
(4828, 1, '2023-04-19 11:14:12', '2023-04-19 11:14:12', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"News Tips Guides\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"6\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"flex-start\" columns_medium=\"0\" columns_small=\"1\" columns=\"3\" column_spacing=\"40\" row_spacing=\"100\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 11:14:12', '2023-04-19 11:14:12', '', 4734, 'http://drkarimbennani.com/?p=4828', 0, 'revision', '', 0),
(4837, 1, '2023-04-19 11:23:01', '2023-04-19 11:23:01', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" custom_aspect_ratio=\"100\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJ0eXBlIjoiY2F0ZWdvcnkiLCJzZXBhcmF0b3IiOiIgLyAiLCJsaW5rIjoieWVzIiwiYmVmb3JlIjoiIn19\" fusion_font_variant_text_font=\"400\" font_size=\"16px\" margin_top=\"10px\" letter_spacing=\"0.015em\" margin_bottom=\"10px\"]Your Content Goes Here[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"on\" link_target=\"_self\" content_align=\"left\" size=\"4\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9fQ==\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" margin_top=\"0px\"]Your Content Goes Here[/fusion_title][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" padding_top=\"20px\" padding_bottom=\"20px\" button_gradient_top_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" accent_color=\"var(--awb-color5)\" accent_hover_color=\"var(--awb-color5)\" border_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" border_hover_color=\"var(--awb-color4)\" border_bottom=\"1px\" padding_right=\"0px\" padding_left=\"0px\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayJ9fQ==\"]continue reading[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" spacing_left=\"22px\" spacing_right=\"22px\" margin_top=\"-40px\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"30px\" padding_left=\"30px\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 11:23:01', '2023-04-19 11:23:01', '', 4755, 'http://drkarimbennani.com/?p=4837', 0, 'revision', '', 0),
(4838, 1, '2023-04-19 11:26:25', '2023-04-19 11:26:25', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_post_card_archives post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" number_posts=\"0\" scrolling=\"infinite\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" flex_align_items=\"flex-start\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"80\" separator_style_type=\"none\" separator_sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" nav_margin_bottom=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNothing Found\r\n\r\n[/fusion_tb_post_card_archives][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Post Archives Content', '', 'inherit', 'closed', 'closed', '', '4765-revision-v1', '', '', '2023-04-19 11:26:25', '2023-04-19 11:26:25', '', 4765, 'http://drkarimbennani.com/?p=4838', 0, 'revision', '', 0),
(4839, 1, '2023-04-19 11:27:11', '2023-04-19 11:27:11', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_tb_post_card_archives post_card=\"4755\" post_card_list_view=\"4755\" source=\"posts\" number_posts=\"0\" scrolling=\"infinite\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" flex_align_items=\"flex-start\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"80\" separator_style_type=\"none\" separator_alignment=\"center\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" show_nav=\"yes\" dots_position=\"bottom\" dots_spacing=\"4\" dots_align=\"center\" dots_size=\"8\" dots_active_size=\"8\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nothing Found</p>\r\n[/fusion_tb_post_card_archives][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Post Archives Content', '', 'inherit', 'closed', 'closed', '', '4765-revision-v1', '', '', '2023-04-19 11:27:11', '2023-04-19 11:27:11', '', 4765, 'http://drkarimbennani.com/?p=4839', 0, 'revision', '', 0),
(4840, 1, '2023-04-19 11:28:39', '2023-04-19 11:28:39', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_tb_post_card_archives post_card=\"4755\" post_card_list_view=\"4755\" source=\"posts\" number_posts=\"0\" scrolling=\"infinite\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" flex_align_items=\"flex-start\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"80\" separator_style_type=\"none\" separator_sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" nav_margin_bottom=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNothing Found\r\n\r\n[/fusion_tb_post_card_archives][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Post Archives Content', '', 'inherit', 'closed', 'closed', '', '4765-revision-v1', '', '', '2023-04-19 11:28:39', '2023-04-19 11:28:39', '', 4765, 'http://drkarimbennani.com/?p=4840', 0, 'revision', '', 0),
(4845, 1, '2023-04-19 11:32:22', '2023-04-19 11:32:22', '{\\\"conditions\\\":[],\\\"template_terms\\\":{\\\"content\\\":\\\"4769\\\"}}', 'Blog Post', '', 'inherit', 'closed', 'closed', '', '4768-revision-v1', '', '', '2023-04-19 11:32:22', '2023-04-19 11:32:22', '', 4768, 'http://drkarimbennani.com/?p=4845', 0, 'revision', '', 0),
(4848, 1, '2023-04-19 11:38:24', '2023-04-19 11:38:24', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"7\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"2\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" margin_top=\"30px\" highlight_color=\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) + 100%),calc(var(--awb-color5-l) + 56%),var(--awb-color5-a))\" margin_top_small=\"30px\"]Your Content Goes Here[/fusion_title][fusion_imageframe image_id=\"793|full\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"155px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"30px\" margin_right=\"\" margin_bottom=\"60px\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]https://forsalak.com/wp-content/uploads/2022/06/inner-page-header-arrow.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Inner Page PTB', '', 'inherit', 'closed', 'closed', '', '4762-revision-v1', '', '', '2023-04-19 11:38:24', '2023-04-19 11:38:24', '', 4762, 'http://drkarimbennani.com/?p=4848', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4852, 1, '2023-04-19 11:54:42', '2023-04-19 11:54:42', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"7\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"30px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"30px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) + 100%),calc(var(--awb-color5-l) + 56%),var(--awb-color5-a))\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicGFnZV90aXRsZV9jdXN0b21fdGV4dCIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_imageframe image_id=\"4355|full\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"155px\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"30px\" margin_right=\"\" margin_bottom=\"60px\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_06c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Inner Page PTB', '', 'inherit', 'closed', 'closed', '', '4762-revision-v1', '', '', '2023-04-19 11:54:42', '2023-04-19 11:54:42', '', 4762, 'http://drkarimbennani.com/?p=4852', 0, 'revision', '', 0),
(4856, 1, '2023-04-19 11:57:58', '2023-04-19 11:57:58', '[fusion_builder_container admin_label=\"News Tips Guides\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"6\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"flex-start\" columns_medium=\"0\" columns_small=\"1\" columns=\"3\" column_spacing=\"40\" row_spacing=\"100\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 11:57:58', '2023-04-19 11:57:58', '', 4734, 'http://drkarimbennani.com/?p=4856', 0, 'revision', '', 0),
(4857, 1, '2023-04-19 11:59:52', '2023-04-19 11:59:52', '[fusion_builder_container admin_label=\"News Tips Guides\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"6\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"1\" columns=\"3\" column_spacing=\"40\" row_spacing=\"100\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 11:59:52', '2023-04-19 11:59:52', '', 4734, 'http://drkarimbennani.com/?p=4857', 0, 'revision', '', 0),
(4858, 1, '2023-04-19 12:00:33', '2023-04-19 12:00:33', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_tb_post_card_archives post_card=\"4755\" post_card_list_view=\"4755\" source=\"posts\" number_posts=\"0\" scrolling=\"infinite\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"80\" separator_style_type=\"none\" separator_sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" nav_margin_bottom=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNothing Found\r\n\r\n[/fusion_tb_post_card_archives][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Post Archives Content', '', 'inherit', 'closed', 'closed', '', '4765-revision-v1', '', '', '2023-04-19 12:00:33', '2023-04-19 12:00:33', '', 4765, 'http://drkarimbennani.com/?p=4858', 0, 'revision', '', 0),
(4860, 1, '2023-04-19 12:03:14', '2023-04-19 12:03:14', '{\\\"conditions\\\":{\\\"singular_post\\\":{\\\"label\\\":\\\"All Posts\\\",\\\"type\\\":\\\"singular\\\",\\\"mode\\\":\\\"include\\\",\\\"singular\\\":\\\"singular_post\\\"}},\\\"template_terms\\\":{\\\"content\\\":\\\"4769\\\"}}', 'Blog Post', '', 'inherit', 'closed', 'closed', '', '4768-revision-v1', '', '', '2023-04-19 12:03:14', '2023-04-19 12:03:14', '', 4768, 'http://drkarimbennani.com/?p=4860', 0, 'revision', '', 0),
(4863, 1, '2023-04-19 12:04:41', '2023-04-19 12:04:41', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_tb_post_card_archives post_card=\"4755\" post_card_list_view=\"4755\" source=\"posts\" number_posts=\"3\" scrolling=\"infinite\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"80\" separator_style_type=\"none\" separator_sep_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" nav_margin_bottom=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNothing Found\r\n\r\n[/fusion_tb_post_card_archives][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Post Archives Content', '', 'inherit', 'closed', 'closed', '', '4765-revision-v1', '', '', '2023-04-19 12:04:41', '2023-04-19 12:04:41', '', 4765, 'http://drkarimbennani.com/?p=4863', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4864, 3, '2023-04-19 12:11:40', '2023-04-19 12:11:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diabète est un trouble métabolique chronique qui touche des millions de personnes dans le monde. L\'hyperglycémie est due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline, une hormone responsable de la régulation du taux de sucre dans le sang. Il existe plusieurs types de diabète, dont le diabète de type 1, le diabète de type 2 et le diabète gestationnel. Le diagnostic du diabète est généralement établi par la mesure de la glycémie et d\'autres tests de diagnostic du diabète. Le traitement du diabète comprend des modifications du mode de vie, telles qu\'une alimentation saine et une activité physique régulière, ainsi que des médicaments et une insulinothérapie. Une gestion efficace du diabète est essentielle pour prévenir les complications et améliorer la qualité de vie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nComment le diabète est-il diagnostiqué ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"]\r\n\r\nLe diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Il s\'agit d\'une maladie courante qui touche des millions de personnes dans le monde. Un diagnostic précoce du diabète est essentiel pour prévenir les complications et améliorer la qualité de vie. Dans ce blog sur le diabète, nous aborderons les différents tests utilisés pour diagnostiquer le diabète.\r\n\r\nLe diagnostic du diabète est généralement établi en mesurant le taux de glucose dans le sang. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test de glycémie à jeun (FPG), l\'épreuve d\'hyperglycémie provoquée par voie orale (OGTT) et le test d\'hémoglobine A1C (HbA1c).\r\n\r\nLe test de glycémie à jeun consiste à mesurer le taux de glucose dans le sang après un jeûne d\'au moins 8 heures. Un résultat normal est inférieur à 100 mg/dL (5,6 mmol/L), tandis qu\'un résultat de 126 mg/dL (7,0 mmol/L) ou plus indique un diabète.\r\n\r\nL\'HGPO consiste à boire une solution sucrée après un jeûne d\'une nuit, puis à mesurer la glycémie à intervalles réguliers au cours des deux heures suivantes. Un résultat normal à l\'HGPO est inférieur à 140 mg/dL (7,8 mmol/L), tandis qu\'un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.\r\n\r\nLe test HbA1c mesure la glycémie moyenne sur les deux ou trois derniers mois. Un résultat typique d\'HbA1c est inférieur à 5,7 %, tandis qu\'un résultat de 6,5 % ou plus indique un diabète.\r\n\r\nEn plus de ces tests, un test de glucose plasmatique aléatoire (GPA) peut également être utilisé pour diagnostiquer le diabète. Ce test consiste à mesurer la glycémie à n\'importe quel moment de la journée, indépendamment du moment où la personne a mangé pour la dernière fois. Un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.\r\n\r\nIl est important de noter que le diagnostic de diabète doit être confirmé par un nouveau test effectué un autre jour, sauf si la glycémie est très élevée et que des symptômes de diabète sont présents.\r\n\r\nEn conclusion, un diagnostic précoce du diabète est essentiel pour une gestion efficace de la maladie. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test FPG, l\'HGPO, le test HbA1c et le test RPG. Ces tests permettent de mesurer la glycémie et de déterminer si une personne est atteinte de diabète. Si vous présentez des symptômes de diabète, tels que des mictions fréquentes, une soif accrue et une vision floue, il est important de consulter un professionnel de la santé pour obtenir un diagnostic et un traitement adéquats.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nRemèdes maison et conseils d\'hygiène de vie pour traiter le diabète\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nLe diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Bien que le diabète nécessite un traitement médical, il existe plusieurs remèdes maison pour le diabète et des conseils de style de vie qui peuvent aider à gérer les niveaux de sucre dans le sang et à améliorer la santé en général. Dans ce blog, nous aborderons quelques remèdes maison efficaces contre le diabète et des conseils de style de vie pour gérer le diabète.\r\n\r\n[/fusion_text][fusion_checklist parent_dynamic_content=\"\" type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivre un régime alimentaire sain[/fusion_highlight] : Un régime alimentaire sain est essentiel pour gérer le diabète. Une alimentation riche en fibres, en céréales complètes, en fruits et en légumes, tout en évitant les aliments transformés et sucrés, peut aider à contrôler la glycémie. Incluez des aliments riches en protéines, tels que la viande maigre, le poisson et les haricots, et limitez les aliments riches en graisses saturées et en graisses trans.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Exercice physique régulier[/fusion_highlight] : Une activité physique régulière est un élément important de la gestion du diabète. L\'exercice physique contribue à améliorer la sensibilité à l\'insuline et à abaisser le taux de sucre dans le sang. Il peut également contribuer à la gestion du poids, à la réduction du stress et à l\'amélioration de l\'état de santé général. Essayez de faire au moins 30 minutes d\'exercices modérés, comme de la marche rapide, du vélo ou de la natation, la plupart des jours de la semaine.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Restez hydraté[/fusion_highlight] : Il est important de boire beaucoup d\'eau et de rester hydraté pour gérer le diabète. La déshydratation peut affecter la glycémie et entraîner des complications. Essayez de boire au moins 8 à 10 verres d\'eau par jour et évitez les boissons sucrées.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Dormez suffisamment[/fusion_highlight] : Il est important de dormir suffisamment pour gérer le diabète. Le manque de sommeil peut affecter la glycémie et augmenter la résistance à l\'insuline. Essayez de dormir 7 à 8 heures par nuit et établissez une routine de sommeil régulière.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Gérer le stress[/fusion_highlight] : Le stress peut affecter la glycémie et rendre la gestion du diabète plus difficile. Il est important de gérer le stress par des techniques de relaxation, telles que la respiration profonde, le yoga ou la méditation. S\'adonner à des activités qui vous plaisent, comme la lecture, passer du temps avec des proches ou écouter de la musique, peut également contribuer à réduire le niveau de stress.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Utilisez des remèdes naturels[/fusion_highlight] : Plusieurs remèdes naturels pour le diabète ont été trouvés pour aider à gérer le diabète. Il s\'agit notamment de plantes telles que le fenugrec, la cannelle et le melon amer, dont il a été démontré qu\'elles réduisaient le taux de sucre dans le sang. On a également constaté que les suppléments de chrome amélioraient la sensibilité à l\'insuline.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQuand dois-je consulter un médecin pour le diabète ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nSi vous pensez être atteint de diabète, il est important de consulter un médecin dès que possible afin d\'obtenir un diagnostic et un traitement adéquats. En général, il est recommandé de consulter un médecin si vous présentez l\'un des symptômes suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Augmentation de la soif et de la miction[/fusion_highlight] : Si vous remarquez que vous buvez plus que d\'habitude et que vous urinez plus fréquemment, cela peut être le signe d\'une glycémie élevée.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Fatigue [/fusion_highlight]: Si vous vous sentez anormalement fatigué ou léthargique, cela peut être le signe d\'un diabète non contrôlé.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Vision floue[/fusion_highlight] : Une glycémie élevée peut affecter les vaisseaux sanguins des yeux, provoquant une vision floue ou d\'autres problèmes de vision.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Plaies ou infections à cicatrisation lente[/fusion_highlight] : Une glycémie élevée peut affecter la capacité de guérison de l\'organisme, entraînant une cicatrisation lente des plaies ou des infections fréquentes.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Engourdissement ou picotement des pieds[/fusion_highlight] : L\'hyperglycémie peut provoquer des lésions nerveuses, ce qui peut entraîner des engourdissements, des picotements ou des douleurs dans les pieds et les jambes.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Perte de poids inexpliquée[/fusion_highlight] : Si vous perdez du poids sans le vouloir, cela peut être le signe d\'un diabète non contrôlé.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Antécédents familiaux de diabète[/fusion_highlight] : Si vous avez des antécédents familiaux de diabète, il est important de passer régulièrement des examens de contrôle et de dépistage afin de détecter le diabète à un stade précoce.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]En bref[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nLa discussion ci-dessus souligne l\'importance de consulter un médecin lorsque l\'on présente des symptômes de diabète ou des facteurs de risque de la maladie. Parmi les symptômes courants du diabète figurent une soif et une miction accrues, la fatigue, une vision floue, des plaies ou des infections qui guérissent lentement, des engourdissements ou des picotements dans les pieds, une perte de poids inexpliquée et des antécédents familiaux de diabète. Des examens réguliers et des tests de glycémie sont également recommandés pour les personnes présentant des facteurs de risque de diabète.\r\n\r\nEn outre, la discussion met l\'accent sur l\'importance de gérer le diabète en modifiant le mode de vie, notamment en adoptant une alimentation saine, en faisant régulièrement de l\'exercice, en s\'hydratant, en dormant suffisamment et en gérant le stress. Les remèdes naturels, tels que les plantes et les suppléments, peuvent également aider à gérer les niveaux de sucre dans le sang. Toutefois, il est essentiel de travailler avec un professionnel de la santé pour élaborer un plan de traitement personnalisé et procéder aux ajustements nécessaires.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète - Traitement et Diagnostic', '', 'publish', 'open', 'open', '', '10-products-you-need-to-pack-for-your-luxury-summer-travel-cloned', '', '', '2024-03-22 08:22:27', '2024-03-22 08:22:27', '', 0, 'http://drkarimbennani.com/?p=4864', 0, 'post', '', 0),
(4865, 1, '2023-04-19 12:11:40', '2023-04-19 12:11:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"60px\" margin_top=\"20px\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]S[/fusion_dropcap]ed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum.\r\n\r\nNulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien proin quam etiam ultrices.[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"true\" margin_bottom_small=\"30px\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomin\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1235|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-usa-4.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" margin_bottom_small=\"30px\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomout\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1227|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-australia-5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomin\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1200|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-pakistan-5.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"3\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top=\"50px\" margin_bottom=\"5px\" margin_top_small=\"60px\"]\r\n\r\nwhy choose avada tours\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"var(--awb-typography5)\" font_size=\"var(--awb-typography5-font-size)\" letter_spacing=\"var(--awb-typography5-letter-spacing)\" text_transform=\"var(--awb-typography5-text-transform)\" text_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" line_height=\"var(--awb-typography5-line-height)\" fusion_font_family_text_font=\"var(--awb-typography5-font-family)\"]\r\n\r\nWe offers one of the best tour packages\r\n\r\n[/fusion_text][fusion_checklist hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" circle=\"no\" size=\"18px\" iconcolor=\"var(--awb-color4)\" item_padding_left=\"30px\"][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Suspendisse in justo eu magna luctus suscipit</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Morbi lacinia molestie dui praesent blandiya</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Donec lacus nunc viverra nec blandit vel egestas augue vestibulum</strong>[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"40px\" margin_bottom=\"60px\"]\r\n\r\nUllamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien proin quam etiam ultrices.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', '10 products you need to pack for your luxury summer travel ( Cloned )', '', 'inherit', 'closed', 'closed', '', '4864-revision-v1', '', '', '2023-04-19 12:11:40', '2023-04-19 12:11:40', '', 4864, 'http://drkarimbennani.com/?p=4865', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4866, 1, '2023-04-19 12:28:23', '2023-04-19 12:28:23', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_blog number_posts=\"6\" post_status=\"\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" excerpt=\"\" excerpt_length=\"\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"yes\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"large\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" title_size=\"2\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" title_font_size=\"\" title_line_height=\"\" title_letter_spacing=\"\" title_text_transform=\"\" timeline_title_size=\"3\" fusion_font_family_timeline_title_font=\"\" fusion_font_variant_timeline_title_font=\"\" timeline_title_font_size=\"\" timeline_title_line_height=\"\" timeline_title_letter_spacing=\"\" timeline_title_text_transform=\"\" title_link=\"yes\" content_alignment=\"\" scrolling=\"pagination\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 12:28:23', '2023-04-19 12:28:23', '', 4734, 'http://drkarimbennani.com/?p=4866', 0, 'revision', '', 0),
(4867, 1, '2023-04-19 12:28:47', '2023-04-19 12:28:47', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_blog number_posts=\"6\" post_status=\"\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" excerpt=\"\" excerpt_length=\"\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"yes\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" title_size=\"2\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" title_font_size=\"\" title_line_height=\"\" title_letter_spacing=\"\" title_text_transform=\"\" timeline_title_size=\"3\" fusion_font_family_timeline_title_font=\"\" fusion_font_variant_timeline_title_font=\"\" timeline_title_font_size=\"\" timeline_title_line_height=\"\" timeline_title_letter_spacing=\"\" timeline_title_text_transform=\"\" title_link=\"yes\" content_alignment=\"\" scrolling=\"pagination\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 12:28:47', '2023-04-19 12:28:47', '', 4734, 'http://drkarimbennani.com/?p=4867', 0, 'revision', '', 0),
(4868, 1, '2023-04-19 12:30:29', '2023-04-19 12:30:29', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_blog number_posts=\"6\" post_status=\"\" offset=\"0\" pull_by=\"category\" cat_slug=\"\" exclude_cats=\"\" tag_slug=\"\" exclude_tags=\"\" orderby=\"date\" order=\"DESC\" thumbnail=\"yes\" title=\"yes\" excerpt=\"\" excerpt_length=\"\" strip_html=\"yes\" meta_all=\"yes\" meta_author=\"yes\" meta_categories=\"yes\" meta_comments=\"yes\" meta_date=\"yes\" meta_link=\"yes\" meta_tags=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" blog_grid_columns=\"\" blog_grid_column_spacing=\"\" blog_masonry_grid_ratio=\"\" blog_masonry_width_double=\"\" equal_heights=\"no\" title_size=\"2\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" title_font_size=\"\" title_line_height=\"\" title_letter_spacing=\"\" title_text_transform=\"\" timeline_title_size=\"3\" fusion_font_family_timeline_title_font=\"\" fusion_font_variant_timeline_title_font=\"\" timeline_title_font_size=\"\" timeline_title_line_height=\"\" timeline_title_letter_spacing=\"\" timeline_title_text_transform=\"\" title_link=\"yes\" content_alignment=\"\" scrolling=\"pagination\" grid_box_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" grid_element_color=\"\" grid_separator_style_type=\"\" grid_separator_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" /][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 12:30:29', '2023-04-19 12:30:29', '', 4734, 'http://drkarimbennani.com/?p=4868', 0, 'revision', '', 0),
(4869, 1, '2023-04-19 13:30:49', '2023-04-19 13:30:49', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 13:30:49', '2023-04-19 13:30:49', '', 4734, 'http://drkarimbennani.com/?p=4869', 0, 'revision', '', 0),
(4870, 1, '2023-04-19 13:31:57', '2023-04-19 13:31:57', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"1-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJ0eXBlIjoiY2F0ZWdvcnkiLCJzZXBhcmF0b3IiOiIgLyAiLCJsaW5rIjoieWVzIiwiYmVmb3JlIjoiIn19\" fusion_font_variant_text_font=\"400\" font_size=\"16px\" margin_top=\"10px\" letter_spacing=\"0.015em\" margin_bottom=\"10px\"]Your Content Goes Here[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"on\" link_target=\"_self\" content_align=\"left\" size=\"4\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9fQ==\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" margin_top=\"0px\"]Your Content Goes Here[/fusion_title][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" padding_top=\"20px\" padding_bottom=\"20px\" button_gradient_top_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" accent_color=\"var(--awb-color5)\" accent_hover_color=\"var(--awb-color5)\" border_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" border_hover_color=\"var(--awb-color4)\" border_bottom=\"1px\" padding_right=\"0px\" padding_left=\"0px\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayJ9fQ==\"]continue reading[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" spacing_left=\"22px\" spacing_right=\"22px\" margin_top=\"-40px\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"30px\" padding_left=\"30px\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 13:31:57', '2023-04-19 13:31:57', '', 4755, 'http://drkarimbennani.com/?p=4870', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4871, 1, '2023-04-19 13:32:34', '2023-04-19 13:32:34', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJ0eXBlIjoiY2F0ZWdvcnkiLCJzZXBhcmF0b3IiOiIgLyAiLCJsaW5rIjoieWVzIiwiYmVmb3JlIjoiIn19\" fusion_font_variant_text_font=\"400\" font_size=\"16px\" margin_top=\"10px\" letter_spacing=\"0.015em\" margin_bottom=\"10px\"]Your Content Goes Here[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"on\" link_target=\"_self\" content_align=\"left\" size=\"4\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9fQ==\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" margin_top=\"0px\"]Your Content Goes Here[/fusion_title][fusion_button target=\"_self\" color=\"custom\" linear_angle=\"180\" stretch=\"default\" icon_position=\"right\" icon_divider=\"no\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" padding_top=\"20px\" padding_bottom=\"20px\" button_gradient_top_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" accent_color=\"var(--awb-color5)\" accent_hover_color=\"var(--awb-color5)\" border_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" border_hover_color=\"var(--awb-color4)\" border_bottom=\"1px\" padding_right=\"0px\" padding_left=\"0px\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayJ9fQ==\"]continue reading[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" spacing_left=\"22px\" spacing_right=\"22px\" margin_top=\"-40px\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"30px\" padding_left=\"30px\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 13:32:34', '2023-04-19 13:32:34', '', 4755, 'http://drkarimbennani.com/?p=4871', 0, 'revision', '', 0),
(4872, 1, '2023-04-19 13:33:23', '2023-04-19 13:33:23', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" border_sizes_bottom=\"1px\" border_color=\"var(--awb-custom15)\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:33:23', '2023-04-19 13:33:23', '', 4580, 'http://drkarimbennani.com/?p=4872', 0, 'revision', '', 0),
(4873, 1, '2023-04-19 13:34:19', '2023-04-19 13:34:19', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_blur=\"17\" box_shadow_spread=\"-30\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" border_color=\"var(--awb-custom15)\" box_shadow_horizontal=\"3px\" box_shadow_color=\"var(--awb-color8)\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:34:19', '2023-04-19 13:34:19', '', 4580, 'http://drkarimbennani.com/?p=4873', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4874, 1, '2023-04-19 13:41:51', '2023-04-19 13:41:51', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"17\" box_shadow_spread=\"-30\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:41:51', '2023-04-19 13:41:51', '', 4580, 'http://drkarimbennani.com/?p=4874', 0, 'revision', '', 0),
(4875, 1, '2023-04-19 13:46:31', '2023-04-19 13:46:31', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color4)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"17\" box_shadow_spread=\"-30\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:46:31', '2023-04-19 13:46:31', '', 4580, 'http://drkarimbennani.com/?p=4875', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4876, 1, '2023-04-19 13:47:11', '2023-04-19 13:47:11', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"15\" box_shadow_spread=\"19\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:47:11', '2023-04-19 13:47:11', '', 4580, 'http://drkarimbennani.com/?p=4876', 0, 'revision', '', 0),
(4877, 1, '2023-04-19 13:48:00', '2023-04-19 13:48:00', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"7\" box_shadow_spread=\"7\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:48:00', '2023-04-19 13:48:00', '', 4580, 'http://drkarimbennani.com/?p=4877', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4878, 1, '2023-04-19 13:48:29', '2023-04-19 13:48:29', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"7\" box_shadow_spread=\"2\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:48:29', '2023-04-19 13:48:29', '', 4580, 'http://drkarimbennani.com/?p=4878', 0, 'revision', '', 0),
(4879, 1, '2023-04-19 13:49:04', '2023-04-19 13:49:04', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"20\" box_shadow_color=\"var(--awb-color8)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:49:04', '2023-04-19 13:49:04', '', 4580, 'http://drkarimbennani.com/?p=4879', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4880, 1, '2023-04-19 13:49:34', '2023-04-19 13:49:34', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"20\" box_shadow_color=\"rgba(51,51,51,0.49)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:49:34', '2023-04-19 13:49:34', '', 4580, 'http://drkarimbennani.com/?p=4880', 0, 'revision', '', 0),
(4881, 1, '2023-04-19 13:50:27', '2023-04-19 13:50:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.33)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:50:27', '2023-04-19 13:50:27', '', 4580, 'http://drkarimbennani.com/?p=4881', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4882, 1, '2023-04-19 13:51:05', '2023-04-19 13:51:05', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.9)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:51:05', '2023-04-19 13:51:05', '', 4580, 'http://drkarimbennani.com/?p=4882', 0, 'revision', '', 0),
(4883, 1, '2023-04-19 13:51:30', '2023-04-19 13:51:30', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"0px\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"var(--awb-color4)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"25px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"0px\" border_sizes_right=\"\" border_sizes_bottom=\"0px\" border_sizes_left=\"\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"yes\" box_shadow_vertical=\"\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" box_shadow_style=\"\" z_index=\"9999\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color4)\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-19 13:51:30', '2023-04-19 13:51:30', '', 4580, 'http://drkarimbennani.com/?p=4883', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4884, 1, '2023-04-19 13:53:32', '2023-04-19 13:53:32', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(160,206,78,0.75)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 13:53:32', '2023-04-19 13:53:32', '', 18, 'http://drkarimbennani.com/?p=4884', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4885, 1, '2023-04-19 13:55:37', '2023-04-19 13:55:37', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"20px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(160,206,78,0.75)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 13:55:37', '2023-04-19 13:55:37', '', 18, 'http://drkarimbennani.com/?p=4885', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4886, 1, '2023-04-19 13:56:35', '2023-04-19 13:56:35', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(160,206,78,0.75)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#ffffff\" top_margin=\"10px\" bottom_margin=\"10px\" border_size=\"50\" icon=\"fa-heart fas\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" alignment=\"center\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 13:56:35', '2023-04-19 13:56:35', '', 18, 'http://drkarimbennani.com/?p=4886', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4887, 1, '2023-04-19 14:03:25', '2023-04-19 14:03:25', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"16px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color3)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"on\" link_target=\"_self\" content_align=\"left\" size=\"4\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9fQ==\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" margin_top=\"0px\"]Your Content Goes Here[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color5)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color5-h) + 46),var(--awb-color5-s),calc(var(--awb-color5-l) - 18%),var(--awb-color5-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" spacing_left=\"22px\" spacing_right=\"22px\" margin_top=\"-40px\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"30px\" padding_left=\"30px\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:03:25', '2023-04-19 14:03:25', '', 4755, 'http://drkarimbennani.com/?p=4887', 0, 'revision', '', 0),
(4888, 1, '2023-04-19 14:05:36', '2023-04-19 14:05:36', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"16px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color3)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color5)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color5-h) + 46),var(--awb-color5-s),calc(var(--awb-color5-l) - 18%),var(--awb-color5-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" spacing_left=\"22px\" spacing_right=\"22px\" margin_top=\"-40px\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"30px\" padding_left=\"30px\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:05:36', '2023-04-19 14:05:36', '', 4755, 'http://drkarimbennani.com/?p=4888', 0, 'revision', '', 0),
(4889, 1, '2023-04-19 14:06:00', '2023-04-19 14:06:00', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_cards post_card=\"0\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 14:06:00', '2023-04-19 14:06:00', '', 4734, 'http://drkarimbennani.com/?p=4889', 0, 'revision', '', 0),
(4890, 1, '2023-04-19 14:06:20', '2023-04-19 14:06:20', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 14:06:20', '2023-04-19 14:06:20', '', 4734, 'http://drkarimbennani.com/?p=4890', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4891, 1, '2023-04-19 14:10:56', '2023-04-19 14:10:56', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"56px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color5)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"5px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color5-h) + 46),var(--awb-color5-s),calc(var(--awb-color5-l) - 18%),var(--awb-color5-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" spacing_left=\"22px\" spacing_right=\"22px\" margin_top=\"-40px\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"30px\" padding_left=\"30px\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:10:56', '2023-04-19 14:10:56', '', 4755, 'http://drkarimbennani.com/?p=4891', 0, 'revision', '', 0),
(4892, 1, '2023-04-19 14:35:39', '2023-04-19 14:35:39', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"56px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"5px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color5-h) + 46),var(--awb-color5-s),calc(var(--awb-color5-l) - 18%),var(--awb-color5-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" spacing_left=\"22px\" spacing_right=\"22px\" margin_top=\"-40px\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"30px\" padding_left=\"30px\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" element_content=\"\" first=\"true\" min_height=\"\" link=\"\"][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:35:39', '2023-04-19 14:35:39', '', 4755, 'http://drkarimbennani.com/?p=4892', 0, 'revision', '', 0),
(4893, 1, '2023-04-19 14:38:45', '2023-04-19 14:38:45', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" element_content=\"\" last=\"true\" hover_type=\"none\" border_position=\"all\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"56px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"5px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:38:45', '2023-04-19 14:38:45', '', 4755, 'http://drkarimbennani.com/?p=4893', 0, 'revision', '', 0),
(4894, 1, '2023-04-19 14:39:46', '2023-04-19 14:39:46', '[fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"56px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"5px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:39:46', '2023-04-19 14:39:46', '', 4755, 'http://drkarimbennani.com/?p=4894', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4895, 1, '2023-04-19 14:40:34', '2023-04-19 14:40:34', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"56px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"35px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"5px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:40:34', '2023-04-19 14:40:34', '', 4755, 'http://drkarimbennani.com/?p=4895', 0, 'revision', '', 0),
(4896, 1, '2023-04-19 14:40:57', '2023-04-19 14:40:57', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"56px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"5px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:40:57', '2023-04-19 14:40:57', '', 4755, 'http://drkarimbennani.com/?p=4896', 0, 'revision', '', 0),
(4897, 1, '2023-04-19 14:41:39', '2023-04-19 14:41:39', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"16px\" line_height=\"\" letter_spacing=\"0.015em\" text_transform=\"\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"5px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:41:39', '2023-04-19 14:41:39', '', 4755, 'http://drkarimbennani.com/?p=4897', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4898, 1, '2023-04-19 14:42:14', '2023-04-19 14:42:14', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_text_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"5px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"20px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:42:14', '2023-04-19 14:42:14', '', 4755, 'http://drkarimbennani.com/?p=4898', 0, 'revision', '', 0),
(4899, 1, '2023-04-19 14:43:46', '2023-04-19 14:43:46', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_text_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"1px\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fusion-prefix-awb-touroperator-arrow-1\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"none\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:43:46', '2023-04-19 14:43:46', '', 4755, 'http://drkarimbennani.com/?p=4899', 0, 'revision', '', 0),
(4900, 1, '2023-04-19 14:44:56', '2023-04-19 14:44:56', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_text_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:44:56', '2023-04-19 14:44:56', '', 4755, 'http://drkarimbennani.com/?p=4900', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4901, 1, '2023-04-19 14:45:26', '2023-04-19 14:45:26', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_text_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:45:26', '2023-04-19 14:45:26', '', 4755, 'http://drkarimbennani.com/?p=4901', 0, 'revision', '', 0),
(4902, 1, '2023-04-19 14:46:10', '2023-04-19 14:46:10', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_text_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:46:10', '2023-04-19 14:46:10', '', 4755, 'http://drkarimbennani.com/?p=4902', 0, 'revision', '', 0),
(4903, 1, '2023-04-19 14:53:32', '2023-04-19 14:53:32', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_text_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"0px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:53:32', '2023-04-19 14:53:32', '', 4755, 'http://drkarimbennani.com/?p=4903', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4904, 1, '2023-04-19 14:54:12', '2023-04-19 14:54:12', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_text_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"20px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"0px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:54:12', '2023-04-19 14:54:12', '', 4755, 'http://drkarimbennani.com/?p=4904', 0, 'revision', '', 0),
(4905, 1, '2023-04-19 14:55:18', '2023-04-19 14:55:18', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_text_font=\"var(--awb-typography3)\" font_size=\"var(--awb-typography3-font-size)\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:55:18', '2023-04-19 14:55:18', '', 4755, 'http://drkarimbennani.com/?p=4905', 0, 'revision', '', 0),
(4906, 1, '2023-04-19 14:56:25', '2023-04-19 14:56:25', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:56:25', '2023-04-19 14:56:25', '', 4755, 'http://drkarimbennani.com/?p=4906', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4907, 1, '2023-04-19 14:57:00', '2023-04-19 14:57:00', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:57:00', '2023-04-19 14:57:00', '', 4755, 'http://drkarimbennani.com/?p=4907', 0, 'revision', '', 0),
(4908, 1, '2023-04-19 14:57:21', '2023-04-19 14:57:21', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_button_font=\"var(--awb-typography3)\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:57:21', '2023-04-19 14:57:21', '', 4755, 'http://drkarimbennani.com/?p=4908', 0, 'revision', '', 0),
(4909, 1, '2023-04-19 14:58:26', '2023-04-19 14:58:26', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"var(--awb-color4)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"21px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 14:58:26', '2023-04-19 14:58:26', '', 4755, 'http://drkarimbennani.com/?p=4909', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4910, 1, '2023-04-19 15:00:01', '2023-04-19 15:00:01', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"25px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:00:01', '2023-04-19 15:00:01', '', 4755, 'http://drkarimbennani.com/?p=4910', 0, 'revision', '', 0),
(4911, 1, '2023-04-19 15:00:51', '2023-04-19 15:00:51', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:00:51', '2023-04-19 15:00:51', '', 4755, 'http://drkarimbennani.com/?p=4911', 0, 'revision', '', 0),
(4912, 1, '2023-04-19 15:01:41', '2023-04-19 15:01:41', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:01:41', '2023-04-19 15:01:41', '', 4755, 'http://drkarimbennani.com/?p=4912', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4913, 1, '2023-04-19 15:02:04', '2023-04-19 15:02:04', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:02:04', '2023-04-19 15:02:04', '', 4755, 'http://drkarimbennani.com/?p=4913', 0, 'revision', '', 0),
(4914, 1, '2023-04-19 15:02:38', '2023-04-19 15:02:38', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"crossfade\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:02:38', '2023-04-19 15:02:38', '', 4755, 'http://drkarimbennani.com/?p=4914', 0, 'revision', '', 0),
(4915, 1, '2023-04-19 15:03:08', '2023-04-19 15:03:08', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"crossfade\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"zoom\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:03:08', '2023-04-19 15:03:08', '', 4755, 'http://drkarimbennani.com/?p=4915', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4916, 1, '2023-04-19 15:03:28', '2023-04-19 15:03:28', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"rollover\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:03:28', '2023-04-19 15:03:28', '', 4755, 'http://drkarimbennani.com/?p=4916', 0, 'revision', '', 0),
(4917, 1, '2023-04-19 15:03:51', '2023-04-19 15:03:51', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"crossfade\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:03:51', '2023-04-19 15:03:51', '', 4755, 'http://drkarimbennani.com/?p=4917', 0, 'revision', '', 0),
(4918, 1, '2023-04-19 15:04:21', '2023-04-19 15:04:21', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:04:21', '2023-04-19 15:04:21', '', 4755, 'http://drkarimbennani.com/?p=4918', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4919, 1, '2023-04-19 15:04:57', '2023-04-19 15:04:57', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:04:57', '2023-04-19 15:04:57', '', 4755, 'http://drkarimbennani.com/?p=4919', 0, 'revision', '', 0),
(4920, 1, '2023-04-19 15:05:37', '2023-04-19 15:05:37', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"var(--awb-color3)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:05:37', '2023-04-19 15:05:37', '', 4755, 'http://drkarimbennani.com/?p=4920', 0, 'revision', '', 0),
(4921, 1, '2023-04-19 15:06:51', '2023-04-19 15:06:51', '[fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"overlay\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_card_image layout=\"static\" aspect_ratio=\"2-1\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" show_title=\"yes\" show_cats=\"yes\" show_price=\"yes\" show_rating=\"yes\" show_sale=\"no\" show_outofstock=\"no\" show_buttons=\"yes\" image_link=\"yes\" image_link_target=\"_self\" image_link_custom=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" crossfade_bg_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" background_color=\"var(--awb-color1)\" border_radius_top_left=\"12px\" border_radius_top_right=\"12px\" border_radius_bottom_right=\"12px\" border_radius_bottom_left=\"12px\" padding_top=\"25px\" padding_right=\"20px\" padding_left=\"20px\" last=\"true\" border_position=\"all\" margin_bottom=\"0px\" margin_bottom_small=\"40px\" min_height=\"\" link=\"\" first=\"true\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"10px\" margin_right=\"\" margin_bottom=\"10px\" margin_left=\"\" fusion_font_family_text_font=\"Inter\" fusion_font_variant_text_font=\"300\" font_size=\"17px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color4)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGVybXMiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsInR5cGUiOiJjYXRlZ29yeSIsInNlcGFyYXRvciI6IiAvICIsImxpbmsiOiJ5ZXMiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"on\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"4\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"27px\" line_height=\"1.35\" letter_spacing=\"\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"25px\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"var(--awb-color8)\" link_hover_color=\"#32a3db\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9fQ==\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_button link=\"\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"var(--awb-color1)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"var(--awb-color1)\" button_gradient_bottom_color_hover=\"var(--awb-color1)\" button_gradient_bottom_color=\"var(--awb-color1)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color3)\" accent_color=\"#32a3db\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" border_hover_color=\"var(--awb-color4)\" border_color=\"hsla(calc(var(--awb-color3-h) + 46),var(--awb-color3-s),calc(var(--awb-color3-l) - 18%),var(--awb-color3-a))\" size=\"\" padding_top=\"10px\" padding_right=\"0px\" padding_bottom=\"20px\" padding_left=\"5px\" fusion_font_family_button_font=\"Inter\" fusion_font_variant_button_font=\"400\" font_size=\"19px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" stretch=\"default\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-long-arrow-alt-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJsaW5rIjp7ImRhdGEiOiJwb3N0X3Blcm1hbGluayIsImxpbmsiOiIiLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]Continuer à lire[/fusion_button][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column]', 'Article', '', 'inherit', 'closed', 'closed', '', '4755-revision-v1', '', '', '2023-04-19 15:06:51', '2023-04-19 15:06:51', '', 4755, 'http://drkarimbennani.com/?p=4921', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4922, 1, '2023-04-19 15:13:21', '2023-04-19 15:13:21', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"7\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"center\" size=\"2\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJpbmNsdWRlX2NvbnRleHQiOiJubyJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" margin_top=\"30px\" highlight_color=\"hsla(var(--awb-color5-h),calc(var(--awb-color5-s) + 100%),calc(var(--awb-color5-l) + 56%),var(--awb-color5-a))\" margin_top_small=\"30px\"]Your Content Goes Here[/fusion_title][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"none\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"793|full\" max_width=\"155px\" margin_bottom=\"60px\" margin_top=\"30px\"]https://forsalak.com/wp-content/uploads/2022/06/inner-page-header-arrow.png[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 15:13:21', '2023-04-19 15:13:21', '', 4734, 'http://drkarimbennani.com/?p=4922', 0, 'revision', '', 0),
(4923, 1, '2023-04-19 15:26:39', '2023-04-19 15:26:39', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" min_height=\"\" link=\"\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"Actualités et conseils santé pour vous et votre entreprise\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"30px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"30px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"hsla(var(--awb-color3-h),calc(var(--awb-color3-s) + 100%),calc(var(--awb-color3-l) + 56%),var(--awb-color3-a))\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" background_color=\"\" background_image=\"\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" overlay_color=\"\" video_preview_image=\"\" border_color=\"\" border_style=\"solid\" padding_top=\"\" padding_bottom=\"\" padding_left=\"\" padding_right=\"\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" background_color=\"\" border_color=\"\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_image=\"\" background_repeat=\"no-repeat\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"0px\" margin_bottom=\"0px\" class=\"\" id=\"\" animation_type=\"\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" min_height=\"\" hover_type=\"none\" link=\"\" border_sizes_top=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_sizes_right=\"\" first=\"true\"][fusion_text]\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" include_category=\"\" include_term_category=\"\" exclude_category=\"\" exclude_term_category=\"\" include_post_tag=\"\" include_term_post_tag=\"\" exclude_post_tag=\"\" exclude_term_post_tag=\"\" include_portfolio_category=\"\" include_term_portfolio_category=\"\" exclude_portfolio_category=\"\" exclude_term_portfolio_category=\"\" include_portfolio_skills=\"\" include_term_portfolio_skills=\"\" exclude_portfolio_skills=\"\" exclude_term_portfolio_skills=\"\" include_portfolio_tags=\"\" include_term_portfolio_tags=\"\" exclude_portfolio_tags=\"\" exclude_term_portfolio_tags=\"\" custom_field_name=\"\" custom_field_comparison=\"exists\" custom_field_value=\"\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" layout=\"grid\" fusion_font_family_filters_font=\"\" fusion_font_variant_filters_font=\"\" filters_font_size=\"\" filters_line_height=\"\" filters_letter_spacing=\"\" filters_text_transform=\"\" filters_color=\"#333333\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" filters_height=\"36\" filters_border_top=\"\" filters_border_right=\"\" filters_border_bottom=\"\" filters_border_left=\"\" filters_border_color=\"\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" filters_hover_color=\"\" filters_active_color=\"\" active_filter_border_size=\"3\" active_filter_border_color=\"\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_sep_color=\"\" separator_width=\"\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" cursor_color=\"\" show_nav=\"yes\" arrow_box_width=\"\" arrow_box_height=\"\" arrow_size=\"\" prev_icon=\"\" next_icon=\"\" arrow_position_horizontal=\"\" arrow_position_vertical=\"\" arrow_border_radius_top_left=\"\" arrow_border_radius_top_right=\"\" arrow_border_radius_bottom_right=\"\" arrow_border_radius_bottom_left=\"\" arrow_bgcolor=\"\" arrow_color=\"\" arrow_hover_bgcolor=\"\" arrow_hover_color=\"\" dots_position=\"bottom\" dots_spacing=\"4\" dots_margin_top=\"\" dots_margin_bottom=\"\" dots_align=\"center\" dots_size=\"8\" dots_color=\"\" dots_active_size=\"8\" dots_active_color=\"\" slider_animation=\"fade\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" load_more_btn_color=\"\" load_more_btn_bg_color=\"\" load_more_btn_hover_color=\"\" load_more_btn_hover_bg_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_offset=\"\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 15:26:39', '2023-04-19 15:26:39', '', 4734, 'http://drkarimbennani.com/?p=4923', 0, 'revision', '', 0),
(4924, 1, '2023-04-19 15:30:52', '2023-04-19 15:30:52', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Actualités et conseils santé\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"2\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top_small=\"30px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"#a0ce4e\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\" font_size=\"45\" fusion_font_variant_title_font=\"500\" fusion_font_family_title_font=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\"][fusion_text]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" custom_field_comparison=\"exists\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" filters_color=\"#333333\" filters_height=\"36\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" active_filter_border_size=\"3\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" show_nav=\"yes\" dots_position=\"bottom\" dots_spacing=\"4\" dots_align=\"center\" dots_size=\"8\" dots_active_size=\"8\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 15:30:52', '2023-04-19 15:30:52', '', 4734, 'http://drkarimbennani.com/?p=4924', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4925, 1, '2023-04-19 15:31:32', '2023-04-19 15:31:32', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Actualités et conseils santé\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"2\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top_small=\"30px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"#a0ce4e\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\" font_size=\"45\" fusion_font_variant_title_font=\"500\" fusion_font_family_title_font=\"Inter\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" margin_bottom=\"55px\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\"][fusion_text]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" custom_field_comparison=\"exists\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" filters_color=\"#333333\" filters_height=\"36\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" active_filter_border_size=\"3\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" show_nav=\"yes\" dots_position=\"bottom\" dots_spacing=\"4\" dots_align=\"center\" dots_size=\"8\" dots_active_size=\"8\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 15:31:32', '2023-04-19 15:31:32', '', 4734, 'http://drkarimbennani.com/?p=4925', 0, 'revision', '', 0),
(4926, 1, '2023-04-19 15:32:17', '2023-04-19 15:32:17', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"125px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"Actualités et conseils santé\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"45\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"30px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"#a0ce4e\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" custom_field_comparison=\"exists\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" filters_color=\"#333333\" filters_height=\"36\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" active_filter_border_size=\"3\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" show_nav=\"yes\" dots_position=\"bottom\" dots_spacing=\"4\" dots_align=\"center\" dots_size=\"8\" dots_active_size=\"8\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 15:32:17', '2023-04-19 15:32:17', '', 4734, 'http://drkarimbennani.com/?p=4926', 0, 'revision', '', 0),
(4927, 1, '2023-04-19 15:32:41', '2023-04-19 15:32:41', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"75px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"Actualités et conseils santé\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"45\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"30px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"#a0ce4e\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" custom_field_comparison=\"exists\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" filters_color=\"#333333\" filters_height=\"36\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" active_filter_border_size=\"3\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" show_nav=\"yes\" dots_position=\"bottom\" dots_spacing=\"4\" dots_align=\"center\" dots_size=\"8\" dots_active_size=\"8\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 15:32:41', '2023-04-19 15:32:41', '', 4734, 'http://drkarimbennani.com/?p=4927', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4928, 1, '2023-04-19 15:33:06', '2023-04-19 15:33:06', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"65px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" margin_bottom_medium=\"60px\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"Actualités et conseils santé\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"500\" font_size=\"45\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"30px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"#a0ce4e\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBhZ2VfdGl0bGVfY3VzdG9tX3RleHQiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImJlZm9yZSI6IiIsImFmdGVyIjoiIiwiZmFsbGJhY2siOiIifX0=\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" background_position=\"left top\" border_style=\"solid\" border_position=\"all\" spacing=\"yes\" background_repeat=\"no-repeat\" margin_top=\"0px\" margin_bottom=\"0px\" animation_speed=\"0.3\" animation_direction=\"left\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" center_content=\"no\" last=\"true\" hover_type=\"none\" first=\"true\" min_height=\"\" link=\"\" background_blend_mode=\"overlay\"][fusion_text]\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_post_cards post_card=\"4755\" post_card_list_view=\"0\" source=\"posts\" post_type=\"post\" terms_by=\"category\" posts_by=\"all\" custom_field_comparison=\"exists\" out_of_stock=\"include\" show_hidden=\"no\" filters=\"no\" number_posts=\"-1\" offset=\"0\" orderby=\"date\" orderby_term=\"name\" order=\"DESC\" upcoming_events_only=\"yes\" featured_events_only=\"no\" scrolling=\"pagination\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" layout=\"grid\" filters_color=\"#333333\" filters_height=\"36\" filters_alignment_medium=\"flex-start\" filters_alignment_small=\"flex-start\" filters_alignment=\"flex-start\" active_filter_border_size=\"3\" flex_align_items=\"stretch\" columns_medium=\"0\" columns_small=\"0\" columns=\"3\" column_spacing=\"40\" row_spacing=\"40\" separator_style_type=\"none\" separator_alignment=\"center\" separator_border_size=\"1\" autoplay=\"no\" loop=\"yes\" scroll_items=\"0\" mouse_scroll=\"no\" mouse_pointer=\"default\" cursor_color_mode=\"auto\" show_nav=\"yes\" dots_position=\"bottom\" dots_spacing=\"4\" dots_align=\"center\" dots_size=\"8\" dots_active_size=\"8\" slider_animation=\"fade\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Articles', '', 'inherit', 'closed', 'closed', '', '4734-revision-v1', '', '', '2023-04-19 15:33:06', '2023-04-19 15:33:06', '', 4734, 'http://drkarimbennani.com/?p=4928', 0, 'revision', '', 0),
(4929, 1, '2023-04-19 15:34:53', '2023-04-19 15:34:53', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color4)\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:34:53', '2023-04-19 15:34:53', '', 4769, 'http://drkarimbennani.com/?p=4929', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4930, 1, '2023-04-19 15:35:24', '2023-04-19 15:35:24', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color4)\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:35:24', '2023-04-19 15:35:24', '', 4769, 'http://drkarimbennani.com/?p=4930', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4931, 1, '2023-04-19 15:35:40', '2023-04-19 15:35:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color3)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color4)\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:35:40', '2023-04-19 15:35:40', '', 4769, 'http://drkarimbennani.com/?p=4931', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4932, 1, '2023-04-19 15:37:21', '2023-04-19 15:37:21', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color6)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color4)\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:37:21', '2023-04-19 15:37:21', '', 4769, 'http://drkarimbennani.com/?p=4932', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4933, 1, '2023-04-19 15:37:49', '2023-04-19 15:37:49', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color4)\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:37:49', '2023-04-19 15:37:49', '', 4769, 'http://drkarimbennani.com/?p=4933', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4934, 1, '2023-04-19 15:39:40', '2023-04-19 15:39:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"36\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color4)\" preview_text_color=\"\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:39:40', '2023-04-19 15:39:40', '', 4769, 'http://drkarimbennani.com/?p=4934', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4935, 1, '2023-04-19 15:45:07', '2023-04-19 15:45:07', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"154\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"0\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"rgba(255,255,255,0)\" preview_text_color=\"var(--awb-color7)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:45:07', '2023-04-19 15:45:07', '', 4769, 'http://drkarimbennani.com/?p=4935', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4936, 1, '2023-04-19 15:46:03', '2023-04-19 15:46:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"31\" alignment=\"right\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"16\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"rgba(255,255,255,0)\" preview_text_color=\"var(--awb-color7)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:46:03', '2023-04-19 15:46:03', '', 4769, 'http://drkarimbennani.com/?p=4936', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4937, 1, '2023-04-19 15:47:15', '2023-04-19 15:47:15', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"bottom\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"31\" alignment=\"right\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"rgba(255,255,255,0)\" preview_text_color=\"var(--awb-color7)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:47:15', '2023-04-19 15:47:15', '', 4769, 'http://drkarimbennani.com/?p=4937', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4938, 1, '2023-04-19 15:48:03', '2023-04-19 15:48:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"31\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"rgba(255,255,255,0)\" preview_text_color=\"var(--awb-color7)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:48:03', '2023-04-19 15:48:03', '', 4769, 'http://drkarimbennani.com/?p=4938', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4939, 1, '2023-04-19 15:49:01', '2023-04-19 15:49:01', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"31\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:49:01', '2023-04-19 15:49:01', '', 4769, 'http://drkarimbennani.com/?p=4939', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4940, 1, '2023-04-19 15:49:27', '2023-04-19 15:49:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"75\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:49:27', '2023-04-19 15:49:27', '', 4769, 'http://drkarimbennani.com/?p=4940', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4941, 1, '2023-04-19 15:49:45', '2023-04-19 15:49:45', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:49:45', '2023-04-19 15:49:45', '', 4769, 'http://drkarimbennani.com/?p=4941', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4942, 1, '2023-04-19 15:50:28', '2023-04-19 15:50:28', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:50:28', '2023-04-19 15:50:28', '', 4769, 'http://drkarimbennani.com/?p=4942', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4943, 1, '2023-04-19 15:51:25', '2023-04-19 15:51:25', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"flex-start\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:51:25', '2023-04-19 15:51:25', '', 4769, 'http://drkarimbennani.com/?p=4943', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4944, 1, '2023-04-19 15:51:57', '2023-04-19 15:51:57', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:51:57', '2023-04-19 15:51:57', '', 4769, 'http://drkarimbennani.com/?p=4944', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4945, 1, '2023-04-19 15:52:44', '2023-04-19 15:52:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"2px\" padding_right=\"\" padding_bottom=\"2px\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:52:44', '2023-04-19 15:52:44', '', 4769, 'http://drkarimbennani.com/?p=4945', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4946, 1, '2023-04-19 15:53:12', '2023-04-19 15:53:12', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"191\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"2px\" padding_right=\"\" padding_bottom=\"2px\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:53:12', '2023-04-19 15:53:12', '', 4769, 'http://drkarimbennani.com/?p=4946', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4947, 1, '2023-04-19 15:54:11', '2023-04-19 15:54:11', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"1px\" item_padding_right=\"\" item_padding_bottom=\"1px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:54:11', '2023-04-19 15:54:11', '', 4769, 'http://drkarimbennani.com/?p=4947', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4948, 1, '2023-04-19 15:54:32', '2023-04-19 15:54:32', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"2px\" item_padding_right=\"\" item_padding_bottom=\"2px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:54:32', '2023-04-19 15:54:32', '', 4769, 'http://drkarimbennani.com/?p=4948', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4949, 1, '2023-04-19 15:55:33', '2023-04-19 15:55:33', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"2px\" item_padding_right=\"\" item_padding_bottom=\"2px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:55:33', '2023-04-19 15:55:33', '', 4769, 'http://drkarimbennani.com/?p=4949', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4950, 1, '2023-04-19 15:56:22', '2023-04-19 15:56:22', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 15:56:22', '2023-04-19 15:56:22', '', 4769, 'http://drkarimbennani.com/?p=4950', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4951, 1, '2023-04-19 17:00:06', '2023-04-19 17:00:06', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"1px\" item_border_right=\"1px\" item_border_bottom=\"1px\" item_border_left=\"1px\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:00:06', '2023-04-19 17:00:06', '', 4769, 'http://drkarimbennani.com/?p=4951', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4952, 1, '2023-04-19 17:01:29', '2023-04-19 17:01:29', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"5px\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:01:29', '2023-04-19 17:01:29', '', 4769, 'http://drkarimbennani.com/?p=4952', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4953, 1, '2023-04-19 17:02:19', '2023-04-19 17:02:19', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"stacked\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"1px\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:02:19', '2023-04-19 17:02:19', '', 4769, 'http://drkarimbennani.com/?p=4953', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4954, 1, '2023-04-19 17:03:38', '2023-04-19 17:03:38', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"1px\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:03:38', '2023-04-19 17:03:38', '', 4769, 'http://drkarimbennani.com/?p=4954', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4955, 1, '2023-04-19 17:04:12', '2023-04-19 17:04:12', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"3_4\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"1px\" border_right=\"\" border_bottom=\"25px\" border_left=\"\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:04:12', '2023-04-19 17:04:12', '', 4769, 'http://drkarimbennani.com/?p=4955', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4956, 1, '2023-04-19 17:11:00', '2023-04-19 17:11:00', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:11:00', '2023-04-19 17:11:00', '', 4769, 'http://drkarimbennani.com/?p=4956', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4957, 1, '2023-04-19 17:11:40', '2023-04-19 17:11:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"slide\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:11:40', '2023-04-19 17:11:40', '', 4769, 'http://drkarimbennani.com/?p=4957', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4958, 1, '2023-04-19 17:12:19', '2023-04-19 17:12:19', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"\" border_right=\"\" border_bottom=\"1px\" border_left=\"\" border_color=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:12:19', '2023-04-19 17:12:19', '', 4769, 'http://drkarimbennani.com/?p=4958', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4959, 1, '2023-04-19 17:15:40', '2023-04-19 17:15:40', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"rgba(224,222,222,0)\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:15:40', '2023-04-19 17:15:40', '', 4769, 'http://drkarimbennani.com/?p=4959', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4960, 1, '2023-04-19 17:16:50', '2023-04-19 17:16:50', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"rgba(224,222,222,0)\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"5%\" height=\"20\" alignment=\"center\" border_size=\"3\" weight=\"\" amount=\"\" sep_color=\"var(--awb-color3)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:16:50', '2023-04-19 17:16:50', '', 4769, 'http://drkarimbennani.com/?p=4960', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4961, 1, '2023-04-19 17:16:58', '2023-04-19 17:16:58', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"\" width=\"5%\" height=\"20\" alignment=\"center\" border_size=\"3\" weight=\"\" amount=\"\" sep_color=\"var(--awb-color3)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"rgba(224,222,222,0)\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:16:58', '2023-04-19 17:16:58', '', 4769, 'http://drkarimbennani.com/?p=4961', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4962, 1, '2023-04-19 17:18:03', '2023-04-19 17:18:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"15px\" width=\"7%\" height=\"20\" alignment=\"center\" border_size=\"3\" weight=\"\" amount=\"\" sep_color=\"var(--awb-color3)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color3)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"rgba(224,222,222,0)\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:18:03', '2023-04-19 17:18:03', '', 4769, 'http://drkarimbennani.com/?p=4962', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4963, 1, '2023-04-19 17:18:48', '2023-04-19 17:18:48', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"15px\" width=\"7%\" height=\"20\" alignment=\"center\" border_size=\"3\" weight=\"\" amount=\"\" sep_color=\"var(--awb-color3)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color4)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"rgba(224,222,222,0)\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:18:48', '2023-04-19 17:18:48', '', 4769, 'http://drkarimbennani.com/?p=4963', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4964, 1, '2023-04-19 17:19:48', '2023-04-19 17:19:48', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"0px\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color2)\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"rgba(0,0,0,0.07)\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"var(--awb-color3)\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"2_3\" layout=\"3_4\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"curly\" loop_animation=\"off\" highlight_width=\"3\" highlight_top_margin=\"7\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"center\" size=\"2\" animated_font_size=\"\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" line_height=\"1.3\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"yes\" text_shadow_vertical=\"1px\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"rgba(116,116,116,0.51)\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"40px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"60px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"down\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][fusion_separator style_type=\"single solid\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"\" bottom_margin=\"15px\" width=\"7%\" height=\"20\" alignment=\"center\" border_size=\"2\" weight=\"\" amount=\"\" sep_color=\"var(--awb-color3)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"\" icon_size=\"\" icon_color=\"\" icon_circle=\"\" icon_circle_color=\"\" /][fusion_tb_meta meta=\"categories,author\" layout=\"floated\" separator=\"/\" read_time=\"200\" reading_time_decimal=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" alignment_medium=\"center\" alignment_small=\"center\" alignment=\"center\" stacked_vertical_align=\"flex-start\" stacked_horizontal_align=\"center\" height=\"25\" font_size=\"16px\" text_color=\"var(--awb-color8)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_hover_color=\"\" link_color=\"var(--awb-color4)\" background_color=\"\" border_top=\"0px\" border_right=\"0px\" border_bottom=\"0px\" border_left=\"0px\" border_color=\"rgba(224,222,222,0)\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" item_background_color=\"\" item_border_top=\"\" item_border_right=\"\" item_border_bottom=\"\" item_border_left=\"\" item_border_color=\"var(--awb-color4)\" item_padding_top=\"3px\" item_padding_right=\"\" item_padding_bottom=\"3px\" item_padding_left=\"\" item_margin_top=\"\" item_margin_right=\"\" item_margin_bottom=\"\" item_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_imageframe image_id=\"\" aspect_ratio=\"custom\" custom_aspect_ratio=\"40\" aspect_ratio_position=\"49% 49%\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"center\" mask=\"\" custom_mask=\"\" mask_size=\"fill\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"bottomshadow\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"50px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"12px\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfZmVhdHVyZWRfaW1hZ2UiLCJlbGVtZW50X2NvbnRlbnQiOiIiLCJ0eXBlIjoibWFpbiIsImZhbGxiYWNrIjoiIn19\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Content\" type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"125px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_content excerpt=\"no\" excerpt_length=\"55\" strip_html=\"yes\" dropcap=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" content_alignment=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"17px\" line_height=\"\" letter_spacing=\"\" text_transform=\"none\" text_color=\"var(--awb-color7)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" dropcap_boxed=\"no\" dropcap_boxed_radius=\"\" dropcap_color=\"\" dropcap_text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_label=\"Comments\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_tb_pagination layout=\"preview\" preview_position=\"top\" same_term=\"no\" taxonomy=\"category\" inverse_post_order=\"no\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" height=\"55\" alignment=\"\" font_size=\"\" text_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" text_color=\"var(--awb-color7)\" border_size=\"1\" border_color=\"\" z_index=\"\" preview_height=\"90\" preview_wrapper_width=\"500\" preview_width=\"20\" bg_color=\"var(--awb-color7)\" preview_text_color=\"var(--awb-color1)\" preview_font_size=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Blog Post Content', '', 'inherit', 'closed', 'closed', '', '4769-revision-v1', '', '', '2023-04-19 17:19:48', '2023-04-19 17:19:48', '', 4769, 'http://drkarimbennani.com/?p=4964', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4965, 1, '2023-04-19 17:25:38', '2023-04-19 17:25:38', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"rgba(160,206,78,0.75)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"true\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"71px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" flex_grow=\"0\" top_margin=\"10px\" bottom_margin=\"10px\" width=\"\" height=\"\" alignment=\"center\" border_size=\"50\" weight=\"\" amount=\"\" sep_color=\"#ffffff\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" icon=\"fa-heart fas\" icon_size=\"24\" icon_color=\"\" icon_circle=\"yes\" icon_circle_color=\"#5fb2dc\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"35px\" style_type=\"default\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 17:25:38', '2023-04-19 17:25:38', '', 18, 'http://drkarimbennani.com/?p=4965', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4966, 1, '2023-04-19 17:29:15', '2023-04-19 17:29:15', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(160,206,78,0.75)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1.5%\" padding_right=\"9%\" padding_bottom=\"3%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" gradient_start_color=\"rgba(160,206,78,0.75)\" gradient_end_color=\"var(--awb-color3)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p><span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span></p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 17:29:15', '2023-04-19 17:29:15', '', 18, 'http://drkarimbennani.com/?p=4966', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4967, 1, '2023-04-19 17:35:15', '2023-04-19 17:35:15', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(160,206,78,0.75)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 17:35:15', '2023-04-19 17:35:15', '', 18, 'http://drkarimbennani.com/?p=4967', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4968, 1, '2023-04-19 17:38:40', '2023-04-19 17:38:40', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(160,206,78,0.75)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"25px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"25px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"25px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 17:38:40', '2023-04-19 17:38:40', '', 18, 'http://drkarimbennani.com/?p=4968', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4969, 1, '2023-04-19 17:40:23', '2023-04-19 17:40:23', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(160,206,78,0.75)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"55px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"55px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"55px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 17:40:23', '2023-04-19 17:40:23', '', 18, 'http://drkarimbennani.com/?p=4969', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4970, 1, '2023-04-19 17:41:31', '2023-04-19 17:41:31', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"0px\" margin_bottom=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"1.5%\" padding_left=\"9%\" link_hover_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" link_color=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"var(--awb-color3)\" gradient_end_color=\"rgba(160,206,78,0.81)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"55px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"true\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"55px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"55px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"false\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color2)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color5)\" iconcolor=\"var(--awb-color4)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color4)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\n<span style=\"color: #5fb2dc;\">On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</span>\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color4)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#5fb2dc\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"3%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 17:41:31', '2023-04-19 17:41:31', '', 18, 'http://drkarimbennani.com/?p=4970', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4971, 1, '2023-04-19 18:10:40', '2023-04-19 18:10:40', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#1982c4\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#fca311\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color3)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#9a031e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 18:10:40', '2023-04-19 18:10:40', '', 18, 'http://drkarimbennani.com/?p=4971', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4972, 1, '2023-04-19 18:14:45', '2023-04-19 18:14:45', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#1982c4\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#fca311\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"var(--awb-color1)\" background_color=\"var(--awb-color3)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#9a031e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-19 18:14:45', '2023-04-19 18:14:45', '', 18, 'http://drkarimbennani.com/?p=4972', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4973, 1, '2023-04-20 08:11:20', '2023-04-20 08:11:20', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" main_justify_content=\"left\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" font_size=\"13px\" gap=\".5em\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color1)\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" min_height=\"35px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color3)\" border_bottom=\"1px\" active_border_right=\"1\" active_border_left=\"1\" active_border_top=\"1\" active_border_bottom=\"1\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-20 08:11:20', '2023-04-20 08:11:20', '', 4580, 'http://drkarimbennani.com/?p=4973', 0, 'revision', '', 0),
(4974, 1, '2023-04-20 08:13:29', '2023-04-20 08:13:29', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"\" margin_bottom=\"\" transition_time=\"300\" submenu_space=\"\" arrows=\"\" arrows_size_width=\"\" arrows_size_height=\"\" class=\"\" id=\"\" min_height=\"35px\" sticky_min_height=\"\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" font_size=\"13px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" main_justify_content=\"left\" items_padding_top=\"0px\" items_padding_right=\"\" items_padding_bottom=\"0px\" items_padding_left=\"\" gap=\".5em\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" active_bg=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" bg=\"\" active_color=\"\" color=\"var(--awb-color7)\" active_border_top=\"\" active_border_right=\"\" active_border_bottom=\"\" active_border_left=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" active_border_color=\"\" border_color=\"\" icons_hover_color=\"\" icons_color=\"var(--awb-color1)\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" stacked_submenu_indent=\"\" expand_direction=\"right\" expand_transition=\"fade\" submenu_max_width=\"\" submenu_flyout_direction=\"fade\" fusion_font_family_submenu_typography=\"\" fusion_font_variant_submenu_typography=\"\" submenu_font_size=\"\" submenu_line_height=\"\" submenu_letter_spacing=\"\" submenu_text_transform=\"\" sub_justify_content=\"space-between\" submenu_items_padding_top=\"\" submenu_items_padding_right=\"\" submenu_items_padding_bottom=\"\" submenu_items_padding_left=\"\" submenu_border_radius_top_left=\"\" submenu_border_radius_top_right=\"\" submenu_border_radius_bottom_right=\"\" submenu_border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" thumbnail_size_width=\"\" thumbnail_size_height=\"\" justify_title=\"center\" submenu_sep_color=\"\" submenu_active_bg=\"\" submenu_bg=\"\" submenu_active_color=\"\" submenu_color=\"\" flyout_active_close_color=\"\" flyout_close_color=\"\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" trigger_padding_top=\"\" trigger_padding_right=\"\" trigger_padding_bottom=\"\" trigger_padding_left=\"\" mobile_trigger_background_color=\"\" mobile_trigger_color=\"\" collapsed_nav_text=\"\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_trigger_font_size=\"\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_trigger_bottom_margin=\"\" mobile_nav_items_height=\"65\" mobile_sticky_max_height=\"\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" fusion_font_family_mobile_typography=\"\" fusion_font_variant_mobile_typography=\"\" mobile_font_size=\"\" mobile_line_height=\"\" mobile_letter_spacing=\"\" mobile_text_transform=\"\" mobile_sep_color=\"\" mobile_active_bg=\"\" mobile_bg=\"\" mobile_active_color=\"\" mobile_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color3)\" border_bottom=\"1px\" active_border_right=\"1\" active_border_left=\"1\" active_border_top=\"1\" active_border_bottom=\"1\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-20 08:13:29', '2023-04-20 08:13:29', '', 4580, 'http://drkarimbennani.com/?p=4974', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4975, 1, '2023-04-21 09:36:35', '2023-04-21 09:36:35', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#1982c4\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"55px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color4)\" background_color=\"#ef476f\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#fca311\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color4)\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#9a031e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-21 09:36:35', '2023-04-21 09:36:35', '', 18, 'http://drkarimbennani.com/?p=4975', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4976, 1, '2023-04-21 09:38:59', '2023-04-21 09:38:59', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#1982c4\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"55px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#fca311\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" spacing_left_medium=\"\" spacing_right_medium=\"\" spacing_left_small=\"\" spacing_right_small=\"\" spacing_left=\"\" spacing_right=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"0px\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color_hover=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"var(--awb-color4)\" background_color=\"var(--awb-color3)\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" lazy_load=\"none\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_top=\"\" absolute_right=\"\" absolute_bottom=\"\" absolute_left=\"\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_origin=\"\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"false\" border_position=\"all\" first=\"false\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#9a031e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-21 09:38:59', '2023-04-21 09:38:59', '', 18, 'http://drkarimbennani.com/?p=4976', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4977, 1, '2023-04-21 09:41:05', '2023-04-21 09:41:05', '[fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#1982c4\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"no\" border_position=\"all\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#fca311\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#9a031e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-21 09:41:05', '2023-04-21 09:41:05', '', 18, 'http://drkarimbennani.com/?p=4977', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4978, 1, '2023-04-21 14:47:13', '2023-04-21 14:47:13', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" min_height=\"35px\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" font_size=\"13px\" main_justify_content=\"left\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" gap=\".5em\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color5)\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color3)\" border_bottom=\"1px\" active_border_right=\"1\" active_border_left=\"1\" active_border_top=\"1\" active_border_bottom=\"1\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-21 14:47:13', '2023-04-21 14:47:13', '', 4580, 'http://drkarimbennani.com/?p=4978', 0, 'revision', '', 0),
(4979, 1, '2023-04-22 16:56:44', '2023-04-22 16:56:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" min_height=\"35px\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" font_size=\"13px\" main_justify_content=\"left\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" gap=\".5em\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" color=\"var(--awb-color8)\" icons_color=\"var(--awb-color5)\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color3)\" border_bottom=\"1px\" active_border_right=\"1\" active_border_left=\"1\" active_border_top=\"1\" active_border_bottom=\"1\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-04-22 16:56:44', '2023-04-22 16:56:44', '', 4580, 'http://drkarimbennani.com/?p=4979', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4980, 1, '2023-04-22 17:00:13', '2023-04-22 17:00:13', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"no\" border_position=\"all\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNos Services\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#1982c4\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#fca311\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#9a031e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-22 17:00:13', '2023-04-22 17:00:13', '', 18, 'http://drkarimbennani.com/?p=4980', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4981, 1, '2023-04-22 17:00:18', '2023-04-22 17:00:18', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNos Services\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#1982c4\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#fca311\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#9a031e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-22 17:00:18', '2023-04-22 17:00:18', '', 18, 'http://drkarimbennani.com/?p=4981', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4982, 1, '2023-04-22 17:01:02', '2023-04-22 17:01:02', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" min_height_medium=\"\" min_height_small=\"\" min_height=\"\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" flex_column_spacing=\"\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" menu_anchor=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" publish_date=\"\" class=\"\" id=\"\" spacing_medium=\"\" margin_top_medium=\"\" margin_bottom_medium=\"\" spacing_small=\"\" margin_top_small=\"\" margin_bottom_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_dimensions_medium=\"\" padding_top_medium=\"\" padding_right_medium=\"\" padding_bottom_medium=\"\" padding_left_medium=\"\" padding_dimensions_small=\"\" padding_top_small=\"\" padding_right_small=\"\" padding_bottom_small=\"\" padding_left_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" link_hover_color=\"\" link_color=\"\" border_sizes=\"\" border_sizes_top=\"\" border_sizes_right=\"\" border_sizes_bottom=\"\" border_sizes_left=\"\" border_color=\"\" border_style=\"solid\" border_radius_top_left=\"\" border_radius_top_right=\"\" border_radius_bottom_right=\"\" border_radius_bottom_left=\"\" box_shadow=\"no\" box_shadow_vertical=\"\" box_shadow_horizontal=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index=\"\" overflow=\"\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"center center\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" video_mp4=\"\" video_webm=\"\" video_ogv=\"\" video_url=\"\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" video_preview_image=\"\" pattern_bg=\"none\" pattern_custom_bg=\"\" pattern_bg_color=\"\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_size=\"\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_custom_bg=\"\" mask_bg_color=\"\" mask_bg_accent_color=\"\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" render_logics=\"\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_background_color=\"\" sticky_height=\"\" sticky_offset=\"\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"\" center_content=\"no\" column_tag=\"div\" link=\"\" target=\"_self\" link_description=\"\" min_height=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" type_medium=\"\" type_small=\"\" order_medium=\"0\" order_small=\"0\" dimension_spacing_medium=\"\" dimension_spacing_small=\"\" dimension_spacing=\"\" dimension_margin_medium=\"\" dimension_margin_small=\"\" margin_top=\"\" margin_bottom=\"\" padding_medium=\"\" padding_small=\"\" padding_top=\"\" padding_right=\"\" padding_bottom=\"\" padding_left=\"\" hover_type=\"none\" border_sizes=\"\" border_color_hover=\"\" border_color=\"\" border_style=\"solid\" border_radius=\"\" box_shadow=\"no\" dimension_box_shadow=\"\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" box_shadow_color=\"\" box_shadow_style=\"\" z_index_hover=\"\" z_index=\"\" overflow=\"\" background_type=\"single\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_medium=\"\" background_color_small=\"\" background_color_hover=\"\" background_color=\"\" background_image_medium=\"\" background_image_small=\"\" background_image=\"\" background_image_id_medium=\"\" background_image_id_small=\"\" background_image_id=\"\" lazy_load=\"avada\" skip_lazy_load=\"\" background_position_medium=\"\" background_position_small=\"\" background_position=\"left top\" background_repeat_medium=\"\" background_repeat_small=\"\" background_repeat=\"no-repeat\" background_size_medium=\"\" background_size_small=\"\" background_size=\"\" background_custom_size=\"\" background_custom_size_medium=\"\" background_custom_size_small=\"\" background_blend_mode_medium=\"\" background_blend_mode_small=\"\" background_blend_mode=\"none\" render_logics=\"\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_offset=\"\" absolute=\"off\" absolute_props=\"\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transform_origin=\"\" transition_duration=\"300\" transition_easing=\"ease\" transition_custom_easing=\"\" motion_effects=\"\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" last=\"true\" border_position=\"all\" first=\"true\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"Nos Services\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nNos Services\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"yes\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#1982c4\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" min_height=\"\" link=\"\" first=\"false\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#fca311\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#369fd3\" background_color=\"#9a031e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-22 17:01:02', '2023-04-22 17:01:02', '', 18, 'http://drkarimbennani.com/?p=4982', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4983, 1, '2023-04-22 17:08:55', '2023-04-22 17:08:55', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\"]\r\n<p>Nos Services</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"yes\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-22 17:08:55', '2023-04-22 17:08:55', '', 18, 'http://drkarimbennani.com/?p=4983', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4984, 1, '2023-04-22 17:10:36', '2023-04-22 17:10:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"yes\" text_shadow_blur=\"1\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\" text_shadow_vertical=\"1\" text_shadow_color=\"var(--awb-custom12)\"]\r\n<p>Nos Services</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"yes\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-22 17:10:36', '2023-04-22 17:10:36', '', 18, 'http://drkarimbennani.com/?p=4984', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4985, 1, '2023-04-22 17:12:36', '2023-04-22 17:12:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"yes\" text_shadow_blur=\"1\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\" text_shadow_vertical=\"1\" text_shadow_color=\"var(--awb-custom12)\"]\r\n<p>Nos Services</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"yes\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></strong></h3><h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins &nbsp;dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></strong></h3><div class=\"et_pb_toggle_content clearfix\"><h5><span style=\"color: #5fb2dc;\">♦&nbsp;</span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br><span style=\"color: #5fb2dc;\">♦&nbsp;</span> Diplôme d’université diabétologie et nutrition Bordeaux<br><span style=\"color: #5fb2dc;\">♦&nbsp;</span> Doctorat en médecine générale Casablanca<br><span style=\"color: #5fb2dc;\">♦&nbsp;</span> Médecin conseil de compagnies d’assurances</h5></div>[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Vaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-22 17:12:36', '2023-04-22 17:12:36', '', 18, 'http://drkarimbennani.com/?p=4985', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4986, 1, '2023-04-22 17:13:47', '2023-04-22 17:13:47', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"yes\" text_shadow_blur=\"1\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\" text_shadow_vertical=\"1\" text_shadow_color=\"var(--awb-custom12)\"]\r\n\r\nNos Services\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"yes\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color4)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"#\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" border_color=\"var(--awb-color1)\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></strong></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></strong></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-04-22 17:13:47', '2023-04-22 17:13:47', '', 18, 'http://drkarimbennani.com/?p=4986', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4987, 1, '2023-04-22 17:16:35', '2023-04-22 17:16:35', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" min_height=\"425\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/022.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/037.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://ptione.com/wp-content/uploads/2022/09/026.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color8)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-22 17:16:35', '2023-04-22 17:16:35', '', 4574, 'http://drkarimbennani.com/?p=4987', 0, 'revision', '', 0),
(4989, 1, '2023-04-26 08:50:40', '2023-04-26 08:50:40', '', 'background_12c', '', 'inherit', 'open', 'closed', '', 'background_12c', '', '', '2026-08-09 18:33:36', '2026-08-09 18:33:36', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2023/04/background_12c.jpg', 0, 'attachment', 'image/webp', 0),
(4990, 1, '2023-04-26 08:50:42', '2023-04-26 08:50:42', '', 'background_13c', '', 'inherit', 'open', 'closed', '', 'background_13c', '', '', '2026-08-09 18:33:35', '2026-08-09 18:33:35', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c.jpg', 0, 'attachment', 'image/webp', 0),
(4991, 1, '2023-04-26 08:50:44', '2023-04-26 08:50:44', '', 'Services_05c', '', 'inherit', 'open', 'closed', '', 'services_05c', '', '', '2026-08-09 18:33:33', '2026-08-09 18:33:33', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2023/04/Services_05c.jpg', 0, 'attachment', 'image/webp', 0),
(4992, 1, '2023-04-26 08:50:46', '2023-04-26 08:50:46', '', 'Services_06c', '', 'inherit', 'open', 'closed', '', 'services_06c', '', '', '2026-08-09 18:33:32', '2026-08-09 18:33:32', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2023/04/Services_06c.jpg', 0, 'attachment', 'image/webp', 0),
(4993, 1, '2023-04-26 08:51:01', '2023-04-26 08:51:01', '', 'Slider_05c', '', 'inherit', 'open', 'closed', '', 'slider_05c-3', '', '', '2026-08-09 18:33:23', '2026-08-09 18:33:23', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2023/04/Slider_05c.jpg', 0, 'attachment', 'image/webp', 0),
(4994, 1, '2023-04-26 08:51:04', '2023-04-26 08:51:04', '', 'Slider_06c', '', 'inherit', 'open', 'closed', '', 'slider_06c', '', '', '2026-08-09 18:33:20', '2026-08-09 18:33:20', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2023/04/Slider_06c.jpg', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4995, 1, '2023-04-26 09:09:27', '2023-04-26 09:09:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color4)\" highlight_color=\"var(--awb-color4)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4990|medium\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c-211x300.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-26 09:09:27', '2023-04-26 09:09:27', '', 4571, 'http://drkarimbennani.com/?p=4995', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4996, 1, '2023-04-26 09:10:57', '2023-04-26 09:10:57', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"1px\" text_shadow_color=\"var(--awb-custom12)\" animated_text_color=\"var(--awb-color3)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4990|medium\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c-211x300.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-26 09:10:57', '2023-04-26 09:10:57', '', 4571, 'http://drkarimbennani.com/?p=4996', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4997, 1, '2023-04-26 09:11:46', '2023-04-26 09:11:46', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"1px\" text_shadow_color=\"var(--awb-custom12)\" animated_text_color=\"var(--awb-color3)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4990|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-26 09:11:46', '2023-04-26 09:11:46', '', 4571, 'http://drkarimbennani.com/?p=4997', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4998, 1, '2023-04-26 09:12:37', '2023-04-26 09:12:37', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"1px\" text_shadow_color=\"var(--awb-custom12)\" animated_text_color=\"var(--awb-color3)\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4990|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement\r\ndu diabète</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.\r\n\r\nLe traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.\r\n\r\nLes médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.\r\n\r\nNous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.\r\n\r\nBien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.\r\n\r\nFaites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-26 09:12:37', '2023-04-26 09:12:37', '', 4571, 'http://drkarimbennani.com/?p=4998', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(4999, 1, '2023-04-26 09:16:24', '2023-04-26 09:16:24', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"1px\" text_shadow_color=\"var(--awb-custom12)\" animated_text_color=\"var(--awb-color3)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4990|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-16\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-04-26 09:16:24', '2023-04-26 09:16:24', '', 4571, 'http://drkarimbennani.com/?p=4999', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5000, 1, '2023-04-26 09:21:43', '2023-04-26 09:21:43', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" min_height=\"425\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2023/04/Services_05c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2023/04/Services_06c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_14-300x240.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color8)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-26 09:21:43', '2023-04-26 09:21:43', '', 4574, 'http://drkarimbennani.com/?p=5000', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5001, 1, '2023-04-26 09:23:47', '2023-04-26 09:23:47', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4989|full\" aspect_ratio=\"\" custom_aspect_ratio=\"100\" aspect_ratio_position=\"\" skip_lazy_load=\"\" lightbox=\"no\" gallery_id=\"\" lightbox_image=\"\" lightbox_image_id=\"\" alt=\"\" link=\"\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" max_width=\"\" sticky_max_width=\"\" align_medium=\"none\" align_small=\"none\" align=\"none\" mask=\"\" custom_mask=\"\" mask_size=\"\" mask_custom_size=\"\" mask_position=\"\" mask_custom_position=\"\" mask_repeat=\"\" style_type=\"none\" blur=\"\" stylecolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" hover_type=\"none\" magnify_full_img=\"\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" bordersize=\"\" bordercolor=\"\" borderradius=\"\" z_index=\"\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title=\"\" caption_text=\"\" caption_title_tag=\"2\" fusion_font_family_caption_title_font=\"\" fusion_font_variant_caption_title_font=\"\" caption_title_size=\"\" caption_title_line_height=\"\" caption_title_letter_spacing=\"\" caption_title_transform=\"\" caption_title_color=\"\" caption_background_color=\"\" fusion_font_family_caption_text_font=\"\" fusion_font_variant_caption_text_font=\"\" caption_text_size=\"\" caption_text_line_height=\"\" caption_text_letter_spacing=\"\" caption_text_transform=\"\" caption_text_color=\"\" caption_border_color=\"\" caption_overlay_color=\"\" caption_margin_top=\"\" caption_margin_right=\"\" caption_margin_bottom=\"\" caption_margin_left=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_12c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.\r\n\r\nLes conditions couramment observées incluent:\r\n<ul>\r\n 	<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n 	<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n 	<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n 	<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n 	<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n 	<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n 	<li>diabète de type II</li>\r\n 	<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n 	<li>Céphalées chroniques telles que migraines</li>\r\n 	<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\nNous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.\r\n\r\nSi une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.\r\n\r\n<span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-04-26 09:23:47', '2023-04-26 09:23:47', '', 4570, 'http://drkarimbennani.com/?p=5001', 0, 'revision', '', 0),
(5002, 1, '2023-04-26 09:25:12', '2023-04-26 09:25:12', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4989|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" style_type=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-1\" mask_size=\"fill\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_12c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-04-26 09:25:12', '2023-04-26 09:25:12', '', 4570, 'http://drkarimbennani.com/?p=5002', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5003, 1, '2023-04-26 09:26:23', '2023-04-26 09:26:23', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4357|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-17\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Maintenir un régime alimentaire sain et bien équilibré est un élément important de la gestion de votre santé.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre principal objectif est de vous aider à répondre à vos besoins en matière de santé en fournissant une éducation et des conseils en matière de nutrition et en encourageant une alimentation saine. Nous fournissons une éducation nutritionnelle de haute qualité et des conseils pratiques pour le bien-être général et pour aider à gérer des conditions médicales spécifiques. Nous travaillerons en étroite collaboration avec vous pour créer un plan personnalisé qui vous aidera à atteindre vos objectifs et à améliorer votre santé tout en tenant compte de vos préférences en matière de nourriture et de votre style de vie. Les résultats nutritionnels sont constamment contrôlés et optimisés lors de visites et de consultations périodiques.</p>\r\n<p>Nous proposons une thérapie nutritionnelle médicale pour gérer les problèmes de santé, notamment:</p>\r\n<ul>\r\n<li>Le contrôle du poids</li>\r\n<li>Changer les habitudes alimentaires</li>\r\n<li>Alimentation saine</li>\r\n<li>Diabète</li>\r\n<li>Hyperlipidémie (cholestérol et / ou triglycérides élevés)</li>\r\n<li>Régime pauvre en sodium</li>\r\n<li>Maladie coeliaque (intolérance au gluten)</li>\r\n<li>risque de maladie cardiaque</li>\r\n<li>Hypertension ou hypertension artérielle</li>\r\n<li>Allergies alimentaires et sensibilités</li>\r\n<li>Insuffisance rénale chronique</li>\r\n<li>Désordres digestifs</li>\r\n</ul>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"nutrition\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Nutrition', '', 'inherit', 'closed', 'closed', '', '3646-revision-v1', '', '', '2023-04-26 09:26:23', '2023-04-26 09:26:23', '', 3646, 'http://drkarimbennani.com/?p=5003', 0, 'revision', '', 0),
(5004, 1, '2023-04-26 09:29:27', '2023-04-26 09:29:27', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"4358|medium\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_11c-223x300.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-26 09:29:27', '2023-04-26 09:29:27', '', 3622, 'http://drkarimbennani.com/?p=5004', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5005, 1, '2023-04-26 09:30:03', '2023-04-26 09:30:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe style_type=\"none\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"4358|full\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_11c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-generale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine Générale', '', 'inherit', 'closed', 'closed', '', '3622-revision-v1', '', '', '2023-04-26 09:30:03', '2023-04-26 09:30:03', '', 3622, 'http://drkarimbennani.com/?p=5005', 0, 'revision', '', 0),
(5006, 1, '2023-04-26 09:30:37', '2023-04-26 09:30:37', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4989|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" style_type=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-1\" mask_size=\"fill\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_12c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Notre objectif est de fournir une prévention de haute qualité et de traiter les maladies aiguës et chroniques.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>ous vous assistons dans la gestion de votre situation médicale en vous proposant une gamme complète de tests de diagnostic et divers traitements ainsi que des conseils pour le traitement.</p>\r\n<p>Les conditions couramment observées incluent:</p>\r\n<ul>\r\n<li>Services de dépistage préventif pour le maintien de la santé, par exemple, mammographies, frottis du col, évaluations de dépistage du cancer du côlon de routine, dépistage du cholestérol et dépistage de la pression artérielle</li>\r\n<li>Infections récurrentes, telles que rhumes, gorge, cystite, muguet, infections pulmonaires et infections bactériennes</li>\r\n<li>Certains symptômes persistants n\'ont pas révélé de trouble sous-jacent grave</li>\r\n<li>Asthme ou maladie pulmonaire obstructive chronique (MPOC)</li>\r\n<li>Troubles digestifs, par exemple reflux acide, syndrome du côlon irritable et maladie inflammatoire de l\'intestin</li>\r\n<li>Thyroïde endocrine (glandulaire) telle que la thyroïde sous-active</li>\r\n<li>diabète de type II</li>\r\n<li>Certains types de maladie cardiaque, d\'hypertension et de palpitations (pas de traitement orthodoxe)</li>\r\n<li>Céphalées chroniques telles que migraines</li>\r\n<li>Effets secondaires des médicaments prescrits</li>\r\n</ul>\r\n<p>Nous accueillons également des patients pour des examens de santé généraux ainsi que pour des consultations sur des problèmes médicaux complexes.</p>\r\n<p>Si une référence est nécessaire pour d\'autres services spécialisés, un test de laboratoire ou une imagerie (radiologie), nous pouvons organiser et coordonner la référence.</p>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-04-26 09:30:37', '2023-04-26 09:30:37', '', 4570, 'http://drkarimbennani.com/?p=5006', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5007, 1, '2023-04-26 09:33:31', '2023-04-26 09:33:31', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color4)\" highlight_color=\"var(--awb-color4)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" type=\"legacy\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_right=\"9%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"5555\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4356|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-8\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_08c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Autogestion et traitement<br />\r\ndu diabète</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]Q[/fusion_dropcap]</span>ue vous soyez novice dans votre parcours du diabète ou que vous souhaitiez tout simplement une aide supplémentaire pour gérer votre condition, nous sommes là pour vous guider vers le succès. Nous proposons une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à contrôler votre diabète et à réduire le risque de complications à court et à long terme.</p>\r\n<p>Le traitement du diabète vise principalement à contrôler la glycémie. Pour [fusion_popover title=\"Le diabète de type 1\" content=\"Le diabète de type 1 – ou diabète insulinodépendant – touche plus souvent l’enfant, l’adolescent voire le jeune adulte. Le diabète de type 1 survient lorsque le pancréas ne produit plus assez ou, plus du tout, d’insuline. Cette anomalie est liée à un fonctionnement anormal du système immunitaire qui détruit les cellules du pancréas chargées de produire l’hormone. Pour compenser, celle-ci doit être administrée « artificiellement » au quotidien par une injection sous cutanée d\'insuline (via une seringue, un stylo ou une pompe). Il s\'agit d\'un traitement d’insulinothérapie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 1[/fusion_popover], nous recommandons généralement de gérer la maladie avec de l\'insuline, un régime alimentaire et de l\'exercice. Parallèlement, les traitements du diabète de type 2 incluent d’autres médicaments antidiabétiques (adaptés aux patients), le contrôle du poids corporel et des modifications de l’alimentation.</p>\r\n<p>Les médicaments pour [fusion_popover title=\"Le diabète de type 2\" content=\"Le diabète de type 2 – qu\'il soit diabète non insulinodépendant ou insulinodépendant – est le plus commun. Le diabète de type 2 représente 90 % des cas. Il concerne le plus souvent les personnes de plus de 45 ans au régime alimentaire souvent déséquilibré, en surpoids voire obèses. Ces personnes peuvent ainsi faire face à une insulinorésistance : l’insuline est mal utilisée par les cellules de l’organisme, d’où des hyperglycémies répétées. Les traitements du diabète de type 2 par pompe à insuline et un suivi médical limitent les conséquences parfois graves de la maladie.\" trigger=\"hover\" placement=\"right\" class=\"\" id=\"\" title_bg_color=\"#5fb2dc\" content_bg_color=\"#7f7f7f\" bordercolor=\"#dbdbdb\" textcolor=\"#ffffff\"]le diabète de type 2[/fusion_popover] - administrés au moyen de seringues, de stylos et de pompes à insuline - peuvent réduire le taux de sucre dans le sang en augmentant la sensibilité et l\'excrétion de l\'insuline et en diminuant l\'absorption des glucides par le tube digestif.</p>\r\n<p>Nous mettons l\'accent sur la nutrition et le régime alimentaire, car ils sont essentiels pour contrôler la glycémie. Le meilleur régime alimentaire pour les diabétiques est adapté aux besoins de chaque patient et tient compte de la quantité et du type de glucides, de fibres, de lipides et de protéines consommés. Le moment des repas et le moment où le patient prend de l\'insuline sont également pris en compte.</p>\r\n<p>Bien que le régime alimentaire soit géré par le patient, les médicaments prescrits par nos médecins jouent également un rôle clé dans le contrôle du diabète. Et comme dans le régime alimentaire, les médicaments sont adaptés aux besoins individuels du patient.</p>\r\n<p>Faites le premier pas vers le succès contre le diabète, <span lang=\"fr\" tabindex=\"0\">appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><span style=\"color: #368498;\"><strong>05226-57533 </strong></span>pour une visite consultative.</span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"diabete\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète', '', 'inherit', 'closed', 'closed', '', '3637-revision-v1', '', '', '2023-04-26 09:33:31', '2023-04-26 09:33:31', '', 3637, 'http://drkarimbennani.com/?p=5007', 0, 'revision', '', 0),
(5008, 1, '2023-04-26 09:35:21', '2023-04-26 09:35:21', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" animated_text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_vertical=\"2px\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color8)\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4357|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-13\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:</p>\r\n<ul>\r\n<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n<li>Stérilité du couple.</li>\r\n<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n<li>La Ménopause</li>\r\n<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"gynecologie-medicale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'inherit', 'closed', 'closed', '', '3644-revision-v1', '', '', '2023-04-26 09:35:21', '2023-04-26 09:35:21', '', 3644, 'http://drkarimbennani.com/?p=5008', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5009, 1, '2023-04-26 09:36:59', '2023-04-26 09:36:59', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" animated_text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_vertical=\"2px\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color8)\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4357|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-7\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:</p>\r\n<ul>\r\n<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n<li>Stérilité du couple.</li>\r\n<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n<li>La Ménopause</li>\r\n<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"gynecologie-medicale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'inherit', 'closed', 'closed', '', '3644-revision-v1', '', '', '2023-04-26 09:36:59', '2023-04-26 09:36:59', '', 3644, 'http://drkarimbennani.com/?p=5009', 0, 'revision', '', 0),
(5010, 1, '2023-04-26 09:37:44', '2023-04-26 09:37:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color3)\" animated_text_color=\"var(--awb-color3)\" text_shadow=\"yes\" text_shadow_vertical=\"2px\" text_shadow_blur=\"0\" text_shadow_color=\"var(--awb-color8)\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"var(--awb-color3)\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImhpZ2hsaWdodF90ZXh0IjoiIiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn0sImVsZW1lbnRfY29udGVudCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImVsZW1lbnRfY29udGVudCI6IjxwPllvdXIgQ29udGVudCBHb2VzIEhlcmU8L3A+IiwiaW5jbHVkZV9jb250ZXh0Ijoibm8iLCJiZWZvcmUiOiIiLCJhZnRlciI6IiIsImZhbGxiYWNrIjoiIn19\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4357|full\" hover_type=\"none\" align_medium=\"none\" align_small=\"none\" align=\"none\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-7\"]http://drkarimbennani.com/wp-content/uploads/2021/07/background_10c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Nous sommes prêts à vous accompagner au quotidien tout au long de votre vie pour assurer vos besoins de santé et de bien-être.</span></h3>\r\n<p><span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]N[/fusion_dropcap]</span>otre objectif est de fournir le dépistage, le diagnostic et le traitement de toutes les maladies de l’appareil génital féminin et du sein. Nous offrons plusieurs strategies de prévention et des traitements de haute qualité, en particulier:</p>\r\n<ul>\r\n<li>La Consultation Préconceptionnelle et le suivi de grossesse</li>\r\n<li>Contraception, éducation, prévention, dépistage et traitement des maladies sexuellement transmissibles évitant ainsi stérilités, grossesses extra-utérines, FIV, cancers.</li>\r\n<li>Prévention et dépistage précoce des cancers génitaux et mammaires.</li>\r\n<li>Traitements hormonaux tout au long de la vie de la femme : problèmes de règles et saignements, traitements de la ménopause, des pathologies bénignes du sein.</li>\r\n<li>Stérilité du couple.</li>\r\n<li>Questions liées à la sexualité, aux relations dans le couple, la gynécologie psychosomatique.</li>\r\n<li>La Ménopause</li>\r\n<li>Périconception aussi bien que demandes d’IVG.</li>\r\n</ul>\r\n<p><span lang=\"fr\" tabindex=\"0\">Pour planifier une visite consultative, appelez-nous au </span><span lang=\"fr\" tabindex=\"0\"><strong><span style=\"color: #368498;\">05226-57533</span></strong></span></p>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"gynecologie-medicale\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Gynécologie Médicale', '', 'inherit', 'closed', 'closed', '', '3644-revision-v1', '', '', '2023-04-26 09:37:44', '2023-04-26 09:37:44', '', 3644, 'http://drkarimbennani.com/?p=5010', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5011, 1, '2023-04-26 09:40:19', '2023-04-26 09:40:19', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" min_height=\"425\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2023/04/Services_05c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2023/04/Services_06c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_14-300x240.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" animated_text_color=\"var(--awb-color8)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-26 09:40:19', '2023-04-26 09:40:19', '', 4574, 'http://drkarimbennani.com/?p=5011', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5012, 1, '2023-04-26 09:41:20', '2023-04-26 09:41:20', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" flex_column_spacing=\"3%\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"3%\" padding_right=\"3%\" padding_bottom=\"3%\" padding_left=\"3%\" link_color=\"var(--awb-color2)\" border_style=\"solid\" border_radius_top_left=\"0px\" border_radius_top_right=\"0px\" border_radius_bottom_right=\"0px\" border_radius_bottom_left=\"0px\" box_shadow=\"no\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"39\" box_shadow_spread=\"-18\" box_shadow_color=\"var(--awb-color8)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-custom11)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" min_height=\"425\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine Générale\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2023/04/Services_05c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Médecine De Travail\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" margin_bottom=\"5px\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Diabète\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" highlight_color=\"var(--awb-color3)\" margin_top=\"50px\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"gradient\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2023/04/Services_06c-300x113.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Expertise Judiciaire\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"#1b0f0c\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_04c-300x113.jpg\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Nutrition\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"15px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Multipurpose Rooms</p>\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-end\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"25px\" padding_bottom=\"25px\" padding_left=\"25px\" hover_type=\"liftup\" border_style=\"solid\" border_radius_top_left=\"8px\" border_radius_top_right=\"8px\" border_radius_bottom_right=\"8px\" border_radius_bottom_left=\"8px\" box_shadow=\"yes\" box_shadow_vertical=\"11px\" box_shadow_horizontal=\"-5px\" box_shadow_blur=\"21\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(27,15,12,0.5)\" background_type=\"image\" gradient_start_color=\"rgba(27,15,12,0.07)\" gradient_end_color=\"var(--awb-color8)\" gradient_start_position=\"50\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_14-300x240.jpg\" min_height=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"5\" highlight_text=\"Gynécologie\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"var(--awb-typography3-font-family)\" fusion_font_variant_title_font=\"var(--awb-typography3)\" font_size=\"19px\" letter_spacing=\"1.05px\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" margin_bottom=\"5px\" margin_top=\"50px\" highlight_color=\"var(--awb-color3)\"]\r\n<p>Training &amp; Auditoriums</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" border_style=\"solid\" border_radius_bottom_right=\"15px\" border_radius_bottom_left=\"15PX\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color7)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"7px\" margin_bottom=\"7px\" padding_top=\"0px\" padding_right=\"25px\" padding_bottom=\"0px\" padding_left=\"25px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"rotating\" rotation_effect=\"clipIn\" display_time=\"2500\" highlight_effect=\"circle\" loop_animation=\"on\" highlight_width=\"9\" highlight_top_margin=\"0\" rotation_text=\"Appelez-nous dès aujourd’hui au 05 22 65 75 33\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" animated_font_size=\"19px\" fusion_font_family_title_font=\"Work Sans\" fusion_font_variant_title_font=\"400\" font_size=\"11px\" line_height=\"19px\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" text_color=\"var(--awb-color3)\" text_shadow=\"no\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" animated_text_color=\"var(--awb-color3)\"]\r\n<p>Your Content Goes Here</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Our Specialties', '', 'inherit', 'closed', 'closed', '', '4574-revision-v1', '', '', '2023-04-26 09:41:20', '2023-04-26 09:41:20', '', 4574, 'http://drkarimbennani.com/?p=5012', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5016, 1, '2023-06-15 16:04:52', '2023-06-15 16:04:52', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"yes\" text_shadow_blur=\"1\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\" text_shadow_vertical=\"1\" text_shadow_color=\"var(--awb-custom12)\"]\r\n\r\nNos Services\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"no\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/diabete/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></strong></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></strong></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<h5><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</h5>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-06-15 16:04:52', '2023-06-15 16:04:52', '', 18, 'http://drkarimbennani.com/?p=5016', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5017, 1, '2023-06-15 16:19:16', '2023-06-15 16:19:16', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"yes\" text_shadow_blur=\"1\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\" text_shadow_vertical=\"1\" text_shadow_color=\"var(--awb-custom12)\"]\r\n\r\nNos Services\r\n\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"no\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n\r\nMédecine Générale\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nGynécologie\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nDiabète\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/diabete/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nNous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nExpertise Judiciaire\r\n\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nOn propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.\r\n\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" title=\"\" target=\"_self\" link_attributes=\"\" alignment_medium=\"\" alignment_small=\"\" alignment=\"center\" modal=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" gradient_start_position=\"\" gradient_end_position=\"\" gradient_type=\"\" radial_direction=\"\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" type=\"\" bevel_color=\"\" bevel_color_hover=\"\" border_top=\"\" border_right=\"\" border_bottom=\"\" border_left=\"\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" size=\"\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></strong></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></strong></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux\r\n\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux\r\n\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d université santé, travail, environnement\r\n\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin assermenté auprès des tribunaux\r\n\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca\r\n\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances\r\n\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Vaccination\" icon=\"fa-laptop-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nVaccination des enfants et personnes éligibles, combattre et d’éliminer les maladies infectieuses potentiellement mortelles.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nPrise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nExamen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nIntervention rapide et amélioration du pronostic.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n\r\nDélivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.\r\n\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\nExcellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n\r\n<span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.\r\n\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n\r\n<b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b>\r\n\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-06-15 16:19:16', '2023-06-15 16:19:16', '', 18, 'http://drkarimbennani.com/?p=5017', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5018, 1, '2023-06-15 16:35:24', '2023-06-15 16:35:24', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"yes\" text_shadow_blur=\"1\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\" text_shadow_vertical=\"1\" text_shadow_color=\"var(--awb-custom12)\"]\r\n<p>Nos Services</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"no\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></strong></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></strong></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<p><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d université santé, travail, environnement<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin assermenté auprès des tribunaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</p>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Médecine de travail\" icon=\"fa-user-cog fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Prise en charge des aspects Cliniques et préventifs relatif à la santé physique et mentale des&nbsp;travailleurs&nbsp;.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Dépistage des maladies\" icon=\"fa-microscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Intervention rapide et amélioration du pronostic.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-06-15 16:35:24', '2023-06-15 16:35:24', '', 18, 'http://drkarimbennani.com/?p=5018', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5019, 1, '2023-06-15 16:36:55', '2023-06-15 16:36:55', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" margin_top=\"3%\" margin_bottom=\"2%\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"7\" highlight_text=\"Nos Services\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" text_shadow=\"yes\" text_shadow_blur=\"1\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" highlight_color=\"var(--awb-color3)\" text_color=\"var(--awb-color4)\" font_size=\"55px\" text_shadow_vertical=\"1\" text_shadow_color=\"var(--awb-custom12)\"]\r\n<p>Nos Services</p>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Our Specialties\" type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" padding_top=\"1%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(224,222,222,0.09)\" gradient_end_color=\"var(--awb-custom10)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"8\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" pattern_bg_color=\"var(--awb-custom14)\" admin_toggled=\"no\" flex_column_spacing=\"65px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#1982c4\" background_color=\"var(--awb-color4)\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-stethoscope fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]\r\n<p>Médecine Générale</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-generale/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#ef0037\" background_color=\"#ef476f\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-female fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Gynécologie</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/gynecologie-medicale/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"55px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#fc9b00\" background_color=\"#fca923\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-vial fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Diabète</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/diabete/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#131642\" background_color=\"#2b2d42\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-user-tie fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" letter_spacing=\"1.15\"]Médecine de Travail[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Nous fournissons des services en matière de prévention, de diagnostic et de gestion d\'un large éventail de maladies et de procédures d\'intervention en milieu hospitalier.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/medecine-de-travail/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#82ce00\" background_color=\"#a0ce4e\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-nutritionix fab\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"var(--awb-color1)\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"var(--awb-color1)\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]Nutrition[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On prend on charge la prévention et le traitement de tous les problèmes gynécologiques médicaux pendant toute la vie d’une femme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/nutrition/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color5)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color4)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" align_self=\"stretch\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_bottom=\"0px\" padding_top=\"50px\" padding_right=\"50px\" padding_bottom=\"40px\" padding_left=\"50px\" hover_type=\"none\" border_style=\"solid\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" box_shadow=\"yes\" box_shadow_vertical=\"15px\" box_shadow_horizontal=\"7px\" box_shadow_blur=\"27\" box_shadow_spread=\"-11\" box_shadow_color=\"rgba(51,51,51,0.75)\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color_hover=\"#9a031e\" background_color=\"#99273c\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"hover\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"hover\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1.09\" transform_scale_y_hover=\"1.09\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_fontawesome icon=\"fa-gavel fas\" size=\"75\" spin=\"no\" linktarget=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"20px\" iconcolor_hover=\"#ffffff\" iconcolor=\"var(--awb-color1)\" circle=\"no\" bg_size=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" icon_hover_type=\"slide\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"5\" fusion_font_family_title_font=\"Raleway\" fusion_font_variant_title_font=\"500\" font_size=\"19px\" line_height=\"1.5\" letter_spacing=\"1.15\" text_transform=\"capitalize\" text_color=\"#ffffff\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Expertise Judiciaire</p>\r\n[/fusion_title][fusion_text content_alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_family_text_font=\"Raleway\" fusion_font_variant_text_font=\"400\" font_size=\"15px\" line_height=\"1.5\" letter_spacing=\"var(--awb-typography4-letter-spacing)\" text_transform=\"var(--awb-typography4-text-transform)\" text_color=\"var(--awb-color1)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>On propose une gamme complète de traitements du diabète de types 1 et 2, en mettant l\'accent sur l\'autogestion afin de vous aider à le contrôler et réduire le risque de complications à court et à long terme.</p>\r\n[/fusion_text][fusion_button link=\"http://drkarimbennani.com/portfolio-items/expertise-judiciaire/\" target=\"_self\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" color=\"custom\" button_gradient_top_color_hover=\"rgba(255,255,255,0)\" button_gradient_top_color=\"rgba(255,255,255,0)\" button_gradient_bottom_color_hover=\"rgba(255,255,255,0)\" button_gradient_bottom_color=\"rgba(255,255,255,0)\" linear_angle=\"180\" accent_hover_color=\"var(--awb-color1)\" accent_color=\"var(--awb-color1)\" border_radius_top_left=\"10px\" border_radius_top_right=\"10px\" border_radius_bottom_right=\"10px\" border_radius_bottom_left=\"10px\" border_hover_color=\"#7d63cc\" border_color=\"var(--awb-color1)\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" fusion_font_family_button_font=\"Raleway\" fusion_font_variant_button_font=\"600\" font_size=\"13px\" line_height=\"1.4\" letter_spacing=\"1\" text_transform=\"uppercase\" stretch=\"default\" margin_top=\"5px\" icon=\"fa-arrow-right fas\" icon_position=\"right\" icon_divider=\"no\" hover_transition=\"icon_position\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]EN SAVOIR +[/fusion_button][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Wave Section Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"waves_opacity\" divider_position=\"left\" divider_candy=\"bottom\" backgroundcolor=\"var(--awb-custom10)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"0px\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Dr. Karim Welcome\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"DKB\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"11%\" padding_bottom=\"0%\" padding_left=\"11%\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_right=\"0%\" padding_bottom=\" \" padding_left=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"rgba(224,222,222,0)\" bottom_margin=\"50px\" border_size=\"0\" alignment=\"center\" /][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Bienvenue</span></strong></h3>\r\n<h5>Mon cabinet est dévoué à vous prodiguer les meilleurs soins  dans un environnement amical et attentionné. Nous mettons l’accent sur la prévention et l’éducation des patients, en établissant des relations étroites avec eux. Le confort de nos patients et leur satisfaction sont extrêmement important pour nous. Nous travaillons avec vous pour vous aider à atteindre une santé optimale.</h5>\r\n[/fusion_text][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 25px; text-align: center;\"><strong><span lang=\"fr\" style=\"color: #5fb2dc; font-size: 38px;\" tabindex=\"0\">Diplômes et Formation</span></strong></h3>\r\n<div class=\"et_pb_toggle_content clearfix\">\r\n<p><span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université en gynécologie infertilité suivi de grossesse Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d’université diabétologie et nutrition Bordeaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Diplôme d université santé, travail, environnement<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin assermenté auprès des tribunaux<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Doctorat en médecine générale Casablanca<br />\r\n<span style=\"color: #5fb2dc;\">♦ </span> Médecin conseil de compagnies d’assurances</p>\r\n</div>\r\n[/fusion_text][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"-8%\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4376|full\" style_type=\"none\" hover_type=\"none\" bordersize=\"0px\" borderradius=\"0\" align_medium=\"none\" align_small=\"none\" align=\"left\" lightbox=\"no\" linktarget=\"_blank\" hide_on_mobile=\"no\" sticky_display=\"normal,sticky\" animation_type=\"fade\" animation_direction=\"down\" animation_speed=\"0.8\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2021/07/Site-Portrait_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Nous prenons soin de vos besoins\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" style=\"text-align: center;\" data-placeholder=\"Traduction\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\">Nous prenons soin de vos besoins</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images I\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_02.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Programmes d\'alimentation personnalisés\" icon=\"fa-comment-medical fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge nutritionnelle, prescription d\'un programme adapté aux préférences et aux besoins des personnes, suivi et contrôle diététique.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_11.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images II\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Suivi des maladies chroniques\" icon=\"fa-diagnoses fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge du diabète, des maladies liées au cholestérol ainsi que l\'hypertension artérielle en assurant le bilan initial et en mettant en place un protocole de suivi.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_10.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Médecine de travail\" icon=\"fa-user-cog fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Prise en charge des aspects Cliniques et préventifs relatif à la santé physique et mentale des&nbsp;travailleurs&nbsp;.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images III\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_13.jpg\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Maladies saisonnières\" icon=\"fa-syringe fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Prise en charge des infections respiratoires, maladies diarrhéiques, malnutritions…</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_01.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images IV\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Examens d\'échographie\" icon=\"fa-stethoscope fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Examen approfondi de multiples organes de l\'abdomen, du petit bassin, du cou, thyroïde, ganglions, foie, rate, pancréas, reins, vessie, organes génitaux...</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_06-800x641.jpg\" background_position=\"right center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"flash\" animation_direction=\"down\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Expertise judiciaire \" icon=\"fa-gavel fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]<p>Évaluer l’ensemble des préjudices corporels subis par une victime.</p>[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Service Images V\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"no\" type=\"legacy\" flex_align_items=\"stretch\" flex_column_spacing=\"0px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_09.jpg\" background_position=\"right bottom\" background_repeat=\"no-repeat\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_bottom=\"0\" animation_type=\"fade\" animation_direction=\"right\" animation_speed=\"0.5\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"10%\" padding_right=\"10%\" padding_bottom=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"down\" animation_speed=\"0.1\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" align_content=\"center\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"0px\" spacing_left=\"0px\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-top\" columns=\"1\" title_size=\"32px\" heading_size=\"3\" title_color=\"#5fb2dc\" iconspin=\"no\" iconcolor=\"#ffffff\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"0px\" outercirclebordersize=\"2\" outercirclebordercolor=\"#5fb2dc\" icon_size=\"45\" icon_hover_type=\"pulsate\" hover_accent_color=\"#5fb2dc\" icon_align=\"left\" animation_type=\"fade\" animation_direction=\"up\" animation_speed=\"0.8\" margin_top=\"45px\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"Certificat médical du conducteur\" icon=\"fa-x-ray fas\" iconspin=\"no\" iconcolor=\"#ffffff\" link_target=\"_self\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>Délivrance des certificats médicaux d\'aptitude physique et mentale portant sur le Code de la route.</p>\r\n[/fusion_content_box][/fusion_content_boxes][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"no\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"no\" hover_type=\"zoomin\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Services_07.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"fade\" animation_direction=\"left\" animation_speed=\"0.5\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"0px\" element_content=\"\" min_height=\"\" link=\"\"][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"-5%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" admin_label=\"Triangle Separator\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"#ffffff\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Lizez Les Témoignages de Nos Patients\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" menu_anchor=\"TEMOIGNAGES\" hide_on_mobile=\"no\" status=\"published\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"2\" margin_top=\"0px\" margin_bottom=\"0px\" text_color=\"#ffffff\" style_type=\"default\"]\r\n<div id=\"tw-target-text-container\" class=\"tw-ta-container tw-nfl\">\r\n<h2 id=\"decouvrez-les-temoignages-de-nos-clients\" class=\" h1 text-night text-left salesforce-sans-thin margin-60-top-lg margin-40-top-xs \" style=\"text-align: center;\"><span class=\" header-text \" style=\"color: #ffffff;\">Lizez Les Témoignages de Nos Patients</span></h2>\r\n</div>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Testimonials\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" padding_top=\"7%\" padding_right=\"9%\" padding_bottom=\"7%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#1a1a1a\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/Background_01.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"fixed\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" flex_align_items=\"stretch\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" spacing_right=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"S. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"ac\">C\'est</span> un <span id=\"spans0e1\" class=\"sac\">médecin</span> compétent, <span id=\"spans0e2\" class=\"sac\">sympathique</span> et surtout <span id=\"spans0e3\" class=\"sac\">très</span> humain<span id=\"spans0e4\" class=\"ac\">, toujours</span> à <span id=\"spans0e5\" class=\"ac\">l\'écoute</span> des patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"left\" animation_speed=\"0.7\" last=\"false\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_right=\"2%\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"A. Elsi\" avatar=\"male\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gordon_norman.jpg\" image_id=\"1744|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p>Excellent <span id=\"spans0e0\" class=\"sac\">médecin</span>, <span id=\"spans0e1\" class=\"sac\">très</span> rassurant, merci pour tout ce que <span id=\"spans0e2\" class=\"ac\">vous</span> faites pour vos patients.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"1_3\" type=\"1_3\" layout=\"1_3\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" background_color=\"rgba(255,255,255,0.3)\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"20%\" padding_right=\"10%\" padding_left=\"10%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_type=\"slide\" animation_direction=\"right\" animation_speed=\"0.7\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" spacing_left=\"2%\" background_blend_mode=\"overlay\" link=\"\"][fusion_testimonials design=\"clean\" navigation=\"no\" backgroundcolor=\"transparent\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_testimonial name=\"N. Larche\" avatar=\"female\" image=\"http://drkarimbennani.com/wp-content/uploads/2016/02/gunther_beard.jpg\" image_id=\"1743|full\" image_border_radius=\"round\" target=\"_blank\"]\r\n<p><span id=\"spans0e0\" class=\"sac\">Médecin</span> <span id=\"spans0e1\" class=\"sac\">très</span> competent<span id=\"spans0e2\" class=\"ac\">, très</span> humain<span id=\"spans0e3\" class=\"ac\">, toute</span> notre famille fait confiance en son excellent diagnostique.</p>\r\n[/fusion_testimonial][/fusion_testimonials][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" top_margin=\"50px\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"N\'oubliez pas votre bilan annuel!\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"no\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"left top\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_sizes_right=\"0px\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" spacing=\"yes\" center_content=\"no\" target=\"_self\" min_height=\"none\" hide_on_mobile=\"no\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"6%\" padding_bottom=\"2%\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" align_self=\"flex-start\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<h2 class=\"tw-ta-container tw-nfl\" style=\"text-align: center;\"><span lang=\"fr\" style=\"color: #ffffff;\" tabindex=\"0\"><span class=\"st\">Mieux vaut prévenir que guérir</span></span></h2>\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"text-align: center; margin-top: -20px;\"><span lang=\"fr\" style=\"color: #ffffff; font-size: 38px;\" tabindex=\"0\">N’oubliez pas votre bilan annuel!</span></h3>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Triangle Separator\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" admin_toggled=\"yes\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" min_height=\"\" link=\"\"][fusion_section_separator divider_type=\"triangle\" divider_position=\"left\" divider_candy=\"bottom\" bordersize=\"0\" bordercolor=\"rgba(246,246,246,0.05)\" backgroundcolor=\"var(--awb-color3)\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"min\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"#ffffff\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"5%\" margin_bottom=\"0%\" padding_top=\"2%\" padding_right=\"2%\" padding_bottom=\"2%\" padding_left=\"2%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_images picture_size=\"fixed\" hover_type=\"none\" autoplay=\"yes\" columns=\"6\" column_spacing=\"29\" show_nav=\"no\" mouse_scroll=\"no\" border=\"no\" lightbox=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-20-1.png\" image_id=\"3408\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-19-5.png\" image_id=\"3407\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-18-3.png\" image_id=\"3406\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-17-1.png\" image_id=\"3405\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-16-1.png\" image_id=\"3404\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-15-1.png\" image_id=\"3403\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-14-1.png\" image_id=\"3402\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-13-1.png\" image_id=\"3401\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-12-1.png\" image_id=\"3400\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-11-1.png\" image_id=\"3399\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-10-1.png\" image_id=\"3398\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-09-1.png\" image_id=\"3397\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-08-1.png\" image_id=\"3396\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-07-1.png\" image_id=\"3395\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-06-1.png\" image_id=\"3394\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-05-1.png\" image_id=\"3393\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-04-1.png\" image_id=\"3392\" linktarget=\"_self\" /][fusion_image image=\"http://drkarimbennani.com/wp-content/uploads/2019/09/BO-03-1.png\" image_id=\"3391\" linktarget=\"_self\" /][/fusion_images][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Call to Action - Call us\" type=\"legacy\" hundred_percent=\"no\" hundred_percent_height=\"yes\" hundred_percent_height_scroll=\"no\" align_content=\"center\" flex_align_items=\"flex-start\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"no\" status=\"published\" margin_top=\"-5%\" padding_top=\" 0%\" padding_right=\"9%\" padding_left=\"9%\" border_sizes_top=\"0px\" border_sizes_right=\"0px\" border_sizes_bottom=\"0px\" border_sizes_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_color=\"rgba(255,255,255,0.51)\" gradient_end_color=\"rgba(255,255,255,0.51)\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2019/10/CalendarBGc.jpg\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"yes\" background_parallax=\"up\" enable_mobile=\"no\" parallax_speed=\"0.4\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0%\" margin_bottom=\"0%\" padding_top=\"0%\" padding_right=\"0%\" padding_bottom=\"0%\" padding_left=\"0%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" font_size=\"65px\" margin_bottom=\"15px\" text_color=\"#5fb2dc\" style_type=\"default\"]\r\n<p><b class=\"b4\"></b><b class=\"b5\">Appelez-nous dès aujourd\'hui!</b></p>\r\n[/fusion_title][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"15x\" bottom_margin=\"0px\" alignment=\"center\" border_size=\"25\" sep_color=\"#ffffff\" icon=\"fa-heart fas\" icon_size=\"25\" icon_circle=\"yes\" icon_circle_color=\"var(--awb-color3)\" /][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"center\" size=\"1\" margin_bottom=\"15px\" style_type=\"default\" margin_top=\"0px\"]\r\n<h1><span style=\"color: #5fb2dc;\">[fusion_fontawesome icon=\"fa-phone-alt fas\" size=\"65px\" flip=\"\" rotate=\"\" spin=\"no\" alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" circle=\"no\" iconcolor=\"#5fb2dc\" circlecolor=\"\" circlebordercolor=\"\" animation_type=\"\" animation_direction=\"left\" animation_speed=\"0.3\" animation_offset=\"\"][/fusion_fontawesome]05226-57533</span></h1>\r\n[/fusion_title][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Home', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2023-06-15 16:36:55', '2023-06-15 16:36:55', '', 18, 'http://drkarimbennani.com/?p=5019', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5020, 1, '2023-06-15 17:00:52', '2023-06-15 17:00:52', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"1px\" text_shadow_color=\"var(--awb-custom12)\" animated_text_color=\"var(--awb-color3)\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4990|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-16\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\">Medecine de travail</h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]L[/fusion_dropcap]a médecine de santé au travail a un rôle exclusivement préventif dont le rôle est d’éviter toute dégradation de la santé, des salariés, du fait de leur travail.</span>\r\n<ul>\r\n 	<li><span style=\"color: #368498;\">Réaliser un suivi globale de l’état de santé, des salariés d’une entreprise et le mettre en lien avec les conditions de travail dans l’entreprise .</span></li>\r\n 	<li><span style=\"color: #368498;\">Suivre et tracer les expositions des salariés aux risques professionnels et réalisés des examens médicaux et complémentaires adaptés\r\nà ses risques .</span></li>\r\n 	<li><span style=\"color: #368498;\">Détecter et prendre en charge des situations pouvant évoluer vers une incompatibilité entre l’état de santé, du salarié et son poste de travail .</span></li>\r\n 	<li><span style=\"color: #368498;\">Détecter des modifications de l’état de santé, on vient avec les conditions de travail avant le stade de Maladie:</span></li>\r\n 	<li><span style=\"color: #368498;\">Orienter les salariés le cas échéant vers leur médecin traitant pour une prise en charge diagnostique et thérapeutique.</span></li>\r\n 	<li><span style=\"color: #368498;\">Proposer des adaptations ou aménagement du poste de travail .\r\nConseiller du salarié en matière d’hygiène, de vie, lorsque le travail, un impact sur celle-ci et réciproquement .</span></li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-06-15 17:00:52', '2023-06-15 17:00:52', '', 4571, 'http://drkarimbennani.com/?p=5020', 0, 'revision', '', 0),
(5021, 1, '2023-06-15 17:02:37', '2023-06-15 17:02:37', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"1px\" text_shadow_color=\"var(--awb-custom12)\" animated_text_color=\"var(--awb-color3)\" highlight_color=\"var(--awb-color3)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4990|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-16\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_13c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"2_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Médecine de travail</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]L[/fusion_dropcap]a médecine de santé au travail a un rôle exclusivement préventif dont le rôle est d’éviter toute dégradation de la santé, des salariés, du fait de leur travail.</span>\r\n<ul>\r\n 	<li><span style=\"color: #368498;\">Réaliser un suivi globale de l’état de santé, des salariés d’une entreprise et le mettre en lien avec les conditions de travail dans l’entreprise .</span></li>\r\n 	<li><span style=\"color: #368498;\">Suivre et tracer les expositions des salariés aux risques professionnels et réalisés des examens médicaux et complémentaires adaptés\r\nà ses risques .</span></li>\r\n 	<li><span style=\"color: #368498;\">Détecter et prendre en charge des situations pouvant évoluer vers une incompatibilité entre l’état de santé, du salarié et son poste de travail .</span></li>\r\n 	<li><span style=\"color: #368498;\">Détecter des modifications de l’état de santé, on vient avec les conditions de travail avant le stade de Maladie:</span></li>\r\n 	<li><span style=\"color: #368498;\">Orienter les salariés le cas échéant vers leur médecin traitant pour une prise en charge diagnostique et thérapeutique.</span></li>\r\n 	<li><span style=\"color: #368498;\">Proposer des adaptations ou aménagement du poste de travail .\r\nConseiller du salarié en matière d’hygiène, de vie, lorsque le travail, un impact sur celle-ci et réciproquement .</span></li>\r\n</ul>\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"medecine-de-travail\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Médecine de travail', '', 'inherit', 'closed', 'closed', '', '4571-revision-v1', '', '', '2023-06-15 17:02:37', '2023-06-15 17:02:37', '', 4571, 'http://drkarimbennani.com/?p=5021', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5022, 1, '2023-06-15 17:08:18', '2023-06-15 17:08:18', '[fusion_builder_container type=\"flex\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_bottom=\"0px\" border_sizes_right=\"75px\" border_sizes_left=\"75px\" border_color=\"var(--awb-color1)\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" dynamic_params=\"eyJiYWNrZ3JvdW5kX2ltYWdlIjp7ImRhdGEiOiJwb3N0X2ZlYXR1cmVkX2ltYWdlIiwiYmFja2dyb3VuZF9pbWFnZSI6IiIsInR5cGUiOiJtYWluIiwiZmFsbGJhY2siOiIifX0=\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][fusion_builder_column type=\"3_5\" layout=\"3_5\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"center\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(68,68,68,0)\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"overlay\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_title title_type=\"highlight\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"underline_zigzag\" loop_animation=\"off\" highlight_width=\"5\" highlight_top_margin=\"9\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"center\" size=\"1\" fusion_font_family_title_font=\"Inter\" fusion_font_variant_title_font=\"600\" font_size=\"55px\" text_color=\"var(--awb-color1)\" text_shadow=\"yes\" text_shadow_blur=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" dynamic_params=\"eyJlbGVtZW50X2NvbnRlbnQiOnsiZGF0YSI6InBvc3RfdGl0bGUiLCJlbGVtZW50X2NvbnRlbnQiOiI8cD5Zb3VyIENvbnRlbnQgR29lcyBIZXJlPC9wPiIsImluY2x1ZGVfY29udGV4dCI6Im5vIiwiYmVmb3JlIjoiIiwiYWZ0ZXIiOiIiLCJmYWxsYmFjayI6IiJ9LCJoaWdobGlnaHRfdGV4dCI6eyJkYXRhIjoicG9zdF90aXRsZSIsImluY2x1ZGVfY29udGV4dCI6Im5vIn19\" text_shadow_vertical=\"2px\" text_shadow_color=\"var(--awb-color8)\" animated_text_color=\"var(--awb-color1)\" highlight_color=\"var(--awb-color1)\"]\r\n\r\nYour Content Goes Here\r\n\r\n[/fusion_title][/fusion_builder_column][fusion_builder_column type=\"1_1\" layout=\"1_1\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_separator style_type=\"none\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" flex_grow=\"0\" top_margin=\"0px\" bottom_margin=\"225px\" height=\"20\" alignment=\"center\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" type=\"legacy\" flex_align_items=\"stretch\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" border_radius_top_left=\"25px\" border_radius_top_right=\"25px\" border_radius_bottom_left=\"25px\" border_radius_bottom_right=\"25px\" box_shadow=\"yes\" box_shadow_vertical=\"25\" box_shadow_horizontal=\"2\" box_shadow_blur=\"75\" box_shadow_spread=\"3\" box_shadow_color=\"rgba(224,224,224,0.72)\" padding_top=\"7%\" padding_right=\"7%\" padding_bottom=\"7%\" padding_left=\"7%\" margin_top=\"-6%\" margin_bottom=\"0%\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" padding_left=\"0px\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"false\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4989|full\" custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" align_medium=\"none\" align_small=\"none\" align=\"none\" style_type=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" mask=\"mask-1\" mask_size=\"fill\"]http://drkarimbennani.com/wp-content/uploads/2023/04/background_12c.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"2_3\" layout=\"1_2\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" animation_direction=\"left\" animation_speed=\"0.3\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" last=\"true\" element_content=\"\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"false\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n<h3 class=\"tw-ta-container tw-nfl\" style=\"margin-top: 0px; text-align: center;\"><span lang=\"fr\" style=\"color: #368498; font-size: 29px;\" tabindex=\"0\">Expertise judiciaire</span></h3>\r\n<span style=\"color: #368498;\">[fusion_dropcap boxed=\"yes\" boxed_radius=\"3PX\" class=\"\" id=\"\" color=\"\"]L\'[/fusion_dropcap]enjeu des expertises médicales judiciaires va bien au-delà de la\r\nsimple recherche indemnitaire. Il se joue au cœur de cette recherche de vérité des enjeux individuels et collectifs qu’il serait dommage de méconnaître.</span>\r\n\r\n<span style=\"color: #368498;\">L’expertise est avant tout une enquête médicale avec, sous le regard des parties la reconstitution d’une histoire pas à pas, où la réalité des faits médicaux est construite au fil de la découverte des indices laissés par les soignants. Ce travail passionnant de reconstitution est la pierre angulaire de la Vérité indispensable à tous pour assoir ou non la compréhension, l’indemnisation éventuelle mais aussi l’acceptation et parfois la rédemption.</span>\r\n\r\n<span style=\"color: #368498;\">Ceux qui participent aux expertises, ressentent bien, qu’au delà des enjeux professionnels des uns et des enjeux financiers des autres, il y a surtout des enjeux humains importants entre celui qui souffre et celui qui peut être responsable de cette souffrance.</span>\r\n\r\n[/fusion_text][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"stretch\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"yes\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"3%\" margin_bottom=\"1%\" padding_top=\" \" padding_right=\"0px\" padding_left=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" background_blend_mode=\"overlay\" padding_right=\"0px\" padding_left=\"0px\" spacing_left=\"0px\" spacing_right=\"0px\" min_height=\"\" link=\"\"][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p class=\"ellip\" style=\"text-align: center;\"><strong><span style=\"color: #368498;\">AUTRE SPÉCIALITÉS</span></strong></p>\r\n[/fusion_text][fusion_separator style_type=\"shadow\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sep_color=\"#368498\" bottom_margin=\"35px\" alignment=\"center\" /][fusion_portfolio layout=\"carousel\" picture_size=\"auto\" text_layout=\"unboxed\" columns=\"3\" column_spacing=\"35\" one_column_text_position=\"below\" equal_heights=\"yes\" number_posts=\"5\" portfolio_title_display=\"title\" portfolio_text_alignment=\"left\" filters=\"no\" pull_by=\"category\" exclude_cats=\"expertise-judiciaire\" tag_slug=\"services\" pagination_type=\"none\" hide_url_params=\"off\" offset=\"0\" orderby=\"menu_order\" order=\"DESC\" content_length=\"no_text\" excerpt_length=\"10\" strip_html=\"yes\" carousel_layout=\"title_on_rollover\" scroll_items=\"1\" autoplay=\"yes\" show_nav=\"yes\" mouse_scroll=\"yes\" margin_right=\"0px\" margin_left=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_type=\"slide\" animation_direction=\"up\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Expertise Judiciaire', '', 'inherit', 'closed', 'closed', '', '4570-revision-v1', '', '', '2023-06-15 17:08:18', '2023-06-15 17:08:18', '', 4570, 'http://drkarimbennani.com/?p=5022', 0, 'revision', '', 0),
(5029, 3, '2023-09-07 16:15:04', '2023-09-07 16:15:04', '', 'Ma photo', '', 'inherit', 'open', 'closed', '', 'ma-photo', '', '', '2026-08-09 18:33:20', '2026-08-09 18:33:20', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2023/09/Ma-photo.jpeg', 0, 'attachment', 'image/webp', 0),
(5032, 1, '2023-10-12 09:54:01', '2023-10-12 09:54:01', '[fusion_builder_container admin_label=\"Google Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"6%\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_map api_type=\"embed\" embed_address=\"33.554050,-7.685922\" embed_map_type=\"roadmap\" address=\"14 rue ali abderrazak casablanca\" type=\"roadmap\" height=\"500px\" zoom=\"15\" scrollwheel=\"no\" scale=\"yes\" zoom_pancontrol=\"yes\" animation=\"yes\" popup=\"yes\" map_style=\"custom\" overlay_color=\"#67615a\" infobox=\"custom\" infobox_text_color=\"#ffffff\" infobox_background_color=\"#fc7523\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][fusion_openstreetmap map_type=\"marker\" fitbounds=\"yes\" zoom=\"14\" zoom_snap=\"1\" zoom_control=\"yes\" dragging=\"yes\" touchzoom=\"yes\" dbclickzoom=\"yes\" scrollwheel=\"yes\" action=\"popup\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" items_animation=\"none\" shape_size=\"3\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" map_style=\"esri-world\"][fusion_openstreetmap_marker title=\"Dr. Karim Bennani\" latitude=\"33.554050\" longitude=\"-7.685922\" address=\"321 Bd Oued Sebou, 2ème Etage, Quartier Oulfa, Casablanca 20220\" hover_color=\"#ff2121\" color=\"#82ce00\" size=\"34\" hover_background_color=\"var(--awb-color4)\" icon=\"fa-user-md fas\" background_color=\"var(--awb-color8)\" /][/fusion_openstreetmap][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'map', '', 'publish', 'closed', 'closed', '', 'map', '', '', '2023-10-12 09:54:01', '2023-10-12 09:54:01', '', 0, 'http://drkarimbennani.com/fusion_element/map/', 0, 'fusion_element', '', 0),
(5033, 1, '2023-10-12 10:02:30', '2023-10-12 10:02:30', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"1%\" padding_left=\"1%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3708|full\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"center\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Contact_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"6%\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"3%\" margin_top=\"-6%\" margin_bottom=\"0px\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" border_radius_top_right=\" \" box_shadow=\"yes\" box_shadow_vertical=\"0\" box_shadow_horizontal=\"35\" box_shadow_blur=\"20\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(0,0,0,0.03)\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2021/05/background_04c.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"1\" title_size=\"18px\" heading_size=\"2\" title_color=\"#368498\" backgroundcolor=\"#ffffff\" iconspin=\"no\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"2\" icon_size=\"35\" icon_hover_type=\"none\" hover_accent_color=\"#368498\" icon_align=\"left\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"CABINET\" icon=\"fa-map-marker-alt fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p class=\"p1\"><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"street-address notranslate\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,<br />\r\n</span></span></span><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"district notranslate\">Hay-Hassani,</span> <span class=\"locality\">Casablanca </span></span></span>20220</p>\r\n[/fusion_content_box][fusion_content_box title=\"TÉLÉPHONE\" icon=\"fa-phone fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>05226-57533</p>\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" icon=\"fa-at fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>info@dkb.ma</p>\r\n[/fusion_content_box][fusion_content_box title=\"HORAIRES\" icon=\"fa-map-marker-alt fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>LUNDI-VENDREDI (8h30 - 19h)<br />\r\nSAMEDI (8h30 - 1h30)</p>\r\n[/fusion_content_box][/fusion_content_boxes][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" padding_top=\"30px\" padding_bottom=\"20px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_social_links icon_colors=\"#368498\" facebook=\"facebook.com\" instagram=\"instagram.com\" pinterest=\"pinterest.com\" twitter=\"twitter.com\" youtube=\"youtube.com\" show_custom=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"rgba(255,255,255,0)\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"false\" border_sizes_right=\"0\" spacing_left=\"3%\" min_height=\"\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"left\" size=\"2\" font_size=\"22px\" margin_top=\"60px\" style_type=\"single dotted\"]\r\n<p><span style=\"color: #368498;\"><strong>ENVOYEZ UN MESSAGE RAPIDE</strong></span></p>\r\n[/fusion_title][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0IiB0aXRsZT0iQ29udGFjdCBGb3JtIl0=[/fusion_code][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\">Nous essayons toujours de répondre le plus rapidement possible</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Google Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"6%\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_openstreetmap map_type=\"marker\" fitbounds=\"yes\" zoom=\"14\" zoom_snap=\"1\" zoom_control=\"yes\" dragging=\"yes\" touchzoom=\"yes\" dbclickzoom=\"yes\" scrollwheel=\"yes\" action=\"tooltip\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" items_animation=\"sonar\" shape_size=\"3\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" map_style=\"osm-carto\" width=\"100%\" height=\"675px\" popup_content_alignment=\"center\" popup_background_color=\"var(--awb-color3)\" fusion_font_variant_popup_title_font=\"500\" fusion_font_family_popup_title_font=\"Work Sans\" popup_title_font_size=\"15px\" popup_title_margin_top=\"5px\" popup_title_margin_bottom=\"5px\" popup_title_color=\"var(--awb-color7)\" popup_content_font_size=\"13px\"][fusion_openstreetmap_marker title=\"Dr. Karim Bennani\" latitude=\"33.554050\" longitude=\"-7.685922\" address=\"321 Bd Oued Sebou, 2ème Etage, Quartier Oulfa, Casablanca 20220\" hover_color=\"#ff2121\" color=\"#82ce00\" size=\"34\" hover_background_color=\"var(--awb-color4)\" icon=\"fa-user-md fas\" background_color=\"var(--awb-color8)\" /][/fusion_openstreetmap][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '4084-revision-v1', '', '', '2023-10-12 10:02:30', '2023-10-12 10:02:30', '', 4084, 'http://drkarimbennani.com/?p=5033', 0, 'revision', '', 0),
(5034, 1, '2023-10-12 10:07:33', '2023-10-12 10:07:33', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"1%\" padding_left=\"1%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3708|full\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"center\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Contact_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"6%\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"3%\" margin_top=\"-6%\" margin_bottom=\"0px\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" border_radius_top_right=\" \" box_shadow=\"yes\" box_shadow_vertical=\"0\" box_shadow_horizontal=\"35\" box_shadow_blur=\"20\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(0,0,0,0.03)\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2021/05/background_04c.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"1\" title_size=\"18px\" heading_size=\"2\" title_color=\"#368498\" backgroundcolor=\"#ffffff\" iconspin=\"no\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"2\" icon_size=\"35\" icon_hover_type=\"none\" hover_accent_color=\"#368498\" icon_align=\"left\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"CABINET\" icon=\"fa-map-marker-alt fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p class=\"p1\"><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"street-address notranslate\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,<br />\r\n</span></span></span><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"district notranslate\">Hay-Hassani,</span> <span class=\"locality\">Casablanca </span></span></span>20220</p>\r\n[/fusion_content_box][fusion_content_box title=\"TÉLÉPHONE\" icon=\"fa-phone fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>05226-57533</p>\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" icon=\"fa-at fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>info@dkb.ma</p>\r\n[/fusion_content_box][fusion_content_box title=\"HORAIRES\" icon=\"fa-map-marker-alt fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>LUNDI-VENDREDI (8h30 - 19h)<br />\r\nSAMEDI (8h30 - 1h30)</p>\r\n[/fusion_content_box][/fusion_content_boxes][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" padding_top=\"30px\" padding_bottom=\"20px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_social_links icon_colors=\"#368498\" facebook=\"facebook.com\" instagram=\"instagram.com\" pinterest=\"pinterest.com\" twitter=\"twitter.com\" youtube=\"youtube.com\" show_custom=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"rgba(255,255,255,0)\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"false\" border_sizes_right=\"0\" spacing_left=\"3%\" min_height=\"\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"left\" size=\"2\" font_size=\"22px\" margin_top=\"60px\" style_type=\"single dotted\"]\r\n<p><span style=\"color: #368498;\"><strong>ENVOYEZ UN MESSAGE RAPIDE</strong></span></p>\r\n[/fusion_title][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0IiB0aXRsZT0iQ29udGFjdCBGb3JtIl0=[/fusion_code][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\">Nous essayons toujours de répondre le plus rapidement possible</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Google Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"6%\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_openstreetmap map_type=\"marker\" fitbounds=\"yes\" zoom=\"14\" zoom_snap=\"1.0\" zoom_control=\"yes\" dragging=\"yes\" touchzoom=\"yes\" dbclickzoom=\"yes\" scrollwheel=\"yes\" action=\"tooltip\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" items_animation=\"sonar\" shape_size=\"3\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" map_style=\"osm-carto\" width=\"100%\" height=\"675px\" popup_content_alignment=\"center\" popup_background_color=\"var(--awb-color3)\" fusion_font_variant_popup_title_font=\"600\" fusion_font_family_popup_title_font=\"Work Sans\" popup_title_font_size=\"15px\" popup_title_margin_top=\"5px\" popup_title_margin_bottom=\"5px\" popup_title_color=\"var(--awb-color7)\" popup_content_font_size=\"13px\" popup_content_color=\"var(--awb-color7)\" fusion_font_variant_popup_content_font=\"500\" fusion_font_family_popup_content_font=\"Work Sans\"][fusion_openstreetmap_marker title=\"Dr. Karim Bennani\" latitude=\"33.554050\" longitude=\"-7.685922\" address=\"321 Bd Oued Sebou, 2ème Etage, Quartier Oulfa, Casablanca 20220\" hover_color=\"#ff2121\" color=\"#82ce00\" size=\"34\" hover_background_color=\"var(--awb-color4)\" icon=\"fa-user-md fas\" background_color=\"var(--awb-color8)\" tooltip_content=\"VGVsOiAgMDUyMjYtNTc1MzMKCjMyMSBCZCBPdWVkIFNlYm91LCAyw6htZSBFdGFnZSwgUXVhcnRpZXIgT3VsZmEsIENhc2FibGFuY2EgMjAyMjA=\" /][/fusion_openstreetmap][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '4084-revision-v1', '', '', '2023-10-12 10:07:33', '2023-10-12 10:07:33', '', 4084, 'http://drkarimbennani.com/?p=5034', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5035, 1, '2023-10-12 10:10:27', '2023-10-12 10:10:27', '[fusion_builder_container hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"1%\" padding_left=\"1%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"3708|full\" style_type=\"bottomshadow\" hover_type=\"none\" align=\"center\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\"]http://drkarimbennani.com/wp-content/uploads/2019/09/Contact_c.jpg[/fusion_imageframe][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Contact Information + Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_color=\"rgba(255,255,255,0)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_right=\"9%\" padding_left=\"9%\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_2\" type=\"1_2\" align_self=\"auto\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" spacing=\"6%\" center_content=\"yes\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" spacing_right=\"3%\" margin_top=\"-6%\" margin_bottom=\"0px\" padding_top=\"80px\" padding_right=\"10%\" padding_bottom=\"80px\" padding_left=\"10%\" hover_type=\"none\" border_sizes_top=\"0\" border_sizes_right=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_style=\"solid\" border_radius_top_right=\" \" box_shadow=\"yes\" box_shadow_vertical=\"0\" box_shadow_horizontal=\"35\" box_shadow_blur=\"20\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(0,0,0,0.03)\" background_type=\"image\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_image=\"http://drkarimbennani.com/wp-content/uploads/2021/05/background_04c.jpg\" background_position=\"center bottom\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_content_boxes layout=\"icon-on-side\" columns=\"1\" title_size=\"18px\" heading_size=\"2\" title_color=\"#368498\" backgroundcolor=\"#ffffff\" iconspin=\"no\" icon_circle=\"yes\" circlecolor=\"#5fb2dc\" circlebordersize=\"2\" icon_size=\"35\" icon_hover_type=\"none\" hover_accent_color=\"#368498\" icon_align=\"left\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_content_box title=\"CABINET\" icon=\"fa-map-marker-alt fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p class=\"p1\"><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"street-address notranslate\">321 Bd Oued Sebou, Quartier Oulfa, 2 Eme Etage,<br />\r\n</span></span></span><span class=\"address-block\"><span class=\"adr cn-address\"><span class=\"district notranslate\">Hay-Hassani,</span> <span class=\"locality\">Casablanca </span></span></span>20220</p>\r\n[/fusion_content_box][fusion_content_box title=\"TÉLÉPHONE\" icon=\"fa-phone fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>05226-57533</p>\r\n[/fusion_content_box][fusion_content_box title=\"EMAIL\" icon=\"fa-at fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>info@dkb.ma</p>\r\n[/fusion_content_box][fusion_content_box title=\"HORAIRES\" icon=\"fa-map-marker-alt fas\" iconspin=\"no\" circlecolor=\"#5fb2dc\" linktext=\"Read More\" animation_direction=\"left\" animation_speed=\"0.3\"]\r\n<p>LUNDI-VENDREDI (8h30 - 19h)<br />\r\nSAMEDI (8h30 - 1h30)</p>\r\n[/fusion_content_box][/fusion_content_boxes][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" hover_type=\"none\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"#ffffff\" background_position=\"left top\" background_repeat=\"no-repeat\" border_style=\"solid\" border_position=\"all\" box_shadow=\"no\" padding_top=\"30px\" padding_bottom=\"20px\" margin_top=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_social_links icon_colors=\"#368498\" facebook=\"facebook.com\" instagram=\"instagram.com\" pinterest=\"pinterest.com\" twitter=\"twitter.com\" youtube=\"youtube.com\" show_custom=\"no\" alignment=\"center\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" /][/fusion_builder_column_inner][/fusion_builder_row_inner][/fusion_builder_column][fusion_builder_column type=\"1_2\" type=\"1_2\" layout=\"1_2\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_color=\"rgba(255,255,255,0)\" background_position=\"center top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_color=\"#e0dede\" border_style=\"dotted\" border_position=\"right\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"false\" border_sizes_right=\"0\" spacing_left=\"3%\" min_height=\"\" link=\"\"][fusion_title hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" content_align=\"left\" size=\"2\" font_size=\"22px\" margin_top=\"60px\" style_type=\"single dotted\"]\r\n<p><span style=\"color: #368498;\"><strong>ENVOYEZ UN MESSAGE RAPIDE</strong></span></p>\r\n[/fusion_title][fusion_code]W2NvbnRhY3QtZm9ybS03IGlkPSI0IiB0aXRsZT0iQ29udGFjdCBGb3JtIl0=[/fusion_code][fusion_text rule_style=\"default\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"]\r\n<p id=\"tw-target-text\" class=\"tw-data-text tw-text-large tw-ta\" dir=\"ltr\" data-placeholder=\"Traduction\"><span lang=\"fr\" tabindex=\"0\">Nous essayons toujours de répondre le plus rapidement possible</span></p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container admin_label=\"Google Form\" hundred_percent=\"yes\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" border_style=\"solid\" padding_top=\"6%\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" admin_toggled=\"no\" type=\"legacy\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" center_content=\"no\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" background_position=\"left top\" background_repeat=\"no-repeat\" hover_type=\"none\" border_style=\"solid\" border_position=\"all\" padding_top=\"0px\" padding_right=\"0px\" padding_bottom=\"0px\" padding_left=\"0px\" margin_bottom=\"0px\" animation_direction=\"left\" animation_speed=\"0.3\" last=\"true\" first=\"true\" border_sizes_top=\"0\" border_sizes_bottom=\"0\" border_sizes_left=\"0\" border_sizes_right=\"0\" min_height=\"\" link=\"\"][fusion_openstreetmap map_type=\"marker\" fitbounds=\"yes\" zoom=\"14\" zoom_snap=\"1.0\" zoom_control=\"yes\" dragging=\"yes\" touchzoom=\"yes\" dbclickzoom=\"yes\" scrollwheel=\"yes\" action=\"tooltip\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" items_animation=\"sonar\" shape_size=\"3\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" map_style=\"osm-carto\" width=\"100%\" height=\"675px\" popup_content_alignment=\"left\" popup_background_color=\"#9ece4c\" fusion_font_variant_popup_title_font=\"600\" fusion_font_family_popup_title_font=\"Work Sans\" popup_title_font_size=\"19px\" popup_title_margin_top=\"5px\" popup_title_margin_bottom=\"5px\" popup_title_color=\"var(--awb-color8)\" popup_content_font_size=\"13px\" popup_content_color=\"var(--awb-color7)\" fusion_font_variant_popup_content_font=\"500\" fusion_font_family_popup_content_font=\"Work Sans\" popup_title_alignment=\"center\" popup_title_letter_spacing=\"1\"][fusion_openstreetmap_marker title=\"Dr. Karim Bennani\" latitude=\"33.554050\" longitude=\"-7.685922\" address=\"321 Bd Oued Sebou, 2ème Etage, Quartier Oulfa, Casablanca 20220\" hover_color=\"#ff2121\" color=\"#82ce00\" size=\"34\" hover_background_color=\"var(--awb-color4)\" icon=\"fa-user-md fas\" background_color=\"var(--awb-color8)\" tooltip_content=\"VGVsOiAgMDUyMjYtNTc1MzMKPGJyLz4KMzIxIEJkIE91ZWQgU2Vib3UsIDLDqG1lIEV0YWdlLCBRdWFydGllciBPdWxmYSwgQ2FzYWJsYW5jYSAyMDIyMA==\" /][/fusion_openstreetmap][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Contact', '', 'inherit', 'closed', 'closed', '', '4084-revision-v1', '', '', '2023-10-12 10:10:27', '2023-10-12 10:10:27', '', 4084, 'http://drkarimbennani.com/?p=5035', 0, 'revision', '', 0),
(5036, 1, '2023-10-12 10:13:03', '2023-10-12 10:13:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" min_height=\"35px\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" font_size=\"13px\" main_justify_content=\"left\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" gap=\".5em\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" color=\"var(--awb-color8)\" icons_color=\"var(--awb-color5)\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color4)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color3)\" border_bottom=\"3px\" active_border_bottom=\"3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-10-12 10:13:03', '2023-10-12 10:13:03', '', 4580, 'http://drkarimbennani.com/?p=5036', 0, 'revision', '', 0),
(5037, 1, '2023-10-12 10:14:02', '2023-10-12 10:14:02', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" min_height=\"35px\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" font_size=\"13px\" main_justify_content=\"left\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" gap=\".5em\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" color=\"var(--awb-color8)\" icons_color=\"var(--awb-color5)\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color3)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color3)\" border_bottom=\"3px\" active_border_bottom=\"3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-10-12 10:14:02', '2023-10-12 10:14:02', '', 4580, 'http://drkarimbennani.com/?p=5037', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5038, 1, '2023-10-12 10:29:42', '2023-10-12 10:29:42', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"min\" min_height=\"15px\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_color=\"var(--awb-color3)\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"1_1\" type=\"1_1\" layout=\"1_1\" align_self=\"center\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_menu menu=\"top-header-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" transition_time=\"300\" min_height=\"35px\" align_items=\"center\" justify_content=\"flex-start\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"400\" font_size=\"13px\" main_justify_content=\"left\" items_padding_top=\"0px\" items_padding_bottom=\"0px\" gap=\".5em\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"13\" color=\"var(--awb-color1)\" icons_color=\"var(--awb-color5)\" dropdown_carets=\"yes\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container][fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"center\" flex_justify_content=\"flex-start\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" padding_top=\"25px\" border_sizes_top=\"0px\" border_sizes_bottom=\"0px\" border_color=\"var(--awb-custom15)\" border_style=\"solid\" box_shadow=\"yes\" box_shadow_horizontal=\"3px\" box_shadow_blur=\"1\" box_shadow_spread=\"15\" box_shadow_color=\"rgba(51,51,51,0.09)\" z_index=\"9999\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"][fusion_builder_row][fusion_builder_column type=\"20\" type=\"20\" layout=\"20\" align_self=\"flex-start\" content_layout=\"column\" align_content=\"space-evenly\" valign_content=\"flex-start\" content_wrap=\"nowrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" margin_top=\"0px\" margin_bottom=\"0px\" padding_top=\"0px\" padding_bottom=\"0px\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"false\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_imageframe image_id=\"4081|full\" custom_aspect_ratio=\"43\" lightbox=\"no\" linktarget=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" max_width=\"199px\" align_medium=\"none\" align_small=\"none\" align=\"none\" hover_type=\"none\" magnify_duration=\"120\" scroll_height=\"100\" scroll_speed=\"1\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\"]http://drkarimbennani.com/wp-content/uploads/2019/10/DKB_Logo_MobileRetina.png[/fusion_imageframe][/fusion_builder_column][fusion_builder_column type=\"80\" type=\"80\" layout=\"80\" align_self=\"stretch\" content_layout=\"column\" align_content=\"center\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"avada\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" absolute=\"off\" filter_type=\"regular\" filter_hover_element=\"self\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_hover_element=\"self\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" transition_duration=\"300\" transition_easing=\"ease\" motion_effects=\"W3sidHlwZSI6IiIsInNjcm9sbF90eXBlIjoidHJhbnNpdGlvbiIsInNjcm9sbF9kaXJlY3Rpb24iOiJ1cCIsInRyYW5zaXRpb25fc3BlZWQiOiIxIiwiZmFkZV90eXBlIjoiaW4iLCJzY2FsZV90eXBlIjoidXAiLCJpbml0aWFsX3NjYWxlIjoiMSIsIm1heF9zY2FsZSI6IjEuNSIsIm1pbl9zY2FsZSI6IjAuNSIsImluaXRpYWxfcm90YXRlIjoiMCIsImVuZF9yb3RhdGUiOiIzMCIsImluaXRpYWxfYmx1ciI6IjAiLCJlbmRfYmx1ciI6IjMiLCJzdGFydF9lbGVtZW50IjoidG9wIiwic3RhcnRfdmlld3BvcnQiOiJib3R0b20iLCJlbmRfZWxlbWVudCI6ImJvdHRvbSIsImVuZF92aWV3cG9ydCI6InRvcCIsIm1vdXNlX2VmZmVjdCI6InRyYWNrIiwibW91c2VfZWZmZWN0X2RpcmVjdGlvbiI6Im9wcG9zaXRlIiwibW91c2VfZWZmZWN0X3NwZWVkIjoiMiIsImluZmluaXRlX2FuaW1hdGlvbiI6ImZsb2F0IiwiaW5maW5pdGVfYW5pbWF0aW9uX3NwZWVkIjoiMiJ9XQ==\" scroll_motion_devices=\"small-visibility,medium-visibility,large-visibility\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_menu menu=\"classic-main-menu\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" direction=\"row\" margin_top=\"0px\" margin_bottom=\"0px\" transition_time=\"0\" submenu_space=\"33px\" align_items=\"center\" justify_content=\"flex-end\" fusion_font_family_typography=\"Inter\" fusion_font_variant_typography=\"500\" font_size=\"14px\" line_height=\"var(--awb-typography3-line-height)\" letter_spacing=\"var(--awb-typography3-letter-spacing)\" text_transform=\"var(--awb-typography3-text-transform)\" main_justify_content=\"left\" items_padding_top=\"7px\" items_padding_right=\"11px\" items_padding_bottom=\"7px\" items_padding_left=\"11px\" gap=\"30px\" border_radius_top_left=\"3\" border_radius_top_right=\"3\" border_radius_bottom_right=\"3\" border_radius_bottom_left=\"3\" transition_type=\"fade\" icons_position=\"left\" icons_size=\"16\" active_bg=\"rgba(255,255,255,0)\" active_color=\"var(--awb-color3)\" color=\"#32a3db\" border_color=\"rgba(95,178,220,0)\" dropdown_carets=\"no\" submenu_mode=\"dropdown\" expand_method=\"hover\" stacked_expand_method=\"click\" close_on_outer_click=\"no\" close_on_outer_click_stacked=\"no\" stacked_click_mode=\"toggle\" expand_direction=\"right\" expand_transition=\"fade\" submenu_flyout_direction=\"fade\" sub_justify_content=\"space-between\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" justify_title=\"center\" breakpoint=\"medium\" custom_breakpoint=\"800\" mobile_nav_mode=\"collapse-to-button\" mobile_nav_size=\"full-absolute\" mobile_opening_mode=\"toggle\" collapsed_nav_icon_open=\"fa-bars fas\" collapsed_nav_icon_close=\"fa-times fas\" mobile_nav_button_align_hor=\"flex-start\" mobile_nav_trigger_fullwidth=\"off\" mobile_nav_items_height=\"65\" mobile_justify_content=\"left\" mobile_indent_submenu=\"on\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" active_border_color=\"var(--awb-color3)\" border_bottom=\"3px\" active_border_bottom=\"3\" /][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Main Header', '', 'inherit', 'closed', 'closed', '', '4580-revision-v1', '', '', '2023-10-12 10:29:42', '2023-10-12 10:29:42', '', 4580, 'http://drkarimbennani.com/?p=5038', 0, 'revision', '', 0),
(5052, 1, '2023-10-14 10:05:36', '2023-10-14 10:05:36', '', '20', '', 'inherit', 'open', 'closed', '', '20', '', '', '2026-08-09 18:33:17', '2026-08-09 18:33:17', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2023/10/20.jpg', 0, 'attachment', 'image/webp', 0),
(5059, 1, '2024-03-21 23:23:21', '2024-03-21 23:23:21', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_bottom=\"60px\" margin_top=\"20px\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]S[/fusion_dropcap]ed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis convallis tristique sem. Proin ut ligula vel nunc egestas porttitor. Morbi lectus risus, iaculis vel, suscipit quis, luctus non, massa. Fusce ac turpis quis ligula lacinia aliquet. Mauris ipsum.\n\nNulla metus metus, ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien proin quam etiam ultrices.[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"true\" margin_bottom_small=\"30px\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomin\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1235|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-usa-4.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" margin_bottom_small=\"30px\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomout\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1227|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-australia-5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomin\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1200|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-pakistan-5.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"3\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top=\"50px\" margin_bottom=\"5px\" margin_top_small=\"60px\"]\n\nwhy choose avada tours\n\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"var(--awb-typography5)\" font_size=\"var(--awb-typography5-font-size)\" letter_spacing=\"var(--awb-typography5-letter-spacing)\" text_transform=\"var(--awb-typography5-text-transform)\" text_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" line_height=\"var(--awb-typography5-line-height)\" fusion_font_family_text_font=\"var(--awb-typography5-font-family)\"]\n\nWe offers one of the best tour packages\n\n[/fusion_text][fusion_checklist hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" circle=\"no\" size=\"18px\" iconcolor=\"var(--awb-color4)\" item_padding_left=\"30px\"][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Suspendisse in justo eu magna luctus suscipit</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Morbi lacinia molestie dui praesent blandiya</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Donec lacus nunc viverra nec blandit vel egestas augue vestibulum</strong>[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"40px\" margin_bottom=\"60px\"]\n\nUllamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien proin quam etiam ultrices.\n\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète - Traitement et Diagnostic', '', 'inherit', 'closed', 'closed', '', '4864-autosave-v1', '', '', '2024-03-21 23:23:21', '2024-03-21 23:23:21', '', 4864, 'http://drkarimbennani.com/?p=5059', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5060, 1, '2024-03-21 23:25:03', '2024-03-21 23:25:03', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"20px\" margin_right=\"\" margin_bottom=\"60px\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diabète est un trouble métabolique chronique qui touche des millions de personnes dans le monde. L\'hyperglycémie est due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline, une hormone responsable de la régulation du taux de sucre dans le sang. Il existe plusieurs types de diabète, dont le diabète de type 1, le diabète de type 2 et le diabète gestationnel. Le diagnostic du diabète est généralement établi par la mesure de la glycémie et d\'autres tests de diagnostic du diabète. Le traitement du diabète comprend des modifications du mode de vie, telles qu\'une alimentation saine et une activité physique régulière, ainsi que des médicaments et une insulinothérapie. Une gestion efficace du diabète est essentielle pour prévenir les complications et améliorer la qualité de vie.\r\n\r\n[/fusion_text][fusion_builder_row_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"true\" margin_bottom_small=\"30px\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomin\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1235|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-usa-4.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"false\" border_position=\"all\" first=\"false\" margin_bottom_small=\"30px\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomout\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1227|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-australia-5.jpg[/fusion_imageframe][/fusion_builder_column_inner][fusion_builder_column_inner type=\"1_3\" layout=\"1_3\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"false\" min_height=\"\" link=\"\"][fusion_imageframe custom_aspect_ratio=\"100\" lightbox=\"no\" linktarget=\"_self\" align_medium=\"none\" align_small=\"none\" align=\"center\" hover_type=\"zoomin\" caption_style=\"off\" caption_align_medium=\"none\" caption_align_small=\"none\" caption_align=\"none\" caption_title_tag=\"2\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" image_id=\"1200|full\" borderradius=\"12px\" margin_bottom_small=\"20px\"]https://forsalak.com/wp-content/uploads/2022/07/destination-pakistan-5.jpg[/fusion_imageframe][/fusion_builder_column_inner][/fusion_builder_row_inner][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"3\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top=\"50px\" margin_bottom=\"5px\" margin_top_small=\"60px\"]\r\n\r\nwhy choose avada tours\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_text_font=\"var(--awb-typography5)\" font_size=\"var(--awb-typography5-font-size)\" letter_spacing=\"var(--awb-typography5-letter-spacing)\" text_transform=\"var(--awb-typography5-text-transform)\" text_color=\"hsla(calc(var(--awb-color4-h) + 46),var(--awb-color4-s),calc(var(--awb-color4-l) - 18%),var(--awb-color4-a))\" line_height=\"var(--awb-typography5-line-height)\" fusion_font_family_text_font=\"var(--awb-typography5-font-family)\"]\r\n\r\nWe offers one of the best tour packages\r\n\r\n[/fusion_text][fusion_checklist hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" circle=\"no\" size=\"18px\" iconcolor=\"var(--awb-color4)\" item_padding_left=\"30px\"][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Suspendisse in justo eu magna luctus suscipit</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Vestibulum lacinia arcu eget nulla. Class aptent taciti sociosqu</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Morbi lacinia molestie dui praesent blandiya</strong>[/fusion_li_item][fusion_li_item icon=\"fusion-prefix-awb-touroperator-arrow-2\"]<strong>Donec lacus nunc viverra nec blandit vel egestas augue vestibulum</strong>[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"40px\" margin_bottom=\"60px\"]\r\n\r\nUllamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien proin quam etiam ultrices.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète - Traitement et Diagnostic', '', 'inherit', 'closed', 'closed', '', '4864-revision-v1', '', '', '2024-03-21 23:25:03', '2024-03-21 23:25:03', '', 4864, 'http://drkarimbennani.com/?p=5060', 0, 'revision', '', 0),
(5061, 1, '2024-03-22 07:42:41', '2024-03-22 07:42:41', '', 'Diabetes', '', 'inherit', 'open', 'closed', '', 'diabetes', '', '', '2026-08-09 18:33:11', '2026-08-09 18:33:11', '', 0, 'http://drkarimbennani.com/wp-content/uploads/2024/03/Diabetes.jpg', 0, 'attachment', 'image/webp', 0),
(5062, 1, '2024-03-22 07:47:37', '2024-03-22 07:47:37', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diabète est un trouble métabolique chronique qui touche des millions de personnes dans le monde. L\'hyperglycémie est due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline, une hormone responsable de la régulation du taux de sucre dans le sang. Il existe plusieurs types de diabète, dont le diabète de type 1, le diabète de type 2 et le diabète gestationnel. Le diagnostic du diabète est généralement établi par la mesure de la glycémie et d\'autres tests de diagnostic du diabète. Le traitement du diabète comprend des modifications du mode de vie, telles qu\'une alimentation saine et une activité physique régulière, ainsi que des médicaments et une insulinothérapie. Une gestion efficace du diabète est essentielle pour prévenir les complications et améliorer la qualité de vie.</p>\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Comment le diabète est-il diagnostiqué ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n<p>Ullamcorper vel, tincidunt sed, euismod in, nibh. Quisque volutpat condimentum velit. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nam nec ante. Sed lacinia, urna non tincidunt mattis, tortor neque adipiscing diam, a cursus ipsum ante quis turpis. Nulla facilisi. Ut fringilla. Suspendisse potenti. Nunc feugiat mi a tellus consequat imperdiet. Vestibulum sapien proin quam etiam ultrices.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète - Traitement et Diagnostic', '', 'inherit', 'closed', 'closed', '', '4864-revision-v1', '', '', '2024-03-22 07:47:37', '2024-03-22 07:47:37', '', 4864, 'http://drkarimbennani.com/?p=5062', 0, 'revision', '', 0),
(5063, 1, '2024-03-22 08:10:54', '2024-03-22 08:10:54', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diabète est un trouble métabolique chronique qui touche des millions de personnes dans le monde. L\'hyperglycémie est due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline, une hormone responsable de la régulation du taux de sucre dans le sang. Il existe plusieurs types de diabète, dont le diabète de type 1, le diabète de type 2 et le diabète gestationnel. Le diagnostic du diabète est généralement établi par la mesure de la glycémie et d\'autres tests de diagnostic du diabète. Le traitement du diabète comprend des modifications du mode de vie, telles qu\'une alimentation saine et une activité physique régulière, ainsi que des médicaments et une insulinothérapie. Une gestion efficace du diabète est essentielle pour prévenir les complications et améliorer la qualité de vie.</p>\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n<p>Comment le diabète est-il diagnostiqué ?</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>Le diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Il s\'agit d\'une maladie courante qui touche des millions de personnes dans le monde. Un diagnostic précoce du diabète est essentiel pour prévenir les complications et améliorer la qualité de vie. Dans ce blog sur le diabète, nous aborderons les différents tests utilisés pour diagnostiquer le diabète.</p><p>Le diagnostic du diabète est généralement établi en mesurant le taux de glucose dans le sang. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test de glycémie à jeun (FPG), l\'épreuve d\'hyperglycémie provoquée par voie orale (OGTT) et le test d\'hémoglobine A1C (HbA1c).</p><p>Le test de glycémie à jeun consiste à mesurer le taux de glucose dans le sang après un jeûne d\'au moins 8 heures. Un résultat normal est inférieur à 100 mg/dL (5,6 mmol/L), tandis qu\'un résultat de 126 mg/dL (7,0 mmol/L) ou plus indique un diabète.</p><p>L\'HGPO consiste à boire une solution sucrée après un jeûne d\'une nuit, puis à mesurer la glycémie à intervalles réguliers au cours des deux heures suivantes. Un résultat normal à l\'HGPO est inférieur à 140 mg/dL (7,8 mmol/L), tandis qu\'un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.</p><p>Le test HbA1c mesure la glycémie moyenne sur les deux ou trois derniers mois. Un résultat typique d\'HbA1c est inférieur à 5,7 %, tandis qu\'un résultat de 6,5 % ou plus indique un diabète.</p><p>En plus de ces tests, un test de glucose plasmatique aléatoire (GPA) peut également être utilisé pour diagnostiquer le diabète. Ce test consiste à mesurer la glycémie à n\'importe quel moment de la journée, indépendamment du moment où la personne a mangé pour la dernière fois. Un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.</p><p>Il est important de noter que le diagnostic de diabète doit être confirmé par un nouveau test effectué un autre jour, sauf si la glycémie est très élevée et que des symptômes de diabète sont présents.</p><p>En conclusion, un diagnostic précoce du diabète est essentiel pour une gestion efficace de la maladie. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test FPG, l\'HGPO, le test HbA1c et le test RPG. Ces tests permettent de mesurer la glycémie et de déterminer si une personne est atteinte de diabète. Si vous présentez des symptômes de diabète, tels que des mictions fréquentes, une soif accrue et une vision floue, il est important de consulter un professionnel de la santé pour obtenir un diagnostic et un traitement adéquats.</p>[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Remèdes maison et conseils d\'hygiène de vie pour traiter le diabète</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>Le diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Bien que le diabète nécessite un traitement médical, il existe plusieurs remèdes maison pour le diabète et des conseils de style de vie qui peuvent aider à gérer les niveaux de sucre dans le sang et à améliorer la santé en général. Dans ce blog, nous aborderons quelques remèdes maison efficaces contre le diabète et des conseils de style de vie pour gérer le diabète.</p>[/fusion_text][fusion_checklist parent_dynamic_content=\"\" type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivre un régime alimentaire sain[/fusion_highlight] : Un régime alimentaire sain est essentiel pour gérer le diabète. Une alimentation riche en fibres, en céréales complètes, en fruits et en légumes, tout en évitant les aliments transformés et sucrés, peut aider à contrôler la glycémie. Incluez des aliments riches en protéines, tels que la viande maigre, le poisson et les haricots, et limitez les aliments riches en graisses saturées et en graisses trans.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Exercice physique régulier[/fusion_highlight] : Une activité physique régulière est un élément important de la gestion du diabète. L\'exercice physique contribue à améliorer la sensibilité à l\'insuline et à abaisser le taux de sucre dans le sang. Il peut également contribuer à la gestion du poids, à la réduction du stress et à l\'amélioration de l\'état de santé général. Essayez de faire au moins 30 minutes d\'exercices modérés, comme de la marche rapide, du vélo ou de la natation, la plupart des jours de la semaine.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Restez hydraté[/fusion_highlight] : Il est important de boire beaucoup d\'eau et de rester hydraté pour gérer le diabète. La déshydratation peut affecter la glycémie et entraîner des complications. Essayez de boire au moins 8 à 10 verres d\'eau par jour et évitez les boissons sucrées.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Dormez suffisamment[/fusion_highlight] : Il est important de dormir suffisamment pour gérer le diabète. Le manque de sommeil peut affecter la glycémie et augmenter la résistance à l\'insuline. Essayez de dormir 7 à 8 heures par nuit et établissez une routine de sommeil régulière.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Gérer le stress[/fusion_highlight] : Le stress peut affecter la glycémie et rendre la gestion du diabète plus difficile. Il est important de gérer le stress par des techniques de relaxation, telles que la respiration profonde, le yoga ou la méditation. S\'adonner à des activités qui vous plaisent, comme la lecture, passer du temps avec des proches ou écouter de la musique, peut également contribuer à réduire le niveau de stress.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Utilisez des remèdes naturels[/fusion_highlight] : Plusieurs remèdes naturels pour le diabète ont été trouvés pour aider à gérer le diabète. Il s\'agit notamment de plantes telles que le fenugrec, la cannelle et le melon amer, dont il a été démontré qu\'elles réduisaient le taux de sucre dans le sang. On a également constaté que les suppléments de chrome amélioraient la sensibilité à l\'insuline.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Quand dois-je consulter un médecin pour le diabète ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>Si vous pensez être atteint de diabète, il est important de consulter un médecin dès que possible afin d\'obtenir un diagnostic et un traitement adéquats. En général, il est recommandé de consulter un médecin si vous présentez l\'un des symptômes suivants :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Augmentation de la soif et de la miction[/fusion_highlight] : Si vous remarquez que vous buvez plus que d\'habitude et que vous urinez plus fréquemment, cela peut être le signe d\'une glycémie élevée.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Fatigue [/fusion_highlight]: Si vous vous sentez anormalement fatigué ou léthargique, cela peut être le signe d\'un diabète non contrôlé.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Vision floue[/fusion_highlight] : Une glycémie élevée peut affecter les vaisseaux sanguins des yeux, provoquant une vision floue ou d\'autres problèmes de vision.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Plaies ou infections à cicatrisation lente[/fusion_highlight] : Une glycémie élevée peut affecter la capacité de guérison de l\'organisme, entraînant une cicatrisation lente des plaies ou des infections fréquentes.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Engourdissement ou picotement des pieds[/fusion_highlight] : L\'hyperglycémie peut provoquer des lésions nerveuses, ce qui peut entraîner des engourdissements, des picotements ou des douleurs dans les pieds et les jambes.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Perte de poids inexpliquée[/fusion_highlight] : Si vous perdez du poids sans le vouloir, cela peut être le signe d\'un diabète non contrôlé.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Antécédents familiaux de diabète[/fusion_highlight] : Si vous avez des antécédents familiaux de diabète, il est important de passer régulièrement des examens de contrôle et de dépistage afin de détecter le diabète à un stade précoce.</p>[/fusion_li_item][/fusion_checklist][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète - Traitement et Diagnostic', '', 'inherit', 'closed', 'closed', '', '4864-revision-v1', '', '', '2024-03-22 08:10:54', '2024-03-22 08:10:54', '', 4864, 'http://drkarimbennani.com/?p=5063', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5064, 1, '2024-03-22 08:14:52', '2024-03-22 08:14:52', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diabète est un trouble métabolique chronique qui touche des millions de personnes dans le monde. L\'hyperglycémie est due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline, une hormone responsable de la régulation du taux de sucre dans le sang. Il existe plusieurs types de diabète, dont le diabète de type 1, le diabète de type 2 et le diabète gestationnel. Le diagnostic du diabète est généralement établi par la mesure de la glycémie et d\'autres tests de diagnostic du diabète. Le traitement du diabète comprend des modifications du mode de vie, telles qu\'une alimentation saine et une activité physique régulière, ainsi que des médicaments et une insulinothérapie. Une gestion efficace du diabète est essentielle pour prévenir les complications et améliorer la qualité de vie.</p>\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n<p>Comment le diabète est-il diagnostiqué ?</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"]<p>Le diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Il s\'agit d\'une maladie courante qui touche des millions de personnes dans le monde. Un diagnostic précoce du diabète est essentiel pour prévenir les complications et améliorer la qualité de vie. Dans ce blog sur le diabète, nous aborderons les différents tests utilisés pour diagnostiquer le diabète.</p><p>Le diagnostic du diabète est généralement établi en mesurant le taux de glucose dans le sang. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test de glycémie à jeun (FPG), l\'épreuve d\'hyperglycémie provoquée par voie orale (OGTT) et le test d\'hémoglobine A1C (HbA1c).</p><p>Le test de glycémie à jeun consiste à mesurer le taux de glucose dans le sang après un jeûne d\'au moins 8 heures. Un résultat normal est inférieur à 100 mg/dL (5,6 mmol/L), tandis qu\'un résultat de 126 mg/dL (7,0 mmol/L) ou plus indique un diabète.</p><p>L\'HGPO consiste à boire une solution sucrée après un jeûne d\'une nuit, puis à mesurer la glycémie à intervalles réguliers au cours des deux heures suivantes. Un résultat normal à l\'HGPO est inférieur à 140 mg/dL (7,8 mmol/L), tandis qu\'un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.</p><p>Le test HbA1c mesure la glycémie moyenne sur les deux ou trois derniers mois. Un résultat typique d\'HbA1c est inférieur à 5,7 %, tandis qu\'un résultat de 6,5 % ou plus indique un diabète.</p><p>En plus de ces tests, un test de glucose plasmatique aléatoire (GPA) peut également être utilisé pour diagnostiquer le diabète. Ce test consiste à mesurer la glycémie à n\'importe quel moment de la journée, indépendamment du moment où la personne a mangé pour la dernière fois. Un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.</p><p>Il est important de noter que le diagnostic de diabète doit être confirmé par un nouveau test effectué un autre jour, sauf si la glycémie est très élevée et que des symptômes de diabète sont présents.</p><p>En conclusion, un diagnostic précoce du diabète est essentiel pour une gestion efficace de la maladie. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test FPG, l\'HGPO, le test HbA1c et le test RPG. Ces tests permettent de mesurer la glycémie et de déterminer si une personne est atteinte de diabète. Si vous présentez des symptômes de diabète, tels que des mictions fréquentes, une soif accrue et une vision floue, il est important de consulter un professionnel de la santé pour obtenir un diagnostic et un traitement adéquats.</p>[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Remèdes maison et conseils d\'hygiène de vie pour traiter le diabète</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>Le diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Bien que le diabète nécessite un traitement médical, il existe plusieurs remèdes maison pour le diabète et des conseils de style de vie qui peuvent aider à gérer les niveaux de sucre dans le sang et à améliorer la santé en général. Dans ce blog, nous aborderons quelques remèdes maison efficaces contre le diabète et des conseils de style de vie pour gérer le diabète.</p>[/fusion_text][fusion_checklist parent_dynamic_content=\"\" type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivre un régime alimentaire sain[/fusion_highlight] : Un régime alimentaire sain est essentiel pour gérer le diabète. Une alimentation riche en fibres, en céréales complètes, en fruits et en légumes, tout en évitant les aliments transformés et sucrés, peut aider à contrôler la glycémie. Incluez des aliments riches en protéines, tels que la viande maigre, le poisson et les haricots, et limitez les aliments riches en graisses saturées et en graisses trans.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Exercice physique régulier[/fusion_highlight] : Une activité physique régulière est un élément important de la gestion du diabète. L\'exercice physique contribue à améliorer la sensibilité à l\'insuline et à abaisser le taux de sucre dans le sang. Il peut également contribuer à la gestion du poids, à la réduction du stress et à l\'amélioration de l\'état de santé général. Essayez de faire au moins 30 minutes d\'exercices modérés, comme de la marche rapide, du vélo ou de la natation, la plupart des jours de la semaine.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Restez hydraté[/fusion_highlight] : Il est important de boire beaucoup d\'eau et de rester hydraté pour gérer le diabète. La déshydratation peut affecter la glycémie et entraîner des complications. Essayez de boire au moins 8 à 10 verres d\'eau par jour et évitez les boissons sucrées.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Dormez suffisamment[/fusion_highlight] : Il est important de dormir suffisamment pour gérer le diabète. Le manque de sommeil peut affecter la glycémie et augmenter la résistance à l\'insuline. Essayez de dormir 7 à 8 heures par nuit et établissez une routine de sommeil régulière.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Gérer le stress[/fusion_highlight] : Le stress peut affecter la glycémie et rendre la gestion du diabète plus difficile. Il est important de gérer le stress par des techniques de relaxation, telles que la respiration profonde, le yoga ou la méditation. S\'adonner à des activités qui vous plaisent, comme la lecture, passer du temps avec des proches ou écouter de la musique, peut également contribuer à réduire le niveau de stress.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Utilisez des remèdes naturels[/fusion_highlight] : Plusieurs remèdes naturels pour le diabète ont été trouvés pour aider à gérer le diabète. Il s\'agit notamment de plantes telles que le fenugrec, la cannelle et le melon amer, dont il a été démontré qu\'elles réduisaient le taux de sucre dans le sang. On a également constaté que les suppléments de chrome amélioraient la sensibilité à l\'insuline.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Quand dois-je consulter un médecin pour le diabète ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>Si vous pensez être atteint de diabète, il est important de consulter un médecin dès que possible afin d\'obtenir un diagnostic et un traitement adéquats. En général, il est recommandé de consulter un médecin si vous présentez l\'un des symptômes suivants :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Augmentation de la soif et de la miction[/fusion_highlight] : Si vous remarquez que vous buvez plus que d\'habitude et que vous urinez plus fréquemment, cela peut être le signe d\'une glycémie élevée.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Fatigue [/fusion_highlight]: Si vous vous sentez anormalement fatigué ou léthargique, cela peut être le signe d\'un diabète non contrôlé.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Vision floue[/fusion_highlight] : Une glycémie élevée peut affecter les vaisseaux sanguins des yeux, provoquant une vision floue ou d\'autres problèmes de vision.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Plaies ou infections à cicatrisation lente[/fusion_highlight] : Une glycémie élevée peut affecter la capacité de guérison de l\'organisme, entraînant une cicatrisation lente des plaies ou des infections fréquentes.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Engourdissement ou picotement des pieds[/fusion_highlight] : L\'hyperglycémie peut provoquer des lésions nerveuses, ce qui peut entraîner des engourdissements, des picotements ou des douleurs dans les pieds et les jambes.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Perte de poids inexpliquée[/fusion_highlight] : Si vous perdez du poids sans le vouloir, cela peut être le signe d\'un diabète non contrôlé.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Antécédents familiaux de diabète[/fusion_highlight] : Si vous avez des antécédents familiaux de diabète, il est important de passer régulièrement des examens de contrôle et de dépistage afin de détecter le diabète à un stade précoce.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]En bref[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>La discussion ci-dessus souligne l\'importance de consulter un médecin lorsque l\'on présente des symptômes de diabète ou des facteurs de risque de la maladie. Parmi les symptômes courants du diabète figurent une soif et une miction accrues, la fatigue, une vision floue, des plaies ou des infections qui guérissent lentement, des engourdissements ou des picotements dans les pieds, une perte de poids inexpliquée et des antécédents familiaux de diabète. Des examens réguliers et des tests de glycémie sont également recommandés pour les personnes présentant des facteurs de risque de diabète. </p><p>En outre, la discussion met l\'accent sur l\'importance de gérer le diabète en modifiant le mode de vie, notamment en adoptant une alimentation saine, en faisant régulièrement de l\'exercice, en s\'hydratant, en dormant suffisamment et en gérant le stress. Les remèdes naturels, tels que les plantes et les suppléments, peuvent également aider à gérer les niveaux de sucre dans le sang. Toutefois, il est essentiel de travailler avec un professionnel de la santé pour élaborer un plan de traitement personnalisé et procéder aux ajustements nécessaires.</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète - Traitement et Diagnostic', '', 'inherit', 'closed', 'closed', '', '4864-revision-v1', '', '', '2024-03-22 08:14:52', '2024-03-22 08:14:52', '', 4864, 'http://drkarimbennani.com/?p=5064', 0, 'revision', '', 0),
(5065, 1, '2024-03-22 08:19:45', '2024-03-22 08:19:45', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diabète est un trouble métabolique chronique qui touche des millions de personnes dans le monde. L\'hyperglycémie est due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline, une hormone responsable de la régulation du taux de sucre dans le sang. Il existe plusieurs types de diabète, dont le diabète de type 1, le diabète de type 2 et le diabète gestationnel. Le diagnostic du diabète est généralement établi par la mesure de la glycémie et d\'autres tests de diagnostic du diabète. Le traitement du diabète comprend des modifications du mode de vie, telles qu\'une alimentation saine et une activité physique régulière, ainsi que des médicaments et une insulinothérapie. Une gestion efficace du diabète est essentielle pour prévenir les complications et améliorer la qualité de vie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nComment le diabète est-il diagnostiqué ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"]\r\n\r\nLe diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Il s\'agit d\'une maladie courante qui touche des millions de personnes dans le monde. Un diagnostic précoce du diabète est essentiel pour prévenir les complications et améliorer la qualité de vie. Dans ce blog sur le diabète, nous aborderons les différents tests utilisés pour diagnostiquer le diabète.\r\n\r\nLe diagnostic du diabète est généralement établi en mesurant le taux de glucose dans le sang. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test de glycémie à jeun (FPG), l\'épreuve d\'hyperglycémie provoquée par voie orale (OGTT) et le test d\'hémoglobine A1C (HbA1c).\r\n\r\nLe test de glycémie à jeun consiste à mesurer le taux de glucose dans le sang après un jeûne d\'au moins 8 heures. Un résultat normal est inférieur à 100 mg/dL (5,6 mmol/L), tandis qu\'un résultat de 126 mg/dL (7,0 mmol/L) ou plus indique un diabète.\r\n\r\nL\'HGPO consiste à boire une solution sucrée après un jeûne d\'une nuit, puis à mesurer la glycémie à intervalles réguliers au cours des deux heures suivantes. Un résultat normal à l\'HGPO est inférieur à 140 mg/dL (7,8 mmol/L), tandis qu\'un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.\r\n\r\nLe test HbA1c mesure la glycémie moyenne sur les deux ou trois derniers mois. Un résultat typique d\'HbA1c est inférieur à 5,7 %, tandis qu\'un résultat de 6,5 % ou plus indique un diabète.\r\n\r\nEn plus de ces tests, un test de glucose plasmatique aléatoire (GPA) peut également être utilisé pour diagnostiquer le diabète. Ce test consiste à mesurer la glycémie à n\'importe quel moment de la journée, indépendamment du moment où la personne a mangé pour la dernière fois. Un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.\r\n\r\nIl est important de noter que le diagnostic de diabète doit être confirmé par un nouveau test effectué un autre jour, sauf si la glycémie est très élevée et que des symptômes de diabète sont présents.\r\n\r\nEn conclusion, un diagnostic précoce du diabète est essentiel pour une gestion efficace de la maladie. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test FPG, l\'HGPO, le test HbA1c et le test RPG. Ces tests permettent de mesurer la glycémie et de déterminer si une personne est atteinte de diabète. Si vous présentez des symptômes de diabète, tels que des mictions fréquentes, une soif accrue et une vision floue, il est important de consulter un professionnel de la santé pour obtenir un diagnostic et un traitement adéquats.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nRemèdes maison et conseils d\'hygiène de vie pour traiter le diabète\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nLe diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Bien que le diabète nécessite un traitement médical, il existe plusieurs remèdes maison pour le diabète et des conseils de style de vie qui peuvent aider à gérer les niveaux de sucre dans le sang et à améliorer la santé en général. Dans ce blog, nous aborderons quelques remèdes maison efficaces contre le diabète et des conseils de style de vie pour gérer le diabète.\r\n\r\n[/fusion_text][fusion_checklist parent_dynamic_content=\"\" type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivre un régime alimentaire sain[/fusion_highlight] : Un régime alimentaire sain est essentiel pour gérer le diabète. Une alimentation riche en fibres, en céréales complètes, en fruits et en légumes, tout en évitant les aliments transformés et sucrés, peut aider à contrôler la glycémie. Incluez des aliments riches en protéines, tels que la viande maigre, le poisson et les haricots, et limitez les aliments riches en graisses saturées et en graisses trans.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Exercice physique régulier[/fusion_highlight] : Une activité physique régulière est un élément important de la gestion du diabète. L\'exercice physique contribue à améliorer la sensibilité à l\'insuline et à abaisser le taux de sucre dans le sang. Il peut également contribuer à la gestion du poids, à la réduction du stress et à l\'amélioration de l\'état de santé général. Essayez de faire au moins 30 minutes d\'exercices modérés, comme de la marche rapide, du vélo ou de la natation, la plupart des jours de la semaine.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Restez hydraté[/fusion_highlight] : Il est important de boire beaucoup d\'eau et de rester hydraté pour gérer le diabète. La déshydratation peut affecter la glycémie et entraîner des complications. Essayez de boire au moins 8 à 10 verres d\'eau par jour et évitez les boissons sucrées.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Dormez suffisamment[/fusion_highlight] : Il est important de dormir suffisamment pour gérer le diabète. Le manque de sommeil peut affecter la glycémie et augmenter la résistance à l\'insuline. Essayez de dormir 7 à 8 heures par nuit et établissez une routine de sommeil régulière.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Gérer le stress[/fusion_highlight] : Le stress peut affecter la glycémie et rendre la gestion du diabète plus difficile. Il est important de gérer le stress par des techniques de relaxation, telles que la respiration profonde, le yoga ou la méditation. S\'adonner à des activités qui vous plaisent, comme la lecture, passer du temps avec des proches ou écouter de la musique, peut également contribuer à réduire le niveau de stress.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Utilisez des remèdes naturels[/fusion_highlight] : Plusieurs remèdes naturels pour le diabète ont été trouvés pour aider à gérer le diabète. Il s\'agit notamment de plantes telles que le fenugrec, la cannelle et le melon amer, dont il a été démontré qu\'elles réduisaient le taux de sucre dans le sang. On a également constaté que les suppléments de chrome amélioraient la sensibilité à l\'insuline.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQuand dois-je consulter un médecin pour le diabète ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nSi vous pensez être atteint de diabète, il est important de consulter un médecin dès que possible afin d\'obtenir un diagnostic et un traitement adéquats. En général, il est recommandé de consulter un médecin si vous présentez l\'un des symptômes suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Augmentation de la soif et de la miction[/fusion_highlight] : Si vous remarquez que vous buvez plus que d\'habitude et que vous urinez plus fréquemment, cela peut être le signe d\'une glycémie élevée.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Fatigue [/fusion_highlight]: Si vous vous sentez anormalement fatigué ou léthargique, cela peut être le signe d\'un diabète non contrôlé.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Vision floue[/fusion_highlight] : Une glycémie élevée peut affecter les vaisseaux sanguins des yeux, provoquant une vision floue ou d\'autres problèmes de vision.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Plaies ou infections à cicatrisation lente[/fusion_highlight] : Une glycémie élevée peut affecter la capacité de guérison de l\'organisme, entraînant une cicatrisation lente des plaies ou des infections fréquentes.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Engourdissement ou picotement des pieds[/fusion_highlight] : L\'hyperglycémie peut provoquer des lésions nerveuses, ce qui peut entraîner des engourdissements, des picotements ou des douleurs dans les pieds et les jambes.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Perte de poids inexpliquée[/fusion_highlight] : Si vous perdez du poids sans le vouloir, cela peut être le signe d\'un diabète non contrôlé.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Antécédents familiaux de diabète[/fusion_highlight] : Si vous avez des antécédents familiaux de diabète, il est important de passer régulièrement des examens de contrôle et de dépistage afin de détecter le diabète à un stade précoce.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]En bref[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nLa discussion ci-dessus souligne l\'importance de consulter un médecin lorsque l\'on présente des symptômes de diabète ou des facteurs de risque de la maladie. Parmi les symptômes courants du diabète figurent une soif et une miction accrues, la fatigue, une vision floue, des plaies ou des infections qui guérissent lentement, des engourdissements ou des picotements dans les pieds, une perte de poids inexpliquée et des antécédents familiaux de diabète. Des examens réguliers et des tests de glycémie sont également recommandés pour les personnes présentant des facteurs de risque de diabète.\r\n\r\nEn outre, la discussion met l\'accent sur l\'importance de gérer le diabète en modifiant le mode de vie, notamment en adoptant une alimentation saine, en faisant régulièrement de l\'exercice, en s\'hydratant, en dormant suffisamment et en gérant le stress. Les remèdes naturels, tels que les plantes et les suppléments, peuvent également aider à gérer les niveaux de sucre dans le sang. Toutefois, il est essentiel de travailler avec un professionnel de la santé pour élaborer un plan de traitement personnalisé et procéder aux ajustements nécessaires.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Diabète - Traitement et Diagnostic', '', 'inherit', 'closed', 'closed', '', '4864-revision-v1', '', '', '2024-03-22 08:19:45', '2024-03-22 08:19:45', '', 4864, 'http://drkarimbennani.com/?p=5065', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5066, 3, '2024-03-22 08:29:55', '2024-03-22 08:29:55', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]\'hypoglycémie, également connue sous le nom de manque de sucre dans le sang, est un état dans lequel les niveaux de glucose dans le sang tombent en dessous de la normale. Le glucose est une source d\'énergie importante pour l\'organisme et, lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie et avoir des conséquences potentiellement dangereuses. L\'hypoglycémie peut survenir chez les personnes diabétiques ou non et est souvent un effet secondaire des médicaments utilisés pour traiter le diabète, comme l\'insuline. Il est important de comprendre les causes, les symptômes, le traitement du diabète et la prévention de l\'hypoglycémie pour toute personne susceptible d\'être exposée à cette affection.[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQu\'est-ce que l\'hypoglycémie ? - L\'hyperglycémie\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]\r\n\r\nL\'hypoglycémie, également connue sous le nom d\'hypoglycémie, est un état dans lequel le taux de glucose dans le sang tombe en dessous des niveaux normaux. Le glucose est une source d\'énergie importante pour l\'organisme et lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie (symptômes de l\'hypoglycémie), tels que maux de tête, confusion, faiblesse, transpiration et, dans les cas les plus graves, perte de conscience. L\'hypoglycémie peut être causée par différents facteurs, notamment l\'utilisation de certains médicaments, comme l\'insuline, la consommation d\'alcool et le fait de sauter des repas.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hyperglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]\r\n\r\nL\'hyperglycémie est un état dans lequel le taux de glucose dans le sang est supérieur à la normale. Il s\'agit d\'une caractéristique commune à des maladies telles que le diabète, dans lesquelles l\'organisme n\'est pas en mesure de réguler correctement le taux normal de sucre dans le sang. L\'hyperglycémie peut entraîner toute une série de symptômes du diabète, de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment une soif accrue, des mictions fréquentes, de la fatigue, une vision floue et une cicatrisation lente des coupures et des plaies.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQuelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nL\'hypoglycémie peut être causée par plusieurs facteurs, notamment :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les médicaments [/fusion_highlight]: Certains médicaments, comme l\'insuline, peuvent provoquer une hypoglycémie chez les diabétiques. Un surdosage d\'insuline ou d\'autres médicaments qui abaissent le taux de sucre dans le sang peut également provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas[/fusion_highlight] : Sauter des repas, en particulier chez les diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants, peut provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Consommation d\'alcool[/fusion_highlight] : La consommation excessive d\'alcool peut provoquer une hypoglycémie, en particulier chez les personnes atteintes de diabète qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique intense [/fusion_highlight]: L\'activité physique peut faire baisser la glycémie, surtout si elle est pratiquée à jeun ou chez les personnes diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certaines conditions médicales[/fusion_highlight] : Certaines conditions médicales, telles que les maladies du foie, peuvent également entraîner une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nAutres causes possibles d\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]\r\n\r\nQuels sont les symptômes de l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]\r\n\r\nLes premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]\r\n\r\nCes symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]\r\n\r\nLes signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nCes symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nTypes d\'hypoglycémie (légère, modérée et sévère)\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nL\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie légère [/fusion_highlight]: L\'hypoglycémie légère se caractérise par des symptômes précoces tels que la faim, des tremblements, des sueurs, des vertiges ou des étourdissements. Ces symptômes peuvent être facilement traités avec une petite quantité de glucose ou une autre source de sucre, comme un jus de fruit ou un bonbon.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie modérée[/fusion_highlight] : L\'hypoglycémie modérée se caractérise par des symptômes d\'hypoglycémie tels que confusion, irritabilité, maux de tête, engourdissement ou picotement de la bouche ou des lèvres. Ces symptômes peuvent être plus difficiles à gérer et nécessiter une dose plus importante de glucose ou une autre source de sucre.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie sévère[/fusion_highlight] : L\'hypoglycémie sévère se caractérise par des symptômes tels que des convulsions, une perte de conscience ou un coma. Il s\'agit d\'une urgence médicale qui nécessite une attention et une intervention médicales rapides afin d\'éviter des complications graves et potentiellement mortelles.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" rule_size=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" logics=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nIl est important de reconnaître les symptômes de l\'hypoglycémie et de prendre les mesures appropriées pour gérer la situation, quelle que soit la gravité des symptômes de l\'hypoglycémie. Un contrôle régulier de la glycémie, une prise en charge adéquate du diabète ou d\'autres affections présentant un risque d\'hypoglycémie et un traitement rapide des symptômes de l\'hypoglycémie peuvent contribuer à éviter que l\'hypoglycémie ne s\'aggrave ou ne réapparaisse.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie réactive[/fusion_highlight]\r\n\r\nL\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang chute trop bas, généralement quelques heures après avoir mangé. Elle survient chez des personnes non diabétiques et est souvent causée par une surproduction d\'insuline en réponse à un repas, ce qui entraîne une chute rapide et excessive du taux de sucre dans le sang. Les symptômes de l\'hypoglycémie réactive peuvent être similaires à ceux de l\'hypoglycémie chez les personnes atteintes de diabète et peuvent inclure des tremblements, des sueurs, des vertiges, des étourdissements, des maux de tête, de la confusion, de l\'irritabilité et de la fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'augmenter le taux de sucre dans le sang. Dans certains cas, l\'hypoglycémie réactive peut être liée à une affection médicale sous-jacente, telle qu\'un pontage gastrique ou une autre intervention chirurgicale gastro-intestinale, ou à un déséquilibre hormonal. Si vous présentez des symptômes d\'hypoglycémie réactive, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie de jeûne[/fusion_highlight]\r\n\r\nL\'hypoglycémie de jeûne est un état dans lequel le taux de sucre dans le sang chute trop après une période de jeûne, par exemple pendant la nuit ou au cours d\'un jeûne planifié. Elle peut survenir chez des personnes qui ne souffrent pas de diabète et est souvent liée à une affection sous-jacente qui affecte la façon dont l\'organisme traite le glucose. Les symptômes de l\'hypoglycémie à jeun peuvent être les suivants : tremblements, transpiration, vertiges, étourdissements, maux de tête, confusion, irritabilité et fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'aider à augmenter le taux de sucre dans le sang. L\'hypoglycémie à jeun peut être causée par plusieurs affections sous-jacentes, notamment une maladie du foie, une maladie du pancréas, une hypothyroïdie et certains médicaments. Si vous présentez des symptômes d\'hypoglycémie à jeun, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie. Dans certains cas, l\'hypoglycémie à jeun peut être prise en charge par un régime spécial, tel qu\'un régime à faible teneur en glycémie, ou par des médicaments.\r\n\r\n&nbsp;\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie – Causes et Symptômes (Part I)', '', 'publish', 'open', 'open', '', 'hypoglycemie-causes-symptomes-traitements-et-prevention', '', '', '2024-03-22 15:48:30', '2024-03-22 15:48:30', '', 0, 'http://drkarimbennani.com/?p=5066', 0, 'post', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5067, 1, '2024-03-22 08:29:55', '2024-03-22 08:29:55', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diabète est un trouble métabolique chronique qui touche des millions de personnes dans le monde. L\'hyperglycémie est due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline, une hormone responsable de la régulation du taux de sucre dans le sang. Il existe plusieurs types de diabète, dont le diabète de type 1, le diabète de type 2 et le diabète gestationnel. Le diagnostic du diabète est généralement établi par la mesure de la glycémie et d\'autres tests de diagnostic du diabète. Le traitement du diabète comprend des modifications du mode de vie, telles qu\'une alimentation saine et une activité physique régulière, ainsi que des médicaments et une insulinothérapie. Une gestion efficace du diabète est essentielle pour prévenir les complications et améliorer la qualité de vie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nComment le diabète est-il diagnostiqué ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"]\r\n\r\nLe diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Il s\'agit d\'une maladie courante qui touche des millions de personnes dans le monde. Un diagnostic précoce du diabète est essentiel pour prévenir les complications et améliorer la qualité de vie. Dans ce blog sur le diabète, nous aborderons les différents tests utilisés pour diagnostiquer le diabète.\r\n\r\nLe diagnostic du diabète est généralement établi en mesurant le taux de glucose dans le sang. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test de glycémie à jeun (FPG), l\'épreuve d\'hyperglycémie provoquée par voie orale (OGTT) et le test d\'hémoglobine A1C (HbA1c).\r\n\r\nLe test de glycémie à jeun consiste à mesurer le taux de glucose dans le sang après un jeûne d\'au moins 8 heures. Un résultat normal est inférieur à 100 mg/dL (5,6 mmol/L), tandis qu\'un résultat de 126 mg/dL (7,0 mmol/L) ou plus indique un diabète.\r\n\r\nL\'HGPO consiste à boire une solution sucrée après un jeûne d\'une nuit, puis à mesurer la glycémie à intervalles réguliers au cours des deux heures suivantes. Un résultat normal à l\'HGPO est inférieur à 140 mg/dL (7,8 mmol/L), tandis qu\'un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.\r\n\r\nLe test HbA1c mesure la glycémie moyenne sur les deux ou trois derniers mois. Un résultat typique d\'HbA1c est inférieur à 5,7 %, tandis qu\'un résultat de 6,5 % ou plus indique un diabète.\r\n\r\nEn plus de ces tests, un test de glucose plasmatique aléatoire (GPA) peut également être utilisé pour diagnostiquer le diabète. Ce test consiste à mesurer la glycémie à n\'importe quel moment de la journée, indépendamment du moment où la personne a mangé pour la dernière fois. Un résultat de 200 mg/dL (11,1 mmol/L) ou plus indique un diabète.\r\n\r\nIl est important de noter que le diagnostic de diabète doit être confirmé par un nouveau test effectué un autre jour, sauf si la glycémie est très élevée et que des symptômes de diabète sont présents.\r\n\r\nEn conclusion, un diagnostic précoce du diabète est essentiel pour une gestion efficace de la maladie. Plusieurs tests sont utilisés pour diagnostiquer le diabète, notamment le test FPG, l\'HGPO, le test HbA1c et le test RPG. Ces tests permettent de mesurer la glycémie et de déterminer si une personne est atteinte de diabète. Si vous présentez des symptômes de diabète, tels que des mictions fréquentes, une soif accrue et une vision floue, il est important de consulter un professionnel de la santé pour obtenir un diagnostic et un traitement adéquats.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nRemèdes maison et conseils d\'hygiène de vie pour traiter le diabète\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nLe diabète est un trouble métabolique chronique caractérisé par une glycémie élevée due à l\'incapacité de l\'organisme à produire ou à utiliser efficacement l\'insuline. Bien que le diabète nécessite un traitement médical, il existe plusieurs remèdes maison pour le diabète et des conseils de style de vie qui peuvent aider à gérer les niveaux de sucre dans le sang et à améliorer la santé en général. Dans ce blog, nous aborderons quelques remèdes maison efficaces contre le diabète et des conseils de style de vie pour gérer le diabète.\r\n\r\n[/fusion_text][fusion_checklist parent_dynamic_content=\"\" type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivre un régime alimentaire sain[/fusion_highlight] : Un régime alimentaire sain est essentiel pour gérer le diabète. Une alimentation riche en fibres, en céréales complètes, en fruits et en légumes, tout en évitant les aliments transformés et sucrés, peut aider à contrôler la glycémie. Incluez des aliments riches en protéines, tels que la viande maigre, le poisson et les haricots, et limitez les aliments riches en graisses saturées et en graisses trans.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Exercice physique régulier[/fusion_highlight] : Une activité physique régulière est un élément important de la gestion du diabète. L\'exercice physique contribue à améliorer la sensibilité à l\'insuline et à abaisser le taux de sucre dans le sang. Il peut également contribuer à la gestion du poids, à la réduction du stress et à l\'amélioration de l\'état de santé général. Essayez de faire au moins 30 minutes d\'exercices modérés, comme de la marche rapide, du vélo ou de la natation, la plupart des jours de la semaine.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Restez hydraté[/fusion_highlight] : Il est important de boire beaucoup d\'eau et de rester hydraté pour gérer le diabète. La déshydratation peut affecter la glycémie et entraîner des complications. Essayez de boire au moins 8 à 10 verres d\'eau par jour et évitez les boissons sucrées.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Dormez suffisamment[/fusion_highlight] : Il est important de dormir suffisamment pour gérer le diabète. Le manque de sommeil peut affecter la glycémie et augmenter la résistance à l\'insuline. Essayez de dormir 7 à 8 heures par nuit et établissez une routine de sommeil régulière.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Gérer le stress[/fusion_highlight] : Le stress peut affecter la glycémie et rendre la gestion du diabète plus difficile. Il est important de gérer le stress par des techniques de relaxation, telles que la respiration profonde, le yoga ou la méditation. S\'adonner à des activités qui vous plaisent, comme la lecture, passer du temps avec des proches ou écouter de la musique, peut également contribuer à réduire le niveau de stress.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Utilisez des remèdes naturels[/fusion_highlight] : Plusieurs remèdes naturels pour le diabète ont été trouvés pour aider à gérer le diabète. Il s\'agit notamment de plantes telles que le fenugrec, la cannelle et le melon amer, dont il a été démontré qu\'elles réduisaient le taux de sucre dans le sang. On a également constaté que les suppléments de chrome amélioraient la sensibilité à l\'insuline.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQuand dois-je consulter un médecin pour le diabète ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nSi vous pensez être atteint de diabète, il est important de consulter un médecin dès que possible afin d\'obtenir un diagnostic et un traitement adéquats. En général, il est recommandé de consulter un médecin si vous présentez l\'un des symptômes suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Augmentation de la soif et de la miction[/fusion_highlight] : Si vous remarquez que vous buvez plus que d\'habitude et que vous urinez plus fréquemment, cela peut être le signe d\'une glycémie élevée.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Fatigue [/fusion_highlight]: Si vous vous sentez anormalement fatigué ou léthargique, cela peut être le signe d\'un diabète non contrôlé.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Vision floue[/fusion_highlight] : Une glycémie élevée peut affecter les vaisseaux sanguins des yeux, provoquant une vision floue ou d\'autres problèmes de vision.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Plaies ou infections à cicatrisation lente[/fusion_highlight] : Une glycémie élevée peut affecter la capacité de guérison de l\'organisme, entraînant une cicatrisation lente des plaies ou des infections fréquentes.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Engourdissement ou picotement des pieds[/fusion_highlight] : L\'hyperglycémie peut provoquer des lésions nerveuses, ce qui peut entraîner des engourdissements, des picotements ou des douleurs dans les pieds et les jambes.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Perte de poids inexpliquée[/fusion_highlight] : Si vous perdez du poids sans le vouloir, cela peut être le signe d\'un diabète non contrôlé.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Antécédents familiaux de diabète[/fusion_highlight] : Si vous avez des antécédents familiaux de diabète, il est important de passer régulièrement des examens de contrôle et de dépistage afin de détecter le diabète à un stade précoce.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]En bref[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nLa discussion ci-dessus souligne l\'importance de consulter un médecin lorsque l\'on présente des symptômes de diabète ou des facteurs de risque de la maladie. Parmi les symptômes courants du diabète figurent une soif et une miction accrues, la fatigue, une vision floue, des plaies ou des infections qui guérissent lentement, des engourdissements ou des picotements dans les pieds, une perte de poids inexpliquée et des antécédents familiaux de diabète. Des examens réguliers et des tests de glycémie sont également recommandés pour les personnes présentant des facteurs de risque de diabète.\r\n\r\nEn outre, la discussion met l\'accent sur l\'importance de gérer le diabète en modifiant le mode de vie, notamment en adoptant une alimentation saine, en faisant régulièrement de l\'exercice, en s\'hydratant, en dormant suffisamment et en gérant le stress. Les remèdes naturels, tels que les plantes et les suppléments, peuvent également aider à gérer les niveaux de sucre dans le sang. Toutefois, il est essentiel de travailler avec un professionnel de la santé pour élaborer un plan de traitement personnalisé et procéder aux ajustements nécessaires.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie - Causes, Symptômes, Traitements et Prévention', '', 'inherit', 'closed', 'closed', '', '5066-revision-v1', '', '', '2024-03-22 08:29:55', '2024-03-22 08:29:55', '', 5066, 'http://drkarimbennani.com/?p=5067', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5068, 1, '2024-03-22 08:59:45', '2024-03-22 08:59:45', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]\'hypoglycémie, également connue sous le nom de manque de sucre dans le sang, est un état dans lequel les niveaux de glucose dans le sang tombent en dessous de la normale. Le glucose est une source d\'énergie importante pour l\'organisme et, lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie et avoir des conséquences potentiellement dangereuses. L\'hypoglycémie peut survenir chez les personnes diabétiques ou non et est souvent un effet secondaire des médicaments utilisés pour traiter le diabète, comme l\'insuline. Il est important de comprendre les causes, les symptômes, le traitement du diabète et la prévention de l\'hypoglycémie pour toute personne susceptible d\'être exposée à cette affection.[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Qu\'est-ce que l\'hypoglycémie ? - L\'hyperglycémie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]</p><p>L\'hypoglycémie, également connue sous le nom d\'hypoglycémie, est un état dans lequel le taux de glucose dans le sang tombe en dessous des niveaux normaux. Le glucose est une source d\'énergie importante pour l\'organisme et lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie (symptômes de l\'hypoglycémie), tels que maux de tête, confusion, faiblesse, transpiration et, dans les cas les plus graves, perte de conscience. L\'hypoglycémie peut être causée par différents facteurs, notamment l\'utilisation de certains médicaments, comme l\'insuline, la consommation d\'alcool et le fait de sauter des repas.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hyperglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]</p><p>L\'hyperglycémie est un état dans lequel le taux de glucose dans le sang est supérieur à la normale. Il s\'agit d\'une caractéristique commune à des maladies telles que le diabète, dans lesquelles l\'organisme n\'est pas en mesure de réguler correctement le taux normal de sucre dans le sang. L\'hyperglycémie peut entraîner toute une série de symptômes du diabète, de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment une soif accrue, des mictions fréquentes, de la fatigue, une vision floue et une cicatrisation lente des coupures et des plaies.</p>[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Quelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>L\'hypoglycémie peut être causée par plusieurs facteurs, notamment :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les médicaments [/fusion_highlight]: Certains médicaments, comme l\'insuline, peuvent provoquer une hypoglycémie chez les diabétiques. Un surdosage d\'insuline ou d\'autres médicaments qui abaissent le taux de sucre dans le sang peut également provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas[/fusion_highlight] : Sauter des repas, en particulier chez les diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants, peut provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Consommation d\'alcool[/fusion_highlight] : La consommation excessive d\'alcool peut provoquer une hypoglycémie, en particulier chez les personnes atteintes de diabète qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique intense [/fusion_highlight]: L\'activité physique peut faire baisser la glycémie, surtout si elle est pratiquée à jeun ou chez les personnes diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certaines conditions médicales[/fusion_highlight] : Certaines conditions médicales, telles que les maladies du foie, peuvent également entraîner une hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>Autres causes possibles d\'hypoglycémie :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n<p>Quand dois-je consulter un médecin pour le diabète ?</p>\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n<p>Si vous pensez être atteint de diabète, il est important de consulter un médecin dès que possible afin d\'obtenir un diagnostic et un traitement adéquats. En général, il est recommandé de consulter un médecin si vous présentez l\'un des symptômes suivants :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Augmentation de la soif et de la miction[/fusion_highlight] : Si vous remarquez que vous buvez plus que d\'habitude et que vous urinez plus fréquemment, cela peut être le signe d\'une glycémie élevée.</p>\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Fatigue [/fusion_highlight]: Si vous vous sentez anormalement fatigué ou léthargique, cela peut être le signe d\'un diabète non contrôlé.</p>\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Vision floue[/fusion_highlight] : Une glycémie élevée peut affecter les vaisseaux sanguins des yeux, provoquant une vision floue ou d\'autres problèmes de vision.</p>\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Plaies ou infections à cicatrisation lente[/fusion_highlight] : Une glycémie élevée peut affecter la capacité de guérison de l\'organisme, entraînant une cicatrisation lente des plaies ou des infections fréquentes.</p>\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Engourdissement ou picotement des pieds[/fusion_highlight] : L\'hyperglycémie peut provoquer des lésions nerveuses, ce qui peut entraîner des engourdissements, des picotements ou des douleurs dans les pieds et les jambes.</p>\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Perte de poids inexpliquée[/fusion_highlight] : Si vous perdez du poids sans le vouloir, cela peut être le signe d\'un diabète non contrôlé.</p>\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Antécédents familiaux de diabète[/fusion_highlight] : Si vous avez des antécédents familiaux de diabète, il est important de passer régulièrement des examens de contrôle et de dépistage afin de détecter le diabète à un stade précoce.</p>\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]En bref[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n<p>La discussion ci-dessus souligne l\'importance de consulter un médecin lorsque l\'on présente des symptômes de diabète ou des facteurs de risque de la maladie. Parmi les symptômes courants du diabète figurent une soif et une miction accrues, la fatigue, une vision floue, des plaies ou des infections qui guérissent lentement, des engourdissements ou des picotements dans les pieds, une perte de poids inexpliquée et des antécédents familiaux de diabète. Des examens réguliers et des tests de glycémie sont également recommandés pour les personnes présentant des facteurs de risque de diabète.</p>\r\n<p>En outre, la discussion met l\'accent sur l\'importance de gérer le diabète en modifiant le mode de vie, notamment en adoptant une alimentation saine, en faisant régulièrement de l\'exercice, en s\'hydratant, en dormant suffisamment et en gérant le stress. Les remèdes naturels, tels que les plantes et les suppléments, peuvent également aider à gérer les niveaux de sucre dans le sang. Toutefois, il est essentiel de travailler avec un professionnel de la santé pour élaborer un plan de traitement personnalisé et procéder aux ajustements nécessaires.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie &#8211; Causes, Symptômes, Traitements et Prévention', '', 'inherit', 'closed', 'closed', '', '5066-revision-v1', '', '', '2024-03-22 08:59:45', '2024-03-22 08:59:45', '', 5066, 'http://drkarimbennani.com/?p=5068', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5069, 1, '2024-03-22 09:09:24', '2024-03-22 09:09:24', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]\'hypoglycémie, également connue sous le nom de manque de sucre dans le sang, est un état dans lequel les niveaux de glucose dans le sang tombent en dessous de la normale. Le glucose est une source d\'énergie importante pour l\'organisme et, lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie et avoir des conséquences potentiellement dangereuses. L\'hypoglycémie peut survenir chez les personnes diabétiques ou non et est souvent un effet secondaire des médicaments utilisés pour traiter le diabète, comme l\'insuline. Il est important de comprendre les causes, les symptômes, le traitement du diabète et la prévention de l\'hypoglycémie pour toute personne susceptible d\'être exposée à cette affection.[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Qu\'est-ce que l\'hypoglycémie ? - L\'hyperglycémie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]</p><p>L\'hypoglycémie, également connue sous le nom d\'hypoglycémie, est un état dans lequel le taux de glucose dans le sang tombe en dessous des niveaux normaux. Le glucose est une source d\'énergie importante pour l\'organisme et lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie (symptômes de l\'hypoglycémie), tels que maux de tête, confusion, faiblesse, transpiration et, dans les cas les plus graves, perte de conscience. L\'hypoglycémie peut être causée par différents facteurs, notamment l\'utilisation de certains médicaments, comme l\'insuline, la consommation d\'alcool et le fait de sauter des repas.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hyperglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]</p><p>L\'hyperglycémie est un état dans lequel le taux de glucose dans le sang est supérieur à la normale. Il s\'agit d\'une caractéristique commune à des maladies telles que le diabète, dans lesquelles l\'organisme n\'est pas en mesure de réguler correctement le taux normal de sucre dans le sang. L\'hyperglycémie peut entraîner toute une série de symptômes du diabète, de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment une soif accrue, des mictions fréquentes, de la fatigue, une vision floue et une cicatrisation lente des coupures et des plaies.</p>[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Quelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>L\'hypoglycémie peut être causée par plusieurs facteurs, notamment :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les médicaments [/fusion_highlight]: Certains médicaments, comme l\'insuline, peuvent provoquer une hypoglycémie chez les diabétiques. Un surdosage d\'insuline ou d\'autres médicaments qui abaissent le taux de sucre dans le sang peut également provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas[/fusion_highlight] : Sauter des repas, en particulier chez les diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants, peut provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Consommation d\'alcool[/fusion_highlight] : La consommation excessive d\'alcool peut provoquer une hypoglycémie, en particulier chez les personnes atteintes de diabète qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique intense [/fusion_highlight]: L\'activité physique peut faire baisser la glycémie, surtout si elle est pratiquée à jeun ou chez les personnes diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certaines conditions médicales[/fusion_highlight] : Certaines conditions médicales, telles que les maladies du foie, peuvent également entraîner une hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>Autres causes possibles d\'hypoglycémie :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]<p>Quels sont les symptômes de l\'hypoglycémie ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]</p><p>Les premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]<p>Ces symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]</p><p>Les signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]En bref[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n<p>La discussion ci-dessus souligne l\'importance de consulter un médecin lorsque l\'on présente des symptômes de diabète ou des facteurs de risque de la maladie. Parmi les symptômes courants du diabète figurent une soif et une miction accrues, la fatigue, une vision floue, des plaies ou des infections qui guérissent lentement, des engourdissements ou des picotements dans les pieds, une perte de poids inexpliquée et des antécédents familiaux de diabète. Des examens réguliers et des tests de glycémie sont également recommandés pour les personnes présentant des facteurs de risque de diabète.</p>\r\n<p>En outre, la discussion met l\'accent sur l\'importance de gérer le diabète en modifiant le mode de vie, notamment en adoptant une alimentation saine, en faisant régulièrement de l\'exercice, en s\'hydratant, en dormant suffisamment et en gérant le stress. Les remèdes naturels, tels que les plantes et les suppléments, peuvent également aider à gérer les niveaux de sucre dans le sang. Toutefois, il est essentiel de travailler avec un professionnel de la santé pour élaborer un plan de traitement personnalisé et procéder aux ajustements nécessaires.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie &#8211; Causes, Symptômes, Traitements et Prévention', '', 'inherit', 'closed', 'closed', '', '5066-revision-v1', '', '', '2024-03-22 09:09:24', '2024-03-22 09:09:24', '', 5066, 'http://drkarimbennani.com/?p=5069', 0, 'revision', '', 0),
(5070, 1, '2024-03-22 09:13:42', '2024-03-22 09:13:42', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]\'hypoglycémie, également connue sous le nom de manque de sucre dans le sang, est un état dans lequel les niveaux de glucose dans le sang tombent en dessous de la normale. Le glucose est une source d\'énergie importante pour l\'organisme et, lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie et avoir des conséquences potentiellement dangereuses. L\'hypoglycémie peut survenir chez les personnes diabétiques ou non et est souvent un effet secondaire des médicaments utilisés pour traiter le diabète, comme l\'insuline. Il est important de comprendre les causes, les symptômes, le traitement du diabète et la prévention de l\'hypoglycémie pour toute personne susceptible d\'être exposée à cette affection.[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Qu\'est-ce que l\'hypoglycémie ? - L\'hyperglycémie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]</p><p>L\'hypoglycémie, également connue sous le nom d\'hypoglycémie, est un état dans lequel le taux de glucose dans le sang tombe en dessous des niveaux normaux. Le glucose est une source d\'énergie importante pour l\'organisme et lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie (symptômes de l\'hypoglycémie), tels que maux de tête, confusion, faiblesse, transpiration et, dans les cas les plus graves, perte de conscience. L\'hypoglycémie peut être causée par différents facteurs, notamment l\'utilisation de certains médicaments, comme l\'insuline, la consommation d\'alcool et le fait de sauter des repas.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hyperglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]</p><p>L\'hyperglycémie est un état dans lequel le taux de glucose dans le sang est supérieur à la normale. Il s\'agit d\'une caractéristique commune à des maladies telles que le diabète, dans lesquelles l\'organisme n\'est pas en mesure de réguler correctement le taux normal de sucre dans le sang. L\'hyperglycémie peut entraîner toute une série de symptômes du diabète, de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment une soif accrue, des mictions fréquentes, de la fatigue, une vision floue et une cicatrisation lente des coupures et des plaies.</p>[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Quelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>L\'hypoglycémie peut être causée par plusieurs facteurs, notamment :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les médicaments [/fusion_highlight]: Certains médicaments, comme l\'insuline, peuvent provoquer une hypoglycémie chez les diabétiques. Un surdosage d\'insuline ou d\'autres médicaments qui abaissent le taux de sucre dans le sang peut également provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas[/fusion_highlight] : Sauter des repas, en particulier chez les diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants, peut provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Consommation d\'alcool[/fusion_highlight] : La consommation excessive d\'alcool peut provoquer une hypoglycémie, en particulier chez les personnes atteintes de diabète qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique intense [/fusion_highlight]: L\'activité physique peut faire baisser la glycémie, surtout si elle est pratiquée à jeun ou chez les personnes diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certaines conditions médicales[/fusion_highlight] : Certaines conditions médicales, telles que les maladies du foie, peuvent également entraîner une hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>Autres causes possibles d\'hypoglycémie :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]<p>Quels sont les symptômes de l\'hypoglycémie ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]</p><p>Les premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]<p>Ces symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]</p><p>Les signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>Ces symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.</p>[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Types d\'hypoglycémie (légère, modérée et sévère)</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>L\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie &#8211; Causes, Symptômes, Traitements et Prévention', '', 'inherit', 'closed', 'closed', '', '5066-revision-v1', '', '', '2024-03-22 09:13:42', '2024-03-22 09:13:42', '', 5066, 'http://drkarimbennani.com/?p=5070', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5071, 1, '2024-03-22 09:22:58', '2024-03-22 09:22:58', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]\'hypoglycémie, également connue sous le nom de manque de sucre dans le sang, est un état dans lequel les niveaux de glucose dans le sang tombent en dessous de la normale. Le glucose est une source d\'énergie importante pour l\'organisme et, lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie et avoir des conséquences potentiellement dangereuses. L\'hypoglycémie peut survenir chez les personnes diabétiques ou non et est souvent un effet secondaire des médicaments utilisés pour traiter le diabète, comme l\'insuline. Il est important de comprendre les causes, les symptômes, le traitement du diabète et la prévention de l\'hypoglycémie pour toute personne susceptible d\'être exposée à cette affection.[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Qu\'est-ce que l\'hypoglycémie ? - L\'hyperglycémie</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]</p><p>L\'hypoglycémie, également connue sous le nom d\'hypoglycémie, est un état dans lequel le taux de glucose dans le sang tombe en dessous des niveaux normaux. Le glucose est une source d\'énergie importante pour l\'organisme et lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie (symptômes de l\'hypoglycémie), tels que maux de tête, confusion, faiblesse, transpiration et, dans les cas les plus graves, perte de conscience. L\'hypoglycémie peut être causée par différents facteurs, notamment l\'utilisation de certains médicaments, comme l\'insuline, la consommation d\'alcool et le fait de sauter des repas.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hyperglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]</p><p>L\'hyperglycémie est un état dans lequel le taux de glucose dans le sang est supérieur à la normale. Il s\'agit d\'une caractéristique commune à des maladies telles que le diabète, dans lesquelles l\'organisme n\'est pas en mesure de réguler correctement le taux normal de sucre dans le sang. L\'hyperglycémie peut entraîner toute une série de symptômes du diabète, de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment une soif accrue, des mictions fréquentes, de la fatigue, une vision floue et une cicatrisation lente des coupures et des plaies.</p>[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Quelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>L\'hypoglycémie peut être causée par plusieurs facteurs, notamment :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les médicaments [/fusion_highlight]: Certains médicaments, comme l\'insuline, peuvent provoquer une hypoglycémie chez les diabétiques. Un surdosage d\'insuline ou d\'autres médicaments qui abaissent le taux de sucre dans le sang peut également provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas[/fusion_highlight] : Sauter des repas, en particulier chez les diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants, peut provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Consommation d\'alcool[/fusion_highlight] : La consommation excessive d\'alcool peut provoquer une hypoglycémie, en particulier chez les personnes atteintes de diabète qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique intense [/fusion_highlight]: L\'activité physique peut faire baisser la glycémie, surtout si elle est pratiquée à jeun ou chez les personnes diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certaines conditions médicales[/fusion_highlight] : Certaines conditions médicales, telles que les maladies du foie, peuvent également entraîner une hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]<p>Autres causes possibles d\'hypoglycémie :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]<p>Quels sont les symptômes de l\'hypoglycémie ?</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]</p><p>Les premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]<p>Ces symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]</p><p>Les signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>Ces symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.</p>[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]<p>Types d\'hypoglycémie (légère, modérée et sévère)</p>[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>L\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :</p>[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie légère [/fusion_highlight]: L\'hypoglycémie légère se caractérise par des symptômes précoces tels que la faim, des tremblements, des sueurs, des vertiges ou des étourdissements. Ces symptômes peuvent être facilement traités avec une petite quantité de glucose ou une autre source de sucre, comme un jus de fruit ou un bonbon.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie modérée[/fusion_highlight] : L\'hypoglycémie modérée se caractérise par des symptômes d\'hypoglycémie tels que confusion, irritabilité, maux de tête, engourdissement ou picotement de la bouche ou des lèvres. Ces symptômes peuvent être plus difficiles à gérer et nécessiter une dose plus importante de glucose ou une autre source de sucre.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie sévère[/fusion_highlight] : L\'hypoglycémie sévère se caractérise par des symptômes tels que des convulsions, une perte de conscience ou un coma. Il s\'agit d\'une urgence médicale qui nécessite une attention et une intervention médicales rapides afin d\'éviter des complications graves et potentiellement mortelles.</p>[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" rule_size=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" logics=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]<p>Il est important de reconnaître les symptômes de l\'hypoglycémie et de prendre les mesures appropriées pour gérer la situation, quelle que soit la gravité des symptômes de l\'hypoglycémie. Un contrôle régulier de la glycémie, une prise en charge adéquate du diabète ou d\'autres affections présentant un risque d\'hypoglycémie et un traitement rapide des symptômes de l\'hypoglycémie peuvent contribuer à éviter que l\'hypoglycémie ne s\'aggrave ou ne réapparaisse.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie réactive[/fusion_highlight]</p><p>L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang chute trop bas, généralement quelques heures après avoir mangé. Elle survient chez des personnes non diabétiques et est souvent causée par une surproduction d\'insuline en réponse à un repas, ce qui entraîne une chute rapide et excessive du taux de sucre dans le sang. Les symptômes de l\'hypoglycémie réactive peuvent être similaires à ceux de l\'hypoglycémie chez les personnes atteintes de diabète et peuvent inclure des tremblements, des sueurs, des vertiges, des étourdissements, des maux de tête, de la confusion, de l\'irritabilité et de la fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'augmenter le taux de sucre dans le sang. Dans certains cas, l\'hypoglycémie réactive peut être liée à une affection médicale sous-jacente, telle qu\'un pontage gastrique ou une autre intervention chirurgicale gastro-intestinale, ou à un déséquilibre hormonal. Si vous présentez des symptômes d\'hypoglycémie réactive, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie.</p><p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie de jeûne[/fusion_highlight]</p><p>L\'hypoglycémie de jeûne est un état dans lequel le taux de sucre dans le sang chute trop après une période de jeûne, par exemple pendant la nuit ou au cours d\'un jeûne planifié. Elle peut survenir chez des personnes qui ne souffrent pas de diabète et est souvent liée à une affection sous-jacente qui affecte la façon dont l\'organisme traite le glucose. Les symptômes de l\'hypoglycémie à jeun peuvent être les suivants : tremblements, transpiration, vertiges, étourdissements, maux de tête, confusion, irritabilité et fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'aider à augmenter le taux de sucre dans le sang. L\'hypoglycémie à jeun peut être causée par plusieurs affections sous-jacentes, notamment une maladie du foie, une maladie du pancréas, une hypothyroïdie et certains médicaments. Si vous présentez des symptômes d\'hypoglycémie à jeun, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie. Dans certains cas, l\'hypoglycémie à jeun peut être prise en charge par un régime spécial, tel qu\'un régime à faible teneur en glycémie, ou par des médicaments.</p><p>&nbsp;</p>[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie &#8211; Causes, Symptômes, Traitements et Prévention', '', 'inherit', 'closed', 'closed', '', '5066-revision-v1', '', '', '2024-03-22 09:22:58', '2024-03-22 09:22:58', '', 5066, 'http://drkarimbennani.com/?p=5071', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5072, 1, '2024-03-22 09:24:09', '2024-03-22 09:24:09', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]\'hypoglycémie, également connue sous le nom de manque de sucre dans le sang, est un état dans lequel les niveaux de glucose dans le sang tombent en dessous de la normale. Le glucose est une source d\'énergie importante pour l\'organisme et, lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie et avoir des conséquences potentiellement dangereuses. L\'hypoglycémie peut survenir chez les personnes diabétiques ou non et est souvent un effet secondaire des médicaments utilisés pour traiter le diabète, comme l\'insuline. Il est important de comprendre les causes, les symptômes, le traitement du diabète et la prévention de l\'hypoglycémie pour toute personne susceptible d\'être exposée à cette affection.[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQu\'est-ce que l\'hypoglycémie ? - L\'hyperglycémie\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]\r\n\r\nL\'hypoglycémie, également connue sous le nom d\'hypoglycémie, est un état dans lequel le taux de glucose dans le sang tombe en dessous des niveaux normaux. Le glucose est une source d\'énergie importante pour l\'organisme et lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie (symptômes de l\'hypoglycémie), tels que maux de tête, confusion, faiblesse, transpiration et, dans les cas les plus graves, perte de conscience. L\'hypoglycémie peut être causée par différents facteurs, notamment l\'utilisation de certains médicaments, comme l\'insuline, la consommation d\'alcool et le fait de sauter des repas.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hyperglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]\r\n\r\nL\'hyperglycémie est un état dans lequel le taux de glucose dans le sang est supérieur à la normale. Il s\'agit d\'une caractéristique commune à des maladies telles que le diabète, dans lesquelles l\'organisme n\'est pas en mesure de réguler correctement le taux normal de sucre dans le sang. L\'hyperglycémie peut entraîner toute une série de symptômes du diabète, de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment une soif accrue, des mictions fréquentes, de la fatigue, une vision floue et une cicatrisation lente des coupures et des plaies.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQuelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nL\'hypoglycémie peut être causée par plusieurs facteurs, notamment :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les médicaments [/fusion_highlight]: Certains médicaments, comme l\'insuline, peuvent provoquer une hypoglycémie chez les diabétiques. Un surdosage d\'insuline ou d\'autres médicaments qui abaissent le taux de sucre dans le sang peut également provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas[/fusion_highlight] : Sauter des repas, en particulier chez les diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants, peut provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Consommation d\'alcool[/fusion_highlight] : La consommation excessive d\'alcool peut provoquer une hypoglycémie, en particulier chez les personnes atteintes de diabète qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique intense [/fusion_highlight]: L\'activité physique peut faire baisser la glycémie, surtout si elle est pratiquée à jeun ou chez les personnes diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certaines conditions médicales[/fusion_highlight] : Certaines conditions médicales, telles que les maladies du foie, peuvent également entraîner une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nAutres causes possibles d\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]\r\n\r\nQuels sont les symptômes de l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]\r\n\r\nLes premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]\r\n\r\nCes symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]\r\n\r\nLes signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nCes symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nTypes d\'hypoglycémie (légère, modérée et sévère)\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nL\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie légère [/fusion_highlight]: L\'hypoglycémie légère se caractérise par des symptômes précoces tels que la faim, des tremblements, des sueurs, des vertiges ou des étourdissements. Ces symptômes peuvent être facilement traités avec une petite quantité de glucose ou une autre source de sucre, comme un jus de fruit ou un bonbon.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie modérée[/fusion_highlight] : L\'hypoglycémie modérée se caractérise par des symptômes d\'hypoglycémie tels que confusion, irritabilité, maux de tête, engourdissement ou picotement de la bouche ou des lèvres. Ces symptômes peuvent être plus difficiles à gérer et nécessiter une dose plus importante de glucose ou une autre source de sucre.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie sévère[/fusion_highlight] : L\'hypoglycémie sévère se caractérise par des symptômes tels que des convulsions, une perte de conscience ou un coma. Il s\'agit d\'une urgence médicale qui nécessite une attention et une intervention médicales rapides afin d\'éviter des complications graves et potentiellement mortelles.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" rule_size=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" logics=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nIl est important de reconnaître les symptômes de l\'hypoglycémie et de prendre les mesures appropriées pour gérer la situation, quelle que soit la gravité des symptômes de l\'hypoglycémie. Un contrôle régulier de la glycémie, une prise en charge adéquate du diabète ou d\'autres affections présentant un risque d\'hypoglycémie et un traitement rapide des symptômes de l\'hypoglycémie peuvent contribuer à éviter que l\'hypoglycémie ne s\'aggrave ou ne réapparaisse.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie réactive[/fusion_highlight]\r\n\r\nL\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang chute trop bas, généralement quelques heures après avoir mangé. Elle survient chez des personnes non diabétiques et est souvent causée par une surproduction d\'insuline en réponse à un repas, ce qui entraîne une chute rapide et excessive du taux de sucre dans le sang. Les symptômes de l\'hypoglycémie réactive peuvent être similaires à ceux de l\'hypoglycémie chez les personnes atteintes de diabète et peuvent inclure des tremblements, des sueurs, des vertiges, des étourdissements, des maux de tête, de la confusion, de l\'irritabilité et de la fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'augmenter le taux de sucre dans le sang. Dans certains cas, l\'hypoglycémie réactive peut être liée à une affection médicale sous-jacente, telle qu\'un pontage gastrique ou une autre intervention chirurgicale gastro-intestinale, ou à un déséquilibre hormonal. Si vous présentez des symptômes d\'hypoglycémie réactive, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie de jeûne[/fusion_highlight]\r\n\r\nL\'hypoglycémie de jeûne est un état dans lequel le taux de sucre dans le sang chute trop après une période de jeûne, par exemple pendant la nuit ou au cours d\'un jeûne planifié. Elle peut survenir chez des personnes qui ne souffrent pas de diabète et est souvent liée à une affection sous-jacente qui affecte la façon dont l\'organisme traite le glucose. Les symptômes de l\'hypoglycémie à jeun peuvent être les suivants : tremblements, transpiration, vertiges, étourdissements, maux de tête, confusion, irritabilité et fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'aider à augmenter le taux de sucre dans le sang. L\'hypoglycémie à jeun peut être causée par plusieurs affections sous-jacentes, notamment une maladie du foie, une maladie du pancréas, une hypothyroïdie et certains médicaments. Si vous présentez des symptômes d\'hypoglycémie à jeun, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie. Dans certains cas, l\'hypoglycémie à jeun peut être prise en charge par un régime spécial, tel qu\'un régime à faible teneur en glycémie, ou par des médicaments.\r\n\r\n&nbsp;\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie – Causes et Symptômes', '', 'inherit', 'closed', 'closed', '', '5066-revision-v1', '', '', '2024-03-22 09:24:09', '2024-03-22 09:24:09', '', 5066, 'http://drkarimbennani.com/?p=5072', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5073, 3, '2024-03-22 09:26:51', '2024-03-22 09:26:51', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie.\r\n\r\nL\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose.\r\n\r\nDans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nComment traiter l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nLe traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Modifications du mode de vie[/fusion_highlight] : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Médicaments[/fusion_highlight] : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Supplémentation en glucose[/fusion_highlight] : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillance de la glycémie[/fusion_highlight] : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" margin_top=\"2%\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nComment puis-je traiter et gérer l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nLe traitement et la prise en charge de l\'hypoglycémie peuvent impliquer une combinaison de changements de mode de vie et de prise en charge médicale. Voici quelques mesures que vous pouvez prendre pour aider à traiter et à gérer l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillez régulièrement votre glycémie[/fusion_highlight] : Le suivi de votre glycémie normale peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter votre plan de traitement de l\'hypoglycémie si nécessaire.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivez un régime alimentaire équilibré[/fusion_highlight] : Des repas et des collations réguliers et équilibrés peuvent aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Évitez de jeûner ou de sauter des repas[/fusion_highlight] : Sauter des repas ou rester longtemps sans manger peut faire chuter le taux de sucre dans le sang et déclencher une hypoglycémie. Il est important de prendre des repas et des en-cas réguliers et équilibrés pour maintenir une glycémie stable.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Arrêtez de boire de l\'alcool[/fusion_highlight] : L\'alcool abaisse la glycémie et augmente le risque d\'hypoglycémie. Éviter complètement l’alcool peut aider à prévenir l’hypoglycémie\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Pratiquez une activité physique régulière[/fusion_highlight] : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Emportez des en-cas riches en glucose[/fusion_highlight] : En cas d\'hypoglycémie, le fait d\'avoir à portée de main des sources de glucose à action rapide, comme un jus de fruit ou un gel de glucose, peut aider à augmenter rapidement le taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Travaillez avec votre prestataire de soins de santé[/fusion_highlight] : Un suivi régulier avec votre prestataire de soins de santé peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nPour prévenir l\'hypoglycémie, vous devez modifier votre mode de vie, surveiller régulièrement votre glycémie et travailler en étroite collaboration avec votre médecin. Voici quelques mesures que vous pouvez prendre pour prévenir l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" margin_top=\"0px\" margin_bottom=\"2%\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nComment prévenir l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivez un régime alimentaire équilibré[/fusion_highlight] : Prendre des repas et des collations réguliers et équilibrés peut aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Évitez de jeûner ou de sauter des repas[/fusion_highlight] : Sauter des repas ou rester longtemps sans manger peut faire chuter la glycémie et déclencher une hypoglycémie. Il est important de prendre des repas et des collations réguliers et équilibrés pour maintenir une glycémie stable.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Eviter toute consommation d\'alcool [/fusion_highlight]: L\'alcool peut faire chuter la glycémie et augmenter le risque d\'hypoglycémie. Éviter la consommation complètement peut aider à prévenir l\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Pratiquez une activité physique régulière[/fusion_highlight] : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillez régulièrement votre glycémie[/fusion_highlight] : Le suivi de votre glycémie peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivi avec votre médecin[/fusion_highlight] : Un suivi régulier avec votre médecin peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire, y compris les doses de médicaments si nécessaire. En savoir plus sur la science du diabète.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nFacteurs de risque et complications de l\'hypoglycémie\r\n\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nLes facteurs de risque de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Le diabète[/fusion_highlight] : Les personnes atteintes de diabète, en particulier celles qui prennent de l\'insuline ou des médicaments oraux qui abaissent le taux de sucre dans le sang, présentent un risque plus élevé d\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas ou jeûner [/fusion_highlight]: Le fait de rester longtemps sans manger peut entraîner une baisse du taux de sucre dans le sang et augmenter le risque d\'hypoglycémie. Consommation d\'alcool : La consommation d\'alcool peut entraîner une baisse de la glycémie, surtout lorsqu\'elle est consommée à jeun.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique[/fusion_highlight] : La pratique d\'une activité physique, en particulier d\'un exercice intense ou prolongé, peut entraîner une baisse de la glycémie et augmenter le risque d\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains médicaments[/fusion_highlight] : Certains médicaments, comme l\'insuline, les sulfonylurées et les méglitinides, peuvent abaisser le taux de sucre dans le sang et augmenter le risque d\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'âge avancé[/fusion_highlight] : Avec l\'âge, l\'organisme peut devenir moins apte à reconnaître et à réagir à un faible taux de sucre dans le sang, ce qui augmente le risque d\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Conditions médicales[/fusion_highlight] : Certaines maladies, comme les maladies du foie ou des reins, peuvent affecter la façon dont l\'organisme traite et régule le taux de sucre dans le sang, augmentant ainsi le risque d\'hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nLes complications de l\'hypoglycémie peuvent être les suivantes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Confusion et désorientation [/fusion_highlight]: Un faible taux de sucre dans le sang peut entraîner une confusion et une désorientation, ce qui rend difficile la reconnaissance et le traitement de l\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Crises d\'épilepsie et perte de conscience[/fusion_highlight] : Une hypoglycémie sévère peut entraîner des crises d\'épilepsie et une perte de conscience, ce qui peut mettre la vie en danger.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Problèmes cardiaques et vasculaires[/fusion_highlight] : L\'hypoglycémie peut provoquer des battements de cœur rapides, des palpitations et d\'autres problèmes cardiaques et vasculaires.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Lésions cérébrales[/fusion_highlight] : Des épisodes graves ou récurrents d\'hypoglycémie peuvent endommager le cerveau et entraîner des troubles cognitifs, des pertes de mémoire et d\'autres problèmes cognitifs.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Décès[/fusion_highlight] : Dans les cas graves, l\'hypoglycémie peut mettre la vie en danger et entraîner la mort. Il est important de reconnaître les signes et les symptômes de l\'hypoglycémie et de la traiter rapidement et efficacement pour éviter de graves complications. Pour en savoir plus, consultez nos blogs sur le diabète.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nQuand consulter un médecin ?\r\n\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nIl est recommandé de consulter un médecin si vous présentez fréquemment des symptômes d\'hypoglycémie ou si ces symptômes sont graves et affectent vos activités quotidiennes. En outre, si vous avez été diagnostiqué diabétique, il est important de surveiller régulièrement votre taux de glycémie et de consulter un médecin s\'il devient trop bas. Si vous présentez des symptômes soudains d\'hypoglycémie, tels qu\'une confusion ou une perte de conscience, demandez immédiatement une aide médicale d\'urgence.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nRésumé/Conclusion\r\n\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nL\'hypoglycémie (définition de l\'hypoglycémie) est un état caractérisé par un faible taux de sucre dans le sang. Les causes les plus fréquentes sont un apport excessif d\'insuline, des repas manqués ou retardés, une activité physique excessive et la prise de certains médicaments. Les symptômes de l\'hypoglycémie comprennent la transpiration, les tremblements, les maux de tête, la confusion et la perte de conscience. Pour prévenir l\'hypoglycémie (définition de l\'hypoglycémie), il est important de maintenir un régime alimentaire équilibré, de surveiller régulièrement le taux de sucre dans le sang et de communiquer avec son médecin en cas de changement de médicaments ou d\'activité physique. Si vous présentez des symptômes fréquents ou graves, ou si l\'on vous a diagnostiqué un diabète, consultez un médecin. En cas d\'hypoglycémie soudaine, demandez immédiatement une aide médicale d\'urgence.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie – Traitements et Prévention (Part II)', '', 'publish', 'open', 'open', '', 'hypoglycemia-traitements-et-prevention-part-ii', '', '', '2024-03-22 15:48:10', '2024-03-22 15:48:10', '', 0, 'http://drkarimbennani.com/?p=5073', 0, 'post', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5074, 1, '2024-03-22 09:26:15', '2024-03-22 09:26:15', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]\'hypoglycémie, également connue sous le nom de manque de sucre dans le sang, est un état dans lequel les niveaux de glucose dans le sang tombent en dessous de la normale. Le glucose est une source d\'énergie importante pour l\'organisme et, lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie et avoir des conséquences potentiellement dangereuses. L\'hypoglycémie peut survenir chez les personnes diabétiques ou non et est souvent un effet secondaire des médicaments utilisés pour traiter le diabète, comme l\'insuline. Il est important de comprendre les causes, les symptômes, le traitement du diabète et la prévention de l\'hypoglycémie pour toute personne susceptible d\'être exposée à cette affection.[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQu\'est-ce que l\'hypoglycémie ? - L\'hyperglycémie\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]\r\n\r\nL\'hypoglycémie, également connue sous le nom d\'hypoglycémie, est un état dans lequel le taux de glucose dans le sang tombe en dessous des niveaux normaux. Le glucose est une source d\'énergie importante pour l\'organisme et lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie (symptômes de l\'hypoglycémie), tels que maux de tête, confusion, faiblesse, transpiration et, dans les cas les plus graves, perte de conscience. L\'hypoglycémie peut être causée par différents facteurs, notamment l\'utilisation de certains médicaments, comme l\'insuline, la consommation d\'alcool et le fait de sauter des repas.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hyperglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]\r\n\r\nL\'hyperglycémie est un état dans lequel le taux de glucose dans le sang est supérieur à la normale. Il s\'agit d\'une caractéristique commune à des maladies telles que le diabète, dans lesquelles l\'organisme n\'est pas en mesure de réguler correctement le taux normal de sucre dans le sang. L\'hyperglycémie peut entraîner toute une série de symptômes du diabète, de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment une soif accrue, des mictions fréquentes, de la fatigue, une vision floue et une cicatrisation lente des coupures et des plaies.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQuelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nL\'hypoglycémie peut être causée par plusieurs facteurs, notamment :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les médicaments [/fusion_highlight]: Certains médicaments, comme l\'insuline, peuvent provoquer une hypoglycémie chez les diabétiques. Un surdosage d\'insuline ou d\'autres médicaments qui abaissent le taux de sucre dans le sang peut également provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas[/fusion_highlight] : Sauter des repas, en particulier chez les diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants, peut provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Consommation d\'alcool[/fusion_highlight] : La consommation excessive d\'alcool peut provoquer une hypoglycémie, en particulier chez les personnes atteintes de diabète qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique intense [/fusion_highlight]: L\'activité physique peut faire baisser la glycémie, surtout si elle est pratiquée à jeun ou chez les personnes diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certaines conditions médicales[/fusion_highlight] : Certaines conditions médicales, telles que les maladies du foie, peuvent également entraîner une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nAutres causes possibles d\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]\r\n\r\nQuels sont les symptômes de l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]\r\n\r\nLes premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]\r\n\r\nCes symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]\r\n\r\nLes signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nCes symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nTypes d\'hypoglycémie (légère, modérée et sévère)\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nL\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie légère [/fusion_highlight]: L\'hypoglycémie légère se caractérise par des symptômes précoces tels que la faim, des tremblements, des sueurs, des vertiges ou des étourdissements. Ces symptômes peuvent être facilement traités avec une petite quantité de glucose ou une autre source de sucre, comme un jus de fruit ou un bonbon.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie modérée[/fusion_highlight] : L\'hypoglycémie modérée se caractérise par des symptômes d\'hypoglycémie tels que confusion, irritabilité, maux de tête, engourdissement ou picotement de la bouche ou des lèvres. Ces symptômes peuvent être plus difficiles à gérer et nécessiter une dose plus importante de glucose ou une autre source de sucre.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie sévère[/fusion_highlight] : L\'hypoglycémie sévère se caractérise par des symptômes tels que des convulsions, une perte de conscience ou un coma. Il s\'agit d\'une urgence médicale qui nécessite une attention et une intervention médicales rapides afin d\'éviter des complications graves et potentiellement mortelles.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" rule_size=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" logics=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nIl est important de reconnaître les symptômes de l\'hypoglycémie et de prendre les mesures appropriées pour gérer la situation, quelle que soit la gravité des symptômes de l\'hypoglycémie. Un contrôle régulier de la glycémie, une prise en charge adéquate du diabète ou d\'autres affections présentant un risque d\'hypoglycémie et un traitement rapide des symptômes de l\'hypoglycémie peuvent contribuer à éviter que l\'hypoglycémie ne s\'aggrave ou ne réapparaisse.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie réactive[/fusion_highlight]\r\n\r\nL\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang chute trop bas, généralement quelques heures après avoir mangé. Elle survient chez des personnes non diabétiques et est souvent causée par une surproduction d\'insuline en réponse à un repas, ce qui entraîne une chute rapide et excessive du taux de sucre dans le sang. Les symptômes de l\'hypoglycémie réactive peuvent être similaires à ceux de l\'hypoglycémie chez les personnes atteintes de diabète et peuvent inclure des tremblements, des sueurs, des vertiges, des étourdissements, des maux de tête, de la confusion, de l\'irritabilité et de la fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'augmenter le taux de sucre dans le sang. Dans certains cas, l\'hypoglycémie réactive peut être liée à une affection médicale sous-jacente, telle qu\'un pontage gastrique ou une autre intervention chirurgicale gastro-intestinale, ou à un déséquilibre hormonal. Si vous présentez des symptômes d\'hypoglycémie réactive, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie de jeûne[/fusion_highlight]\r\n\r\nL\'hypoglycémie de jeûne est un état dans lequel le taux de sucre dans le sang chute trop après une période de jeûne, par exemple pendant la nuit ou au cours d\'un jeûne planifié. Elle peut survenir chez des personnes qui ne souffrent pas de diabète et est souvent liée à une affection sous-jacente qui affecte la façon dont l\'organisme traite le glucose. Les symptômes de l\'hypoglycémie à jeun peuvent être les suivants : tremblements, transpiration, vertiges, étourdissements, maux de tête, confusion, irritabilité et fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'aider à augmenter le taux de sucre dans le sang. L\'hypoglycémie à jeun peut être causée par plusieurs affections sous-jacentes, notamment une maladie du foie, une maladie du pancréas, une hypothyroïdie et certains médicaments. Si vous présentez des symptômes d\'hypoglycémie à jeun, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie. Dans certains cas, l\'hypoglycémie à jeun peut être prise en charge par un régime spécial, tel qu\'un régime à faible teneur en glycémie, ou par des médicaments.\r\n\r\n&nbsp;\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie – Causes et Symptômes (Part I)', '', 'inherit', 'closed', 'closed', '', '5066-revision-v1', '', '', '2024-03-22 09:26:15', '2024-03-22 09:26:15', '', 5066, 'http://drkarimbennani.com/?p=5074', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5075, 1, '2024-03-22 09:26:51', '2024-03-22 09:26:51', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\" text_color=\"var(--awb-color7)\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]\'hypoglycémie, également connue sous le nom de manque de sucre dans le sang, est un état dans lequel les niveaux de glucose dans le sang tombent en dessous de la normale. Le glucose est une source d\'énergie importante pour l\'organisme et, lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie et avoir des conséquences potentiellement dangereuses. L\'hypoglycémie peut survenir chez les personnes diabétiques ou non et est souvent un effet secondaire des médicaments utilisés pour traiter le diabète, comme l\'insuline. Il est important de comprendre les causes, les symptômes, le traitement du diabète et la prévention de l\'hypoglycémie pour toute personne susceptible d\'être exposée à cette affection.[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQu\'est-ce que l\'hypoglycémie ? - L\'hyperglycémie\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" columns=\"1\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]\r\n\r\nL\'hypoglycémie, également connue sous le nom d\'hypoglycémie, est un état dans lequel le taux de glucose dans le sang tombe en dessous des niveaux normaux. Le glucose est une source d\'énergie importante pour l\'organisme et lorsque son taux est trop bas, il peut provoquer toute une série de symptômes d\'hypoglycémie (symptômes de l\'hypoglycémie), tels que maux de tête, confusion, faiblesse, transpiration et, dans les cas les plus graves, perte de conscience. L\'hypoglycémie peut être causée par différents facteurs, notamment l\'utilisation de certains médicaments, comme l\'insuline, la consommation d\'alcool et le fait de sauter des repas.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hyperglycémie : Qu\'est-ce que c\'est ?[/fusion_highlight]\r\n\r\nL\'hyperglycémie est un état dans lequel le taux de glucose dans le sang est supérieur à la normale. Il s\'agit d\'une caractéristique commune à des maladies telles que le diabète, dans lesquelles l\'organisme n\'est pas en mesure de réguler correctement le taux normal de sucre dans le sang. L\'hyperglycémie peut entraîner toute une série de symptômes du diabète, de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment une soif accrue, des mictions fréquentes, de la fatigue, une vision floue et une cicatrisation lente des coupures et des plaies.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQuelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nL\'hypoglycémie peut être causée par plusieurs facteurs, notamment :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les médicaments [/fusion_highlight]: Certains médicaments, comme l\'insuline, peuvent provoquer une hypoglycémie chez les diabétiques. Un surdosage d\'insuline ou d\'autres médicaments qui abaissent le taux de sucre dans le sang peut également provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas[/fusion_highlight] : Sauter des repas, en particulier chez les diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants, peut provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Consommation d\'alcool[/fusion_highlight] : La consommation excessive d\'alcool peut provoquer une hypoglycémie, en particulier chez les personnes atteintes de diabète qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique intense [/fusion_highlight]: L\'activité physique peut faire baisser la glycémie, surtout si elle est pratiquée à jeun ou chez les personnes diabétiques qui prennent de l\'insuline ou d\'autres médicaments hypoglycémiants.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certaines conditions médicales[/fusion_highlight] : Certaines conditions médicales, telles que les maladies du foie, peuvent également entraîner une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nAutres causes possibles d\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]\r\n\r\nQuels sont les symptômes de l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]\r\n\r\nLes premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]\r\n\r\nCes symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]\r\n\r\nLes signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nCes symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nTypes d\'hypoglycémie (légère, modérée et sévère)\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nL\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie légère [/fusion_highlight]: L\'hypoglycémie légère se caractérise par des symptômes précoces tels que la faim, des tremblements, des sueurs, des vertiges ou des étourdissements. Ces symptômes peuvent être facilement traités avec une petite quantité de glucose ou une autre source de sucre, comme un jus de fruit ou un bonbon.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie modérée[/fusion_highlight] : L\'hypoglycémie modérée se caractérise par des symptômes d\'hypoglycémie tels que confusion, irritabilité, maux de tête, engourdissement ou picotement de la bouche ou des lèvres. Ces symptômes peuvent être plus difficiles à gérer et nécessiter une dose plus importante de glucose ou une autre source de sucre.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie sévère[/fusion_highlight] : L\'hypoglycémie sévère se caractérise par des symptômes tels que des convulsions, une perte de conscience ou un coma. Il s\'agit d\'une urgence médicale qui nécessite une attention et une intervention médicales rapides afin d\'éviter des complications graves et potentiellement mortelles.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" rule_size=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" logics=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nIl est important de reconnaître les symptômes de l\'hypoglycémie et de prendre les mesures appropriées pour gérer la situation, quelle que soit la gravité des symptômes de l\'hypoglycémie. Un contrôle régulier de la glycémie, une prise en charge adéquate du diabète ou d\'autres affections présentant un risque d\'hypoglycémie et un traitement rapide des symptômes de l\'hypoglycémie peuvent contribuer à éviter que l\'hypoglycémie ne s\'aggrave ou ne réapparaisse.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie réactive[/fusion_highlight]\r\n\r\nL\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang chute trop bas, généralement quelques heures après avoir mangé. Elle survient chez des personnes non diabétiques et est souvent causée par une surproduction d\'insuline en réponse à un repas, ce qui entraîne une chute rapide et excessive du taux de sucre dans le sang. Les symptômes de l\'hypoglycémie réactive peuvent être similaires à ceux de l\'hypoglycémie chez les personnes atteintes de diabète et peuvent inclure des tremblements, des sueurs, des vertiges, des étourdissements, des maux de tête, de la confusion, de l\'irritabilité et de la fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'augmenter le taux de sucre dans le sang. Dans certains cas, l\'hypoglycémie réactive peut être liée à une affection médicale sous-jacente, telle qu\'un pontage gastrique ou une autre intervention chirurgicale gastro-intestinale, ou à un déséquilibre hormonal. Si vous présentez des symptômes d\'hypoglycémie réactive, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie de jeûne[/fusion_highlight]\r\n\r\nL\'hypoglycémie de jeûne est un état dans lequel le taux de sucre dans le sang chute trop après une période de jeûne, par exemple pendant la nuit ou au cours d\'un jeûne planifié. Elle peut survenir chez des personnes qui ne souffrent pas de diabète et est souvent liée à une affection sous-jacente qui affecte la façon dont l\'organisme traite le glucose. Les symptômes de l\'hypoglycémie à jeun peuvent être les suivants : tremblements, transpiration, vertiges, étourdissements, maux de tête, confusion, irritabilité et fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'aider à augmenter le taux de sucre dans le sang. L\'hypoglycémie à jeun peut être causée par plusieurs affections sous-jacentes, notamment une maladie du foie, une maladie du pancréas, une hypothyroïdie et certains médicaments. Si vous présentez des symptômes d\'hypoglycémie à jeun, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie. Dans certains cas, l\'hypoglycémie à jeun peut être prise en charge par un régime spécial, tel qu\'un régime à faible teneur en glycémie, ou par des médicaments.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'HYPOGLYCEMIA – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 09:26:51', '2024-03-22 09:26:51', '', 5073, 'http://drkarimbennani.com/?p=5075', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5076, 1, '2024-03-22 09:36:06', '2024-03-22 09:36:06', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\n[fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie. L\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose. Dans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment traiter l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"1\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nQuelles sont les causes de l\'hypoglycémie ? Quelles sont les causes de l\'hypoglycémie chez les personnes atteintes de diabète ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nL\'hypoglycémie peut être causée par plusieurs facteurs, notamment :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item icon=\"\" iconcolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circlecolor=\"\"]\r\n\r\nModifications du mode de vie : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.\r\n\r\n[/fusion_li_item][fusion_li_item]Médicaments : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.[/fusion_li_item][fusion_li_item]Supplémentation en glucose : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Surveillance de la glycémie : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\"]\r\n\r\nAutres causes possibles d\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Les troubles hormonaux[/fusion_highlight] : Les troubles hormonaux, tels que l\'insuffisance surrénale (maladie d\'Addison) ou l\'hypothyroïdie, peuvent provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains cancers [/fusion_highlight]: Certains cancers, comme les insulinomes, qui sont des tumeurs rares du pancréas, peuvent sécréter de l\'insuline et provoquer une hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'hypoglycémie réactive[/fusion_highlight] : L\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang est faible après un repas. Elle peut être due à une surproduction d\'insuline en réponse à un repas, ce qui entraîne une baisse trop importante du taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Chirurgie [/fusion_highlight]: Certaines interventions chirurgicales, comme le pontage gastrique, peuvent provoquer une hypoglycémie en affectant la façon dont l\'organisme traite le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Infections[/fusion_highlight] : Les infections graves, telles que la septicémie, peuvent provoquer une hypoglycémie en affectant la capacité de l\'organisme à traiter le glucose.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Autres pathologies [/fusion_highlight]: D\'autres pathologies, telles que l\'hyperinsulinisme congénital (une maladie génétique rare) et certaines déficiences enzymatiques héréditaires, peuvent également être à l\'origine d\'une hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]\r\n\r\nQuels sont les symptômes de l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]\r\n\r\nLes premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]\r\n\r\nCes symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]\r\n\r\nLes signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nCes symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nTypes d\'hypoglycémie (légère, modérée et sévère)\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nL\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie légère [/fusion_highlight]: L\'hypoglycémie légère se caractérise par des symptômes précoces tels que la faim, des tremblements, des sueurs, des vertiges ou des étourdissements. Ces symptômes peuvent être facilement traités avec une petite quantité de glucose ou une autre source de sucre, comme un jus de fruit ou un bonbon.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie modérée[/fusion_highlight] : L\'hypoglycémie modérée se caractérise par des symptômes d\'hypoglycémie tels que confusion, irritabilité, maux de tête, engourdissement ou picotement de la bouche ou des lèvres. Ces symptômes peuvent être plus difficiles à gérer et nécessiter une dose plus importante de glucose ou une autre source de sucre.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie sévère[/fusion_highlight] : L\'hypoglycémie sévère se caractérise par des symptômes tels que des convulsions, une perte de conscience ou un coma. Il s\'agit d\'une urgence médicale qui nécessite une attention et une intervention médicales rapides afin d\'éviter des complications graves et potentiellement mortelles.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" rule_size=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" logics=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nIl est important de reconnaître les symptômes de l\'hypoglycémie et de prendre les mesures appropriées pour gérer la situation, quelle que soit la gravité des symptômes de l\'hypoglycémie. Un contrôle régulier de la glycémie, une prise en charge adéquate du diabète ou d\'autres affections présentant un risque d\'hypoglycémie et un traitement rapide des symptômes de l\'hypoglycémie peuvent contribuer à éviter que l\'hypoglycémie ne s\'aggrave ou ne réapparaisse.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie réactive[/fusion_highlight]\r\n\r\nL\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang chute trop bas, généralement quelques heures après avoir mangé. Elle survient chez des personnes non diabétiques et est souvent causée par une surproduction d\'insuline en réponse à un repas, ce qui entraîne une chute rapide et excessive du taux de sucre dans le sang. Les symptômes de l\'hypoglycémie réactive peuvent être similaires à ceux de l\'hypoglycémie chez les personnes atteintes de diabète et peuvent inclure des tremblements, des sueurs, des vertiges, des étourdissements, des maux de tête, de la confusion, de l\'irritabilité et de la fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'augmenter le taux de sucre dans le sang. Dans certains cas, l\'hypoglycémie réactive peut être liée à une affection médicale sous-jacente, telle qu\'un pontage gastrique ou une autre intervention chirurgicale gastro-intestinale, ou à un déséquilibre hormonal. Si vous présentez des symptômes d\'hypoglycémie réactive, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie de jeûne[/fusion_highlight]\r\n\r\nL\'hypoglycémie de jeûne est un état dans lequel le taux de sucre dans le sang chute trop après une période de jeûne, par exemple pendant la nuit ou au cours d\'un jeûne planifié. Elle peut survenir chez des personnes qui ne souffrent pas de diabète et est souvent liée à une affection sous-jacente qui affecte la façon dont l\'organisme traite le glucose. Les symptômes de l\'hypoglycémie à jeun peuvent être les suivants : tremblements, transpiration, vertiges, étourdissements, maux de tête, confusion, irritabilité et fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'aider à augmenter le taux de sucre dans le sang. L\'hypoglycémie à jeun peut être causée par plusieurs affections sous-jacentes, notamment une maladie du foie, une maladie du pancréas, une hypothyroïdie et certains médicaments. Si vous présentez des symptômes d\'hypoglycémie à jeun, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie. Dans certains cas, l\'hypoglycémie à jeun peut être prise en charge par un régime spécial, tel qu\'un régime à faible teneur en glycémie, ou par des médicaments.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'HYPOGLYCEMIA – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 09:36:06', '2024-03-22 09:36:06', '', 5073, 'http://drkarimbennani.com/?p=5076', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5077, 1, '2024-03-22 09:42:36', '2024-03-22 09:42:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\n[fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie. L\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose. Dans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment traiter l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"1\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item icon=\"\" iconcolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circlecolor=\"\"]\r\n\r\nModifications du mode de vie : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.\r\n\r\n[/fusion_li_item][fusion_li_item]Médicaments : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.[/fusion_li_item][fusion_li_item]Supplémentation en glucose : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Surveillance de la glycémie : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment puis-je traiter et gérer l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement et la prise en charge de l\'hypoglycémie peuvent impliquer une combinaison de changements de mode de vie et de prise en charge médicale. Voici quelques mesures que vous pouvez prendre pour aider à traiter et à gérer l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Surveillez régulièrement votre glycémie : Le suivi de votre glycémie normale peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][fusion_li_item]Suivez un régime alimentaire équilibré : Des repas et des collations réguliers et équilibrés peuvent aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.[/fusion_li_item][fusion_li_item]Évitez de jeûner ou de sauter des repas : Sauter des repas ou rester longtemps sans manger peut faire chuter le taux de sucre dans le sang et déclencher une hypoglycémie. Il est important de prendre des repas et des en-cas réguliers et équilibrés pour maintenir une glycémie stable.[/fusion_li_item][fusion_li_item]Arrêtez de boire de l\'alcool : L\'alcool abaisse la glycémie et augmente le risque d\'hypoglycémie. Éviter complètement l’alcool peut aider à prévenir l’hypoglycémie[/fusion_li_item][fusion_li_item]Pratiquez une activité physique régulière : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.[/fusion_li_item][fusion_li_item]Emportez des en-cas riches en glucose : En cas d\'hypoglycémie, le fait d\'avoir à portée de main des sources de glucose à action rapide, comme un jus de fruit ou un gel de glucose, peut aider à augmenter rapidement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Travaillez avec votre prestataire de soins de santé : Un suivi régulier avec votre prestataire de soins de santé peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\" margin_top=\"0px\" margin_bottom=\"2%\"]\r\n\r\nQuels sont les symptômes de l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]\r\n\r\nLes premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]\r\n\r\nCes symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]\r\n\r\nLes signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nCes symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nTypes d\'hypoglycémie (légère, modérée et sévère)\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nL\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie légère [/fusion_highlight]: L\'hypoglycémie légère se caractérise par des symptômes précoces tels que la faim, des tremblements, des sueurs, des vertiges ou des étourdissements. Ces symptômes peuvent être facilement traités avec une petite quantité de glucose ou une autre source de sucre, comme un jus de fruit ou un bonbon.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie modérée[/fusion_highlight] : L\'hypoglycémie modérée se caractérise par des symptômes d\'hypoglycémie tels que confusion, irritabilité, maux de tête, engourdissement ou picotement de la bouche ou des lèvres. Ces symptômes peuvent être plus difficiles à gérer et nécessiter une dose plus importante de glucose ou une autre source de sucre.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie sévère[/fusion_highlight] : L\'hypoglycémie sévère se caractérise par des symptômes tels que des convulsions, une perte de conscience ou un coma. Il s\'agit d\'une urgence médicale qui nécessite une attention et une intervention médicales rapides afin d\'éviter des complications graves et potentiellement mortelles.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" rule_size=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" logics=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nIl est important de reconnaître les symptômes de l\'hypoglycémie et de prendre les mesures appropriées pour gérer la situation, quelle que soit la gravité des symptômes de l\'hypoglycémie. Un contrôle régulier de la glycémie, une prise en charge adéquate du diabète ou d\'autres affections présentant un risque d\'hypoglycémie et un traitement rapide des symptômes de l\'hypoglycémie peuvent contribuer à éviter que l\'hypoglycémie ne s\'aggrave ou ne réapparaisse.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie réactive[/fusion_highlight]\r\n\r\nL\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang chute trop bas, généralement quelques heures après avoir mangé. Elle survient chez des personnes non diabétiques et est souvent causée par une surproduction d\'insuline en réponse à un repas, ce qui entraîne une chute rapide et excessive du taux de sucre dans le sang. Les symptômes de l\'hypoglycémie réactive peuvent être similaires à ceux de l\'hypoglycémie chez les personnes atteintes de diabète et peuvent inclure des tremblements, des sueurs, des vertiges, des étourdissements, des maux de tête, de la confusion, de l\'irritabilité et de la fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'augmenter le taux de sucre dans le sang. Dans certains cas, l\'hypoglycémie réactive peut être liée à une affection médicale sous-jacente, telle qu\'un pontage gastrique ou une autre intervention chirurgicale gastro-intestinale, ou à un déséquilibre hormonal. Si vous présentez des symptômes d\'hypoglycémie réactive, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie de jeûne[/fusion_highlight]\r\n\r\nL\'hypoglycémie de jeûne est un état dans lequel le taux de sucre dans le sang chute trop après une période de jeûne, par exemple pendant la nuit ou au cours d\'un jeûne planifié. Elle peut survenir chez des personnes qui ne souffrent pas de diabète et est souvent liée à une affection sous-jacente qui affecte la façon dont l\'organisme traite le glucose. Les symptômes de l\'hypoglycémie à jeun peuvent être les suivants : tremblements, transpiration, vertiges, étourdissements, maux de tête, confusion, irritabilité et fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'aider à augmenter le taux de sucre dans le sang. L\'hypoglycémie à jeun peut être causée par plusieurs affections sous-jacentes, notamment une maladie du foie, une maladie du pancréas, une hypothyroïdie et certains médicaments. Si vous présentez des symptômes d\'hypoglycémie à jeun, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie. Dans certains cas, l\'hypoglycémie à jeun peut être prise en charge par un régime spécial, tel qu\'un régime à faible teneur en glycémie, ou par des médicaments.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'HYPOGLYCEMIA – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 09:42:36', '2024-03-22 09:42:36', '', 5073, 'http://drkarimbennani.com/?p=5077', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5078, 1, '2024-03-22 09:44:44', '2024-03-22 09:44:44', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\n[fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie. L\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose. Dans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment traiter l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"1\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item icon=\"\" iconcolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circlecolor=\"\"]\r\n\r\nModifications du mode de vie : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.\r\n\r\n[/fusion_li_item][fusion_li_item]Médicaments : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.[/fusion_li_item][fusion_li_item]Supplémentation en glucose : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Surveillance de la glycémie : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment puis-je traiter et gérer l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement et la prise en charge de l\'hypoglycémie peuvent impliquer une combinaison de changements de mode de vie et de prise en charge médicale. Voici quelques mesures que vous pouvez prendre pour aider à traiter et à gérer l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Surveillez régulièrement votre glycémie : Le suivi de votre glycémie normale peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][fusion_li_item]Suivez un régime alimentaire équilibré : Des repas et des collations réguliers et équilibrés peuvent aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.[/fusion_li_item][fusion_li_item]Évitez de jeûner ou de sauter des repas : Sauter des repas ou rester longtemps sans manger peut faire chuter le taux de sucre dans le sang et déclencher une hypoglycémie. Il est important de prendre des repas et des en-cas réguliers et équilibrés pour maintenir une glycémie stable.[/fusion_li_item][fusion_li_item]Arrêtez de boire de l\'alcool : L\'alcool abaisse la glycémie et augmente le risque d\'hypoglycémie. Éviter complètement l’alcool peut aider à prévenir l’hypoglycémie[/fusion_li_item][fusion_li_item]Pratiquez une activité physique régulière : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.[/fusion_li_item][fusion_li_item]Emportez des en-cas riches en glucose : En cas d\'hypoglycémie, le fait d\'avoir à portée de main des sources de glucose à action rapide, comme un jus de fruit ou un gel de glucose, peut aider à augmenter rapidement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Travaillez avec votre prestataire de soins de santé : Un suivi régulier avec votre prestataire de soins de santé peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"2%\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment prévenir l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes précoces et symptômes[/fusion_highlight]\r\n\r\nLes premiers signes et symptômes de l\'hypoglycémie peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Faim[/fusion_li_item][fusion_li_item]tremblements[/fusion_li_item][fusion_li_item]transpiration[/fusion_li_item][fusion_li_item]Vertiges ou étourdissements[/fusion_li_item][fusion_li_item]Rythme cardiaque rapide[/fusion_li_item][fusion_li_item]Nervosité ou anxiété[/fusion_li_item][fusion_li_item]Vision floue[/fusion_li_item][fusion_li_item]Fatigue ou faiblesse[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" margin_top=\"2%\"]\r\n\r\nCes symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent se manifester rapidement, parfois dans les quelques minutes qui suivent la chute du taux de sucre dans le sang. Il est important de reconnaître ces signes et symptômes précoces et de prendre des mesures pour augmenter votre taux de sucre dans le sang dès que possible. Cela peut aider à prévenir l\'apparition de symptômes et de complications plus graves. Si vous souffrez de diabète ou d\'une autre maladie qui vous expose à un risque d\'hypoglycémie, il est important de surveiller régulièrement votre glycémie et d\'avoir sur vous du glucose ou une autre source de sucre en cas d\'urgence.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Signes et symptômes tardifs[/fusion_highlight]\r\n\r\nLes signes ultérieurs et les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie) peuvent être les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-caret-right fas\" divider=\"no\" divider_color=\"var(--awb-custom16)\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" margin_top=\"0px\"][fusion_li_item]Confusion ou irritabilité[/fusion_li_item][fusion_li_item]Maux de tête[/fusion_li_item][fusion_li_item]Engourdissement ou picotement de la bouche ou des lèvres[/fusion_li_item][fusion_li_item]Troubles de l\'élocution[/fusion_li_item][fusion_li_item]Crises d\'épilepsie[/fusion_li_item][fusion_li_item]Inconscience[/fusion_li_item][fusion_li_item]Coma[/fusion_li_item][/fusion_checklist][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nCes symptômes peuvent apparaître si l\'hypoglycémie n\'est pas traitée rapidement et efficacement. Dans les cas graves, l\'hypoglycémie peut entraîner des complications sérieuses et potentiellement mortelles, telles que des crises d\'épilepsie, une perte de conscience ou un coma. Si vous présentez l\'un de ces symptômes, consultez immédiatement un médecin. Il est important de travailler en étroite collaboration avec un prestataire de soins de santé pour gérer votre diabète et prévenir l\'apparition ou l\'aggravation de l\'hypoglycémie.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" content_align=\"left\" size=\"1\" text_shadow=\"no\" text_shadow_blur=\"0\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" fusion_font_variant_title_font=\"400\" margin_top_small=\"60px\" font_size=\"23px\" text_color=\"var(--awb-color4)\"]\r\n\r\nTypes d\'hypoglycémie (légère, modérée et sévère)\r\n\r\n[/fusion_title][fusion_text animation_direction=\"left\" animation_speed=\"0.3\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nL\'hypoglycémie peut être classée en trois catégories différentes en fonction de la gravité des symptômes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" item_padding_left=\"25px\" icon=\"fa-check-double fas\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" iconcolor=\"var(--awb-color4)\" item_padding_top=\"0px\" margin_top=\"0px\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie légère [/fusion_highlight]: L\'hypoglycémie légère se caractérise par des symptômes précoces tels que la faim, des tremblements, des sueurs, des vertiges ou des étourdissements. Ces symptômes peuvent être facilement traités avec une petite quantité de glucose ou une autre source de sucre, comme un jus de fruit ou un bonbon.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie modérée[/fusion_highlight] : L\'hypoglycémie modérée se caractérise par des symptômes d\'hypoglycémie tels que confusion, irritabilité, maux de tête, engourdissement ou picotement de la bouche ou des lèvres. Ces symptômes peuvent être plus difficiles à gérer et nécessiter une dose plus importante de glucose ou une autre source de sucre.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie sévère[/fusion_highlight] : L\'hypoglycémie sévère se caractérise par des symptômes tels que des convulsions, une perte de conscience ou un coma. Il s\'agit d\'une urgence médicale qui nécessite une attention et une intervention médicales rapides afin d\'éviter des complications graves et potentiellement mortelles.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" rule_size=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" logics=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\"]\r\n\r\nIl est important de reconnaître les symptômes de l\'hypoglycémie et de prendre les mesures appropriées pour gérer la situation, quelle que soit la gravité des symptômes de l\'hypoglycémie. Un contrôle régulier de la glycémie, une prise en charge adéquate du diabète ou d\'autres affections présentant un risque d\'hypoglycémie et un traitement rapide des symptômes de l\'hypoglycémie peuvent contribuer à éviter que l\'hypoglycémie ne s\'aggrave ou ne réapparaisse.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie réactive[/fusion_highlight]\r\n\r\nL\'hypoglycémie réactive est un état dans lequel le taux de sucre dans le sang chute trop bas, généralement quelques heures après avoir mangé. Elle survient chez des personnes non diabétiques et est souvent causée par une surproduction d\'insuline en réponse à un repas, ce qui entraîne une chute rapide et excessive du taux de sucre dans le sang. Les symptômes de l\'hypoglycémie réactive peuvent être similaires à ceux de l\'hypoglycémie chez les personnes atteintes de diabète et peuvent inclure des tremblements, des sueurs, des vertiges, des étourdissements, des maux de tête, de la confusion, de l\'irritabilité et de la fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'augmenter le taux de sucre dans le sang. Dans certains cas, l\'hypoglycémie réactive peut être liée à une affection médicale sous-jacente, telle qu\'un pontage gastrique ou une autre intervention chirurgicale gastro-intestinale, ou à un déséquilibre hormonal. Si vous présentez des symptômes d\'hypoglycémie réactive, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie.\r\n\r\n[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Hypoglycémie de jeûne[/fusion_highlight]\r\n\r\nL\'hypoglycémie de jeûne est un état dans lequel le taux de sucre dans le sang chute trop après une période de jeûne, par exemple pendant la nuit ou au cours d\'un jeûne planifié. Elle peut survenir chez des personnes qui ne souffrent pas de diabète et est souvent liée à une affection sous-jacente qui affecte la façon dont l\'organisme traite le glucose. Les symptômes de l\'hypoglycémie à jeun peuvent être les suivants : tremblements, transpiration, vertiges, étourdissements, maux de tête, confusion, irritabilité et fatigue. Ces symptômes d\'hypoglycémie peuvent être gérés en prenant une petite collation contenant des glucides, comme des fruits, des biscuits ou un verre de jus, afin d\'aider à augmenter le taux de sucre dans le sang. L\'hypoglycémie à jeun peut être causée par plusieurs affections sous-jacentes, notamment une maladie du foie, une maladie du pancréas, une hypothyroïdie et certains médicaments. Si vous présentez des symptômes d\'hypoglycémie à jeun, il est important de consulter un professionnel de la santé afin d\'obtenir un diagnostic correct et d\'élaborer un plan de traitement approprié. Le traitement peut impliquer des modifications de votre régime alimentaire, de votre programme d\'exercice ou de vos médicaments, ainsi qu\'une surveillance régulière de votre taux de glycémie. Dans certains cas, l\'hypoglycémie à jeun peut être prise en charge par un régime spécial, tel qu\'un régime à faible teneur en glycémie, ou par des médicaments.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'HYPOGLYCEMIA – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 09:44:44', '2024-03-22 09:44:44', '', 5073, 'http://drkarimbennani.com/?p=5078', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5079, 1, '2024-03-22 14:54:12', '2024-03-22 14:54:12', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\n[fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie. L\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose. Dans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment traiter l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"1\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item icon=\"\" iconcolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circlecolor=\"\"]\r\n\r\nModifications du mode de vie : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.\r\n\r\n[/fusion_li_item][fusion_li_item]Médicaments : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.[/fusion_li_item][fusion_li_item]Supplémentation en glucose : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Surveillance de la glycémie : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment puis-je traiter et gérer l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement et la prise en charge de l\'hypoglycémie peuvent impliquer une combinaison de changements de mode de vie et de prise en charge médicale. Voici quelques mesures que vous pouvez prendre pour aider à traiter et à gérer l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Surveillez régulièrement votre glycémie : Le suivi de votre glycémie normale peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][fusion_li_item]Suivez un régime alimentaire équilibré : Des repas et des collations réguliers et équilibrés peuvent aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.[/fusion_li_item][fusion_li_item]Évitez de jeûner ou de sauter des repas : Sauter des repas ou rester longtemps sans manger peut faire chuter le taux de sucre dans le sang et déclencher une hypoglycémie. Il est important de prendre des repas et des en-cas réguliers et équilibrés pour maintenir une glycémie stable.[/fusion_li_item][fusion_li_item]Arrêtez de boire de l\'alcool : L\'alcool abaisse la glycémie et augmente le risque d\'hypoglycémie. Éviter complètement l’alcool peut aider à prévenir l’hypoglycémie[/fusion_li_item][fusion_li_item]Pratiquez une activité physique régulière : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.[/fusion_li_item][fusion_li_item]Emportez des en-cas riches en glucose : En cas d\'hypoglycémie, le fait d\'avoir à portée de main des sources de glucose à action rapide, comme un jus de fruit ou un gel de glucose, peut aider à augmenter rapidement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Travaillez avec votre prestataire de soins de santé : Un suivi régulier avec votre prestataire de soins de santé peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"2%\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment prévenir l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nPour prévenir l\'hypoglycémie, vous devez modifier votre mode de vie, surveiller régulièrement votre glycémie et travailler en étroite collaboration avec votre médecin. Voici quelques mesures que vous pouvez prendre pour prévenir l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Suivez un régime alimentaire équilibré : Prendre des repas et des collations réguliers et équilibrés peut aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.[/fusion_li_item][fusion_li_item]Évitez de jeûner ou de sauter des repas : Sauter des repas ou rester longtemps sans manger peut faire chuter la glycémie et déclencher une hypoglycémie. Il est important de prendre des repas et des collations réguliers et équilibrés pour maintenir une glycémie stable.[/fusion_li_item][fusion_li_item]Eviter toute consommation d\'alcool : L\'alcool peut faire chuter la glycémie et augmenter le risque d\'hypoglycémie. Éviter la consommation complètement peut aider à prévenir l\'hypoglycémie.[/fusion_li_item][fusion_li_item]Pratiquez une activité physique régulière : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.[/fusion_li_item][fusion_li_item]Surveillez régulièrement votre glycémie : Le suivi de votre glycémie peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][fusion_li_item]Travaillez avec votre médecin : Un suivi régulier avec votre médecin peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire, y compris les doses de médicaments si nécessaire. En savoir plus sur la science du diabète.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nFacteurs de risque et complications de l\'hypoglycémie\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLes facteurs de risque de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Le diabète : Les personnes atteintes de diabète, en particulier celles qui prennent de l\'insuline ou des médicaments oraux qui abaissent le taux de sucre dans le sang, présentent un risque plus élevé d\'hypoglycémie.[/fusion_li_item][fusion_li_item]Sauter des repas ou jeûner : Le fait de rester longtemps sans manger peut entraîner une baisse du taux de sucre dans le sang et augmenter le risque d\'hypoglycémie. Consommation d\'alcool : La consommation d\'alcool peut entraîner une baisse de la glycémie, surtout lorsqu\'elle est consommée à jeun.[/fusion_li_item][fusion_li_item]Activité physique : La pratique d\'une activité physique, en particulier d\'un exercice intense ou prolongé, peut entraîner une baisse de la glycémie et augmenter le risque d\'hypoglycémie.[/fusion_li_item][fusion_li_item]Certains médicaments : Certains médicaments, comme l\'insuline, les sulfonylurées et les méglitinides, peuvent abaisser le taux de sucre dans le sang et augmenter le risque d\'hypoglycémie.[/fusion_li_item][fusion_li_item]L\'âge avancé : Avec l\'âge, l\'organisme peut devenir moins apte à reconnaître et à réagir à un faible taux de sucre dans le sang, ce qui augmente le risque d\'hypoglycémie.[/fusion_li_item][fusion_li_item]Conditions médicales : Certaines maladies, comme les maladies du foie ou des reins, peuvent affecter la façon dont l\'organisme traite et régule le taux de sucre dans le sang, augmentant ainsi le risque d\'hypoglycémie.[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLes complications de l\'hypoglycémie peuvent être les suivantes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Confusion et désorientation : Un faible taux de sucre dans le sang peut entraîner une confusion et une désorientation, ce qui rend difficile la reconnaissance et le traitement de l\'hypoglycémie.[/fusion_li_item][fusion_li_item]Crises d\'épilepsie et perte de conscience : Une hypoglycémie sévère peut entraîner des crises d\'épilepsie et une perte de conscience, ce qui peut mettre la vie en danger.[/fusion_li_item][fusion_li_item]Problèmes cardiaques et vasculaires : L\'hypoglycémie peut provoquer des battements de cœur rapides, des palpitations et d\'autres problèmes cardiaques et vasculaires.[/fusion_li_item][fusion_li_item]Lésions cérébrales : Des épisodes graves ou récurrents d\'hypoglycémie peuvent endommager le cerveau et entraîner des troubles cognitifs, des pertes de mémoire et d\'autres problèmes cognitifs.[/fusion_li_item][fusion_li_item]Décès : Dans les cas graves, l\'hypoglycémie peut mettre la vie en danger et entraîner la mort. Il est important de reconnaître les signes et les symptômes de l\'hypoglycémie et de la traiter rapidement et efficacement pour éviter de graves complications. Pour en savoir plus, consultez nos blogs sur le diabète.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nQuand consulter un médecin ?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nIl est recommandé de consulter un médecin si vous présentez fréquemment des symptômes d\'hypoglycémie ou si ces symptômes sont graves et affectent vos activités quotidiennes. En outre, si vous avez été diagnostiqué diabétique, il est important de surveiller régulièrement votre taux de glycémie et de consulter un médecin s\'il devient trop bas. Si vous présentez des symptômes soudains d\'hypoglycémie, tels qu\'une confusion ou une perte de conscience, demandez immédiatement une aide médicale d\'urgence.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nRésumé/Conclusion\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nL\'hypoglycémie (définition de l\'hypoglycémie) est un état caractérisé par un faible taux de sucre dans le sang. Les causes les plus fréquentes sont un apport excessif d\'insuline, des repas manqués ou retardés, une activité physique excessive et la prise de certains médicaments. Les symptômes de l\'hypoglycémie comprennent la transpiration, les tremblements, les maux de tête, la confusion et la perte de conscience. Pour prévenir l\'hypoglycémie (définition de l\'hypoglycémie), il est important de maintenir un régime alimentaire équilibré, de surveiller régulièrement le taux de sucre dans le sang et de communiquer avec son médecin en cas de changement de médicaments ou d\'activité physique. Si vous présentez des symptômes fréquents ou graves, ou si l\'on vous a diagnostiqué un diabète, consultez un médecin. En cas d\'hypoglycémie soudaine, demandez immédiatement une aide médicale d\'urgence.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'HYPOGLYCEMIA – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 14:54:12', '2024-03-22 14:54:12', '', 5073, 'http://drkarimbennani.com/?p=5079', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5080, 1, '2024-03-22 14:55:00', '2024-03-22 14:55:00', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\n[fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie. L\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose. Dans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment traiter l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"1\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item icon=\"\" iconcolor=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circlecolor=\"\"]\r\n\r\nModifications du mode de vie : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.\r\n\r\n[/fusion_li_item][fusion_li_item]Médicaments : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.[/fusion_li_item][fusion_li_item]Supplémentation en glucose : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Surveillance de la glycémie : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment puis-je traiter et gérer l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color7)\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLe traitement et la prise en charge de l\'hypoglycémie peuvent impliquer une combinaison de changements de mode de vie et de prise en charge médicale. Voici quelques mesures que vous pouvez prendre pour aider à traiter et à gérer l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Surveillez régulièrement votre glycémie : Le suivi de votre glycémie normale peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][fusion_li_item]Suivez un régime alimentaire équilibré : Des repas et des collations réguliers et équilibrés peuvent aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.[/fusion_li_item][fusion_li_item]Évitez de jeûner ou de sauter des repas : Sauter des repas ou rester longtemps sans manger peut faire chuter le taux de sucre dans le sang et déclencher une hypoglycémie. Il est important de prendre des repas et des en-cas réguliers et équilibrés pour maintenir une glycémie stable.[/fusion_li_item][fusion_li_item]Arrêtez de boire de l\'alcool : L\'alcool abaisse la glycémie et augmente le risque d\'hypoglycémie. Éviter complètement l’alcool peut aider à prévenir l’hypoglycémie[/fusion_li_item][fusion_li_item]Pratiquez une activité physique régulière : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.[/fusion_li_item][fusion_li_item]Emportez des en-cas riches en glucose : En cas d\'hypoglycémie, le fait d\'avoir à portée de main des sources de glucose à action rapide, comme un jus de fruit ou un gel de glucose, peut aider à augmenter rapidement le taux de sucre dans le sang.[/fusion_li_item][fusion_li_item]Travaillez avec votre prestataire de soins de santé : Un suivi régulier avec votre prestataire de soins de santé peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"2%\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nComment prévenir l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nPour prévenir l\'hypoglycémie, vous devez modifier votre mode de vie, surveiller régulièrement votre glycémie et travailler en étroite collaboration avec votre médecin. Voici quelques mesures que vous pouvez prendre pour prévenir l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Suivez un régime alimentaire équilibré : Prendre des repas et des collations réguliers et équilibrés peut aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.[/fusion_li_item][fusion_li_item]Évitez de jeûner ou de sauter des repas : Sauter des repas ou rester longtemps sans manger peut faire chuter la glycémie et déclencher une hypoglycémie. Il est important de prendre des repas et des collations réguliers et équilibrés pour maintenir une glycémie stable.[/fusion_li_item][fusion_li_item]Eviter toute consommation d\'alcool : L\'alcool peut faire chuter la glycémie et augmenter le risque d\'hypoglycémie. Éviter la consommation complètement peut aider à prévenir l\'hypoglycémie.[/fusion_li_item][fusion_li_item]Pratiquez une activité physique régulière : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.[/fusion_li_item][fusion_li_item]Surveillez régulièrement votre glycémie : Le suivi de votre glycémie peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.[/fusion_li_item][fusion_li_item]Travaillez avec votre médecin : Un suivi régulier avec votre médecin peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire, y compris les doses de médicaments si nécessaire. En savoir plus sur la science du diabète.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nFacteurs de risque et complications de l\'hypoglycémie\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLes facteurs de risque de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Le diabète : Les personnes atteintes de diabète, en particulier celles qui prennent de l\'insuline ou des médicaments oraux qui abaissent le taux de sucre dans le sang, présentent un risque plus élevé d\'hypoglycémie.[/fusion_li_item][fusion_li_item]Sauter des repas ou jeûner : Le fait de rester longtemps sans manger peut entraîner une baisse du taux de sucre dans le sang et augmenter le risque d\'hypoglycémie. Consommation d\'alcool : La consommation d\'alcool peut entraîner une baisse de la glycémie, surtout lorsqu\'elle est consommée à jeun.[/fusion_li_item][fusion_li_item]Activité physique : La pratique d\'une activité physique, en particulier d\'un exercice intense ou prolongé, peut entraîner une baisse de la glycémie et augmenter le risque d\'hypoglycémie.[/fusion_li_item][fusion_li_item]Certains médicaments : Certains médicaments, comme l\'insuline, les sulfonylurées et les méglitinides, peuvent abaisser le taux de sucre dans le sang et augmenter le risque d\'hypoglycémie.[/fusion_li_item][fusion_li_item]L\'âge avancé : Avec l\'âge, l\'organisme peut devenir moins apte à reconnaître et à réagir à un faible taux de sucre dans le sang, ce qui augmente le risque d\'hypoglycémie.[/fusion_li_item][fusion_li_item]Conditions médicales : Certaines maladies, comme les maladies du foie ou des reins, peuvent affecter la façon dont l\'organisme traite et régule le taux de sucre dans le sang, augmentant ainsi le risque d\'hypoglycémie.[/fusion_li_item][/fusion_checklist][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nLes complications de l\'hypoglycémie peuvent être les suivantes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" circle=\"\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_right=\"\" item_padding_bottom=\"\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" odd_row_bgcolor=\"\" even_row_bgcolor=\"\" margin_top=\"0px\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" class=\"\" id=\"\" parent_dynamic_content=\"\"][fusion_li_item]Confusion et désorientation : Un faible taux de sucre dans le sang peut entraîner une confusion et une désorientation, ce qui rend difficile la reconnaissance et le traitement de l\'hypoglycémie.[/fusion_li_item][fusion_li_item]Crises d\'épilepsie et perte de conscience : Une hypoglycémie sévère peut entraîner des crises d\'épilepsie et une perte de conscience, ce qui peut mettre la vie en danger.[/fusion_li_item][fusion_li_item]Problèmes cardiaques et vasculaires : L\'hypoglycémie peut provoquer des battements de cœur rapides, des palpitations et d\'autres problèmes cardiaques et vasculaires.[/fusion_li_item][fusion_li_item]Lésions cérébrales : Des épisodes graves ou récurrents d\'hypoglycémie peuvent endommager le cerveau et entraîner des troubles cognitifs, des pertes de mémoire et d\'autres problèmes cognitifs.[/fusion_li_item][fusion_li_item]Décès : Dans les cas graves, l\'hypoglycémie peut mettre la vie en danger et entraîner la mort. Il est important de reconnaître les signes et les symptômes de l\'hypoglycémie et de la traiter rapidement et efficacement pour éviter de graves complications. Pour en savoir plus, consultez nos blogs sur le diabète.[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nQuand consulter un médecin ?\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nIl est recommandé de consulter un médecin si vous présentez fréquemment des symptômes d\'hypoglycémie ou si ces symptômes sont graves et affectent vos activités quotidiennes. En outre, si vous avez été diagnostiqué diabétique, il est important de surveiller régulièrement votre taux de glycémie et de consulter un médecin s\'il devient trop bas. Si vous présentez des symptômes soudains d\'hypoglycémie, tels qu\'une confusion ou une perte de conscience, demandez immédiatement une aide médicale d\'urgence.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" before_text=\"\" rotation_text=\"\" highlight_text=\"\" after_text=\"\" title_link=\"off\" link_url=\"\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" content_align_medium=\"\" content_align_small=\"\" content_align=\"left\" size=\"1\" animated_font_size=\"\" fusion_font_family_title_font=\"\" fusion_font_variant_title_font=\"\" font_size=\"23px\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"var(--awb-color4)\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" animated_text_color=\"\" text_shadow=\"no\" text_shadow_vertical=\"\" text_shadow_horizontal=\"\" text_shadow_blur=\"0\" text_shadow_color=\"\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" text_overflow=\"none\" margin_top_medium=\"\" margin_right_medium=\"\" margin_bottom_medium=\"\" margin_left_medium=\"\" margin_top_small=\"60px\" margin_right_small=\"\" margin_bottom_small=\"\" margin_left_small=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" margin_top_mobile=\"\" margin_bottom_mobile=\"\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" highlight_color=\"\" style_type=\"default\" sep_color=\"\" link_color=\"\" link_hover_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\"]\r\n\r\nRésumé/Conclusion\r\n\r\n[/fusion_title][fusion_text columns=\"\" column_min_width=\"\" column_spacing=\"\" rule_style=\"\" rule_size=\"\" rule_color=\"\" hue=\"\" saturation=\"\" lightness=\"\" alpha=\"\" content_alignment_medium=\"\" content_alignment_small=\"\" content_alignment=\"\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" class=\"\" id=\"\" margin_top=\"\" margin_right=\"\" margin_bottom=\"\" margin_left=\"\" fusion_font_family_text_font=\"\" fusion_font_variant_text_font=\"\" font_size=\"\" line_height=\"\" letter_spacing=\"\" text_transform=\"\" text_color=\"\" animation_type=\"\" animation_direction=\"left\" animation_color=\"\" animation_speed=\"0.3\" animation_delay=\"0\" animation_offset=\"\" logics=\"\"]\r\n\r\nL\'hypoglycémie (définition de l\'hypoglycémie) est un état caractérisé par un faible taux de sucre dans le sang. Les causes les plus fréquentes sont un apport excessif d\'insuline, des repas manqués ou retardés, une activité physique excessive et la prise de certains médicaments. Les symptômes de l\'hypoglycémie comprennent la transpiration, les tremblements, les maux de tête, la confusion et la perte de conscience. Pour prévenir l\'hypoglycémie (définition de l\'hypoglycémie), il est important de maintenir un régime alimentaire équilibré, de surveiller régulièrement le taux de sucre dans le sang et de communiquer avec son médecin en cas de changement de médicaments ou d\'activité physique. Si vous présentez des symptômes fréquents ou graves, ou si l\'on vous a diagnostiqué un diabète, consultez un médecin. En cas d\'hypoglycémie soudaine, demandez immédiatement une aide médicale d\'urgence.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 14:55:00', '2024-03-22 14:55:00', '', 5073, 'http://drkarimbennani.com/?p=5080', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5081, 1, '2024-03-22 15:12:36', '2024-03-22 15:12:36', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n[fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie. L\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose. Dans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.</p>\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Comment traiter l\'hypoglycémie ?</p>\r\n[/fusion_title][fusion_text columns=\"1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Le traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Modifications du mode de vie[/fusion_highlight] : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Médicaments[/fusion_highlight] : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Supplémentation en glucose[/fusion_highlight] : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillance de la glycémie[/fusion_highlight] : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" margin_top=\"2%\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Comment puis-je traiter et gérer l\'hypoglycémie ?</p>\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Le traitement et la prise en charge de l\'hypoglycémie peuvent impliquer une combinaison de changements de mode de vie et de prise en charge médicale. Voici quelques mesures que vous pouvez prendre pour aider à traiter et à gérer l\'hypoglycémie :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillez régulièrement votre glycémie[/fusion_highlight] : Le suivi de votre glycémie normale peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter votre plan de traitement de l\'hypoglycémie si nécessaire.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivez un régime alimentaire équilibré[/fusion_highlight] : Des repas et des collations réguliers et équilibrés peuvent aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Évitez de jeûner ou de sauter des repas[/fusion_highlight] : Sauter des repas ou rester longtemps sans manger peut faire chuter le taux de sucre dans le sang et déclencher une hypoglycémie. Il est important de prendre des repas et des en-cas réguliers et équilibrés pour maintenir une glycémie stable.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Arrêtez de boire de l\'alcool[/fusion_highlight] : L\'alcool abaisse la glycémie et augmente le risque d\'hypoglycémie. Éviter complètement l’alcool peut aider à prévenir l’hypoglycémie</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Pratiquez une activité physique régulière[/fusion_highlight] : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Emportez des en-cas riches en glucose[/fusion_highlight] : En cas d\'hypoglycémie, le fait d\'avoir à portée de main des sources de glucose à action rapide, comme un jus de fruit ou un gel de glucose, peut aider à augmenter rapidement le taux de sucre dans le sang.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Travaillez avec votre prestataire de soins de santé[/fusion_highlight] : Un suivi régulier avec votre prestataire de soins de santé peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.</p>[/fusion_li_item][/fusion_checklist][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Pour prévenir l\'hypoglycémie, vous devez modifier votre mode de vie, surveiller régulièrement votre glycémie et travailler en étroite collaboration avec votre médecin. Voici quelques mesures que vous pouvez prendre pour prévenir l\'hypoglycémie :</p>\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" margin_top=\"0px\" margin_bottom=\"2%\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Comment prévenir l\'hypoglycémie ?</p>\r\n[/fusion_title][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivez un régime alimentaire équilibré[/fusion_highlight] : Prendre des repas et des collations réguliers et équilibrés peut aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Évitez de jeûner ou de sauter des repas[/fusion_highlight] : Sauter des repas ou rester longtemps sans manger peut faire chuter la glycémie et déclencher une hypoglycémie. Il est important de prendre des repas et des collations réguliers et équilibrés pour maintenir une glycémie stable.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Eviter toute consommation d\'alcool [/fusion_highlight]: L\'alcool peut faire chuter la glycémie et augmenter le risque d\'hypoglycémie. Éviter la consommation complètement peut aider à prévenir l\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Pratiquez une activité physique régulière[/fusion_highlight] : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillez régulièrement votre glycémie[/fusion_highlight] : Le suivi de votre glycémie peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivi avec votre médecin[/fusion_highlight] : Un suivi régulier avec votre médecin peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire, y compris les doses de médicaments si nécessaire. En savoir plus sur la science du diabète.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Facteurs de risque et complications de l\'hypoglycémie</p>\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Les facteurs de risque de l\'hypoglycémie sont les suivants :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Le diabète[/fusion_highlight] : Les personnes atteintes de diabète, en particulier celles qui prennent de l\'insuline ou des médicaments oraux qui abaissent le taux de sucre dans le sang, présentent un risque plus élevé d\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas ou jeûner [/fusion_highlight]: Le fait de rester longtemps sans manger peut entraîner une baisse du taux de sucre dans le sang et augmenter le risque d\'hypoglycémie. Consommation d\'alcool : La consommation d\'alcool peut entraîner une baisse de la glycémie, surtout lorsqu\'elle est consommée à jeun.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique[/fusion_highlight] : La pratique d\'une activité physique, en particulier d\'un exercice intense ou prolongé, peut entraîner une baisse de la glycémie et augmenter le risque d\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains médicaments[/fusion_highlight] : Certains médicaments, comme l\'insuline, les sulfonylurées et les méglitinides, peuvent abaisser le taux de sucre dans le sang et augmenter le risque d\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'âge avancé[/fusion_highlight] : Avec l\'âge, l\'organisme peut devenir moins apte à reconnaître et à réagir à un faible taux de sucre dans le sang, ce qui augmente le risque d\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Conditions médicales[/fusion_highlight] : Certaines maladies, comme les maladies du foie ou des reins, peuvent affecter la façon dont l\'organisme traite et régule le taux de sucre dans le sang, augmentant ainsi le risque d\'hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Les complications de l\'hypoglycémie peuvent être les suivantes :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Confusion et désorientation [/fusion_highlight]: Un faible taux de sucre dans le sang peut entraîner une confusion et une désorientation, ce qui rend difficile la reconnaissance et le traitement de l\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Crises d\'épilepsie et perte de conscience[/fusion_highlight] : Une hypoglycémie sévère peut entraîner des crises d\'épilepsie et une perte de conscience, ce qui peut mettre la vie en danger.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Problèmes cardiaques et vasculaires[/fusion_highlight] : L\'hypoglycémie peut provoquer des battements de cœur rapides, des palpitations et d\'autres problèmes cardiaques et vasculaires.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Lésions cérébrales[/fusion_highlight] : Des épisodes graves ou récurrents d\'hypoglycémie peuvent endommager le cerveau et entraîner des troubles cognitifs, des pertes de mémoire et d\'autres problèmes cognitifs.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Décès[/fusion_highlight] : Dans les cas graves, l\'hypoglycémie peut mettre la vie en danger et entraîner la mort. Il est important de reconnaître les signes et les symptômes de l\'hypoglycémie et de la traiter rapidement et efficacement pour éviter de graves complications. Pour en savoir plus, consultez nos blogs sur le diabète.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Quand consulter un médecin ?</p>\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Il est recommandé de consulter un médecin si vous présentez fréquemment des symptômes d\'hypoglycémie ou si ces symptômes sont graves et affectent vos activités quotidiennes. En outre, si vous avez été diagnostiqué diabétique, il est important de surveiller régulièrement votre taux de glycémie et de consulter un médecin s\'il devient trop bas. Si vous présentez des symptômes soudains d\'hypoglycémie, tels qu\'une confusion ou une perte de conscience, demandez immédiatement une aide médicale d\'urgence.</p>\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Résumé/Conclusion</p>\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>L\'hypoglycémie (définition de l\'hypoglycémie) est un état caractérisé par un faible taux de sucre dans le sang. Les causes les plus fréquentes sont un apport excessif d\'insuline, des repas manqués ou retardés, une activité physique excessive et la prise de certains médicaments. Les symptômes de l\'hypoglycémie comprennent la transpiration, les tremblements, les maux de tête, la confusion et la perte de conscience. Pour prévenir l\'hypoglycémie (définition de l\'hypoglycémie), il est important de maintenir un régime alimentaire équilibré, de surveiller régulièrement le taux de sucre dans le sang et de communiquer avec son médecin en cas de changement de médicaments ou d\'activité physique. Si vous présentez des symptômes fréquents ou graves, ou si l\'on vous a diagnostiqué un diabète, consultez un médecin. En cas d\'hypoglycémie soudaine, demandez immédiatement une aide médicale d\'urgence.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 15:12:36', '2024-03-22 15:12:36', '', 5073, 'http://drkarimbennani.com/?p=5081', 0, 'revision', '', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5082, 1, '2024-03-22 15:14:05', '2024-03-22 15:14:05', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]<p>[fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie. </p><p>L\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose. </p><p>Dans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.</p>[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Comment traiter l\'hypoglycémie ?</p>\r\n[/fusion_title][fusion_text columns=\"1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Le traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Modifications du mode de vie[/fusion_highlight] : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Médicaments[/fusion_highlight] : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Supplémentation en glucose[/fusion_highlight] : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillance de la glycémie[/fusion_highlight] : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" margin_top=\"2%\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Comment puis-je traiter et gérer l\'hypoglycémie ?</p>\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Le traitement et la prise en charge de l\'hypoglycémie peuvent impliquer une combinaison de changements de mode de vie et de prise en charge médicale. Voici quelques mesures que vous pouvez prendre pour aider à traiter et à gérer l\'hypoglycémie :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillez régulièrement votre glycémie[/fusion_highlight] : Le suivi de votre glycémie normale peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter votre plan de traitement de l\'hypoglycémie si nécessaire.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivez un régime alimentaire équilibré[/fusion_highlight] : Des repas et des collations réguliers et équilibrés peuvent aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Évitez de jeûner ou de sauter des repas[/fusion_highlight] : Sauter des repas ou rester longtemps sans manger peut faire chuter le taux de sucre dans le sang et déclencher une hypoglycémie. Il est important de prendre des repas et des en-cas réguliers et équilibrés pour maintenir une glycémie stable.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Arrêtez de boire de l\'alcool[/fusion_highlight] : L\'alcool abaisse la glycémie et augmente le risque d\'hypoglycémie. Éviter complètement l’alcool peut aider à prévenir l’hypoglycémie</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Pratiquez une activité physique régulière[/fusion_highlight] : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Emportez des en-cas riches en glucose[/fusion_highlight] : En cas d\'hypoglycémie, le fait d\'avoir à portée de main des sources de glucose à action rapide, comme un jus de fruit ou un gel de glucose, peut aider à augmenter rapidement le taux de sucre dans le sang.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Travaillez avec votre prestataire de soins de santé[/fusion_highlight] : Un suivi régulier avec votre prestataire de soins de santé peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.</p>[/fusion_li_item][/fusion_checklist][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Pour prévenir l\'hypoglycémie, vous devez modifier votre mode de vie, surveiller régulièrement votre glycémie et travailler en étroite collaboration avec votre médecin. Voici quelques mesures que vous pouvez prendre pour prévenir l\'hypoglycémie :</p>\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" margin_top=\"0px\" margin_bottom=\"2%\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Comment prévenir l\'hypoglycémie ?</p>\r\n[/fusion_title][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivez un régime alimentaire équilibré[/fusion_highlight] : Prendre des repas et des collations réguliers et équilibrés peut aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Évitez de jeûner ou de sauter des repas[/fusion_highlight] : Sauter des repas ou rester longtemps sans manger peut faire chuter la glycémie et déclencher une hypoglycémie. Il est important de prendre des repas et des collations réguliers et équilibrés pour maintenir une glycémie stable.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Eviter toute consommation d\'alcool [/fusion_highlight]: L\'alcool peut faire chuter la glycémie et augmenter le risque d\'hypoglycémie. Éviter la consommation complètement peut aider à prévenir l\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Pratiquez une activité physique régulière[/fusion_highlight] : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillez régulièrement votre glycémie[/fusion_highlight] : Le suivi de votre glycémie peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivi avec votre médecin[/fusion_highlight] : Un suivi régulier avec votre médecin peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire, y compris les doses de médicaments si nécessaire. En savoir plus sur la science du diabète.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Facteurs de risque et complications de l\'hypoglycémie</p>\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Les facteurs de risque de l\'hypoglycémie sont les suivants :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Le diabète[/fusion_highlight] : Les personnes atteintes de diabète, en particulier celles qui prennent de l\'insuline ou des médicaments oraux qui abaissent le taux de sucre dans le sang, présentent un risque plus élevé d\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas ou jeûner [/fusion_highlight]: Le fait de rester longtemps sans manger peut entraîner une baisse du taux de sucre dans le sang et augmenter le risque d\'hypoglycémie. Consommation d\'alcool : La consommation d\'alcool peut entraîner une baisse de la glycémie, surtout lorsqu\'elle est consommée à jeun.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique[/fusion_highlight] : La pratique d\'une activité physique, en particulier d\'un exercice intense ou prolongé, peut entraîner une baisse de la glycémie et augmenter le risque d\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains médicaments[/fusion_highlight] : Certains médicaments, comme l\'insuline, les sulfonylurées et les méglitinides, peuvent abaisser le taux de sucre dans le sang et augmenter le risque d\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'âge avancé[/fusion_highlight] : Avec l\'âge, l\'organisme peut devenir moins apte à reconnaître et à réagir à un faible taux de sucre dans le sang, ce qui augmente le risque d\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Conditions médicales[/fusion_highlight] : Certaines maladies, comme les maladies du foie ou des reins, peuvent affecter la façon dont l\'organisme traite et régule le taux de sucre dans le sang, augmentant ainsi le risque d\'hypoglycémie.</p>[/fusion_li_item][/fusion_checklist][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Les complications de l\'hypoglycémie peuvent être les suivantes :</p>\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Confusion et désorientation [/fusion_highlight]: Un faible taux de sucre dans le sang peut entraîner une confusion et une désorientation, ce qui rend difficile la reconnaissance et le traitement de l\'hypoglycémie.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Crises d\'épilepsie et perte de conscience[/fusion_highlight] : Une hypoglycémie sévère peut entraîner des crises d\'épilepsie et une perte de conscience, ce qui peut mettre la vie en danger.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Problèmes cardiaques et vasculaires[/fusion_highlight] : L\'hypoglycémie peut provoquer des battements de cœur rapides, des palpitations et d\'autres problèmes cardiaques et vasculaires.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Lésions cérébrales[/fusion_highlight] : Des épisodes graves ou récurrents d\'hypoglycémie peuvent endommager le cerveau et entraîner des troubles cognitifs, des pertes de mémoire et d\'autres problèmes cognitifs.</p>[/fusion_li_item][fusion_li_item]<p>[fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Décès[/fusion_highlight] : Dans les cas graves, l\'hypoglycémie peut mettre la vie en danger et entraîner la mort. Il est important de reconnaître les signes et les symptômes de l\'hypoglycémie et de la traiter rapidement et efficacement pour éviter de graves complications. Pour en savoir plus, consultez nos blogs sur le diabète.</p>[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Quand consulter un médecin ?</p>\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Il est recommandé de consulter un médecin si vous présentez fréquemment des symptômes d\'hypoglycémie ou si ces symptômes sont graves et affectent vos activités quotidiennes. En outre, si vous avez été diagnostiqué diabétique, il est important de surveiller régulièrement votre taux de glycémie et de consulter un médecin s\'il devient trop bas. Si vous présentez des symptômes soudains d\'hypoglycémie, tels qu\'une confusion ou une perte de conscience, demandez immédiatement une aide médicale d\'urgence.</p>\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>Résumé/Conclusion</p>\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n<p>L\'hypoglycémie (définition de l\'hypoglycémie) est un état caractérisé par un faible taux de sucre dans le sang. Les causes les plus fréquentes sont un apport excessif d\'insuline, des repas manqués ou retardés, une activité physique excessive et la prise de certains médicaments. Les symptômes de l\'hypoglycémie comprennent la transpiration, les tremblements, les maux de tête, la confusion et la perte de conscience. Pour prévenir l\'hypoglycémie (définition de l\'hypoglycémie), il est important de maintenir un régime alimentaire équilibré, de surveiller régulièrement le taux de sucre dans le sang et de communiquer avec son médecin en cas de changement de médicaments ou d\'activité physique. Si vous présentez des symptômes fréquents ou graves, ou si l\'on vous a diagnostiqué un diabète, consultez un médecin. En cas d\'hypoglycémie soudaine, demandez immédiatement une aide médicale d\'urgence.</p>\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 15:14:05', '2024-03-22 15:14:05', '', 5073, 'http://drkarimbennani.com/?p=5082', 0, 'revision', '', 0),
(5083, 1, '2024-03-22 15:37:41', '2024-03-22 15:37:41', '', 'Diabetes2', '', 'inherit', 'open', 'closed', '', 'diabetes2', '', '', '2026-08-09 18:33:09', '2026-08-09 18:33:09', '', 5066, 'http://drkarimbennani.com/wp-content/uploads/2024/03/Diabetes2.jpg', 0, 'attachment', 'image/webp', 0),
(5084, 1, '2024-03-22 15:47:55', '2024-03-22 15:47:55', '', 'Diabetes3', '', 'inherit', 'open', 'closed', '', 'diabetes3', '', '', '2026-08-09 18:33:05', '2026-08-09 18:33:05', '', 5073, 'http://drkarimbennani.com/wp-content/uploads/2024/03/Diabetes3.jpg', 0, 'attachment', 'image/webp', 0);
INSERT INTO `wpme_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(5085, 1, '2024-03-22 15:48:02', '2024-03-22 15:48:02', '[fusion_builder_container type=\"flex\" hundred_percent=\"no\" hundred_percent_height=\"no\" hundred_percent_height_scroll=\"no\" align_content=\"stretch\" flex_align_items=\"flex-start\" flex_justify_content=\"center\" hundred_percent_height_center_content=\"yes\" equal_height_columns=\"no\" container_tag=\"div\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" status=\"published\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" background_position=\"center center\" background_repeat=\"no-repeat\" fade=\"no\" background_parallax=\"none\" enable_mobile=\"no\" parallax_speed=\"0.3\" background_blend_mode=\"none\" video_aspect_ratio=\"16:9\" video_loop=\"yes\" video_mute=\"yes\" pattern_bg=\"none\" pattern_bg_style=\"default\" pattern_bg_opacity=\"100\" pattern_bg_blend_mode=\"normal\" mask_bg=\"none\" mask_bg_style=\"default\" mask_bg_opacity=\"100\" mask_bg_transform=\"left\" mask_bg_blend_mode=\"normal\" absolute=\"off\" absolute_devices=\"small,medium,large\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" sticky_transition_offset=\"0\" scroll_offset=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" margin_top=\"-50px\" admin_label=\"Post Details\"][fusion_builder_row][fusion_builder_column type=\"5_6\" layout=\"5_6\" align_self=\"auto\" content_layout=\"column\" align_content=\"flex-start\" valign_content=\"flex-start\" content_wrap=\"wrap\" center_content=\"no\" column_tag=\"div\" target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" order_medium=\"0\" order_small=\"0\" hover_type=\"none\" border_style=\"solid\" box_shadow=\"no\" box_shadow_blur=\"0\" box_shadow_spread=\"0\" z_index_subgroup=\"regular\" background_type=\"single\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" lazy_load=\"none\" background_position=\"left top\" background_repeat=\"no-repeat\" background_blend_mode=\"none\" sticky=\"off\" sticky_devices=\"small-visibility,medium-visibility,large-visibility\" filter_type=\"regular\" filter_hue=\"0\" filter_saturation=\"100\" filter_brightness=\"100\" filter_contrast=\"100\" filter_invert=\"0\" filter_sepia=\"0\" filter_opacity=\"100\" filter_blur=\"0\" filter_hue_hover=\"0\" filter_saturation_hover=\"100\" filter_brightness_hover=\"100\" filter_contrast_hover=\"100\" filter_invert_hover=\"0\" filter_sepia_hover=\"0\" filter_opacity_hover=\"100\" filter_blur_hover=\"0\" transform_type=\"regular\" transform_scale_x=\"1\" transform_scale_y=\"1\" transform_translate_x=\"0\" transform_translate_y=\"0\" transform_rotate=\"0\" transform_skew_x=\"0\" transform_skew_y=\"0\" transform_scale_x_hover=\"1\" transform_scale_y_hover=\"1\" transform_translate_x_hover=\"0\" transform_translate_y_hover=\"0\" transform_rotate_hover=\"0\" transform_skew_x_hover=\"0\" transform_skew_y_hover=\"0\" animation_direction=\"left\" animation_speed=\"0.3\" margin_bottom=\"0px\" last=\"true\" border_position=\"all\" first=\"true\" min_height=\"\" link=\"\"][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"][fusion_dropcap color=\"var(--awb-color4)\" text_color=\"\" boxed=\"no\" boxed_radius=\"\" class=\"\" id=\"\"]L[/fusion_dropcap]e diagnostic de l\'hypoglycémie peut impliquer une combinaison d\'antécédents médicaux, d\'examens physiques et de tests de laboratoire. L\'objectif du diagnostic est de déterminer la cause sous-jacente de l\'hypoglycémie ou de l\'insuffisance de sucre dans le sang et de définir le meilleur traitement. La première étape du diagnostic de l\'hypoglycémie consiste à recueillir les antécédents médicaux et à procéder à un examen physique. Votre médecin vous posera des questions sur les symptômes de l\'hypoglycémie (symptômes de l\'hypoglycémie), notamment sur le moment où ils se produisent et sur leur fréquence. Il vous interrogera également sur les médicaments que vous prenez, car certains d\'entre eux peuvent provoquer une hypoglycémie.\r\n\r\nL\'étape suivante du diagnostic de l\'hypoglycémie consiste à effectuer des tests de laboratoire pour mesurer le taux de sucre dans le sang. Ces tests peuvent inclure un test de glycémie à jeun, qui mesure le taux de sucre dans le sang après un jeûne d\'une nuit, et un test de tolérance au glucose, qui mesure le taux de sucre dans le sang après avoir bu une solution de glucose.\r\n\r\nDans certains cas, d\'autres tests de diabète à domicile peuvent être nécessaires pour diagnostiquer la cause sous-jacente de l\'hypoglycémie, tels qu\'un scanner, une IRM ou des tests hormonaux. Votre prestataire de soins de santé déterminera avec vous la meilleure série de tests diagnostiques en fonction de vos symptômes d\'hypoglycémie spécifiques (symptômes d\'hypoglycémie) et de vos antécédents médicaux. Il est important de consulter un médecin si vous présentez des symptômes d\'hypoglycémie, car un diagnostic et un traitement rapides peuvent contribuer à prévenir des complications graves et à améliorer l\'état de santé général.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nComment traiter l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text columns=\"1\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nLe traitement de l\'hypoglycémie dépend de la cause sous-jacente de l\'hypoglycémie et de la gravité de l\'affection. Les traitements les plus courants de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Modifications du mode de vie[/fusion_highlight] : Modifier son alimentation, son programme d\'exercices et son mode de vie en général peut aider à gérer l\'hypoglycémie. Il peut s\'agir de prendre des repas et des collations petits et fréquents, de limiter la consommation d\'alcool et de pratiquer une activité physique régulière.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Médicaments[/fusion_highlight] : Si l\'hypoglycémie est causée par une maladie ou un médicament sous-jacent, il peut être nécessaire d\'ajuster votre traitement ou de changer de médicament. Votre prestataire de soins de santé peut vous aider à déterminer le meilleur plan d\'action.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Supplémentation en glucose[/fusion_highlight] : La consommation d\'aliments ou de boissons riches en glucose, tels que les jus de fruits ou les gels de glucose, peut contribuer à augmenter rapidement et efficacement le taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillance de la glycémie[/fusion_highlight] : Un contrôle régulier de la glycémie normale peut vous aider, vous et votre prestataire de soins, à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter le traitement de l\'hypoglycémie en conséquence.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" margin_top=\"2%\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nComment puis-je traiter et gérer l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" text_color=\"var(--awb-color7)\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nLe traitement et la prise en charge de l\'hypoglycémie peuvent impliquer une combinaison de changements de mode de vie et de prise en charge médicale. Voici quelques mesures que vous pouvez prendre pour aider à traiter et à gérer l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillez régulièrement votre glycémie[/fusion_highlight] : Le suivi de votre glycémie normale peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie, et à adapter votre plan de traitement de l\'hypoglycémie si nécessaire.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivez un régime alimentaire équilibré[/fusion_highlight] : Des repas et des collations réguliers et équilibrés peuvent aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Évitez de jeûner ou de sauter des repas[/fusion_highlight] : Sauter des repas ou rester longtemps sans manger peut faire chuter le taux de sucre dans le sang et déclencher une hypoglycémie. Il est important de prendre des repas et des en-cas réguliers et équilibrés pour maintenir une glycémie stable.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Arrêtez de boire de l\'alcool[/fusion_highlight] : L\'alcool abaisse la glycémie et augmente le risque d\'hypoglycémie. Éviter complètement l’alcool peut aider à prévenir l’hypoglycémie\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Pratiquez une activité physique régulière[/fusion_highlight] : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Emportez des en-cas riches en glucose[/fusion_highlight] : En cas d\'hypoglycémie, le fait d\'avoir à portée de main des sources de glucose à action rapide, comme un jus de fruit ou un gel de glucose, peut aider à augmenter rapidement le taux de sucre dans le sang.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Travaillez avec votre prestataire de soins de santé[/fusion_highlight] : Un suivi régulier avec votre prestataire de soins de santé peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nPour prévenir l\'hypoglycémie, vous devez modifier votre mode de vie, surveiller régulièrement votre glycémie et travailler en étroite collaboration avec votre médecin. Voici quelques mesures que vous pouvez prendre pour prévenir l\'hypoglycémie :\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" margin_top=\"0px\" margin_bottom=\"2%\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nComment prévenir l\'hypoglycémie ?\r\n\r\n[/fusion_title][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivez un régime alimentaire équilibré[/fusion_highlight] : Prendre des repas et des collations réguliers et équilibrés peut aider à maintenir une glycémie stable et à prévenir l\'hypoglycémie. Il s\'agit notamment d\'incorporer des glucides complexes, des graisses saines et des protéines dans vos repas et collations.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Évitez de jeûner ou de sauter des repas[/fusion_highlight] : Sauter des repas ou rester longtemps sans manger peut faire chuter la glycémie et déclencher une hypoglycémie. Il est important de prendre des repas et des collations réguliers et équilibrés pour maintenir une glycémie stable.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Eviter toute consommation d\'alcool [/fusion_highlight]: L\'alcool peut faire chuter la glycémie et augmenter le risque d\'hypoglycémie. Éviter la consommation complètement peut aider à prévenir l\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Pratiquez une activité physique régulière[/fusion_highlight] : Une activité physique régulière peut aider à réguler la glycémie et à prévenir l\'hypoglycémie. Essayez de faire au moins 30 minutes d\'exercice d\'intensité modérée, comme de la marche rapide, la plupart des jours de la semaine.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Surveillez régulièrement votre glycémie[/fusion_highlight] : Le suivi de votre glycémie peut vous aider à identifier les schémas et les déclencheurs de l\'hypoglycémie et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Suivi avec votre médecin[/fusion_highlight] : Un suivi régulier avec votre médecin peut vous aider à surveiller votre état et à ajuster votre plan de traitement de l\'hypoglycémie si nécessaire, y compris les doses de médicaments si nécessaire. En savoir plus sur la science du diabète.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nFacteurs de risque et complications de l\'hypoglycémie\r\n\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nLes facteurs de risque de l\'hypoglycémie sont les suivants :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Le diabète[/fusion_highlight] : Les personnes atteintes de diabète, en particulier celles qui prennent de l\'insuline ou des médicaments oraux qui abaissent le taux de sucre dans le sang, présentent un risque plus élevé d\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Sauter des repas ou jeûner [/fusion_highlight]: Le fait de rester longtemps sans manger peut entraîner une baisse du taux de sucre dans le sang et augmenter le risque d\'hypoglycémie. Consommation d\'alcool : La consommation d\'alcool peut entraîner une baisse de la glycémie, surtout lorsqu\'elle est consommée à jeun.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Activité physique[/fusion_highlight] : La pratique d\'une activité physique, en particulier d\'un exercice intense ou prolongé, peut entraîner une baisse de la glycémie et augmenter le risque d\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Certains médicaments[/fusion_highlight] : Certains médicaments, comme l\'insuline, les sulfonylurées et les méglitinides, peuvent abaisser le taux de sucre dans le sang et augmenter le risque d\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]L\'âge avancé[/fusion_highlight] : Avec l\'âge, l\'organisme peut devenir moins apte à reconnaître et à réagir à un faible taux de sucre dans le sang, ce qui augmente le risque d\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Conditions médicales[/fusion_highlight] : Certaines maladies, comme les maladies du foie ou des reins, peuvent affecter la façon dont l\'organisme traite et régule le taux de sucre dans le sang, augmentant ainsi le risque d\'hypoglycémie.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nLes complications de l\'hypoglycémie peuvent être les suivantes :\r\n\r\n[/fusion_text][fusion_checklist type=\"icons\" icon=\"fa-check-double fas\" iconcolor=\"var(--awb-color4)\" circlecolor=\"rgba(255,255,255,0)\" textcolor=\"var(--awb-color7)\" size=\"17px\" item_padding_top=\"0px\" item_padding_left=\"25px\" divider=\"yes\" divider_color=\"var(--awb-custom16)\" margin_top=\"0px\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" margin_bottom=\"2%\"][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Confusion et désorientation [/fusion_highlight]: Un faible taux de sucre dans le sang peut entraîner une confusion et une désorientation, ce qui rend difficile la reconnaissance et le traitement de l\'hypoglycémie.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Crises d\'épilepsie et perte de conscience[/fusion_highlight] : Une hypoglycémie sévère peut entraîner des crises d\'épilepsie et une perte de conscience, ce qui peut mettre la vie en danger.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Problèmes cardiaques et vasculaires[/fusion_highlight] : L\'hypoglycémie peut provoquer des battements de cœur rapides, des palpitations et d\'autres problèmes cardiaques et vasculaires.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Lésions cérébrales[/fusion_highlight] : Des épisodes graves ou récurrents d\'hypoglycémie peuvent endommager le cerveau et entraîner des troubles cognitifs, des pertes de mémoire et d\'autres problèmes cognitifs.\r\n\r\n[/fusion_li_item][fusion_li_item][fusion_highlight background=\"yes\" background_style=\"full\" color=\"\" rounded=\"no\" text_color=\"var(--awb-color1)\" gradient_font=\"no\" gradient_start_color=\"\" gradient_end_color=\"\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" text_stroke=\"no\" text_stroke_size=\"1\" text_stroke_color=\"\" class=\"\" id=\"\"]Décès[/fusion_highlight] : Dans les cas graves, l\'hypoglycémie peut mettre la vie en danger et entraîner la mort. Il est important de reconnaître les signes et les symptômes de l\'hypoglycémie et de la traiter rapidement et efficacement pour éviter de graves complications. Pour en savoir plus, consultez nos blogs sur le diabète.\r\n\r\n[/fusion_li_item][/fusion_checklist][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nQuand consulter un médecin ?\r\n\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nIl est recommandé de consulter un médecin si vous présentez fréquemment des symptômes d\'hypoglycémie ou si ces symptômes sont graves et affectent vos activités quotidiennes. En outre, si vous avez été diagnostiqué diabétique, il est important de surveiller régulièrement votre taux de glycémie et de consulter un médecin s\'il devient trop bas. Si vous présentez des symptômes soudains d\'hypoglycémie, tels qu\'une confusion ou une perte de conscience, demandez immédiatement une aide médicale d\'urgence.\r\n\r\n[/fusion_text][fusion_title title_type=\"text\" marquee_direction=\"left\" marquee_speed=\"15000\" rotation_effect=\"bounceIn\" display_time=\"1200\" highlight_effect=\"circle\" loop_animation=\"off\" highlight_width=\"9\" highlight_top_margin=\"0\" title_link=\"off\" link_target=\"_self\" hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" content_align=\"left\" size=\"1\" font_size=\"23px\" text_color=\"var(--awb-color4)\" text_shadow=\"no\" text_shadow_blur=\"0\" text_stroke=\"no\" text_stroke_size=\"1\" text_overflow=\"none\" margin_top_small=\"60px\" gradient_font=\"no\" gradient_start_position=\"0\" gradient_end_position=\"100\" gradient_type=\"linear\" radial_direction=\"center center\" linear_angle=\"180\" style_type=\"default\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nRésumé/Conclusion\r\n\r\n[/fusion_title][fusion_text hide_on_mobile=\"small-visibility,medium-visibility,large-visibility\" sticky_display=\"normal,sticky\" animation_direction=\"left\" animation_speed=\"0.3\" animation_delay=\"0\"]\r\n\r\nL\'hypoglycémie (définition de l\'hypoglycémie) est un état caractérisé par un faible taux de sucre dans le sang. Les causes les plus fréquentes sont un apport excessif d\'insuline, des repas manqués ou retardés, une activité physique excessive et la prise de certains médicaments. Les symptômes de l\'hypoglycémie comprennent la transpiration, les tremblements, les maux de tête, la confusion et la perte de conscience. Pour prévenir l\'hypoglycémie (définition de l\'hypoglycémie), il est important de maintenir un régime alimentaire équilibré, de surveiller régulièrement le taux de sucre dans le sang et de communiquer avec son médecin en cas de changement de médicaments ou d\'activité physique. Si vous présentez des symptômes fréquents ou graves, ou si l\'on vous a diagnostiqué un diabète, consultez un médecin. En cas d\'hypoglycémie soudaine, demandez immédiatement une aide médicale d\'urgence.\r\n\r\n[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]', 'Hypoglycémie – Traitements et Prévention (Part II)', '', 'inherit', 'closed', 'closed', '', '5073-revision-v1', '', '', '2024-03-22 15:48:02', '2024-03-22 15:48:02', '', 5073, 'http://drkarimbennani.com/?p=5085', 0, 'revision', '', 0),
(5087, 1, '2026-08-09 18:26:14', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2026-08-09 18:26:14', '0000-00-00 00:00:00', '', 0, 'https://drkarimbennani.com/?p=5087', 0, 'post', '', 0);

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

--
-- Table structure for table `wpme_revslider_css`
--

CREATE TABLE `wpme_revslider_css` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wpme_revslider_css`
--

INSERT INTO `wpme_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wpme_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wpme_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(376908, '.tp-caption.avada_block_white_trans', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(376907, '.tp-caption.avada_block_white', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(376906, '.tp-caption.avada_block_green', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#65bc7b\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(376905, '.tp-caption.avada_block_black', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#65bc7b\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(376904, '.tp-caption.avada_small_white_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\"}'),
(376902, '.tp-caption.avada_med_green_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#65bc7b\",\"font-size\":\"24px\",\"line-height\":\"24px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(376903, '.tp-caption.avada_small_gray_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#747474\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(376901, '.tp-caption.avada_big_black_text_center', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"38px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\",\"text-align\":\"center\"}'),
(376899, '.tp-caption.avada_big_black_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),
(376900, '.tp-caption.avada_big_white_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),
(376897, '.tp-caption.avada_huge_white_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#ffffff\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),
(376898, '.tp-caption.avada_huge_black_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000000\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}');

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

--
-- Table structure for table `wpme_revslider_css_bkp`
--

CREATE TABLE `wpme_revslider_css_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `settings` longtext DEFAULT NULL,
  `hover` longtext DEFAULT NULL,
  `advanced` longtext DEFAULT NULL,
  `params` longtext NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wpme_revslider_css_bkp`
--

INSERT INTO `wpme_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(1, '.tp-caption.medium_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),
(2, '.tp-caption.small_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(3, '.tp-caption.medium_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(4, '.tp-caption.large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(5, '.tp-caption.very_large_text', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(6, '.tp-caption.very_big_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),
(7, '.tp-caption.very_big_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),
(8, '.tp-caption.modern_medium_fat', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(9, '.tp-caption.modern_medium_fat_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(10, '.tp-caption.modern_medium_light', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(11, '.tp-caption.modern_big_bluebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),
(12, '.tp-caption.modern_big_redbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),
(13, '.tp-caption.modern_small_text_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}', '{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),
(14, '.tp-caption.boxshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}', '[]'),
(15, '.tp-caption.black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000\"}'),
(16, '.tp-caption.noshadow', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '[]'),
(17, '.tp-caption.thinheadline_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(18, '.tp-caption.thintext_dark', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),
(19, '.tp-caption.largeblackbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(20, '.tp-caption.largepinkbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(21, '.tp-caption.largewhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(22, '.tp-caption.largegreenbg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),
(23, '.tp-caption.excerpt', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}', '{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),
(24, '.tp-caption.large_bold_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(25, '.tp-caption.medium_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(26, '.tp-caption.small_thin_grey', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(27, '.tp-caption.lightgrey_divider', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(28, '.tp-caption.large_bold_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(29, '.tp-caption.medium_bg_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(30, '.tp-caption.medium_bold_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(31, '.tp-caption.medium_light_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(32, '.tp-caption.medium_bg_red', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(33, '.tp-caption.medium_bold_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(34, '.tp-caption.medium_bg_orange', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(35, '.tp-caption.grassfloor', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}', '{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(36, '.tp-caption.large_bold_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(37, '.tp-caption.medium_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(38, '.tp-caption.mediumlarge_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(39, '.tp-caption.mediumlarge_light_white_center', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(40, '.tp-caption.medium_bg_asbestos', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(41, '.tp-caption.medium_light_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(42, '.tp-caption.large_bold_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(44, '.tp-caption.small_light_white', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(45, '.tp-caption.roundedimage', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),
(46, '.tp-caption.large_bg_black', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":[],\"hover\":\"\"}', '{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),
(47, '.tp-caption.mediumwhitebg', '{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}', 'null', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),
(48, '.tp-caption.MarkerDisplay', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(49, '.tp-caption.Restaurant-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(50, '.tp-caption.Restaurant-Cursive', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(51, '.tp-caption.Restaurant-ScrollDownText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(52, '.tp-caption.Restaurant-Description', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(53, '.tp-caption.Restaurant-Price', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(54, '.tp-caption.Restaurant-Menuitem', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(55, '.tp-caption.Furniture-LogoText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(56, '.tp-caption.Furniture-Plus', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}', '{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(57, '.tp-caption.Furniture-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(58, '.tp-caption.Furniture-Subtitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(59, '.tp-caption.Gym-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(60, '.tp-caption.Gym-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(61, '.tp-caption.Gym-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(62, '.tp-caption.Fashion-SmallText', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(63, '.tp-caption.Fashion-BigDisplay', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(64, '.tp-caption.Fashion-TextBlock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(65, '.tp-caption.Sports-Display', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(66, '.tp-caption.Sports-DisplayFat', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":[\"\"],\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(67, '.tp-caption.Sports-Subline', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(68, '.tp-caption.Instagram-Caption', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(69, '.tp-caption.News-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}');
INSERT INTO `wpme_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(70, '.tp-caption.News-Subtitle', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(71, '.tp-caption.Photography-Display', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(72, '.tp-caption.Photography-Subline', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(73, '.tp-caption.Photography-ImageHover', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(74, '.tp-caption.Photography-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(75, '.tp-caption.Photography-Textblock', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(76, '.tp-caption.Photography-Subline-2', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(77, '.tp-caption.Photography-ImageHover2', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(78, '.tp-caption.WebProduct-Title', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(79, '.tp-caption.WebProduct-SubTitle', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(80, '.tp-caption.WebProduct-Content', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),
(81, '.tp-caption.WebProduct-Menuitem', '{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(82, '.tp-caption.WebProduct-Title-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(83, '.tp-caption.WebProduct-SubTitle-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(84, '.tp-caption.WebProduct-Content-Light', '{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),
(85, '.tp-caption.FatRounded', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(86, '.tp-caption.NotGeneric-Title', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"[object Object]\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(87, '.tp-caption.NotGeneric-SubTitle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(88, '.tp-caption.NotGeneric-CallToAction', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(89, '.tp-caption.NotGeneric-Icon', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(90, '.tp-caption.NotGeneric-Menuitem', '{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(91, '.tp-caption.MarkerStyle', '{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(92, '.tp-caption.Gym-Menuitem', '{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(93, '.tp-caption.Newspaper-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(94, '.tp-caption.Newspaper-Subtitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(95, '.tp-caption.Newspaper-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(96, '.tp-caption.Newspaper-Title-Centered', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(97, '.tp-caption.Hero-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(98, '.tp-caption.Video-Title', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(99, '.tp-caption.Video-SubTitle', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(100, '.tp-caption.NotGeneric-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(101, '.tp-caption.NotGeneric-BigButton', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(102, '.tp-caption.WebProduct-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(103, '.tp-caption.Restaurant-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}');
INSERT INTO `wpme_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES
(104, '.tp-caption.Gym-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(105, '.tp-caption.Gym-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(106, '.tp-caption.Sports-Button-Light', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(107, '.tp-caption.Sports-Button-Red', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(108, '.tp-caption.Photography-Button', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}', '{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(109, '.tp-caption.Newspaper-Button-2', '{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}', '{\"idle\":\"\",\"hover\":\"\"}', '{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),
(158, '.tp-caption.avada_huge_white_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#ffffff\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),
(159, '.tp-caption.avada_huge_black_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000000\",\"font-size\":\"130px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),
(160, '.tp-caption.avada_big_black_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),
(161, '.tp-caption.avada_big_white_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"42px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\"}'),
(162, '.tp-caption.avada_big_black_text_center', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#333333\",\"font-size\":\"38px\",\"line-height\":\"45px\",\"font-family\":\"museoslab500regular\",\"text-align\":\"center\"}'),
(163, '.tp-caption.avada_med_green_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#A0CE4E\",\"font-size\":\"24px\",\"line-height\":\"24px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(164, '.tp-caption.avada_small_gray_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#747474\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(165, '.tp-caption.avada_small_white_text', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\"}'),
(166, '.tp-caption.avada_block_black', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#A0CE4E\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(167, '.tp-caption.avada_block_green', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#A0CE4E\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(168, '.tp-caption.avada_block_white', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#000\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}'),
(169, '.tp-caption.avada_block_white_trans', '{\"hover\":\"false\",\"type\":\"text\",\"version\":\"custom\",\"translated\":\"5\"}', NULL, NULL, '{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-size\":\"22px\",\"line-height\":\"34px\",\"padding\":[\"1px\", \"10px\", \"0px\", \"10px\"],\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"rgba(0, 0, 0, 0.6)\",\"font-family\":\"PTSansRegular, Arial, Helvetica, sans-serif\"}');

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

--
-- Table structure for table `wpme_revslider_layer_animations`
--

CREATE TABLE `wpme_revslider_layer_animations` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wpme_revslider_layer_animations_bkp`
--

CREATE TABLE `wpme_revslider_layer_animations_bkp` (
  `id` int(9) NOT NULL,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  `settings` text DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wpme_revslider_navigations`
--

CREATE TABLE `wpme_revslider_navigations` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  `type` varchar(191) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wpme_revslider_navigations`
--

INSERT INTO `wpme_revslider_navigations` (`id`, `name`, `handle`, `css`, `markup`, `settings`, `type`) VALUES
(1, 'Bullet Bar', 'bullet-bar', '.bullet-bar .tp-bullet {\n}\n.bullet-bar .tp-bullet:before {\n	content:\\\" \\\";\n	position:absolute;\n	width:100%;\n	height:100%;\n	background:transparent;\n	padding:10px;\n	margin-left:-10px;margin-top:-10px;\n	box-sizing:content-box;\n}\n.bullet-bar .tp-bullet {\n	width:60px;\n	height:3px;\n	position:absolute;\n	background:#aaa;\n    background:rgba(204,204,204,0.5);\n	cursor: pointer;\n	box-sizing:content-box;\n}\n.bullet-bar .tp-bullet.rs-touchhover,\n.bullet-bar .tp-bullet.selected {\n	 background:rgba(204,204,204,1);\n}\n.bullet-bar .tp-bullet-image {\n}\n.bullet-bar .tp-bullet-title {\n}\n', '', '{\"dim\":{\"width\":160,\"height\":160},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}', 'bullets');

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

--
-- Table structure for table `wpme_revslider_navigations_bkp`
--

CREATE TABLE `wpme_revslider_navigations_bkp` (
  `id` int(9) NOT NULL,
  `name` varchar(191) NOT NULL,
  `handle` varchar(191) NOT NULL,
  `css` longtext NOT NULL,
  `markup` longtext NOT NULL,
  `settings` longtext DEFAULT NULL,
  `type` varchar(191) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wpme_revslider_sliders`
--

CREATE TABLE `wpme_revslider_sliders` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wpme_revslider_sliders`
--

INSERT INTO `wpme_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(2, 'Cube Animation1', 'cube-animation1', '{\"addOns\":[],\"version\":\"6.7.51\",\"pakps\":false,\"shortcode\":\"[rev_slider alias=\\\"cube-animation1\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"rs-respect-topbar\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"transient\":1200,\"typeSource\":\"album\",\"token_source\":\"account\",\"connect_with\":\"\",\"page_id\":\"\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":\"4000ms\",\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":true,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"none\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\".th-bar\",\"fullScreenOffset\":\"\",\"width\":{\"d\":\"1920px\",\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":\"900px\",\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":900,\"n\":562,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true,\"layersAlignOnModule\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"orientation\":\"h\",\"prevNextVis\":\"50px\",\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false,\"skewX\":0,\"skewY\":0,\"spin\":\"off\",\"spinAngle\":0,\"overshoot\":false},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"dottedOverlaySize\":1,\"dottedColorA\":\"transparent\",\"dottedColorB\":\"#000000\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"off\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false,\"globalViewPort\":true,\"globalViewDist\":\"-200px\"},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":5,\"radius\":10,\"vertical\":\"bottom\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(255,255,255,0.5)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":true,\"duration\":\"1000ms\",\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"icache\":\"default\",\"DPR\":\"dpr\",\"observeWrap\":false,\"layerSelection\":false,\"lazyLoad\":\"smart\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"local\"},\"nav\":{\"preview\":{\"width\":\"200px\",\"height\":\"200px\"},\"swipe\":{\"set\":true,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000,\"threshold\":50},\"arrows\":{\"set\":true,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1013\",\"preset\":\"default\",\"presets\":{\"font-size\":\"40\",\"font-size-def\":false,\"height\":\"50\",\"height-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false},\"alwaysOn\":false,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":true,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false,\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":0,\"debugMode\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":\"500ms\",\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\",\"omulti\":1,\"smulti\":1,\"env\":\"single\",\"dir\":\"same\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"allowPageScroll\":false,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":true,\"setBlur\":false,\"setFade\":true,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":\"10%\"},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500,\"pullcontent\":false},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"cube-animation1\\\"][\\/rev_slider]\"}', '{\"version\":\"6.7.51\"}', '');

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

--
-- Table structure for table `wpme_revslider_sliders7`
--

CREATE TABLE `wpme_revslider_sliders7` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wpme_revslider_sliders7`
--

INSERT INTO `wpme_revslider_sliders7` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES
(2, 'Cube Animation1', 'cube-animation1', '{\"migrated\":\"sr6\",\"title\":\"Cube Animation1\",\"alias\":\"cube-animation1\",\"type\":\"standard\",\"fonts\":{\"RevIcon\":true,\"Poppins\":{\"name\":\"Poppins\",\"normal\":{\"500\":true,\"800\":true},\"subset\":{\"latin\":true}},\"Arial\":{\"name\":\"Arial\",\"normal\":{\"400\":true},\"subset\":{\"latin\":true}},\"Roboto\":{\"name\":\"Roboto\",\"normal\":{\"500\":true,\"900\":true},\"subset\":{\"latin\":true}}},\"class\":\"rs-respect-topbar\",\"lazyLoad\":\"smart\",\"vPort\":[\"-200px\",\"-200px\",\"-200px\",\"-200px\",\"-200px\"],\"fs\":{\"as\":true,\"a\":{\"d\":\"1000ms\",\"sd\":666.666666666666742457891814410686492919921875,\"e\":\"power2.inOut\",\"dir\":\"default\",\"t\":0,\"rnd\":false,\"temp\":{\"t\":\"*opacity* Fade In\",\"p\":\"\",\"m\":\"\",\"g\":\"\"},\"addOns\":[],\"in\":{\"o\":0},\"out\":{\"a\":false},\"v\":\"7.0\",\"a\":\"BG Animation\"}},\"size\":{\"fullHeightOffset\":\".th-bar,\",\"contentFH\":true,\"width\":[\"1920px\",\"1920px\",null,null,null],\"height\":[\"900px\",\"900px\",null,null,null],\"cachedHeight\":[900,900,562,960,720],\"respectRatio\":true,\"maxWidth\":0},\"default\":{\"len\":\"4000ms\"},\"carousel\":{\"type\":\"h\",\"align\":\"center\",\"maxV\":3,\"justify\":false,\"scale\":false,\"minS\":50,\"vScale\":false,\"oScale\":false,\"space\":0,\"rotation\":false,\"maxR\":0,\"varR\":false,\"opacity\":true,\"maxO\":100,\"varO\":false,\"spin\":\"off\",\"spinA\":0,\"snap\":true,\"infinity\":false,\"skewX\":0,\"skewY\":0,\"ease\":\"power3.inOut\",\"dur\":800,\"overshoot\":false,\"stretch\":false,\"showAllLayers\":false,\"jMWidth\":false,\"bR\":0,\"pNV\":\"50px\",\"pT\":0,\"pB\":0},\"slideshow\":{\"sOH\":true},\"general\":{\"perspectiveType\":\"local\"},\"shdw\":0,\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"nav\":{\"m\":{\"cd\":1000},\"s\":{\"use\":true},\"p\":{\"w\":\"200px\",\"h\":\"200px\"},\"arrows\":{\"set\":true,\"def\":{\"height\":{\"title\":\"Height\",\"type\":\"custom\",\"data\":\"50\"},\"font-size\":{\"title\":\"Font-Size\",\"type\":\"custom\",\"data\":\"40\"},\"background\":{\"title\":\"BG-Color\",\"type\":\"color\",\"data\":\"rgba(255,255,255,0)\"},\"width\":{\"title\":\"Width\",\"type\":\"custom\",\"data\":\"50\"}},\"cst\":{\"font-size\":\"40\",\"font-size-def\":false,\"height\":\"50\",\"height-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false},\"key\":\"uranus\",\"t\":\"1013\",\"m\":\"hslide\",\"css\":\".uranus.sr7-arrows {\\n  width:##width##px;\\n  height:##height##px;\\n  background:##background##;\\n }\\n .uranus.sr7-arrows:before {\\n width:##width##px;\\n height:##height##px;\\n line-height:##height##px;\\n font-size:##font-size##px;\\n transition:all 0.3s;\\n-webkit-transition:all 0.3s;\\n }\\n \\n  .uranus.sr7-arrows.sr7-touchhover:before {\\n    opacity:0.75;\\n  }\",\"html\":\"\",\"ps\":\"default\",\"on\":false,\"s\":1000,\"dIn\":[\"#a\",1000,\"#a\",\"#a\",\"#a\"],\"dOut\":[\"#a\",200,\"#a\",\"#a\",1200],\"show\":[true,true,true,false,false],\"l\":{\"a\":\"slider\",\"anim\":\"fade\",\"x\":[\"#a\",30,\"#a\",\"#a\",\"#a\"],\"y\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"v\":[\"#a\",\"center\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"left\",\"#a\",\"#a\",\"#a\"]},\"r\":{\"a\":\"slider\",\"anim\":\"fade\",\"x\":[\"#a\",30,\"#a\",\"#a\",\"#a\"],\"y\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"v\":[\"#a\",\"center\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"right\",\"#a\",\"#a\",\"#a\"]}}},\"thumb\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_02.1.jpg\",\"aU\":[],\"imgs\":[{\"lib_id\":4098,\"lib\":\"\",\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_02.1.jpg\"},{\"lib_id\":4097,\"lib\":\"\",\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_04.jpg\"},{\"lib_id\":4096,\"lib\":\"\",\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_03.jpg\"},{\"lib_id\":4094,\"lib\":\"\",\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_01.jpg\"},{\"lib_id\":4993,\"lib\":\"medialibrary\",\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2023\\/04\\/Slider_05c.jpg\"},{\"lib_id\":4994,\"lib\":\"medialibrary\",\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2023\\/04\\/Slider_06c.jpg\"}],\"hasYT\":false}', '{\"version\":\"6.7.58\"}', '');

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

--
-- Table structure for table `wpme_revslider_sliders_bkp`
--

CREATE TABLE `wpme_revslider_sliders_bkp` (
  `id` int(9) NOT NULL,
  `title` tinytext NOT NULL,
  `alias` tinytext DEFAULT NULL,
  `params` longtext NOT NULL,
  `settings` text DEFAULT NULL,
  `type` varchar(191) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wpme_revslider_slides`
--

CREATE TABLE `wpme_revslider_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wpme_revslider_slides`
--

INSERT INTO `wpme_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(4, 2, 1, '{\"bg\":{\"type\":\"image\",\"position\":\"center top\",\"image\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_02.1.jpg\",\"imageId\":4098,\"imageWidth\":1920,\"imageHeight\":900,\"imageRatio\":2.133333333333333303727386009995825588703155517578125},\"thumb\":{\"customThumbSrcId\":3201,\"customAdminThumbSrcId\":3201},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":2000,\"d3\":{\"f\":\"cube\",\"d\":\"vertical\",\"z\":\"400\",\"su\":\"true\",\"sma\":\"1\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*view_in_ar* Cube Vert.\",\"main\":\"basic\",\"group\":\"effects\",\"preset\":\"cube\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}}},\"version\":\"6.6.20\"}', '{\"32\":{\"text\":\"Votre Premier Arr\\u00eat!\",\"alias\":\"Text-32\",\"uid\":32,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-371px\",\"e\":true},\"n\":{\"v\":\"-197px\"},\"t\":{\"v\":\"-149px\"},\"m\":{\"v\":\"-91px\"}},\"y\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"52px\"},\"t\":{\"v\":\"39px\"},\"m\":{\"v\":\"24px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"position\":\"absolute\",\"zIndex\":11},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#ff3a2d\",\"e\":true},\"n\":{\"v\":\"#ff3a2d\"},\"t\":{\"v\":\"#ff3a2d\"},\"m\":{\"v\":\"#ff3a2d\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Poppins\",\"fontSize\":{\"d\":{\"v\":\"96\",\"e\":true},\"n\":{\"v\":\"51\"},\"t\":{\"v\":\"38\"},\"m\":{\"v\":\"23\"}},\"fontWeight\":{\"d\":{\"v\":\"800\"},\"n\":{\"v\":\"800\"},\"t\":{\"v\":\"800\"},\"m\":{\"v\":\"800\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"109\",\"e\":true},\"n\":{\"v\":\"58\"},\"t\":{\"v\":\"44\"},\"m\":{\"v\":\"27\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"33\":{\"text\":\"Nous traitons un large \\u00e9ventail de besoins m\\u00e9dicaux ax\\u00e9s sur\\n votre bien-\\u00eatre.\",\"alias\":\"Copy text-15\",\"uid\":33,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"591px\",\"e\":true},\"n\":{\"v\":\"315px\"},\"t\":{\"v\":\"239px\"},\"m\":{\"v\":\"147px\"}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-558px\",\"e\":true},\"n\":{\"v\":\"-297px\"},\"t\":{\"v\":\"-225px\"},\"m\":{\"v\":\"-138px\"}},\"y\":{\"d\":{\"v\":\"-87px\",\"e\":true},\"n\":{\"v\":\"-46px\"},\"t\":{\"v\":\"-34px\"},\"m\":{\"v\":\"-20px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"position\":\"absolute\",\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":4000,\"startRelative\":3700,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#29abe2\",\"e\":true},\"n\":{\"v\":\"#29abe2\"},\"t\":{\"v\":\"#29abe2\"},\"m\":{\"v\":\"#29abe2\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Arial\",\"fontSize\":{\"d\":{\"v\":\"53px\",\"e\":true},\"n\":{\"v\":\"28px\"},\"t\":{\"v\":\"21px\"},\"m\":{\"v\":\"12px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"34px\"},\"t\":{\"v\":\"25px\"},\"m\":{\"v\":\"15px\"}},\"textAlign\":{\"d\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}'),
(5, 2, 2, '{\"bg\":{\"type\":\"image\",\"position\":\"center top\",\"image\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_04.jpg\",\"imageId\":4097,\"imageWidth\":1920,\"imageHeight\":900,\"imageRatio\":2.133333333333333303727386009995825588703155517578125},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":2000,\"d3\":{\"f\":\"cube\",\"d\":\"vertical\",\"z\":\"600\",\"t\":\"40\",\"su\":\"true\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*view_in_ar* Cube Far Vert.\",\"main\":\"basic\",\"group\":\"effects\",\"preset\":\"cube-r\"},\"effects\":{\"parallax\":\"14\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}}},\"version\":\"6.6.20\"}', '{\"17\":{\"text\":\"Adopter une approche globale\\nde pr\\u00e9vention et de gestion\\ndu diab\\u00e8te est essentiel\",\"alias\":\"Text-17\",\"uid\":17,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"204px\",\"e\":true},\"n\":{\"v\":\"108px\"},\"t\":{\"v\":\"82px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"234px\",\"e\":true},\"n\":{\"v\":\"124px\"},\"t\":{\"v\":\"94px\"},\"m\":{\"v\":\"57px\"}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"position\":\"absolute\",\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#29abe2\",\"e\":true},\"n\":{\"v\":\"#29abe2\"},\"t\":{\"v\":\"#29abe2\"},\"m\":{\"v\":\"#29abe2\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"51px\",\"e\":true},\"n\":{\"v\":\"27px\"},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"12px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"73px\",\"e\":true},\"n\":{\"v\":\"38px\"},\"t\":{\"v\":\"28px\"},\"m\":{\"v\":\"17px\"}},\"textAlign\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"18\":{\"text\":\"Pour Bien Vivre\",\"alias\":\"Text-18\",\"uid\":18,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"205px\",\"e\":true},\"n\":{\"v\":\"109px\"},\"t\":{\"v\":\"82px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"480px\",\"e\":true},\"n\":{\"v\":\"256px\"},\"t\":{\"v\":\"194px\"},\"m\":{\"v\":\"119px\"}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"position\":\"absolute\",\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#8cc63f\",\"e\":true},\"n\":{\"v\":\"#8cc63f\"},\"t\":{\"v\":\"#8cc63f\"},\"m\":{\"v\":\"#8cc63f\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"75px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"18px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"26\"},\"t\":{\"v\":\"19\"},\"m\":{\"v\":\"11\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}'),
(6, 2, 3, '{\"bg\":{\"type\":\"image\",\"position\":\"center bottom\",\"image\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_03.jpg\",\"imageId\":4096,\"imageWidth\":1920,\"imageHeight\":900,\"imageRatio\":2.133333333333333303727386009995825588703155517578125},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":2000,\"d3\":{\"f\":\"incube\",\"d\":\"vertical\",\"z\":\"400\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*3d_rotation* Cube Inside Vert.\",\"main\":\"basic\",\"group\":\"effects\",\"preset\":\"incube\"},\"effects\":{\"parallax\":\"14\"},\"nav\":{\"arrows\":{\"presets\":{\"height\":\"50\",\"height-def\":false,\"font-size\":\"40\",\"font-size-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}}},\"version\":\"6.6.20\"}', '{\"22\":{\"text\":\"\",\"alias\":\"Text-22\",\"uid\":22,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"19px\"},\"m\":{\"v\":\"11px\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"26px\"},\"t\":{\"v\":\"19px\"},\"m\":{\"v\":\"11px\"}},\"position\":\"absolute\",\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Poppins\",\"fontSize\":{\"d\":{\"v\":\"60\"},\"n\":{\"v\":\"32\"},\"t\":{\"v\":\"24\"},\"m\":{\"v\":\"14\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"70\"},\"n\":{\"v\":\"37\"},\"t\":{\"v\":\"28\"},\"m\":{\"v\":\"17\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"24\":{\"text\":\"Nos services gyn\\u00e9cologiques nous permettent de prendre en charge\\nla femme pour l\\u2019ensemble de ses besoins tout au long de sa vie\",\"alias\":\"Text-24\",\"uid\":24,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"832px\",\"e\":true},\"n\":{\"v\":\"443px\"},\"t\":{\"v\":\"336px\"},\"m\":{\"v\":\"207px\"}},\"height\":{\"d\":{\"v\":\"341px\",\"e\":true},\"n\":{\"v\":\"181px\"},\"t\":{\"v\":\"137px\"},\"m\":{\"v\":\"84px\"}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"296px\",\"e\":true},\"n\":{\"v\":\"157px\"},\"t\":{\"v\":\"119px\"},\"m\":{\"v\":\"73px\"}},\"y\":{\"d\":{\"v\":\"215px\",\"e\":true},\"n\":{\"v\":\"114px\"},\"t\":{\"v\":\"86px\"},\"m\":{\"v\":\"53px\"}},\"position\":\"absolute\",\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#e04892\",\"e\":true},\"n\":{\"v\":\"#e04892\"},\"t\":{\"v\":\"#e04892\"},\"m\":{\"v\":\"#e04892\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[35,35,35,35],\"e\":true},\"n\":{\"v\":[19,19,19,19],\"e\":false},\"t\":{\"v\":[14,14,14,14],\"e\":false},\"m\":{\"v\":[9,9,9,9],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"45px\",\"e\":true},\"n\":{\"v\":\"24px\"},\"t\":{\"v\":\"18px\"},\"m\":{\"v\":\"11px\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"textAlign\":{\"d\":{\"e\":true}},\"backgroundColor\":\"rgba(255, 255, 255, 0.21)\",\"borderColor\":\"#e04892\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderStyle\":{\"d\":{\"v\":\"double\",\"e\":true},\"n\":{\"v\":\"double\"},\"t\":{\"v\":\"double\"},\"m\":{\"v\":\"double\"}},\"borderWidth\":[\"11px\",\"11px\",\"11px\",\"11px\"],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}'),
(14, 2, 4, '{\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_01.jpg\",\"imageId\":4094,\"imageWidth\":1920,\"imageHeight\":900,\"imageRatio\":2.133333333333333303727386009995825588703155517578125},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":2000,\"d3\":{\"f\":\"incube\",\"z\":\"400\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*3d_rotation* Cube Inside Horiz.\",\"main\":\"basic\",\"group\":\"effects\",\"preset\":\"incube-horizontal\"},\"effects\":{\"parallax\":\"14\"},\"nav\":{\"arrows\":{\"presets\":{\"font-size\":\"13\",\"font-size-def\":false,\"height\":\"50\",\"height-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}}},\"version\":\"6.6.20\"}', '{\"28\":{\"text\":\"\",\"alias\":\"Copy text-20\",\"uid\":28,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"277px\",\"e\":true},\"n\":{\"v\":\"147px\"},\"t\":{\"v\":\"111px\"},\"m\":{\"v\":\"68px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"558px\",\"e\":true},\"n\":{\"v\":\"297px\"},\"t\":{\"v\":\"225px\"},\"m\":{\"v\":\"138px\"}},\"y\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"position\":\"absolute\",\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#0071bc\",\"e\":true},\"n\":{\"v\":\"#0071bc\"},\"t\":{\"v\":\"#0071bc\"},\"m\":{\"v\":\"#0071bc\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"13px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"26\"},\"t\":{\"v\":\"19\"},\"m\":{\"v\":\"11\"}},\"textAlign\":{\"d\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"visible\":false,\"locked\":true},\"type\":\"text\",\"version\":\"6.6.21\"},\"29\":{\"text\":\"adapt\\u00e9 \\u00e0 vos besoins\",\"alias\":\"Copy text-20\",\"uid\":29,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"650\",\"e\":true},\"n\":{\"v\":\"346\"},\"t\":{\"v\":\"262\"},\"m\":{\"v\":\"161\"}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-410px\",\"e\":true},\"n\":{\"v\":\"-218px\"},\"t\":{\"v\":\"-165px\"},\"m\":{\"v\":\"-101px\"}},\"y\":{\"d\":{\"v\":\"411px\",\"e\":true},\"n\":{\"v\":\"219px\"},\"t\":{\"v\":\"166px\"},\"m\":{\"v\":\"102px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"position\":\"absolute\",\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"50\",\"e\":true},\"n\":{\"v\":\"26\"},\"t\":{\"v\":\"19\"},\"m\":{\"v\":\"11\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"letterSpacing\":{\"d\":{\"v\":\"1\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"96\",\"e\":true},\"n\":{\"v\":\"51\"},\"t\":{\"v\":\"38\"},\"m\":{\"v\":\"23\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"#ff3a2d\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"30\":{\"text\":\"R\\u00c9GIME\",\"alias\":\"Copy text-23\",\"uid\":30,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-402px\",\"e\":true},\"n\":{\"v\":\"-214px\"},\"t\":{\"v\":\"-162px\"},\"m\":{\"v\":\"-99px\"}},\"y\":{\"d\":{\"v\":\"233px\",\"e\":true},\"n\":{\"v\":\"124px\"},\"t\":{\"v\":\"94px\"},\"m\":{\"v\":\"57px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"position\":\"absolute\",\"zIndex\":11},\"group\":{\"groupOrder\":11},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#ff3a2d\",\"e\":true},\"n\":{\"v\":\"#ff3a2d\"},\"t\":{\"v\":\"#ff3a2d\"},\"m\":{\"v\":\"#ff3a2d\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Poppins\",\"fontSize\":{\"d\":{\"v\":\"148\",\"e\":true},\"n\":{\"v\":\"78\"},\"t\":{\"v\":\"59\"},\"m\":{\"v\":\"36\"}},\"fontWeight\":{\"d\":{\"v\":\"800\"},\"n\":{\"v\":\"800\"},\"t\":{\"v\":\"800\"},\"m\":{\"v\":\"800\"}},\"letterSpacing\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"11\"},\"t\":{\"v\":\"8\"},\"m\":{\"v\":\"4\"}},\"lineHeight\":{\"d\":{\"v\":\"212\",\"e\":true},\"n\":{\"v\":\"113\"},\"t\":{\"v\":\"85\"},\"m\":{\"v\":\"52\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"31\":{\"text\":\"Prenez le contr\\u00f4le de votre vie avec un\",\"alias\":\"Copy  text-20\",\"uid\":31,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"672px\",\"e\":true},\"n\":{\"v\":\"358px\"},\"t\":{\"v\":\"271px\"},\"m\":{\"v\":\"167px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-412px\",\"e\":true},\"n\":{\"v\":\"-219px\"},\"t\":{\"v\":\"-166px\"},\"m\":{\"v\":\"-102px\"}},\"y\":{\"d\":{\"v\":\"122px\",\"e\":true},\"n\":{\"v\":\"65px\"},\"t\":{\"v\":\"49px\"},\"m\":{\"v\":\"30px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"position\":\"absolute\",\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#29abe2\",\"e\":true},\"n\":{\"v\":\"#29abe2\"},\"t\":{\"v\":\"#29abe2\"},\"m\":{\"v\":\"#29abe2\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"75px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"18px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');
INSERT INTO `wpme_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES
(16, 2, 5, '{\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2023\\/04\\/Slider_05c.jpg\",\"imageId\":4993,\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":900,\"imageRatio\":2.133333333333333303727386009995825588703155517578125},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":2000,\"d3\":{\"f\":\"incube\",\"d\":\"vertical\",\"z\":\"400\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*3d_rotation* Cube Inside Vert.\",\"main\":\"basic\",\"group\":\"effects\",\"preset\":\"incube\"},\"effects\":{\"parallax\":\"14\"},\"nav\":{\"arrows\":{\"presets\":{\"font-size\":\"13\",\"font-size-def\":false,\"height\":\"50\",\"height-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}}},\"version\":\"6.6.20\"}', '{\"28\":{\"text\":\"\",\"alias\":\"Copy text-20\",\"uid\":28,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"277px\",\"e\":true},\"n\":{\"v\":\"147px\"},\"t\":{\"v\":\"111px\"},\"m\":{\"v\":\"68px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"558px\",\"e\":true},\"n\":{\"v\":\"297px\"},\"t\":{\"v\":\"225px\"},\"m\":{\"v\":\"138px\"}},\"y\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"position\":\"absolute\",\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#0071bc\",\"e\":true},\"n\":{\"v\":\"#0071bc\"},\"t\":{\"v\":\"#0071bc\"},\"m\":{\"v\":\"#0071bc\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"13px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"26\"},\"t\":{\"v\":\"19\"},\"m\":{\"v\":\"11\"}},\"textAlign\":{\"d\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"visible\":false,\"locked\":true},\"type\":\"text\",\"version\":\"6.6.21\"},\"31\":{\"text\":\"pr\\u00e9server la sant\\u00e9 physique et morale de vos travailleurs\",\"alias\":\"Copy  text-20\",\"uid\":31,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"734px\",\"e\":true},\"n\":{\"v\":\"391px\"},\"t\":{\"v\":\"297px\"},\"m\":{\"v\":\"183px\"}},\"height\":{\"d\":{\"v\":\"275px\",\"e\":true},\"n\":{\"v\":\"146px\"},\"t\":{\"v\":\"110px\"},\"m\":{\"v\":\"67px\"}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-412px\",\"e\":true},\"n\":{\"v\":\"-219px\"},\"t\":{\"v\":\"-166px\"},\"m\":{\"v\":\"-102px\"}},\"y\":{\"d\":{\"v\":\"246px\",\"e\":true},\"n\":{\"v\":\"131px\"},\"t\":{\"v\":\"99px\"},\"m\":{\"v\":\"61px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"position\":\"absolute\",\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#ff3a2d\",\"e\":true},\"n\":{\"v\":\"#ff3a2d\"},\"t\":{\"v\":\"#ff3a2d\"},\"m\":{\"v\":\"#ff3a2d\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[25,25,25,25],\"e\":true},\"n\":{\"v\":[13,13,13,13],\"e\":false},\"t\":{\"v\":[10,10,10,10],\"e\":false},\"m\":{\"v\":[6,6,6,6],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"75px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"18px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"backgroundColor\":\"rgba(255, 255, 255, 0.44)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}'),
(17, 2, 6, '{\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2023\\/04\\/Slider_06c.jpg\",\"imageId\":4994,\"imageLib\":\"medialibrary\",\"imageWidth\":1920,\"imageHeight\":900,\"imageRatio\":2.133333333333333303727386009995825588703155517578125},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"slideChange\":{\"speed\":2000,\"d3\":{\"f\":\"cube\",\"d\":\"vertical\",\"z\":\"400\",\"su\":\"true\",\"sma\":\"1\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"title\":\"*view_in_ar* Cube Vert.\",\"main\":\"basic\",\"group\":\"effects\",\"preset\":\"cube\"},\"effects\":{\"parallax\":\"14\"},\"nav\":{\"arrows\":{\"presets\":{\"font-size\":\"13\",\"font-size-def\":false,\"height\":\"50\",\"height-def\":false,\"background\":\"rgba(255,255,255,0)\",\"background-def\":false,\"width\":\"50\",\"width-def\":false}}},\"version\":\"6.6.20\"}', '{\"28\":{\"text\":\"\",\"alias\":\"Copy text-20\",\"uid\":28,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"277px\",\"e\":true},\"n\":{\"v\":\"147px\"},\"t\":{\"v\":\"111px\"},\"m\":{\"v\":\"68px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"558px\",\"e\":true},\"n\":{\"v\":\"297px\"},\"t\":{\"v\":\"225px\"},\"m\":{\"v\":\"138px\"}},\"y\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"position\":\"absolute\",\"zIndex\":8},\"group\":{\"groupOrder\":8},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#0071bc\",\"e\":true},\"n\":{\"v\":\"#0071bc\"},\"t\":{\"v\":\"#0071bc\"},\"m\":{\"v\":\"#0071bc\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"13px\"},\"t\":{\"v\":\"9px\"},\"m\":{\"v\":\"5px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"26\"},\"t\":{\"v\":\"19\"},\"m\":{\"v\":\"11\"}},\"textAlign\":{\"d\":{\"e\":true}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"visibility\":{\"visible\":false,\"locked\":true},\"type\":\"text\",\"version\":\"6.6.21\"},\"31\":{\"text\":\"Expertise m\\u00e9dicale agree aupr\\u00e8s des tribunaux\",\"alias\":\"Copy  text-20\",\"uid\":31,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"672px\",\"e\":true},\"n\":{\"v\":\"358px\"},\"t\":{\"v\":\"271px\"},\"m\":{\"v\":\"167px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"192px\",\"e\":true},\"n\":{\"v\":\"102px\"},\"t\":{\"v\":\"77px\"},\"m\":{\"v\":\"47px\"}},\"y\":{\"d\":{\"v\":\"-128px\",\"e\":true},\"n\":{\"v\":\"-68px\"},\"t\":{\"v\":\"-51px\"},\"m\":{\"v\":\"-31px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"position\":\"absolute\",\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":4000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":4000}],\"split\":false,\"sessionFilterUsed\":false,\"hoverFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#29abe2\",\"e\":true},\"n\":{\"v\":\"#29abe2\"},\"t\":{\"v\":\"#29abe2\"},\"m\":{\"v\":\"#29abe2\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[15,15,15,15],\"e\":true},\"n\":{\"v\":[8,8,8,8],\"e\":false},\"t\":{\"v\":[6,6,6,6],\"e\":false},\"m\":{\"v\":[4,4,4,4],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"31px\"},\"t\":{\"v\":\"23px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"v\":\"900\"},\"n\":{\"v\":\"900\"},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\"}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"lineHeight\":{\"d\":{\"v\":\"75px\",\"e\":true},\"n\":{\"v\":\"40px\"},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"18px\"}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderColor\":\"#29abe2\",\"borderRadius\":{\"v\":[\"15px\",\"15px\",\"15px\",\"15px\"],\"e\":true},\"borderStyle\":{\"d\":{\"v\":\"solid\",\"e\":true},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"textTransform\":\"uppercase\",\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"type\":\"text\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');

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

--
-- Table structure for table `wpme_revslider_slides7`
--

CREATE TABLE `wpme_revslider_slides7` (
  `id` int(9) NOT NULL,
  `slider_id` int(11) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL DEFAULT '',
  `static` varchar(191) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `wpme_revslider_slides7`
--

INSERT INTO `wpme_revslider_slides7` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`, `static`) VALUES
(2, 2, 2, '{\"addOns\":[],\"id\":2,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":\"2\",\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_04.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"0%\"}}}},\"acc\":{\"label\":\"unset\",\"hidden\":\"true\",\"live\":\"auto\",\"role\":\"presentation\",\"roledep\":\"slide\"},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}', '{\"17\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":17,\"alias\":\"Text-17\",\"content\":{\"text\":\"Adopter une approche globale\\nde pr\\u00e9vention et de gestion\\ndu diab\\u00e8te est essentiel\",\"trans\":\"uppercase\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"204px\",\"204px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"234px\",\"234px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"right\",\"right\",\"right\",\"right\",\"right\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":8,\"order\":8,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"tA\":[\"right\",\"right\",\"right\",\"right\",\"right\"],\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#29abe2\",\"#29abe2\",\"#29abe2\",\"#29abe2\",\"#29abe2\"],\"font\":{\"size\":[\"51px\",\"51px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[\"1px\",\"1px\",\"#a\",\"#a\",\"#a\"]},\"lh\":[\"73px\",\"73px\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"18\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":18,\"alias\":\"Text-18\",\"content\":{\"text\":\"Pour Bien Vivre\",\"trans\":\"uppercase\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"205px\",\"205px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"480px\",\"480px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"right\",\"right\",\"right\",\"right\",\"right\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":9,\"order\":9,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#8cc63f\",\"#8cc63f\",\"#8cc63f\",\"#8cc63f\",\"#8cc63f\"],\"font\":{\"size\":[\"75px\",\"75px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[\"2px\",\"2px\",\"#a\",\"#a\",\"#a\"]},\"lh\":[\"50\",\"50\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"19\":{\"rTo\":\"slide\",\"id\":19,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":2.133333333333333303727386009995825588703155517578125,\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_04.jpg\",\"lib\":\"\",\"lib_id\":4097,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"0%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ex\":true,\"all\":[[],{\"d\":2000,\"sd\":1333.33333333333348491578362882137298583984375,\"e\":\"power2.inOut\",\"dir\":\"default\",\"t\":0,\"rnd\":false,\"temp\":{\"t\":\"*view_in_ar* Cube Far Vert.\",\"p\":\"cube-r\",\"m\":\"basic\",\"g\":\"effects\"},\"addOns\":[],\"d3\":{\"f\":\"cube\",\"d\":\"vertical\",\"z\":\"600\",\"t\":\"40\",\"su\":\"true\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"v\":\"7.0\",\"a\":\"BG Animation\"}]}}},\"mod\":{\"s\":{\"uf\":true,\"b\":0,\"g\":0,\"f\":\"off\",\"d\":\"a\",\"t\":0.1000000000000000055511151231257827021181583404541015625}},\"type\":\"shape\"}}', '{\"version\":\"6.7.58\"}', ''),
(1, 2, 1, '{\"addOns\":[],\"id\":1,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":\"1\",\"thumb\":{\"src\":\"\",\"srcId\":3201,\"admin\":\"\",\"adminId\":3201,\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_02.1.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"0%\"}}}},\"acc\":{\"label\":\"unset\",\"hidden\":\"true\",\"live\":\"auto\",\"role\":\"presentation\",\"roledep\":\"slide\"},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}', '{\"32\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":32,\"alias\":\"Text-32\",\"content\":{\"text\":\"Votre Premier Arr\\u00eat!\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[0,0,\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"-371px\",\"-371px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"98px\",\"98px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":11,\"order\":11,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"tA\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\"],\"font\":{\"family\":\"Poppins\",\"size\":[\"96\",\"96\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"800\",\"800\",\"800\",\"800\",\"800\"],\"ls\":[\"#a\",0,0,0,0]},\"lh\":[\"109\",\"109\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"33\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":33,\"alias\":\"Copy text-15\",\"content\":{\"text\":\"Nous traitons un large \\u00e9ventail de besoins m\\u00e9dicaux ax\\u00e9s sur\\n votre bien-\\u00eatre.\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"591px\",\"591px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[0,0,\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"-558px\",\"-558px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"-87px\",\"-87px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"middle\",\"middle\",\"middle\",\"middle\",\"middle\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":9,\"order\":9,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#29abe2\",\"#29abe2\",\"#29abe2\",\"#29abe2\",\"#29abe2\"],\"font\":{\"family\":\"Arial\",\"size\":[\"53px\",\"53px\",\"#a\",\"#a\",\"#a\"],\"weight\":[400,400,400,400,400],\"ls\":[\"1\",\"1\",0,0,0]},\"lh\":[\"65px\",\"65px\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"34\":{\"rTo\":\"slide\",\"id\":34,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":2.133333333333333303727386009995825588703155517578125,\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_02.1.jpg\",\"lib\":\"\",\"lib_id\":4098,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"0%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ex\":true,\"all\":[[],{\"d\":2000,\"sd\":1333.33333333333348491578362882137298583984375,\"e\":\"power2.inOut\",\"dir\":\"default\",\"t\":0,\"rnd\":false,\"temp\":{\"t\":\"*view_in_ar* Cube Vert.\",\"p\":\"cube\",\"m\":\"basic\",\"g\":\"effects\"},\"addOns\":[],\"d3\":{\"f\":\"cube\",\"d\":\"vertical\",\"z\":\"400\",\"su\":\"true\",\"sma\":\"1\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"v\":\"7.0\",\"a\":\"BG Animation\"}]}}},\"mod\":{\"s\":{\"uf\":true,\"b\":0,\"g\":0,\"f\":\"off\",\"d\":\"a\",\"t\":0.1000000000000000055511151231257827021181583404541015625}},\"type\":\"shape\"}}', '{\"version\":\"6.7.58\"}', ''),
(3, 2, 3, '{\"addOns\":[],\"id\":3,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":\"3\",\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_03.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"100%\"}}}},\"acc\":{\"label\":\"unset\",\"hidden\":\"true\",\"live\":\"auto\",\"role\":\"presentation\",\"roledep\":\"slide\"},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}', '{\"22\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":22,\"alias\":\"Text-22\",\"content\":{\"trans\":\"uppercase\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":8,\"order\":8,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#fff\",\"#fff\",\"#fff\",\"#fff\",\"#fff\"],\"font\":{\"family\":\"Poppins\",\"size\":[\"60\",\"60\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"500\",\"500\",\"500\",\"500\",\"500\"],\"ls\":[\"-1\",\"-1\",0,0,0]},\"lh\":[\"70\",\"70\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"24\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":24,\"alias\":\"Text-24\",\"content\":{\"text\":\"Nos services gyn\\u00e9cologiques nous permettent de prendre en charge\\nla femme pour l\\u2019ensemble de ses besoins tout au long de sa vie\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"832px\",\"832px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"341px\",\"341px\",\"#a\",\"#a\",\"#a\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"296px\",\"296px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"215px\",\"215px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":10,\"order\":10,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"type\":\"solid\",\"orig\":\"rgba(255, 255, 255, 0.21)\",\"string\":\"rgba(255, 255, 255, 0.21)\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[35,35,\"#a\",\"#a\",\"#a\"],\"b\":[35,35,\"#a\",\"#a\",\"#a\"],\"l\":[35,35,\"#a\",\"#a\",\"#a\"],\"r\":[35,35,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"border\":{\"s\":[\"double\",\"double\",\"double\",\"double\",\"double\"],\"c\":\"#e04892\",\"w\":{\"t\":[\"11px\",\"11px\",\"11px\",\"11px\",\"11px\"],\"r\":[\"11px\",\"11px\",\"11px\",\"11px\",\"11px\"],\"b\":[\"11px\",\"11px\",\"11px\",\"11px\",\"11px\"],\"l\":[\"11px\",\"11px\",\"11px\",\"11px\",\"11px\"]}},\"radius\":{\"t\":\"15px\",\"r\":\"15px\",\"b\":\"15px\",\"l\":\"15px\"},\"color\":[\"#e04892\",\"#e04892\",\"#e04892\",\"#e04892\",\"#e04892\"],\"font\":{\"size\":[\"45px\",\"45px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"500\",\"500\",\"500\",\"500\",\"500\"],\"ls\":[\"1\",\"1\",0,0,0]},\"lh\":[\"59px\",\"59px\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"25\":{\"rTo\":\"slide\",\"id\":25,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":2.133333333333333303727386009995825588703155517578125,\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_03.jpg\",\"lib\":\"\",\"lib_id\":4096,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"100%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ex\":true,\"all\":[[],{\"d\":2000,\"sd\":1333.33333333333348491578362882137298583984375,\"e\":\"power2.inOut\",\"dir\":\"default\",\"t\":0,\"rnd\":false,\"temp\":{\"t\":\"*3d_rotation* Cube Inside Vert.\",\"p\":\"incube\",\"m\":\"basic\",\"g\":\"effects\"},\"addOns\":[],\"d3\":{\"f\":\"incube\",\"d\":\"vertical\",\"z\":\"400\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"v\":\"7.0\",\"a\":\"BG Animation\"}]}}},\"mod\":{\"s\":{\"uf\":true,\"b\":0,\"g\":0,\"f\":\"off\",\"d\":\"a\",\"t\":0.1000000000000000055511151231257827021181583404541015625}},\"type\":\"shape\"}}', '{\"version\":\"6.7.58\"}', ''),
(5, 2, 5, '{\"addOns\":[],\"id\":5,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":\"5\",\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2023\\/04\\/Slider_05c.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"acc\":{\"label\":\"unset\",\"hidden\":\"true\",\"live\":\"auto\",\"role\":\"presentation\",\"roledep\":\"slide\"},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}', '{\"28\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":28,\"alias\":\"Copy text-20\",\"content\":{\"trans\":\"uppercase\"},\"runtime\":{\"locked\":true,\"hidden\":true},\"size\":{\"w\":[\"277px\",\"277px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"558px\",\"558px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"59px\",\"59px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":8,\"order\":8,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"vis\":[true,true,true,true,true],\"viSH\":false,\"viOC\":false,\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#0071bc\",\"#0071bc\",\"#0071bc\",\"#0071bc\",\"#0071bc\"],\"font\":{\"size\":[\"25px\",\"25px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"50\",\"50\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"31\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":31,\"alias\":\"Copy  text-20\",\"content\":{\"text\":\"pr\\u00e9server la sant\\u00e9 physique et morale de vos travailleurs\",\"trans\":\"uppercase\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"734px\",\"734px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"275px\",\"275px\",\"#a\",\"#a\",\"#a\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"-412px\",\"-412px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"246px\",\"246px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":9,\"order\":9,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"type\":\"solid\",\"orig\":\"rgba(255, 255, 255, 0.44)\",\"string\":\"rgba(255, 255, 255, 0.44)\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[25,25,\"#a\",\"#a\",\"#a\"],\"b\":[25,25,\"#a\",\"#a\",\"#a\"],\"l\":[25,25,\"#a\",\"#a\",\"#a\"],\"r\":[25,25,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"tA\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\"],\"font\":{\"size\":[\"59px\",\"59px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[\"1px\",\"1px\",\"#a\",\"#a\",\"#a\"]},\"lh\":[\"75px\",\"75px\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"32\":{\"rTo\":\"slide\",\"id\":32,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":2.133333333333333303727386009995825588703155517578125,\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2023\\/04\\/Slider_05c.jpg\",\"lib\":\"medialibrary\",\"lib_id\":4993,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ex\":true,\"all\":[[],{\"d\":2000,\"sd\":1333.33333333333348491578362882137298583984375,\"e\":\"power2.inOut\",\"dir\":\"default\",\"t\":0,\"rnd\":false,\"temp\":{\"t\":\"*3d_rotation* Cube Inside Vert.\",\"p\":\"incube\",\"m\":\"basic\",\"g\":\"effects\"},\"addOns\":[],\"d3\":{\"f\":\"incube\",\"d\":\"vertical\",\"z\":\"400\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"v\":\"7.0\",\"a\":\"BG Animation\"}]}}},\"mod\":{\"s\":{\"uf\":true,\"b\":0,\"g\":0,\"f\":\"off\",\"d\":\"a\",\"t\":0.1000000000000000055511151231257827021181583404541015625}},\"type\":\"shape\"}}', '{\"version\":\"6.7.58\"}', ''),
(6, 2, 6, '{\"addOns\":[],\"id\":6,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":\"6\",\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2023\\/04\\/Slider_06c.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"acc\":{\"label\":\"unset\",\"hidden\":\"true\",\"live\":\"auto\",\"role\":\"presentation\",\"roledep\":\"slide\"},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}', '{\"28\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":28,\"alias\":\"Copy text-20\",\"content\":{\"trans\":\"uppercase\"},\"runtime\":{\"locked\":true,\"hidden\":true},\"size\":{\"w\":[\"277px\",\"277px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"558px\",\"558px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"59px\",\"59px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":8,\"order\":8,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"vis\":[true,true,true,true,true],\"viSH\":false,\"viOC\":false,\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#0071bc\",\"#0071bc\",\"#0071bc\",\"#0071bc\",\"#0071bc\"],\"font\":{\"size\":[\"25px\",\"25px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"50\",\"50\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"31\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":31,\"alias\":\"Copy  text-20\",\"content\":{\"text\":\"Expertise m\\u00e9dicale agree aupr\\u00e8s des tribunaux\",\"trans\":\"uppercase\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"672px\",\"672px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"192px\",\"192px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"-128px\",\"-128px\",\"#a\",\"#a\",\"#a\"],\"v\":[\"middle\",\"middle\",\"middle\",\"middle\",\"middle\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":9,\"order\":9,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[15,15,\"#a\",\"#a\",\"#a\"],\"b\":[15,15,\"#a\",\"#a\",\"#a\"],\"l\":[15,15,\"#a\",\"#a\",\"#a\"],\"r\":[15,15,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"tA\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"border\":{\"s\":[\"solid\",\"solid\",\"solid\",\"solid\",\"solid\"],\"c\":\"#29abe2\",\"w\":{\"t\":[\"3px\",\"3px\",\"3px\",\"3px\",\"3px\"],\"r\":[\"3px\",\"3px\",\"3px\",\"3px\",\"3px\"],\"b\":[\"3px\",\"3px\",\"3px\",\"3px\",\"3px\"],\"l\":[\"3px\",\"3px\",\"3px\",\"3px\",\"3px\"]}},\"radius\":{\"t\":\"15px\",\"r\":\"15px\",\"b\":\"15px\",\"l\":\"15px\"},\"color\":[\"#29abe2\",\"#29abe2\",\"#29abe2\",\"#29abe2\",\"#29abe2\"],\"font\":{\"size\":[\"59px\",\"59px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[\"1px\",\"1px\",\"#a\",\"#a\",\"#a\"]},\"lh\":[\"75px\",\"75px\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"32\":{\"rTo\":\"slide\",\"id\":32,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":2.133333333333333303727386009995825588703155517578125,\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2023\\/04\\/Slider_06c.jpg\",\"lib\":\"medialibrary\",\"lib_id\":4994,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ex\":true,\"all\":[[],{\"d\":2000,\"sd\":1333.33333333333348491578362882137298583984375,\"e\":\"power2.inOut\",\"dir\":\"default\",\"t\":0,\"rnd\":false,\"temp\":{\"t\":\"*view_in_ar* Cube Vert.\",\"p\":\"cube\",\"m\":\"basic\",\"g\":\"effects\"},\"addOns\":[],\"d3\":{\"f\":\"cube\",\"d\":\"vertical\",\"z\":\"400\",\"su\":\"true\",\"sma\":\"1\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"v\":\"7.0\",\"a\":\"BG Animation\"}]}}},\"mod\":{\"s\":{\"uf\":true,\"b\":0,\"g\":0,\"f\":\"off\",\"d\":\"a\",\"t\":0.1000000000000000055511151231257827021181583404541015625}},\"type\":\"shape\"}}', '{\"version\":\"6.7.58\"}', ''),
(4, 2, 4, '{\"addOns\":[],\"id\":4,\"version\":\"7.0.0\",\"title\":\"\",\"parentId\":null,\"language\":\"default\",\"order\":\"4\",\"thumb\":{\"src\":\"\",\"srcId\":\"\",\"admin\":\"\",\"adminId\":\"\",\"dimension\":\"slider\",\"default\":{\"image\":{\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_01.jpg\",\"repeat\":\"\",\"size\":\"cover\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"}}}},\"acc\":{\"label\":\"unset\",\"hidden\":\"true\",\"live\":\"auto\",\"role\":\"presentation\",\"roledep\":\"slide\"},\"description\":\"\",\"attr\":{\"class\":\"\",\"data\":\"\",\"id\":\"\",\"a\":\"\",\"aO\":\"ml\",\"t\":\"\",\"tO\":\"\",\"deepLink\":\"\",\"attr\":\"\"},\"publish\":{\"from\":\"\",\"to\":\"\",\"state\":\"published\",\"sch\":true},\"slideshow\":{\"stop\":false,\"len\":\"default\",\"hal\":0,\"hom\":false,\"hfn\":false},\"loop\":{\"u\":false,\"r\":-1,\"s\":0,\"e\":99999}}', '{\"28\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":28,\"alias\":\"Copy text-20\",\"content\":{\"trans\":\"uppercase\"},\"runtime\":{\"locked\":true,\"hidden\":true},\"size\":{\"w\":[\"277px\",\"277px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"558px\",\"558px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"59px\",\"59px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":8,\"order\":8,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"vis\":[true,true,true,true,true],\"viSH\":false,\"viOC\":false,\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#0071bc\",\"#0071bc\",\"#0071bc\",\"#0071bc\",\"#0071bc\"],\"font\":{\"size\":[\"25px\",\"25px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[0,0,0,0,0]},\"lh\":[\"50\",\"50\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"29\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":29,\"alias\":\"Copy text-20\",\"content\":{\"text\":\"adapt\\u00e9 \\u00e0 vos besoins\",\"trans\":\"uppercase\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"650\",\"650\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[0,0,\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"-410px\",\"-410px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"411px\",\"411px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":10,\"order\":10,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"type\":\"solid\",\"orig\":\"#ff3a2d\",\"string\":\"rgba(255, 58, 45, 1)\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"tA\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\",\"#ffffff\"],\"font\":{\"size\":[\"50\",\"50\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[\"1\",\"1\",0,0,0]},\"lh\":[\"96\",\"96\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"30\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":30,\"alias\":\"Copy text-23\",\"content\":{\"text\":\"R\\u00c9GIME\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[0,0,\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"-402px\",\"-402px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"233px\",\"233px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":11,\"order\":11,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"y\":[\"0px\",\"0px\",\"0px\",\"0px\",\"0px\"],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\",\"#ff3a2d\"],\"font\":{\"family\":\"Poppins\",\"size\":[\"148\",\"148\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"800\",\"800\",\"800\",\"800\",\"800\"],\"ls\":[\"22\",\"22\",\"#a\",\"#a\",\"#a\"]},\"lh\":[\"212\",\"212\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"31\":{\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":31,\"alias\":\"Copy  text-20\",\"content\":{\"text\":\"Prenez le contr\\u00f4le de votre vie avec un\",\"trans\":\"uppercase\"},\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"672px\",\"672px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"#a\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"0px\",\"0px\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"-412px\",\"-412px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"122px\",\"122px\",\"#a\",\"#a\",\"#a\"],\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":9,\"order\":9,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"tA\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"radius\":{\"t\":\"0px\",\"r\":\"0px\",\"b\":\"0px\",\"l\":\"0px\"},\"color\":[\"#29abe2\",\"#29abe2\",\"#29abe2\",\"#29abe2\",\"#29abe2\"],\"font\":{\"size\":[\"59px\",\"59px\",\"#a\",\"#a\",\"#a\"],\"weight\":[\"900\",\"900\",\"900\",\"900\",\"900\"],\"ls\":[\"1px\",\"1px\",\"#a\",\"#a\",\"#a\"]},\"lh\":[\"75px\",\"75px\",\"#a\",\"#a\",\"#a\"],\"type\":\"text\"},\"32\":{\"rTo\":\"slide\",\"id\":32,\"alias\":\"Slide BG Layer\",\"subtype\":\"slidebg\",\"size\":{\"cMode\":\"cover\"},\"pos\":{\"h\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"v\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"pos\":\"absolute\"},\"zIndex\":0,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"bg\":{\"image\":{\"ratio\":2.133333333333333303727386009995825588703155517578125,\"src\":\"http:\\/\\/drkarimbennani.com\\/wp-content\\/uploads\\/2019\\/10\\/Slider_01.jpg\",\"lib\":\"\",\"lib_id\":4094,\"lib_size\":\"\",\"fromStream\":false,\"streamType\":\"gallery\",\"pos\":{\"x\":\"50%\",\"y\":\"50%\"},\"repeat\":\"\",\"size\":\"cover\",\"sizeVal\":\"100%\",\"seo\":false}},\"tl\":{\"in\":{\"bg\":{\"ex\":true,\"all\":[[],{\"d\":2000,\"sd\":1333.33333333333348491578362882137298583984375,\"e\":\"power2.inOut\",\"dir\":\"default\",\"t\":0,\"rnd\":false,\"temp\":{\"t\":\"*3d_rotation* Cube Inside Horiz.\",\"p\":\"incube-horizontal\",\"m\":\"basic\",\"g\":\"effects\"},\"addOns\":[],\"d3\":{\"f\":\"incube\",\"z\":\"400\"},\"in\":{\"o\":0},\"out\":{\"a\":false},\"v\":\"7.0\",\"a\":\"BG Animation\"}]}}},\"mod\":{\"s\":{\"uf\":true,\"b\":0,\"g\":0,\"f\":\"off\",\"d\":\"a\",\"t\":0.1000000000000000055511151231257827021181583404541015625}},\"type\":\"shape\"}}', '{\"version\":\"6.7.58\"}', '');
INSERT INTO `wpme_revslider_slides7` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`, `static`) VALUES
(7, 2, 0, '{\"addOns\":[],\"id\":7,\"version\":\"7.0.0\",\"title\":\"Global Layers\",\"parentId\":null,\"language\":\"default\",\"oflow\":false,\"global\":true,\"respVP\":true,\"pos\":\"front\",\"fullHeight\":true}', '{\"4\":{\"fluid\":{\"tx\":true,\"tr\":true},\"id\":4,\"alias\":\"Row-4\",\"subtype\":\"row\",\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"relative\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pid\":20,\"zIndex\":1,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\",\"wrapClass\":\"rs-stay\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":0,\"yRe\":0,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":0,\"yRe\":0,\"off\":0}]}}},\"break\":3,\"sStart\":1,\"sEnd\":\"last\",\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[200,200,100,\"#a\",\"#a\"],\"b\":[0,0,0,\"#a\",\"#a\"],\"l\":[0,0,0,\"#a\",\"#a\"],\"r\":[0,0,0,\"#a\",\"#a\"]},\"lh\":[25,25,25,25,25],\"type\":\"container\"},\"5\":{\"fluid\":{\"tx\":true,\"tr\":true},\"id\":5,\"alias\":\"Column-5\",\"subtype\":\"column\",\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"col\":\"1\\/1\"},\"pos\":{\"x\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"relative\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pid\":4,\"zIndex\":2,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":1,\"yRe\":1,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":1,\"yRe\":1,\"off\":0}]}}},\"sStart\":1,\"sEnd\":\"last\",\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"tA\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"lh\":[25,25,25,25,25],\"type\":\"container\"},\"8\":{\"fluid\":{\"tx\":true,\"tr\":true},\"id\":8,\"alias\":\"Copy row-4\",\"subtype\":\"row\",\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"relative\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pid\":21,\"zIndex\":3,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":2,\"yRe\":2,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":2,\"yRe\":2,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":2,\"yRe\":2,\"off\":0}]}}},\"break\":3,\"sStart\":1,\"sEnd\":\"last\",\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,0,\"#a\",\"#a\"],\"b\":[150,150,100,\"#a\",\"#a\"],\"l\":[0,0,0,\"#a\",\"#a\"],\"r\":[0,0,0,\"#a\",\"#a\"]},\"lh\":[25,25,25,25,25],\"type\":\"container\"},\"9\":{\"fluid\":{\"tx\":true,\"tr\":true},\"id\":9,\"alias\":\"Copy column-5\",\"subtype\":\"column\",\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"col\":\"1\\/4\"},\"pos\":{\"x\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"relative\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pid\":8,\"zIndex\":4,\"order\":0,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":1,\"yRe\":1,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":1,\"yRe\":1,\"off\":0}]}}},\"sStart\":1,\"sEnd\":\"last\",\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"lh\":[25,25,25,25,25],\"type\":\"container\"},\"14\":{\"fluid\":{\"tx\":true,\"tr\":true},\"id\":14,\"alias\":\"Copy column-6\",\"subtype\":\"column\",\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"col\":\"1\\/2\"},\"pos\":{\"x\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"relative\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pid\":8,\"order\":1,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":1,\"yRe\":1,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":1,\"yRe\":1,\"off\":0}]}}},\"sStart\":1,\"sEnd\":\"last\",\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"tA\":[\"center\",\"center\",\"center\",\"center\",\"center\"],\"lh\":[25,25,25,25,25],\"type\":\"container\"},\"19\":{\"fluid\":{\"tx\":true,\"tr\":true},\"id\":19,\"alias\":\"Copy column-7\",\"subtype\":\"column\",\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"col\":\"1\\/4\"},\"pos\":{\"x\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"y\":[\"50px\",\"50px\",\"#a\",\"#a\",\"#a\"],\"pos\":\"relative\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pid\":8,\"zIndex\":6,\"order\":2,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"tl\":{\"in\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":0,\"f\":0,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":1,\"yRe\":1,\"off\":0},{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"d\",\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"o\":1,\"xRe\":1,\"yRe\":1,\"off\":0}]}},\"out\":{\"content\":{\"pers\":\"600px\",\"orig\":{\"x\":\"50%\",\"y\":\"50%\",\"z\":\"0\"},\"all\":[{\"t\":0,\"d\":300,\"f\":300,\"e\":\"power3.inOut\",\"pE\":\"n\",\"x\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"y\":[\"inherit\",\"inherit\",\"inherit\",\"inherit\",\"inherit\"],\"o\":0,\"xRe\":1,\"yRe\":1,\"off\":0}]}}},\"sStart\":1,\"sEnd\":\"last\",\"p\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[0,0,\"#a\",\"#a\",\"#a\"],\"b\":[0,0,\"#a\",\"#a\",\"#a\"],\"l\":[0,0,\"#a\",\"#a\",\"#a\"],\"r\":[0,0,\"#a\",\"#a\",\"#a\"]},\"lh\":[25,25,25,25,25],\"type\":\"container\"},\"20\":{\"rTo\":\"slide\",\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":20,\"alias\":\"TOP ROWS\",\"subtype\":\"zone\",\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":14,\"order\":13,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"sStart\":1,\"sEnd\":\"last\",\"p\":{\"t\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"b\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"l\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"r\":[\"#a\",0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"b\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"l\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"r\":[\"#a\",0,\"#a\",\"#a\",\"#a\"]},\"lh\":[25,25,25,25,25],\"type\":\"container\"},\"21\":{\"rTo\":\"slide\",\"fluid\":{\"tx\":true,\"tr\":true,\"sp\":true},\"id\":21,\"alias\":\"BOTTOM ROWS\",\"subtype\":\"zone\",\"runtime\":{\"locked\":false,\"hidden\":false},\"size\":{\"w\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"h\":[\"auto\",\"auto\",\"auto\",\"auto\",\"auto\"],\"minW\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"minH\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"pos\":{\"x\":[0,0,0,0,0],\"y\":[0,0,0,0,0],\"v\":[\"bottom\",\"bottom\",\"bottom\",\"bottom\",\"bottom\"],\"pos\":\"absolute\",\"float\":[\"none\",\"none\",\"none\",\"none\",\"none\"],\"clear\":[\"none\",\"none\",\"none\",\"none\",\"none\"]},\"zIndex\":12,\"order\":11,\"display\":[\"block\",\"block\",\"block\",\"block\",\"block\"],\"vA\":\"top\",\"bg\":{\"color\":{\"orig\":\"transparent\",\"type\":\"solid\",\"string\":\"transparent\"}},\"attr\":{\"aO\":\"ml\",\"tO\":\"ml\"},\"acc\":{\"role\":\"\"},\"sStart\":1,\"sEnd\":\"last\",\"p\":{\"t\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"b\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"l\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"r\":[\"#a\",0,\"#a\",\"#a\",\"#a\"]},\"m\":{\"t\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"b\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"l\":[\"#a\",0,\"#a\",\"#a\",\"#a\"],\"r\":[\"#a\",0,\"#a\",\"#a\",\"#a\"]},\"lh\":[25,25,25,25,25],\"type\":\"container\"}}', '{\"version\":\"6.7.58\"}', '1');

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

--
-- Table structure for table `wpme_revslider_slides_bkp`
--

CREATE TABLE `wpme_revslider_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wpme_revslider_static_slides`
--

CREATE TABLE `wpme_revslider_static_slides` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

--
-- Dumping data for table `wpme_revslider_static_slides`
--

INSERT INTO `wpme_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES
(2, 2, '{\"static\":{\"isstatic\":true,\"lastEdited\":\"front\"},\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Global Layers\",\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"bg-size\":\"70\",\"bg-size-def\":false,\"bg-color\":\"rgba(0,0,0,0.1)\",\"bg-color-def\":false,\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"20\",\"arrow-size-def\":false,\"left-arrow\":\"\\\\e824\",\"left-arrow-def\":false,\"right-arrow\":\"\\\\e825\",\"right-arrow-def\":false}}},\"version\":\"6.6.20\",\"slideChange\":{\"adpr\":false}}', '{\"4\":{\"text\":\"\",\"alias\":\"Row-4\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"zIndex\":1},\"attributes\":{\"wrapperClasses\":\"rs-stay\"},\"group\":{\"groupOrder\":0},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":6000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":6000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[200,0,0,0],\"e\":true},\"n\":{\"v\":[100,0,0,0],\"e\":true},\"t\":{\"v\":[100,0,0,0],\"e\":false},\"m\":{\"v\":[100,0,0,0],\"e\":false}},\"paddingLock\":true,\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"row\",\"version\":\"6.6.21\"},\"5\":{\"text\":\"\",\"alias\":\"Column-5\",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"zIndex\":2},\"group\":{\"puid\":\"4\",\"groupOrder\":0,\"columnSize\":\"1\\/1\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":6000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":6000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"paddingLock\":true,\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"column\",\"version\":\"6.6.21\"},\"8\":{\"text\":\"\",\"alias\":\"Copy row-4\",\"uid\":8,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"zIndex\":3},\"group\":{\"puid\":\"bottom\",\"groupOrder\":0},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":6000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":6000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,150,0],\"e\":true},\"n\":{\"v\":[0,0,100,0],\"e\":true},\"t\":{\"v\":[0,0,100,0],\"e\":false},\"m\":{\"v\":[0,0,100,0],\"e\":false}},\"paddingLock\":true,\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"row\",\"version\":\"6.6.21\"},\"9\":{\"text\":\"\",\"alias\":\"Copy column-5\",\"uid\":9,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"zIndex\":4},\"group\":{\"puid\":\"8\",\"groupOrder\":0,\"columnSize\":\"1\\/4\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":6000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":6000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"paddingLock\":true,\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"column\",\"version\":\"6.6.21\"},\"14\":{\"text\":\"\",\"alias\":\"Copy column-6\",\"uid\":14,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"zIndex\":5},\"group\":{\"puid\":\"8\",\"groupOrder\":1,\"columnSize\":\"1\\/2\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":6000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":6000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"paddingLock\":true,\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"column\",\"version\":\"6.6.21\"},\"19\":{\"text\":\"\",\"alias\":\"Copy column-7\",\"uid\":19,\"toggle\":{\"text\":\"\"},\"size\":{\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"zIndex\":6},\"group\":{\"puid\":\"8\",\"groupOrder\":2,\"columnSize\":\"1\\/4\"},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"opacity\":1},\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":6000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":6000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"paddingLock\":true,\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":true},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"column\",\"version\":\"6.6.21\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":13},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":13,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":12},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":12,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":11},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":11,\"position\":\"absolute\"},\"text\":\"\",\"version\":\"6.6.21\"}}', '{\"version\":\"6.6.21\"}');

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

--
-- Table structure for table `wpme_revslider_static_slides_bkp`
--

CREATE TABLE `wpme_revslider_static_slides_bkp` (
  `id` int(9) NOT NULL,
  `slider_id` int(9) NOT NULL,
  `params` longtext NOT NULL,
  `layers` longtext NOT NULL,
  `settings` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wpme_termmeta`
--

CREATE TABLE `wpme_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_termmeta`
--

INSERT INTO `wpme_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(15, 33, 'product_count_product_cat', '0'),
(17, 67, 'order', '0'),
(18, 67, 'product_count_product_cat', '0'),
(19, 68, 'product_count_product_tag', '4'),
(20, 69, 'product_count_product_tag', '0'),
(21, 71, 'product_count_product_tag', '0'),
(22, 75, 'product_count_product_tag', '1'),
(23, 78, 'order', '0'),
(24, 78, 'product_count_product_cat', '0'),
(25, 81, 'product_count_product_tag', '0'),
(26, 82, 'product_count_product_tag', '0'),
(27, 83, 'product_count_product_tag', '1'),
(28, 84, 'product_count_product_tag', '1'),
(29, 86, 'product_count_product_tag', '0'),
(30, 88, 'order', '0'),
(31, 88, 'product_count_product_cat', '0'),
(32, 89, 'product_count_product_tag', '1'),
(33, 91, 'product_count_product_tag', '1'),
(34, 92, 'order', '0'),
(35, 92, 'product_count_product_cat', '0'),
(36, 94, 'product_count_product_tag', '0'),
(37, 95, 'product_count_product_tag', '0'),
(38, 96, 'product_count_product_tag', '0'),
(39, 97, 'product_count_product_tag', '1'),
(40, 101, 'product_count_product_tag', '1'),
(41, 103, 'order', '0'),
(42, 103, 'product_count_product_cat', '0'),
(43, 104, 'order', '0'),
(44, 104, 'order', '0'),
(45, 104, 'product_count_product_cat', '4'),
(46, 105, 'product_count_product_tag', '4'),
(47, 106, 'product_count_product_tag', '0'),
(48, 112, 'order', '0'),
(49, 112, 'product_count_product_cat', '0'),
(54, 120, 'fusion_taxonomy_options', 'a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:14:\"page_title_bar\";s:7:\"default\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),
(56, 116, 'fusion_taxonomy_options', 'a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:14:\"page_title_bar\";s:7:\"default\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),
(57, 118, 'fusion_taxonomy_options', 'a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:14:\"page_title_bar\";s:7:\"default\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),
(58, 119, 'fusion_taxonomy_options', 'a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:14:\"page_title_bar\";s:7:\"default\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),
(59, 117, 'fusion_taxonomy_options', 'a:15:{s:18:\"fusion_tax_heading\";s:0:\"\";s:11:\"slider_type\";s:2:\"no\";s:17:\"fusion_tax_slider\";s:1:\"0\";s:20:\"fusion_tax_wooslider\";s:1:\"0\";s:20:\"fusion_tax_revslider\";s:1:\"0\";s:15:\"slider_position\";s:7:\"default\";s:16:\"main_padding_top\";s:0:\"\";s:19:\"main_padding_bottom\";s:0:\"\";s:15:\"header_bg_color\";s:0:\"\";s:22:\"mobile_header_bg_color\";s:0:\"\";s:14:\"page_title_bar\";s:7:\"default\";s:13:\"page_title_bg\";s:0:\"\";s:20:\"page_title_bg_retina\";s:0:\"\";s:17:\"page_title_height\";s:0:\"\";s:24:\"page_title_mobile_height\";s:0:\"\";}'),
(60, 1, '_fusion', 'a:0:{}'),
(61, 2, '_fusion', 'a:0:{}'),
(62, 118, '_fusion', 'a:4:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";}'),
(63, 117, '_fusion', 'a:4:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";}'),
(64, 120, '_fusion', 'a:4:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";}'),
(65, 119, '_fusion', 'a:4:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";}'),
(66, 116, '_fusion', 'a:4:{s:11:\"slider_type\";s:2:\"no\";s:6:\"slider\";s:1:\"0\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";}'),
(67, 3637, '_fusion', 'a:0:{}'),
(68, 3644, '_fusion', 'a:0:{}'),
(69, 3622, '_fusion', 'a:0:{}'),
(70, 3646, '_fusion', 'a:0:{}'),
(71, 18, '_fusion', 'a:0:{}'),
(72, 4084, '_fusion', 'a:0:{}'),
(73, 115, '_fusion', 'a:0:{}'),
(74, 4412, '_fusion', 'a:0:{}'),
(75, 4425, '_fusion', 'a:0:{}'),
(76, 4571, '_fusion', 'a:0:{}'),
(77, 4570, '_fusion', 'a:0:{}'),
(78, 4574, '_fusion', 'a:0:{}'),
(79, 4580, '_fusion', 'a:0:{}'),
(80, 4734, '_fusion', 'a:0:{}'),
(81, 4420, '_fusion', 'a:0:{}'),
(82, 1968, '_fusion', 'a:0:{}'),
(83, 3935, '_fusion', 'a:0:{}'),
(84, 4284, '_fusion', 'a:0:{}'),
(85, 3470, '_fusion', 'a:0:{}'),
(86, 3471, '_fusion', 'a:0:{}'),
(87, 1976, '_fusion', 'a:0:{}'),
(88, 4755, '_fusion', 'a:0:{}'),
(89, 4762, '_fusion', 'a:0:{}'),
(90, 4765, '_fusion', 'a:0:{}'),
(91, 4769, '_fusion', 'a:0:{}'),
(92, 4772, '_fusion', 'a:0:{}'),
(93, 4815, '_fusion', 'a:0:{}'),
(94, 130, '_fusion', 'a:7:{s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:23:\"archive_header_bg_color\";s:7:\"#ffffff\";s:30:\"mobile_archive_header_bg_color\";s:7:\"#ffffff\";}'),
(95, 131, '_fusion', 'a:7:{s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:23:\"archive_header_bg_color\";s:7:\"#ffffff\";s:30:\"mobile_archive_header_bg_color\";s:7:\"#ffffff\";}'),
(96, 4864, '_fusion', 'a:0:{}'),
(97, 127, '_fusion', 'a:0:{}'),
(98, 126, '_fusion', 'a:0:{}'),
(99, 5027, '_fusion', 'a:0:{}'),
(100, 3, '_fusion', 'a:0:{}'),
(101, 5046, '_fusion', 'a:0:{}'),
(102, 132, '_fusion', 'a:7:{s:11:\"slider_type\";s:2:\"no\";s:9:\"wooslider\";s:1:\"0\";s:9:\"revslider\";s:1:\"0\";s:17:\"slider_visibility\";s:51:\"small-visibility,medium-visibility,large-visibility\";s:12:\"main_padding\";a:2:{s:3:\"top\";s:0:\"\";s:6:\"bottom\";s:0:\"\";}s:23:\"archive_header_bg_color\";s:7:\"#ffffff\";s:30:\"mobile_archive_header_bg_color\";s:7:\"#ffffff\";}'),
(103, 5041, '_fusion', 'a:0:{}'),
(104, 5066, '_fusion', 'a:0:{}'),
(105, 5073, '_fusion', 'a:0:{}'),
(106, 5, '_fusion', 'a:0:{}'),
(107, 4, '_fusion', 'a:0:{}');

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

--
-- Table structure for table `wpme_terms`
--

CREATE TABLE `wpme_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_terms`
--

INSERT INTO `wpme_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(33, 'Uncategorized', 'uncategorized', 0),
(67, 'Accessories', 'accessories', 0),
(68, 'avada', 'avada', 0),
(69, 'black', 'black', 0),
(71, 'casual', 'casual', 0),
(72, 'columns', 'columns', 0),
(73, 'Configuration', 'configuration', 0),
(75, 'crypto', 'crypto', 0),
(77, 'Design Process', 'design-process', 0),
(78, 'Dress', 'dress', 0),
(80, 'elements', 'elements', 0),
(81, 'fabric', 'fabric', 0),
(82, 'formal', 'formal', 0),
(83, 'helpdesk', 'helpdesk', 0),
(84, 'housing', 'housing', 0),
(86, 'indoor', 'indoor', 0),
(87, 'Installation', 'installation', 0),
(88, 'Jacket', 'jacket', 0),
(89, 'landlord', 'landlord', 0),
(90, 'Management', 'management', 0),
(91, 'med', 'med', 0),
(92, 'Mens', 'mens', 0),
(94, 'new york', 'new-york', 0),
(95, 'nightlife', 'nightlife', 0),
(96, 'outdoor', 'outdoor', 0),
(97, 'pharma', 'pharma', 0),
(99, 'Pricing', 'pricing', 0),
(101, 'real estate', 'real-estate', 0),
(102, 'sections', 'sections', 0),
(103, 'Shirts', 'shirts', 0),
(104, 'Software', 'software', 0),
(105, 'software', 'software', 0),
(106, 'summer', 'summer', 0),
(107, 'Technical', 'technical', 0),
(112, 'Womens', 'womens', 0),
(114, 'Classic Main Menu', 'classic-main-menu', 0),
(115, 'services', 'services', 0),
(116, 'Médecine Générale', 'medecine-generale', 0),
(117, 'Gynécologie Médicale', 'gynecologie-medicale', 0),
(118, 'Diabète', 'diabete', 0),
(119, 'Nutrition', 'nutrition', 0),
(120, 'SPÉCIALITÉS', 'specialites', 0),
(121, 'Mobile Menu', 'mobile-menu', 0),
(122, 'post_cards', 'post_cards', 0),
(123, 'mega_menus', 'mega_menus', 0),
(124, 'header', 'header', 0),
(125, 'Top Header Menu', 'top-header-menu', 0),
(126, 'Médecine de travail', 'medecine-de-travail', 0),
(127, 'Expertise Judiciaire', 'expertise-judiciaire', 0),
(128, 'page_title_bar', 'page_title_bar', 0),
(129, 'content', 'content', 0),
(130, 'Diabète', 'diabete', 0),
(131, 'Nutrition', 'nutrition', 0),
(132, 'Médecine De Travail', 'medecine-de-travail', 0);

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

--
-- Table structure for table `wpme_term_relationships`
--

CREATE TABLE `wpme_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_term_relationships`
--

INSERT INTO `wpme_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1701, 114, 0),
(1929, 102, 0),
(2880, 2, 0),
(2880, 68, 0),
(2880, 83, 0),
(2880, 104, 0),
(2880, 105, 0),
(2882, 2, 0),
(2882, 68, 0),
(2882, 75, 0),
(2882, 104, 0),
(2882, 105, 0),
(2889, 2, 0),
(2889, 68, 0),
(2889, 91, 0),
(2889, 97, 0),
(2889, 104, 0),
(2889, 105, 0),
(2891, 2, 0),
(2891, 68, 0),
(2891, 84, 0),
(2891, 89, 0),
(2891, 101, 0),
(2891, 104, 0),
(2891, 105, 0),
(3442, 114, 0),
(3622, 115, 0),
(3622, 116, 0),
(3637, 118, 0),
(3644, 115, 0),
(3644, 117, 0),
(3646, 115, 0),
(3646, 119, 0),
(3655, 114, 0),
(3732, 114, 0),
(3821, 102, 0),
(3889, 102, 0),
(4086, 114, 0),
(4108, 121, 0),
(4109, 121, 0),
(4110, 121, 0),
(4111, 121, 0),
(4112, 121, 0),
(4113, 121, 0),
(4114, 121, 0),
(4115, 121, 0),
(4116, 121, 0),
(4284, 102, 0),
(4570, 115, 0),
(4570, 127, 0),
(4571, 126, 0),
(4574, 123, 0),
(4580, 124, 0),
(4619, 125, 0),
(4620, 125, 0),
(4621, 125, 0),
(4624, 125, 0),
(4625, 125, 0),
(4704, 102, 0),
(4736, 114, 0),
(4755, 122, 0),
(4762, 128, 0),
(4765, 129, 0),
(4769, 129, 0),
(4864, 130, 0),
(5032, 102, 0),
(5066, 130, 0),
(5073, 130, 0);

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

--
-- Table structure for table `wpme_term_taxonomy`
--

CREATE TABLE `wpme_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_term_taxonomy`
--

INSERT INTO `wpme_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 0),
(2, 2, 'product_type', '', 0, 4),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 0),
(5, 5, 'product_type', '', 0, 0),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(33, 33, 'product_cat', '', 0, 0),
(67, 67, 'product_cat', '', 0, 0),
(68, 68, 'product_tag', '', 0, 4),
(69, 69, 'product_tag', '', 0, 0),
(71, 71, 'product_tag', '', 0, 0),
(72, 72, 'element_category', '', 0, 0),
(73, 73, 'faq_category', '', 0, 0),
(75, 75, 'product_tag', '', 0, 1),
(77, 77, 'faq_category', '', 0, 0),
(78, 78, 'product_cat', '', 0, 0),
(80, 80, 'element_category', '', 0, 0),
(81, 81, 'product_tag', '', 0, 0),
(82, 82, 'product_tag', '', 0, 0),
(83, 83, 'product_tag', '', 0, 1),
(84, 84, 'product_tag', '', 0, 1),
(86, 86, 'product_tag', '', 0, 0),
(87, 87, 'faq_category', '', 0, 0),
(88, 88, 'product_cat', '', 0, 0),
(89, 89, 'product_tag', '', 0, 1),
(90, 90, 'faq_category', '', 0, 0),
(91, 91, 'product_tag', '', 0, 1),
(92, 92, 'product_cat', '', 0, 0),
(94, 94, 'product_tag', '', 0, 0),
(95, 95, 'product_tag', '', 0, 0),
(96, 96, 'product_tag', '', 0, 0),
(97, 97, 'product_tag', '', 0, 1),
(99, 99, 'faq_category', '', 0, 0),
(101, 101, 'product_tag', '', 0, 1),
(102, 102, 'element_category', '', 0, 6),
(103, 103, 'product_cat', '', 0, 0),
(104, 104, 'product_cat', '', 0, 4),
(105, 105, 'product_tag', '', 0, 4),
(106, 106, 'product_tag', '', 0, 0),
(107, 107, 'faq_category', '', 0, 0),
(112, 112, 'product_cat', '', 0, 0),
(114, 114, 'nav_menu', '', 0, 6),
(115, 115, 'portfolio_tags', '', 0, 4),
(116, 116, 'portfolio_category', '', 120, 1),
(117, 117, 'portfolio_category', '', 120, 1),
(118, 118, 'portfolio_category', '', 120, 1),
(119, 119, 'portfolio_category', '', 120, 1),
(120, 120, 'portfolio_category', '', 0, 0),
(121, 121, 'nav_menu', '', 0, 9),
(122, 122, 'element_category', '', 0, 1),
(123, 123, 'element_category', '', 0, 1),
(124, 124, 'fusion_tb_category', '', 0, 1),
(125, 125, 'nav_menu', '', 0, 5),
(126, 126, 'portfolio_category', '', 0, 1),
(127, 127, 'portfolio_category', '', 0, 1),
(128, 128, 'fusion_tb_category', '', 0, 1),
(129, 129, 'fusion_tb_category', '', 0, 2),
(130, 130, 'category', '', 0, 3),
(131, 131, 'category', '', 0, 0),
(132, 132, 'category', '', 0, 0);

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

--
-- Table structure for table `wpme_tm_taskmeta`
--

CREATE TABLE `wpme_tm_taskmeta` (
  `meta_id` bigint(20) NOT NULL,
  `task_id` bigint(20) NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_tm_tasks`
--

CREATE TABLE `wpme_tm_tasks` (
  `id` int(11) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `type` varchar(300) NOT NULL,
  `class_identifier` varchar(300) DEFAULT '0',
  `attempts` int(11) DEFAULT 0,
  `description` varchar(300) DEFAULT NULL,
  `time_created` timestamp NOT NULL DEFAULT current_timestamp(),
  `last_locked_at` bigint(20) DEFAULT 0,
  `status` varchar(300) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_usermeta`
--

CREATE TABLE `wpme_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_usermeta`
--

INSERT INTO `wpme_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'root'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'modern'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wpme_capabilities', 'a:2:{s:13:\"administrator\";b:1;s:13:\"bbp_keymaster\";b:1;}'),
(13, 1, 'wpme_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', 'wp496_privacy,text_widget_custom_html,text_widget_paste_html,theme_editor_notice,pwa_offline_browsing'),
(15, 1, 'default_password_nag', ''),
(16, 1, 'show_welcome_panel', '0'),
(18, 1, 'wpme_dashboard_quick_press_last_post_id', '5087'),
(19, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"196.115.29.0\";}'),
(20, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:0:{}}'),
(21, 2, 'nickname', 'sam-mi'),
(22, 2, 'first_name', ''),
(23, 2, 'last_name', ''),
(24, 2, 'description', ''),
(25, 2, 'rich_editing', 'true'),
(26, 2, 'syntax_highlighting', 'true'),
(27, 2, 'comment_shortcuts', 'false'),
(28, 2, 'admin_color', 'modern'),
(29, 2, 'use_ssl', '0'),
(30, 2, 'show_admin_bar_front', 'true'),
(31, 2, 'locale', ''),
(32, 2, 'wpme_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(33, 2, 'wpme_user_level', '0'),
(34, 2, 'dismissed_wp_pointers', ''),
(35, 1, 'wc_last_active', '1569628800'),
(36, 2, 'wc_last_active', '1538265600'),
(39, 1, 'ls-show-support-notice-timestamp', '1550214788'),
(40, 1, 'ls-store-last-viewed', '2019-03-08'),
(41, 1, 'layerslider_help_wp_pointer', '1'),
(47, 1, '_woocommerce_tracks_anon_id', 'woo:4M4/GISkwUs8DGPJP1WJ5PeD'),
(50, 1, 'nav_menu_recently_edited', '125'),
(51, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(52, 1, 'metaboxhidden_nav-menus', 'a:14:{i:0;s:21:\"add-post-type-product\";i:1;s:29:\"add-post-type-avada_portfolio\";i:2;s:23:\"add-post-type-avada_faq\";i:3;s:33:\"add-post-type-themefusion_elastic\";i:4;s:19:\"add-post-type-slide\";i:5;s:12:\"add-post_tag\";i:6;s:15:\"add-post_format\";i:7;s:15:\"add-product_cat\";i:8;s:15:\"add-product_tag\";i:9;s:22:\"add-portfolio_category\";i:10;s:20:\"add-portfolio_skills\";i:11;s:18:\"add-portfolio_tags\";i:12;s:16:\"add-faq_category\";i:13;s:25:\"add-themefusion_es_groups\";}'),
(54, 1, 'wpme_user-settings', 'editor=tinymce&libraryContent=browse&imgsize=full&hidetb=1&editor_expand=on&advImgDetails=show&posts_list_mode=list'),
(55, 1, 'wpme_user-settings-time', '1697278552'),
(58, 1, 'closedpostboxes_page', 'a:4:{i:0;s:25:\"slider_revolution_metabox\";i:1;s:12:\"postimagediv\";i:2;s:12:\"revisionsdiv\";i:3;s:10:\"postcustom\";}'),
(59, 1, 'metaboxhidden_page', 'a:8:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:21:\"featured-image-2_page\";i:2;s:21:\"featured-image-3_page\";i:3;s:21:\"featured-image-4_page\";i:4;s:21:\"featured-image-5_page\";i:5;s:27:\"fusion_featured_images_info\";i:6;s:16:\"commentstatusdiv\";i:7;s:7:\"slugdiv\";}'),
(60, 1, 'closedpostboxes_avada_portfolio', 'a:11:{i:0;s:9:\"formatdiv\";i:1;s:21:\"portfolio_categorydiv\";i:2;s:19:\"portfolio_skillsdiv\";i:3;s:22:\"tagsdiv-portfolio_tags\";i:4;s:25:\"slider_revolution_metabox\";i:5;s:12:\"revisionsdiv\";i:6;s:11:\"postexcerpt\";i:7;s:10:\"postcustom\";i:8;s:16:\"commentstatusdiv\";i:9;s:11:\"commentsdiv\";i:10;s:9:\"authordiv\";}'),
(61, 1, 'metaboxhidden_avada_portfolio', 'a:2:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:7:\"slugdiv\";}'),
(64, 1, 'closedpostboxes_post', 'a:2:{i:0;s:25:\"slider_revolution_metabox\";i:1;s:10:\"ao_metabox\";}'),
(65, 1, 'metaboxhidden_post', 'a:12:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:21:\"featured-image-2_post\";i:2;s:21:\"featured-image-3_post\";i:3;s:21:\"featured-image-4_post\";i:4;s:21:\"featured-image-5_post\";i:5;s:27:\"fusion_featured_images_info\";i:6;s:21:\"fusion_builder_layout\";i:7;s:11:\"postexcerpt\";i:8;s:13:\"trackbacksdiv\";i:9;s:10:\"postcustom\";i:10;s:16:\"commentstatusdiv\";i:11;s:7:\"slugdiv\";}'),
(93, 1, 'dismissed_wc_admin_notice', '1'),
(94, 1, 'dismissed_no_secure_connection_notice', '1'),
(96, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(97, 1, 'metaboxhidden_dashboard', 'a:6:{i:0;s:16:\"themefusion-news\";i:1;s:21:\"dashboard_site_health\";i:2;s:19:\"dashboard_right_now\";i:3;s:18:\"dashboard_activity\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";}'),
(99, 1, 'awb_critical_css_disable_notice__3100', '1'),
(101, 1, 'closedpostboxes_fusion_tb_section', 'a:1:{i:0;s:12:\"revisionsdiv\";}'),
(102, 1, 'metaboxhidden_fusion_tb_section', 'a:2:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:7:\"slugdiv\";}'),
(103, 1, 'closedpostboxes_fusion_element', 'a:1:{i:0;s:12:\"revisionsdiv\";}'),
(104, 1, 'metaboxhidden_fusion_element', 'a:2:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:7:\"slugdiv\";}'),
(106, 1, 'awb_critical_css_disable_notice__3101', '1'),
(107, 1, 'the-meta', '1'),
(108, 3, 'nickname', 'DKB'),
(109, 3, 'first_name', ''),
(110, 3, 'last_name', ''),
(111, 3, 'description', ''),
(112, 3, 'rich_editing', 'true'),
(113, 3, 'syntax_highlighting', 'true'),
(114, 3, 'comment_shortcuts', 'false'),
(115, 3, 'admin_color', 'modern'),
(116, 3, 'use_ssl', '0'),
(117, 3, 'show_admin_bar_front', 'true'),
(118, 3, 'locale', 'fr_FR'),
(119, 3, 'wpme_capabilities', 'a:1:{s:6:\"author\";b:1;}'),
(120, 3, 'wpme_user_level', '2'),
(121, 3, 'dismissed_wp_pointers', ''),
(122, 3, 'author_email', ''),
(123, 3, 'author_facebook', ''),
(124, 3, 'author_twitter', ''),
(125, 3, 'author_linkedin', ''),
(126, 3, 'author_dribble', ''),
(127, 3, 'author_whatsapp', ''),
(128, 3, 'author_custom', ''),
(130, 3, 'wpme_dashboard_quick_press_last_post_id', '5040'),
(131, 3, 'community-events-location', 'a:1:{s:2:\"ip\";s:13:\"196.117.226.0\";}'),
(133, 3, 'wpme_user-settings', 'libraryContent=browse'),
(134, 3, 'wpme_user-settings-time', '1694103319'),
(135, 3, 'meta-box-order_post', 'a:3:{s:4:\"side\";s:253:\"fusion_settings_meta_box,submitdiv,formatdiv,categorydiv,tagsdiv-post_tag,slider_revolution_metabox,pageparentdiv,ao_metabox,postimagediv,featured-image-2_post,featured-image-3_post,featured-image-4_post,featured-image-5_post,fusion_featured_images_info\";s:6:\"normal\";s:95:\"fusion_builder_layout,postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv\";s:8:\"advanced\";s:17:\"pyre_post_options\";}'),
(136, 3, 'screen_layout_post', '2'),
(137, 3, 'closedpostboxes_post', 'a:0:{}'),
(138, 3, 'metaboxhidden_post', 'a:14:{i:0;s:24:\"fusion_settings_meta_box\";i:1;s:25:\"slider_revolution_metabox\";i:2;s:21:\"featured-image-2_post\";i:3;s:21:\"featured-image-3_post\";i:4;s:21:\"featured-image-4_post\";i:5;s:21:\"featured-image-5_post\";i:6;s:27:\"fusion_featured_images_info\";i:7;s:21:\"fusion_builder_layout\";i:8;s:11:\"postexcerpt\";i:9;s:13:\"trackbacksdiv\";i:10;s:10:\"postcustom\";i:11;s:16:\"commentstatusdiv\";i:12;s:11:\"commentsdiv\";i:13;s:7:\"slugdiv\";}'),
(149, 1, 'session_tokens', 'a:2:{s:64:\"264f59c1d64b56bf1bee05868e23d46a002450e8ead4dc66da94119c6a362dc6\";a:4:{s:10:\"expiration\";i:1786472764;s:2:\"ip\";s:13:\"196.115.29.10\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36 Edg/150.0.0.0\";s:5:\"login\";i:1786299964;}s:64:\"d3e7d99617b0be23e2d9d814d6a4d5b953b3f78d4b12e0d8eb5036f45ac18037\";a:4:{s:10:\"expiration\";i:1786476246;s:2:\"ip\";s:13:\"196.115.29.10\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36 Edg/151.0.0.0\";s:5:\"login\";i:1786303446;}}'),
(141, 1, 'author_email', ''),
(142, 1, 'author_facebook', ''),
(143, 1, 'author_twitter', ''),
(144, 1, 'author_linkedin', ''),
(145, 1, 'author_dribble', ''),
(146, 1, 'author_whatsapp', ''),
(147, 1, 'author_custom', ''),
(148, 1, 'duplicator_user_ui_option', 'a:6:{s:17:\"num_packages_list\";i:10;s:19:\"created_date_format\";s:1:\"1\";s:16:\"show_note_column\";b:0;s:16:\"show_size_column\";b:1;s:19:\"show_created_column\";b:1;s:15:\"show_age_column\";b:0;}');

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

--
-- Table structure for table `wpme_users`
--

CREATE TABLE `wpme_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_users`
--

INSERT INTO `wpme_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'root', '$wp$2y$10$sksq9.d0oX76T.Wd1EiMuOVz6XuJCQGulCgxAmSqaTw.bQpco2jj.', 'root', '2771478289@qq.com', '', '2017-12-21 14:49:47', '', 0, 'root'),
(2, 'sam-mi', '$P$BepoeiFDWS4P95eTWMnbdCpvfIR4V71', 'sam-mi', 'admin@example.com', '', '2017-12-21 15:04:43', '', 0, 'sam-mi'),
(3, 'drkb1', '$P$BSQc5N1Q8Vp3QN8vJEMF88TBju.GyX/', 'drkb1', 'drbennanikarim@gmail.com', '', '2023-09-07 15:48:39', '1776914134:$generic$9PQA3pwBWImu0kkKi7sxCy5bEsNkI11JjKd4tvuE', 0, 'DKB');

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

--
-- Table structure for table `wpme_wc_download_log`
--

CREATE TABLE `wpme_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_wc_product_meta_lookup`
--

CREATE TABLE `wpme_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(10,2) DEFAULT NULL,
  `max_price` decimal(10,2) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_wc_tax_rate_classes`
--

CREATE TABLE `wpme_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_wc_tax_rate_classes`
--

INSERT INTO `wpme_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES
(1, 'Reduced rate', 'reduced-rate'),
(2, 'Zero rate', 'zero-rate');

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

--
-- Table structure for table `wpme_wc_webhooks`
--

CREATE TABLE `wpme_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_api_keys`
--

CREATE TABLE `wpme_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wpme_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wpme_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_log`
--

CREATE TABLE `wpme_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_order_itemmeta`
--

CREATE TABLE `wpme_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_order_items`
--

CREATE TABLE `wpme_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_payment_tokenmeta`
--

CREATE TABLE `wpme_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_payment_tokens`
--

CREATE TABLE `wpme_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_sessions`
--

CREATE TABLE `wpme_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wpme_woocommerce_sessions`
--

INSERT INTO `wpme_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(34, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:705:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"MA\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"MA\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:17:\"2771478289@qq.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}', 1569652296);

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

--
-- Table structure for table `wpme_woocommerce_shipping_zones`
--

CREATE TABLE `wpme_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wpme_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wpme_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_tax_rates`
--

CREATE TABLE `wpme_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_woocommerce_tax_rate_locations`
--

CREATE TABLE `wpme_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_wpforms_lite`
--

CREATE TABLE `wpme_wpforms_lite` (
  `rid` int(10) NOT NULL,
  `start` bigint(20) NOT NULL,
  `end` bigint(20) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 1,
  `date` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

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

--
-- Table structure for table `wpme_yoast_seo_links`
--

CREATE TABLE `wpme_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `target_post_id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(8) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `wpme_yoast_seo_meta`
--

CREATE TABLE `wpme_yoast_seo_meta` (
  `object_id` bigint(20) UNSIGNED NOT NULL,
  `internal_link_count` int(10) UNSIGNED DEFAULT NULL,
  `incoming_link_count` int(10) UNSIGNED DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wpme_actionscheduler_actions`
--
ALTER TABLE `wpme_actionscheduler_actions`
  ADD PRIMARY KEY (`action_id`),
  ADD KEY `hook` (`hook`),
  ADD KEY `status` (`status`),
  ADD KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  ADD KEY `args` (`args`),
  ADD KEY `group_id` (`group_id`),
  ADD KEY `last_attempt_gmt` (`last_attempt_gmt`),
  ADD KEY `claim_id` (`claim_id`);

--
-- Indexes for table `wpme_actionscheduler_claims`
--
ALTER TABLE `wpme_actionscheduler_claims`
  ADD PRIMARY KEY (`claim_id`),
  ADD KEY `date_created_gmt` (`date_created_gmt`);

--
-- Indexes for table `wpme_actionscheduler_groups`
--
ALTER TABLE `wpme_actionscheduler_groups`
  ADD PRIMARY KEY (`group_id`),
  ADD KEY `slug` (`slug`(191));

--
-- Indexes for table `wpme_actionscheduler_logs`
--
ALTER TABLE `wpme_actionscheduler_logs`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `action_id` (`action_id`),
  ADD KEY `log_date_gmt` (`log_date_gmt`);

--
-- Indexes for table `wpme_awb_critical_css`
--
ALTER TABLE `wpme_awb_critical_css`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_commentmeta`
--
ALTER TABLE `wpme_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpme_comments`
--
ALTER TABLE `wpme_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `wpme_duplicator_activity_logs`
--
ALTER TABLE `wpme_duplicator_activity_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_idx` (`type`),
  ADD KEY `sub_type_idx` (`sub_type`),
  ADD KEY `severity_idx` (`severity`),
  ADD KEY `created_at` (`created_at`),
  ADD KEY `updated_at` (`updated_at`),
  ADD KEY `version` (`version`);

--
-- Indexes for table `wpme_duplicator_backups`
--
ALTER TABLE `wpme_duplicator_backups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `hash` (`hash`),
  ADD KEY `type_idx` (`type`),
  ADD KEY `flags` (`flags`),
  ADD KEY `version` (`version`),
  ADD KEY `created` (`created`),
  ADD KEY `updated_at` (`updated_at`),
  ADD KEY `status` (`status`),
  ADD KEY `name` (`name`(191)),
  ADD KEY `archive_name` (`archive_name`(191));

--
-- Indexes for table `wpme_duplicator_entities`
--
ALTER TABLE `wpme_duplicator_entities`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_idx` (`type`),
  ADD KEY `created_at` (`created_at`),
  ADD KEY `updated_at` (`updated_at`),
  ADD KEY `version` (`version`),
  ADD KEY `value_1` (`value_1`(191)),
  ADD KEY `value_2` (`value_2`(191)),
  ADD KEY `value_3` (`value_3`(191)),
  ADD KEY `value_4` (`value_4`(191)),
  ADD KEY `value_5` (`value_5`(191));

--
-- Indexes for table `wpme_duplicator_packages`
--
ALTER TABLE `wpme_duplicator_packages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `hash` (`hash`);

--
-- Indexes for table `wpme_fusion_forms`
--
ALTER TABLE `wpme_fusion_forms`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `form_id` (`form_id`);

--
-- Indexes for table `wpme_fusion_form_entries`
--
ALTER TABLE `wpme_fusion_form_entries`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_fusion_form_fields`
--
ALTER TABLE `wpme_fusion_form_fields`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_fusion_form_submissions`
--
ALTER TABLE `wpme_fusion_form_submissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_layerslider`
--
ALTER TABLE `wpme_layerslider`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wpme_layerslider_revisions`
--
ALTER TABLE `wpme_layerslider_revisions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wpme_links`
--
ALTER TABLE `wpme_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wpme_options`
--
ALTER TABLE `wpme_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wpme_postmeta`
--
ALTER TABLE `wpme_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpme_posts`
--
ALTER TABLE `wpme_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `type_status_author` (`post_type`,`post_status`,`post_author`);

--
-- Indexes for table `wpme_revslider_css`
--
ALTER TABLE `wpme_revslider_css`
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `handle_index` (`handle`(64));

--
-- Indexes for table `wpme_revslider_css_bkp`
--
ALTER TABLE `wpme_revslider_css_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_revslider_layer_animations`
--
ALTER TABLE `wpme_revslider_layer_animations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_revslider_layer_animations_bkp`
--
ALTER TABLE `wpme_revslider_layer_animations_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_revslider_navigations`
--
ALTER TABLE `wpme_revslider_navigations`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_revslider_navigations_bkp`
--
ALTER TABLE `wpme_revslider_navigations_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_revslider_sliders`
--
ALTER TABLE `wpme_revslider_sliders`
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `wpme_revslider_sliders7`
--
ALTER TABLE `wpme_revslider_sliders7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type_index` (`type`(8));

--
-- Indexes for table `wpme_revslider_sliders_bkp`
--
ALTER TABLE `wpme_revslider_sliders_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_revslider_slides`
--
ALTER TABLE `wpme_revslider_slides`
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wpme_revslider_slides7`
--
ALTER TABLE `wpme_revslider_slides7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wpme_revslider_slides_bkp`
--
ALTER TABLE `wpme_revslider_slides_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_revslider_static_slides`
--
ALTER TABLE `wpme_revslider_static_slides`
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `slider_id_index` (`slider_id`);

--
-- Indexes for table `wpme_revslider_static_slides_bkp`
--
ALTER TABLE `wpme_revslider_static_slides_bkp`
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `wpme_termmeta`
--
ALTER TABLE `wpme_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpme_terms`
--
ALTER TABLE `wpme_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wpme_term_relationships`
--
ALTER TABLE `wpme_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wpme_term_taxonomy`
--
ALTER TABLE `wpme_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wpme_tm_taskmeta`
--
ALTER TABLE `wpme_tm_taskmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `meta_key` (`meta_key`(191)),
  ADD KEY `task_id` (`task_id`);

--
-- Indexes for table `wpme_tm_tasks`
--
ALTER TABLE `wpme_tm_tasks`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wpme_usermeta`
--
ALTER TABLE `wpme_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wpme_users`
--
ALTER TABLE `wpme_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wpme_wc_download_log`
--
ALTER TABLE `wpme_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `wpme_wc_product_meta_lookup`
--
ALTER TABLE `wpme_wc_product_meta_lookup`
  ADD PRIMARY KEY (`product_id`),
  ADD KEY `virtual` (`virtual`),
  ADD KEY `downloadable` (`downloadable`),
  ADD KEY `stock_status` (`stock_status`),
  ADD KEY `stock_quantity` (`stock_quantity`),
  ADD KEY `onsale` (`onsale`),
  ADD KEY `min_max_price` (`min_price`,`max_price`);

--
-- Indexes for table `wpme_wc_tax_rate_classes`
--
ALTER TABLE `wpme_wc_tax_rate_classes`
  ADD PRIMARY KEY (`tax_rate_class_id`),
  ADD UNIQUE KEY `slug` (`slug`(191));

--
-- Indexes for table `wpme_wc_webhooks`
--
ALTER TABLE `wpme_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wpme_woocommerce_api_keys`
--
ALTER TABLE `wpme_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `wpme_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wpme_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `wpme_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wpme_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`),
  ADD KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`);

--
-- Indexes for table `wpme_woocommerce_log`
--
ALTER TABLE `wpme_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `wpme_woocommerce_order_itemmeta`
--
ALTER TABLE `wpme_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wpme_woocommerce_order_items`
--
ALTER TABLE `wpme_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wpme_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wpme_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wpme_woocommerce_payment_tokens`
--
ALTER TABLE `wpme_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wpme_woocommerce_sessions`
--
ALTER TABLE `wpme_woocommerce_sessions`
  ADD PRIMARY KEY (`session_id`),
  ADD UNIQUE KEY `session_key` (`session_key`);

--
-- Indexes for table `wpme_woocommerce_shipping_zones`
--
ALTER TABLE `wpme_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `wpme_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wpme_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wpme_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wpme_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `wpme_woocommerce_tax_rates`
--
ALTER TABLE `wpme_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `wpme_woocommerce_tax_rate_locations`
--
ALTER TABLE `wpme_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wpme_wpforms_lite`
--
ALTER TABLE `wpme_wpforms_lite`
  ADD PRIMARY KEY (`rid`);

--
-- Indexes for table `wpme_yoast_seo_links`
--
ALTER TABLE `wpme_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`);

--
-- Indexes for table `wpme_yoast_seo_meta`
--
ALTER TABLE `wpme_yoast_seo_meta`
  ADD UNIQUE KEY `object_id` (`object_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wpme_actionscheduler_actions`
--
ALTER TABLE `wpme_actionscheduler_actions`
  MODIFY `action_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4332;

--
-- AUTO_INCREMENT for table `wpme_actionscheduler_claims`
--
ALTER TABLE `wpme_actionscheduler_claims`
  MODIFY `claim_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_actionscheduler_groups`
--
ALTER TABLE `wpme_actionscheduler_groups`
  MODIFY `group_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_actionscheduler_logs`
--
ALTER TABLE `wpme_actionscheduler_logs`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_awb_critical_css`
--
ALTER TABLE `wpme_awb_critical_css`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_commentmeta`
--
ALTER TABLE `wpme_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=79;

--
-- AUTO_INCREMENT for table `wpme_comments`
--
ALTER TABLE `wpme_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpme_duplicator_activity_logs`
--
ALTER TABLE `wpme_duplicator_activity_logs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `wpme_duplicator_backups`
--
ALTER TABLE `wpme_duplicator_backups`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `wpme_duplicator_entities`
--
ALTER TABLE `wpme_duplicator_entities`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT for table `wpme_duplicator_packages`
--
ALTER TABLE `wpme_duplicator_packages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wpme_fusion_forms`
--
ALTER TABLE `wpme_fusion_forms`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_fusion_form_entries`
--
ALTER TABLE `wpme_fusion_form_entries`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_fusion_form_fields`
--
ALTER TABLE `wpme_fusion_form_fields`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_fusion_form_submissions`
--
ALTER TABLE `wpme_fusion_form_submissions`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_layerslider`
--
ALTER TABLE `wpme_layerslider`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_layerslider_revisions`
--
ALTER TABLE `wpme_layerslider_revisions`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_links`
--
ALTER TABLE `wpme_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_options`
--
ALTER TABLE `wpme_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=296469;

--
-- AUTO_INCREMENT for table `wpme_postmeta`
--
ALTER TABLE `wpme_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22961;

--
-- AUTO_INCREMENT for table `wpme_posts`
--
ALTER TABLE `wpme_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5088;

--
-- AUTO_INCREMENT for table `wpme_revslider_css`
--
ALTER TABLE `wpme_revslider_css`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=376909;

--
-- AUTO_INCREMENT for table `wpme_revslider_css_bkp`
--
ALTER TABLE `wpme_revslider_css_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=170;

--
-- AUTO_INCREMENT for table `wpme_revslider_layer_animations`
--
ALTER TABLE `wpme_revslider_layer_animations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_revslider_layer_animations_bkp`
--
ALTER TABLE `wpme_revslider_layer_animations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_revslider_navigations`
--
ALTER TABLE `wpme_revslider_navigations`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wpme_revslider_navigations_bkp`
--
ALTER TABLE `wpme_revslider_navigations_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_revslider_sliders`
--
ALTER TABLE `wpme_revslider_sliders`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wpme_revslider_sliders7`
--
ALTER TABLE `wpme_revslider_sliders7`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpme_revslider_sliders_bkp`
--
ALTER TABLE `wpme_revslider_sliders_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_revslider_slides`
--
ALTER TABLE `wpme_revslider_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `wpme_revslider_slides7`
--
ALTER TABLE `wpme_revslider_slides7`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wpme_revslider_slides_bkp`
--
ALTER TABLE `wpme_revslider_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_revslider_static_slides`
--
ALTER TABLE `wpme_revslider_static_slides`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `wpme_revslider_static_slides_bkp`
--
ALTER TABLE `wpme_revslider_static_slides_bkp`
  MODIFY `id` int(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_termmeta`
--
ALTER TABLE `wpme_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=108;

--
-- AUTO_INCREMENT for table `wpme_terms`
--
ALTER TABLE `wpme_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=133;

--
-- AUTO_INCREMENT for table `wpme_term_taxonomy`
--
ALTER TABLE `wpme_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=133;

--
-- AUTO_INCREMENT for table `wpme_tm_taskmeta`
--
ALTER TABLE `wpme_tm_taskmeta`
  MODIFY `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85;

--
-- AUTO_INCREMENT for table `wpme_tm_tasks`
--
ALTER TABLE `wpme_tm_tasks`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=85;

--
-- AUTO_INCREMENT for table `wpme_usermeta`
--
ALTER TABLE `wpme_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=150;

--
-- AUTO_INCREMENT for table `wpme_users`
--
ALTER TABLE `wpme_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wpme_wc_download_log`
--
ALTER TABLE `wpme_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_wc_tax_rate_classes`
--
ALTER TABLE `wpme_wc_tax_rate_classes`
  MODIFY `tax_rate_class_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wpme_wc_webhooks`
--
ALTER TABLE `wpme_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_api_keys`
--
ALTER TABLE `wpme_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wpme_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wpme_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_log`
--
ALTER TABLE `wpme_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_order_itemmeta`
--
ALTER TABLE `wpme_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_order_items`
--
ALTER TABLE `wpme_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wpme_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_payment_tokens`
--
ALTER TABLE `wpme_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_sessions`
--
ALTER TABLE `wpme_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_shipping_zones`
--
ALTER TABLE `wpme_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wpme_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wpme_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_tax_rates`
--
ALTER TABLE `wpme_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_woocommerce_tax_rate_locations`
--
ALTER TABLE `wpme_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_wpforms_lite`
--
ALTER TABLE `wpme_wpforms_lite`
  MODIFY `rid` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wpme_yoast_seo_links`
--
ALTER TABLE `wpme_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
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 */;
